@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
html {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.inner {
  max-width: 115rem;
  margin: 0 auto;
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .serif {
    font-weight: 700;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  line-height: 1.5;
}

p {
  font-size: 1.8rem;
  line-height: 1.9444444444;
}

@media screen and (max-width: 750px) {
  .g-nav {
    position: fixed;
    z-index: 999;
    top: 14rem;
    right: -120%;
    width: 100%;
    height: 100%;
    background: #ff0000;
    transition: all 0.6s;
  }
  .g-nav.panelactive {
    right: 0;
  }
  .g-nav-sp {
    width: 80%;
    margin: 10rem auto 0;
  }
  .g-nav li {
    padding: 2rem 0;
    border-bottom: 1px solid #fff;
  }
  .g-nav li a {
    display: block;
    font-size: 3rem;
    color: #fff;
    padding: 2rem;
  }
  .g-nav .menu-item-has-children:hover > .sub-menu {
    display: none;
  }
  .g-nav .menu-item-has-children > .sub-menu {
    display: none;
    position: static;
    width: 100%;
    padding-top: 0;
    background: transparent;
  }
  .g-nav .menu-item-has-children.is-open > .sub-menu {
    display: block;
  }
  .g-nav .menu-item-has-children > a {
    position: relative;
    padding-right: 4rem;
  }
  .g-nav .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 1rem;
    height: 1rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s;
  }
  .g-nav .menu-item-has-children.is-open > a::after {
    transform: translateY(-50%) rotate(-135deg);
  }
  .g-nav .sub-menu > .menu-item a {
    padding: 1.5rem 2rem;
    font-size: 2.6rem;
  }
  #hamburger_btn {
    cursor: pointer;
    width: 5rem;
    height: 3rem;
    position: relative;
    z-index: 9999;
  }
  #hamburger_btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    right: 0;
    width: 5rem;
    height: 2px;
    background-color: #333;
  }
  #hamburger_btn span:nth-of-type(1) {
    top: 0;
  }
  #hamburger_btn span:nth-of-type(2) {
    top: 1.4rem;
  }
  #hamburger_btn span:nth-of-type(3) {
    top: 2.8rem;
  }
  #hamburger_btn.active span:nth-of-type(1) {
    top: 0.5rem;
    left: 0;
    transform: translateY(1rem) rotate(-135deg);
    width: 100%;
  }
  #hamburger_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger_btn.active span:nth-of-type(3) {
    top: 0.5rem;
    left: 0;
    transform: translateY(1rem) rotate(135deg);
    width: 100%;
  }
  .g-nav .menu-item-has-children {
    position: relative;
  }
  .js-acc-btn {
    cursor: pointer;
    width: 5rem;
    position: absolute;
    height: 5rem;
    top: 3rem;
    right: 0;
    background: transparent;
    border: 0;
  }
}
.header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  padding: 0.5rem 0;
  z-index: 99;
}

.header_box {
  max-width: 115rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 5.6rem;
}

.header_r ul {
  display: flex;
  gap: 1.5rem;
}

.header_r ul li a {
  font-size: 1.4rem;
  color: #333;
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
}

.header_r ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: #ff0000;
  /* 好きな色 */
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.header_r ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header_r .sub-menu {
  display: none;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu {
  text-align: center;
}

.menu > .menu-item {
  display: inline-block;
  padding: 2rem 1rem;
}

.sub-menu .menu-item {
  list-style-type: none;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover {
  cursor: pointer;
}

.menu-item-has-children:hover .sub-menu {
  display: block;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 20rem;
  background: #fff;
  padding-top: 3.5rem;
  color: #333;
}

.sub-menu > .menu-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.sub-menu > .menu-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2rem 1rem;
}

.sub-menu > .menu-item a:hover {
  background: #ff0000;
  color: #fff;
}

.fv {
  padding-top: 8rem;
}

.kv {
  position: relative;
  background-image: url(../img/kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10rem 0 8rem;
  z-index: -1;
  overflow: hidden;
}

.kv::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ff0000;
  mix-blend-mode: multiply;
  -webkit-clip-path: polygon(0 0, 50% 0, 60% 100%, 0% 100%);
  clip-path: polygon(0 0, 50% 0, 60% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  /* 初期位置 */
  transform: translateX(-100%);
  /* ★CSSアニメーション */
  -webkit-animation: kvSlide 1s ease forwards;
          animation: kvSlide 1s ease forwards;
}

@-webkit-keyframes kvSlide {
  to {
    transform: translateX(0);
  }
}

@keyframes kvSlide {
  to {
    transform: translateX(0);
  }
}
.kv_wrap {
  position: relative;
  max-width: 115rem;
  margin: 0 auto;
  z-index: 1;
}

.main_copy {
  text-align: left;
  font-size: 6rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2rem;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}

.sub_copy {
  text-align: left;
  font-size: 1.8rem;
  color: #fff;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}

.reason {
  padding-top: 10rem;
}

.reason_cont {
  display: block;
  position: relative;
  max-width: 110rem;
  margin: 0 auto;
  border-radius: 2rem;
  background-image: url(../img/kv_bot_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4rem;
}

.reason_copy {
  font-size: 3.2rem;
  text-align: left;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 2px;
  line-height: 1.4;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px;
}

.reason_sub_copy {
  font-size: 1.4rem;
  text-align: left;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px;
}

.reason_cont::after {
  content: "";
  position: absolute;
  top: 43%;
  right: 2rem;
  background-image: url(../img/arrow.png);
  width: 7.7rem;
  height: 5.5rem;
}

.news {
  padding-top: 13rem;
}

.ttl_wrap {
  color: #7f3f3f;
  padding-bottom: 5rem;
}

.ttl_wrap p {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.common_ttl {
  font-family: "Roboto", sans-serif;
  font-size: 15rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  line-height: 0.8;
  margin-bottom: 0;
  padding-bottom: 3rem;
}

.common_ttl span {
  color: #ff0000;
}

.empty {
  text-align: center;
}

.c_back {
  position: relative;
}

.c_back::after {
  content: "";
  position: absolute;
  background-image: url(../img/common_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.news_wrap {
  max-width: 115rem;
  display: block;
  margin: 0 auto;
  padding: 5rem 0;
  background-color: #fff;
  border: #ff0000 3px solid;
  border-radius: 2rem;
}

.news_wrap ul {
  padding-bottom: 4rem;
}

.news_list {
  max-width: 100rem;
  margin: 0 auto;
  display: block;
  border-bottom: #666666 1px solid;
}

.news_box {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  padding: 2rem 0;
}

.news_category {
  width: 7.5rem;
  text-align: center;
  background-color: #ff0000;
  color: #fff;
  padding: 0rem 0.5rem;
  font-size: 1.4rem;
}

.cat_back {
  background-color: #7f3f3f;
}

.news_time {
  font-size: 1.6rem;
  font-weight: bold;
}

.news_list h3 {
  font-size: 1.6rem;
}

.info_btn {
  font-size: 1.6rem;
  max-width: 50rem;
  width: 100%;
  padding: 1.2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #ff0000;
  color: #fff;
  border-radius: 50rem;
  position: relative;
}

.info_btn::after {
  content: "";
  background: center/contain url(../img/btn_arrow.svg) no-repeat;
  width: 2.8rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  transition: 0.3s;
}

.service {
  padding-top: 13rem;
}

.service_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 115rem;
  gap: 4rem 3rem;
  margin: 0 auto;
}

.service_cont {
  display: block;
  position: relative;
  max-width: 56rem;
}

.service_name {
  width: 100%;
  display: block;
  position: absolute;
  padding: 3rem 0;
  text-align: center;
  background-color: #ff0000;
  opacity: 0.9;
  bottom: 0rem;
  color: #fff;
  font-size: 2rem;
}

.voice {
  padding: 15rem 0;
}

.voice_list {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
  border-radius: 1rem;
}

.thumb_wrap {
  position: relative;
  aspect-ratio: 33/17;
  overflow: hidden;
}

.voice_thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice_cont {
  padding: 1rem;
}

.voice_cat {
  display: inline-block;
  padding: 0 1rem;
  background-color: #ff0000;
  border-radius: 2rem;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
}

.voice_area {
  font-size: 1.4rem;
  color: #333;
}

.voice_ttl {
  font-size: 2rem;
  color: #333;
  font-weight: bold;
  border-bottom: #ff0000 1px solid;
  padding-bottom: 0.8rem;
}

.voice_bot {
  display: block;
  padding: 1rem 0;
  font-size: 1.4rem;
  text-align: left;
}

.voice_bot tr {
  border-bottom: #fff 1px solid;
}

.voice_bot th {
  background-color: #fff0f0;
  padding: 0.5rem 1rem;
}

.voice_bot td {
  padding: 0.5rem 1rem;
}

.column {
  padding: 8rem 0;
  background-image: url(../img/gray_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.column_wrap {
  display: flex;
  gap: 4rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 5rem;
}

.column_box {
  width: 28rem;
  background-color: #f6eded;
}

.c_thumb_wrap {
  position: relative;
  aspect-ratio: 7/5;
  overflow: hidden;
}

.column_thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.column_cont {
  padding: 2rem 1.5rem;
  background-color: #f6eded;
}

.column_cont_wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1rem;
}

.column_cat {
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}

.column_time {
  font-size: 1.2rem;
  color: #666666;
}

.column_ttl {
  font-size: 1.4rem;
  line-height: 1.5;
}

.corporate {
  padding: 14rem 0 12rem;
  background-image: url(../img/corp_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.corporate_inner {
  max-width: 120rem;
  margin: 0 auto;
}

.corporate_inner .ttl_wrap {
  padding-bottom: 4rem;
  color: #fff;
}

.corporate_inner .common_ttl {
  text-align: left;
}

.corporate_inner .ttl_wrap p {
  text-align: left;
}

.corporate_txt {
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  margin-bottom: 2rem;
}

.corporate .info_btn {
  margin: 0;
  margin-top: 7rem;
}

.recruit {
  padding: 9rem 0;
}

.recruit_wrap {
  background-image: url(../img/re_btn_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 101rem;
  padding: 1rem;
  margin: 0 auto;
}

.recruit_wrap_border {
  width: 99rem;
  border: #fff 2px solid;
  padding: 2rem;
}

.recruit_btn {
  max-width: 43rem;
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.65);
  padding: 0.3rem;
}

.recruit_btn_wrap {
  position: relative;
  padding: 0.7rem 0;
  border: #ff0000 1px solid;
}

.recruit_btn_wrap::after {
  content: "";
  background: center/contain url(../img/b_arrow.png) no-repeat;
  width: 2.8rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  transition: 0.3s;
}

.recruit_btn_wrap p {
  text-align: center;
}

.recruit_logo {
  width: 37.2rem;
}

.recruit_ttl {
  font-size: 3rem;
  font-family: "Bitter", serif;
  color: #fff;
  margin-bottom: 0;
  text-align: right;
}

.recruit_box {
  max-width: 43rem;
  margin: 0 0 0 auto;
}

.recruit_copy {
  font-size: 3.3rem;
  padding-bottom: 0.5rem;
  color: #fff;
}

.recruit_subcopy {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  color: #fff;
  padding-bottom: 2rem;
}

.official_sns {
  background-image: url(../img/sns_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4rem 0 3rem;
}

.official_sns h2 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
  color: #fff;
  font-weight: bold;
}

.sns_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
}

.sns_icon {
  display: block;
}

.sns_icon p {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
}

.sns_logo {
  max-width: 7rem;
  margin: 0 auto;
}

.footer_wrap {
  background-image: url(../img/footer_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
}

.footer_inner {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer_info {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding-bottom: 3.2rem;
}

.footer_info p {
  color: #fff;
  font-size: 1.5rem;
}

.footer_logo {
  width: 5.6rem;
}

.footer_list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(10, auto);
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 1rem;
}

.footer_list a {
  font-size: 1.4rem;
  color: #fff;
}

.footer_r {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.footer_contact {
  width: 50rem;
  display: block;
  background-image: url(../img/contact_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 2.8rem 5rem 0;
}

.footer_recruit {
  width: 50rem;
  display: block;
  background-image: url(../img/re_btn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 2.8rem 5rem 0;
}

.footer_contact p,
.footer_recruit p {
  text-align: right;
}

.footer_btn_ttl {
  font-size: 2rem;
  font-weight: bold;
}

.footer_btn_txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

.footer_copy {
  background-color: #ff0000;
  padding: 2rem 0;
}

.footer_copy-txt {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .header_r ul {
    display: none;
  }
  .header_box {
    margin: 0 5rem;
  }
  .header {
    padding: 2rem 0;
  }
  .logo {
    width: 8rem;
  }
  .fv {
    padding-top: 14rem;
  }
  .kv {
    height: 80rem;
    background-image: url(../img/kv_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .kv::after {
    -webkit-clip-path: polygon(0 36%, 100% 57%, 100% 100%, 0% 100%);
            clip-path: polygon(0 36%, 100% 57%, 100% 100%, 0% 100%);
    /* 下に隠す */
    transform: translateY(100%);
    -webkit-animation: kvSlideUp 1s ease forwards;
            animation: kvSlideUp 1s ease forwards;
  }
  @-webkit-keyframes kvSlideUp {
    to {
      transform: translateY(0);
    }
  }
  @keyframes kvSlideUp {
    to {
      transform: translateY(0);
    }
  }
  .kv_wrap {
    position: absolute;
    bottom: 4%;
    left: 4%;
  }
  .sub_copy {
    font-size: 2.6rem;
  }
  .reason_cont {
    max-width: 70rem;
    padding: 6rem 0rem 12rem;
  }
  .reason_copy {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2rem;
    line-height: 2;
  }
  .reason_sub_copy {
    text-align: center;
    font-size: 2.6rem;
  }
  .reason_cont::after {
    top: unset;
    bottom: 5%;
    left: 43%;
    transform: translateX(-50%);
    width: 10rem;
    height: 6rem;
    background-size: contain;
    background-position: center;
    transform: rotate(90deg);
  }
  .common_ttl {
    font-size: 10rem;
  }
  .ttl_wrap p {
    font-size: 3.5rem;
  }
  .news_wrap {
    max-width: 65rem;
    padding: 5rem 0;
  }
  .news_box {
    padding: 4rem 0;
    flex-wrap: wrap;
  }
  .news_time {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .news_category {
    width: 14rem;
    padding: 0rem 0.5rem;
    font-size: 2.4rem;
  }
  .news_list h3 {
    font-size: 3rem;
  }
  .news_wrap ul {
    padding: 0 4rem 4rem;
  }
  .info_btn {
    font-size: 3rem;
    max-width: 50rem;
    padding: 2rem 0;
  }
  .info_btn::after {
    width: 4rem;
    height: 1rem;
  }
  .service_cont {
    max-width: 65rem;
  }
  .service_name {
    padding: 3rem 0;
    font-size: 3.4rem;
  }
  .card01 .splide {
    width: calc(100vw - 15rem);
    margin: 0 auto;
  }
  .voice_cont {
    padding: 2rem;
  }
  .voice_cat {
    padding: 0 2rem;
    border-radius: 2rem;
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .voice_area {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .voice_ttl {
    font-size: 3.4rem;
    padding-bottom: 1.5rem;
  }
  .voice_bot {
    padding: 2rem 0;
    font-size: 2.4rem;
  }
  .voice_bot th {
    background-color: #fff0f0;
    padding: 1rem 1.5rem;
  }
  .column_wrap {
    flex-direction: column;
    align-items: center;
  }
  .column_box {
    width: 65rem;
    background-color: #f6eded;
  }
  .column_cont {
    padding: 3rem 2.5rem;
  }
  .column_cat {
    padding: 0.5rem 1.5rem;
    font-size: 2.4rem;
  }
  .column_time {
    font-size: 2.4rem;
  }
  .column_ttl {
    font-size: 3.2rem;
  }
  .corporate_inner .common_ttl {
    text-align: center;
    padding-bottom: 6rem;
  }
  .corporate_inner .ttl_wrap p {
    text-align: center;
  }
  .corporate_txt {
    max-width: 65rem;
    margin: 0 auto;
    font-size: 2.8rem;
    text-align: center;
  }
  .recruit_wrap_border {
    max-width: 63rem;
    padding: 4rem 2rem;
  }
  .recruit_wrap {
    background-image: url(../img/re_btn_back_sp.png);
    max-width: 65rem;
  }
  .corporate .info_btn {
    margin: 6rem auto 0;
  }
  .recruit_box {
    max-width: 100%;
    margin: 0 auto;
  }
  .recruit_logo {
    width: 45rem;
  }
  .recruit_ttl {
    font-size: 4rem;
    padding-bottom: 16rem;
  }
  .recruit_copy {
    font-size: 4.2rem;
    padding-bottom: 0.5rem;
  }
  .recruit_subcopy {
    font-size: 2.8rem;
    padding-bottom: 2rem;
  }
  .recruit_btn_wrap p {
    font-size: 3rem;
  }
  .recruit_btn {
    max-width: 100%;
    padding: 0.3rem;
  }
  .official_sns h2 {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
  .sns_logo {
    max-width: 11rem;
    margin: 0 auto;
  }
  .sns_icon p {
    font-size: 2.6rem;
  }
  .footer_list {
    display: none;
  }
  .footer_inner {
    flex-direction: column-reverse;
  }
  .footer_info {
    gap: 1.2rem;
    padding-bottom: 3.2rem;
    flex-direction: column;
  }
  .footer_logo {
    width: 10rem;
  }
  .footer_info p {
    font-size: 2.8rem;
  }
  .footer_r {
    gap: 3rem;
    margin-bottom: 3rem;
  }
  .footer_contact,
.footer_recruit {
    width: 65rem;
    padding: 5rem 2rem 5rem 0;
  }
  .footer_btn_ttl {
    font-size: 3rem;
  }
  .footer_btn_txt {
    font-size: 2.2rem;
  }
}
.page {
  padding-top: 8rem;
}

.header_page {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
}

.header_page::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: calc(100% + 4px);
  height: 100%;
  background: #ff0000;
  mix-blend-mode: multiply;
  -webkit-clip-path: polygon(0 0, 50% 0, 60% 100%, 0% 100%);
          clip-path: polygon(0 0, 50% 0, 60% 100%, 0% 100%);
  transform: translateX(-100%);
  -webkit-animation: headSlide 1s ease forwards;
          animation: headSlide 1s ease forwards;
}

/* スライドのみ */
@-webkit-keyframes headSlide {
  to {
    transform: translateX(0);
  }
}
@keyframes headSlide {
  to {
    transform: translateX(0);
  }
}
.header_page_wrap {
  max-width: 122rem;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.page_ttl {
  padding: 17rem 0;
  text-align: left;
  font-size: 6rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
}

.breadcrumbs_wrap {
  width: 100%;
  background-color: #e8e8e8;
}

.breadcrumbs {
  padding: 0.9rem 0;
  max-width: 110rem;
  font-size: 1.3rem;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .page {
    padding-top: 14rem;
  }
  .header_page_wrap {
    max-width: 70rem;
  }
  .page_ttl {
    padding: 8rem 0;
    font-size: 4.5rem;
  }
  .breadcrumbs {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 70rem;
    align-items: center;
    gap: 1.5rem;
    font-size: 1.8rem;
    padding: 1.2rem 0;
  }
}
.page_back {
  position: relative;
}

.page_back::before {
  content: "";
  position: absolute;
  background-image: url(../img/common_back_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page_back::after {
  content: "";
  position: absolute;
  background-image: url(../img/common_back_bot.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page_inner {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
  padding: 15rem 0;
}

.page_h2 {
  position: relative;
  display: flex;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: left;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.page_h2::before {
  content: "";
  background-color: #ff0000;
  width: 3.5rem;
  height: 0.3rem;
}

.page_h3 {
  position: relative;
  display: flex;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 3rem 0;
  padding-bottom: 0.5rem;
  border-bottom: #ff0000 2px solid;
}

@media screen and (max-width: 1200px) {
  .page_inner {
    margin: 0 2rem;
  }
}
@media screen and (max-width: 750px) {
  .page_inner {
    max-width: 70rem;
    padding: 10rem 0;
  }
  .page_h2 {
    font-size: 4rem;
    gap: 1.5rem;
  }
  .page_h3 {
    font-size: 3.6rem;
    border-bottom: #ff0000 2px solid;
  }
  .page_h2::before {
    width: 5rem;
    height: 0.5rem;
  }
}
.page_service_wrap {
  display: flex;
  justify-content: center;
  gap: 4.5rem;
  padding-bottom: 12rem;
}

.page_inner .page_service_wrap:last-child {
  padding-bottom: 0rem;
}

.page_service_cont {
  max-width: 54rem;
}

.page_service_cont p {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 750px) {
  .page_service_wrap {
    align-items: center;
  }
  .page_inner .page_service_wrap:nth-child(2n) {
    flex-direction: column;
  }
  .page_inner .page_service_wrap:nth-child(2n+1) {
    flex-direction: column-reverse;
  }
  .page_service_cont {
    max-width: 100%;
  }
  .page_service_cont p {
    font-size: 2.8rem;
  }
}
.page_company_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 3rem;
}

.page_company_cont {
  width: 58.5rem;
}

.page_company_cont img {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.45);
  margin-bottom: 2.5rem;
}

.page_company_cont p {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}

.page_company_cont .info_btn {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .page_company_wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .page_company_wrap {
    justify-content: center;
    gap: 12rem;
  }
  .page_company_cont {
    width: 70rem;
  }
  .page_company_cont p {
    font-size: 2.8rem;
  }
  .page_company_cont .info_btn {
    margin: 0 auto;
  }
}
#common .form_content dl dt p {
  font-size: 1.8rem;
  margin: 0;
}

#common .form_content dl dd p {
  font-size: 1.8rem;
  margin: 0;
}

.form_content dl {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #efefef;
  margin-bottom: 4rem;
  position: relative;
}

.form_content .captcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.form_content dt {
  width: 25rem;
  font-weight: 400;
}

.form_content .required {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #c7171e;
  border-radius: 0.5rem;
  padding: 0.3rem 1.5rem;
  margin-left: 2rem;
}

.form_content dd {
  margin: 0;
  width: calc(100% - 25rem);
}

.form_content input[type=text],
.form_content input[type=email],
.form_content input[type=tel],
.form_content textarea,
.form_content input[type=text],
.form_content input[type=email],
.form_content input[type=tel],
.form_content textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 0;
  border: 1px solid #e3e3e3;
  color: #000;
}

.form_content .captcha p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.form_submit {
  text-align: center;
}

.form_content .form_submit input[type=submit] {
  display: block;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 50rem;
  height: 5rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: 700;
  background-color: #ff0000;
  border: 1px solid #ff0000;
  position: relative;
  border-radius: 1.5rem;
  padding: 0;
  transition: 0.3s;
}

.form_content .captcha img {
  width: 12rem;
}

.form_content .captcha input[type=text] {
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  #common .form_content dl dt p {
    font-size: 2.8rem;
    margin: 0;
  }
  #common .form_content dl dd p {
    font-size: 2.8rem;
    margin: 0;
  }
  .form_content dt {
    width: 100%;
  }
  .form_content dd {
    width: 100%;
  }
  .form_content dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    font-size: 1.4rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid #efefef;
    margin-bottom: 3rem;
  }
  .form_content .required {
    font-size: 2.4rem;
  }
  .Page_trial .form_content dd {
    width: 100%;
  }
  .form_content .captcha input[type=text] {
    font-size: 2.4rem;
  }
  .form_content .captcha img {
    width: 15rem;
    flex-shrink: 0;
  }
  .form_content .captcha p {
    flex-direction: column;
  }
  .form_content .form_submit input[type=submit] {
    font-size: 2.8rem;
    height: 8rem;
  }
}
.page_lead {
  text-align: center;
  padding: 0rem 0 8rem;
}

.page_column_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  align-items: stretch;
  padding-bottom: 10rem;
}

.page_column_cont {
  width: calc(31.3% - 1.33rem);
  box-sizing: border-box;
  background-color: #f6eded;
}

.page_thumb_wrap {
  position: relative;
  aspect-ratio: 9/5;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .page_column_wrap {
    flex-direction: column;
    align-items: center;
  }
  .page_column_cont {
    width: 100%;
  }
  .page_lead {
    font-size: 2.8rem;
  }
}
.page_about_wrap {
  padding-bottom: 10rem;
}

.page_about_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.page_about_cont img {
  width: 24rem;
  margin-right: 8rem;
}

.page_about_cont .ttl_wrap {
  padding-bottom: 0;
}

.page_about_cont .ttl_wrap .common_ttl {
  text-align: left;
  padding-bottom: 0;
}

.page_about_copy {
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 3rem;
}

.page_about_txt {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .page_about_cont img {
    margin-right: 0rem;
    margin-left: 2rem;
  }
  .page_about_cont {
    flex-direction: column-reverse;
    gap: 4rem;
    padding-bottom: 6rem;
  }
  .page_about_copy {
    padding-bottom: 6rem;
  }
  .page_about_txt {
    font-size: 2.8rem;
  }
}
.page_news_cont {
  padding-bottom: 4rem;
}

.page_voice_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  padding-bottom: 10rem;
}

.page_voice_wrap .voice_list {
  display: block;
  width: calc(31.3% - 1.33rem);
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
  border-radius: 1rem;
}

@media screen and (max-width: 750px) {
  .page_voice_wrap .voice_list {
    width: 100%;
  }
}
.not_wrap img {
  max-width: 50rem;
  margin: 0 auto;
}

.not_wrap p {
  text-align: center;
  padding: 4rem 0;
}

@media screen and (max-width: 750px) {
  .not_wrap p {
    font-size: 2.8rem;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0 auto;
  padding: 5rem 0;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  display: flex;
  gap: 2rem;
}

.prev .page-numbers,
.page-numbers {
  display: flex;
  width: 6rem;
  height: 6rem;
  color: #ff0000;
  font-size: 1.6rem;
  align-items: center;
  justify-content: center;
  background-color: #e8e8e8;
}

.current {
  background-color: #ff0000;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .prev .page-numbers,
.page-numbers {
    width: 9rem;
    height: 9rem;
    font-size: 2.6rem;
  }
}
#common .page_inner p {
  font-size: 1.8rem;
  margin: 2rem 0 4rem;
}

#common .page_inner h2 {
  font-size: 3rem;
  margin: 1rem 0;
  color: #ff0000;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 750px) {
  #common .page_inner p {
    font-size: 2.8rem;
    margin: 4rem 0 6rem;
  }
  #common .page_inner h2 {
    font-size: 4rem;
    margin: 3rem 0;
  }
}
.page_recruit_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15rem;
}

.page_recruit_wrap .ttl_wrap {
  padding-bottom: 0;
}

.page_recruit_wrap .ttl_wrap .common_ttl {
  text-align: left;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .page_recruit_wrap {
    flex-direction: column;
    padding-bottom: 6rem;
  }
  .page_recruit_wrap .ttl_wrap .common_ttl {
    text-align: center;
    padding-bottom: 6rem;
  }
  .page_recruit_txt {
    font-size: 2.8rem;
  }
}
.common_ttl_a {
  padding: 2.5rem 0;
}
.common_ttl_a h2 {
  text-align: center;
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
.common_ttl_a h2::after {
  content: "";
  position: absolute;
  background-color: #ff0000;
  width: 5rem;
  height: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3rem;
}
.common_ttl_a p {
  font-size: 1.6rem;
  text-align: center;
}
.common_ttl_a h3 {
  text-align: center;
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 2.5rem;
}

.page_worries_wrap {
  position: relative;
  display: flex;
  gap: 3.5rem;
  justify-content: center;
  margin-bottom: 6rem;
}

.page_worries_wrap::after {
  content: "";
  background: center/contain url(../img/service_arrow.svg) no-repeat;
  width: 5rem;
  height: 3.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -6rem;
}

.page_worries_box {
  width: 36rem;
  background-color: #f7f7f7;
  border-radius: 1rem;
  padding: 4rem 0;
}

.page_worries_box img {
  height: 10rem;
  margin: 0 auto 3.5rem;
}

.page_worries_box p {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}

.page_strong_wrap {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
  max-width: 115rem;
  padding: 8rem 6.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6.5rem;
  margin: 0 auto 2rem;
}

.page_strong_box {
  max-width: 47rem;
}

.page_strong_box h3 {
  font-size: 1.8rem;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  padding: 2.5rem 0;
}

.page_strong_box p {
  font-size: 1.6rem;
  text-align: center;
}

.page_merit {
  background-image: url(../img/gray_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page_merit_wrap {
  display: flex;
  gap: 2rem;
  max-width: 115rem;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 6rem;
}

.page_merit_box {
  width: 27rem;
  background-color: #f6eded;
}

.page_merit_boxtop {
  position: relative;
}

.page_merit_boxtop p {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}

.page_merit_boxbot {
  background-color: #f6eded;
  padding: 3.5rem 0;
}

.page_merit_boxbot p {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.page_merit_list {
  max-width: 100rem;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
  padding: 6rem;
}

.page_merit_list ul {
  display: flex;
  gap: 2rem 4rem;
  flex-wrap: wrap;
}

.page_merit_list li {
  position: relative;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  align-items: center;
  gap: 0.5rem;
}

.page_merit_list li::before {
  content: "";
  background-color: #ff0000;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

.page_flow {
  padding: 10rem 0 5rem;
  background-image: url(../img/red_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page_flow .common_ttl_a h2,
.page_flow .common_ttl_a p {
  color: #fff;
}

.page_flow .common_ttl_a h2::after {
  background-color: #fff;
}

.page_flow_wrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding-bottom: 5rem;
}

.page_flow_box {
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 1rem;
}

.page_flow_cont {
  width: 27rem;
  height: 100%;
  padding: 3.5rem 2rem;
  border: #ff0000 1px solid;
  border-radius: 1rem;
}

.page_flow_cont img {
  width: auto;
  height: 10rem;
  margin: 0 auto;
}

.page_flow_cont h3 {
  font-size: 2.5rem;
  color: #ff0000;
  font-weight: bold;
  padding: 1.5rem 0 3rem;
  text-align: center;
}

.page_flow_cont p {
  font-size: 1.6rem;
}

.page_flow .info_btn {
  background-color: #fff;
  color: #ff0000;
}

.page_flow .info_btn::after {
  background: center/contain url(../img/r_arrow.svg) no-repeat;
}

.page_attempt {
  background-color: #fff;
  padding: 5rem 0;
}

.page_attempt_wrap {
  border: #ff0000 1px solid;
  border-radius: 1rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  padding: 4rem 0;
  width: 83rem;
  margin: 0 auto;
}

.page_attempt_wrap h2 {
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 4.5rem;
}

.page_attempt_wrap h2::after {
  content: "";
  position: absolute;
  background-color: #ff0000;
  width: 5rem;
  height: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3rem;
}

.page_attempt_wrap p {
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 750px) {
  .common_ttl_a {
    padding: 5.5rem 0;
  }
  .common_ttl_a h2 {
    font-size: 4.2rem;
    margin-bottom: 5rem;
  }
  .common_ttl_a p {
    font-size: 2.6rem;
  }
  .page_flow_wrap {
    flex-direction: column;
  }
  .page_worries_wrap {
    flex-direction: column;
  }
  .page_worries_box {
    width: 100%;
  }
  .page_worries_box p {
    font-size: 2.8rem;
  }
  .page_worries_box img {
    height: 18rem;
  }
  .common_ttl_a h3 {
    font-size: 3.4rem;
  }
  .page_strong_wrap {
    padding: 8rem 4.5rem;
  }
  .page_strong_box {
    max-width: 58rem;
  }
  .page_strong_box h3 {
    font-size: 2.8rem;
    padding: 2.5rem 0;
  }
  .page_strong_box p {
    font-size: 2.6rem;
  }
  .page_merit_wrap {
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .page_merit_box {
    width: 34rem;
  }
  .page_merit_boxtop p {
    font-size: 2.6rem;
  }
  .page_merit_boxbot p {
    font-size: 2.3rem;
  }
  .page_merit_list li {
    font-size: 2.4rem;
    gap: 1rem;
  }
  .page_flow_wrap {
    flex-direction: column;
    width: 60rem;
    margin: 0 auto;
  }
  .page_flow_cont {
    width: 100%;
    height: 100%;
    padding: 3.5rem 2rem;
    border: #ff0000 1px solid;
    border-radius: 1rem;
  }
  .page_flow_box {
    padding: 1rem;
  }
  .page_flow_cont p {
    font-size: 2.6rem;
  }
  .page_flow_cont h3 {
    font-size: 3.5rem;
    padding: 2.5rem 0 3rem;
  }
  .page_flow_cont img {
    height: 15rem;
  }
  .page_attempt {
    padding: 10rem 0;
  }
  .page_attempt_wrap {
    width: 70rem;
    padding: 4rem;
  }
  .page_attempt_wrap h2 {
    font-size: 2.6rem;
    margin-bottom: 4.5rem;
  }
  .page_attempt_wrap p {
    font-size: 2.6rem;
  }
}
/*投稿ページ*/
.single_page {
  padding: 4rem 0;
}

.single_page_inner {
  max-width: 90rem;
  padding: 4.5rem 0;
  background: #fff;
  border-radius: 1.5rem;
  margin: 0rem auto 0;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
}

.single_inner {
  width: 78rem;
  margin: 0 auto;
}

#single_news .single_page_inner {
  background: unset;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
}

.single_page_voice {
  display: flex;
  padding: 4rem 0;
  gap: 4rem;
  justify-content: center;
}

.single_page_voice .single_page_inner {
  width: 90rem;
  margin: 0;
}

.single_inner h1 {
  font-size: 3rem;
  line-height: 1.4;
}

.post-content {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0.5rem;
  border-bottom: #ff0000 5px solid;
  margin-bottom: 3.5rem;
}

.post-category {
  background-color: #ff0000;
  font-size: 1.6rem;
  color: #fff;
  padding: 0 1rem;
}

.single-thumb_wrap {
  margin-bottom: 4rem;
}

.no_bullets {
  max-width: 78rem;
  background-color: #fff;
  border: #ff0000 2px solid;
  border-radius: 20px;
  padding: 2rem 5rem;
  margin-bottom: 4rem;
}

.toc_title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  border-bottom: #ff0000 1px solid;
  margin-bottom: 2rem;
}

.toc_list li a {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.singlepost p {
  font-size: 1.6rem;
  color: #333;
  line-height: 2.4;
  margin-bottom: 2rem;
}

.singlepost p strong {
  background-position: left -100% center;
  background-size: 200% 0.6em;
  background: linear-gradient(transparent 60%, #fff799 30%);
  display: inline;
}

.singlepost h2 {
  font-size: 2.4rem;
  background-color: #ff0000;
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: left;
  margin-bottom: 2rem;
}

.singlepost h3 {
  font-size: 2.4rem;
  padding: 1rem 1.5rem;
  color: #ff0000;
  margin-bottom: 2rem;
  border-bottom: #ff0000 1px solid;
  border-left: #ff0000 5px solid;
}

.singlepost h4 {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  color: #ff0000;
  margin-bottom: 1rem;
}

.point_section {
  max-width: 78rem;
  background-color: #f7fcff;
  border: #ff0000 2px solid;
  border-radius: 20px;
  padding: 2rem 4.5rem 1.5rem;
  margin-bottom: 2rem;
}

.point_section .point_ttl {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.8rem;
  color: #ff0000;
  border-bottom: #ff0000 1px solid;
  margin-bottom: 2rem;
}

.point_ttl::before {
  content: "";
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
}

.point_section li {
  font-size: 1.5rem;
  margin: 1.5rem 0;
  list-style: disc;
  margin-left: 1rem;
}

.singlepost li {
  list-style: disc;
  font-size: 1.5rem;
  margin: 1.5rem 0;
  margin-left: 1rem;
}

.column_policy {
  background-color: #dff0ff;
  margin-bottom: 4rem;
  padding: 2rem;
}

.column_policy span {
  font-size: 1.1rem;
}

.column_policy span a {
  color: #2a94cb;
  text-decoration: underline;
}

.writer {
  border: #d5d5d5 1px solid;
  background-color: #fff;
  padding: 2rem 0;
}

.writer_boxes {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-left: 2.5rem;
}

.writer_box_l {
  width: 10rem;
}

.writer_box_wrap {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

.author_ttl {
  background-color: #ff0000;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
}

.author_name {
  font-size: 1.8rem;
}

.author_position {
  font-size: 1.4rem;
  color: #777777;
  margin-bottom: 0.5rem;
}

.author_description {
  max-width: 60rem;
  font-size: 1.4rem;
}

.singlepost table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #000;
  margin-bottom: 4rem;
}

.singlepost th,
.singlepost td {
  font-size: 1.6rem;
  padding: 2.4rem 2rem;
  border: solid 1px #000;
}

.singlepost th p,
.singlepost td p {
  margin-bottom: 0;
}

.singlepost th {
  font-weight: 700;
  background-color: #fff5bb;
}

.single_table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #000;
  margin-bottom: 4rem;
}

.single_table th,
.single_table td {
  font-size: 1.6rem;
  padding: 2.4rem 2rem;
  border: solid 1px #000;
}

.single_table th {
  width: 30%;
  font-weight: 700;
  background-color: #fff5bb;
}

.singlepost tbody span {
  font-size: 1.6rem;
  line-height: 2.4;
}

.voice_post_cont {
  width: 36rem;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem 0;
  margin-bottom: 4rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
}

.voice_post_ttl {
  font-size: 2.4rem;
  text-align: center;
  border-bottom: 1px solid #ff0000;
}

.voice_post_list {
  max-width: 30rem;
  margin: 0 auto;
}

.voice_post_list li {
  padding: 2.7rem 0;
  border-bottom: #ff0000 1px solid;
}

.voice_post_item {
  display: flex;
  gap: 1rem;
}

.voice_post_item img {
  width: 10rem;
  aspect-ratio: 1/1;
  background-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.voice_post_box_ttl {
  font-size: 1.6rem;
  line-height: 1.3;
}

.voice_post_date {
  display: block;
  font-size: 1.4rem;
  color: #adadad;
  padding: 0.5rem 0;
}

.voice_post_category {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  font-size: 1.2rem;
  padding: 0rem 1rem;
}

@media screen and (max-width: 1200px) {
  .voice_sidebar {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #single {
    padding-top: 14.127rem;
  }
  .single_page_inner {
    border-radius: 0px;
    box-shadow: unset;
  }
  .single_page {
    padding: 0;
  }
  .single_inner {
    width: 100%;
    padding: 0 2rem;
  }
  .single_inner h1 {
    font-size: 4rem;
  }
  .post-category {
    font-size: 2rem;
    padding: 0.5rem 1.5rem;
  }
  .singlepost p {
    font-size: 2.8rem;
    line-height: 2.4;
    margin-bottom: 2rem;
  }
  .column_policy span {
    font-size: 2rem;
    line-height: 1.4;
  }
  .no_bullets {
    border-radius: 10px;
  }
  .toc_list li a {
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .singlepost h2 {
    font-size: 3.6rem;
    padding: 2rem 2.5rem;
    margin-bottom: 2rem;
  }
  .point_section {
    border-radius: 10px;
    padding: 3rem 4.5rem 2.5rem;
  }
  .point_section .point_ttl {
    gap: 1.5rem;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .point_ttl::before {
    width: 3rem;
    height: 3rem;
  }
  .point_section li {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
  }
  .singlepost li {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    margin-left: 4rem;
  }
  .singlepost h3 {
    font-size: 3.4rem;
    padding: 2rem 1.5rem;
    margin-bottom: 3rem;
  }
  .singlepost h4 {
    font-size: 3.2rem;
    font-weight: bold;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  .cta_section .cta_txt {
    font-size: 2.4rem;
  }
  .writer_box_l {
    width: 20rem;
  }
  .writer_boxes {
    display: flex;
    gap: 2.5rem;
    flex-direction: column;
    align-items: center;
    margin-right: 2.5rem;
  }
  .author_ttl {
    padding: 0.5rem 1rem;
    font-size: 2.4rem;
  }
  .author_name {
    font-size: 2.8rem;
  }
  .author_position {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
  }
  .author_description {
    max-width: 100%;
    font-size: 2.4rem;
  }
  .single_table {
    margin-bottom: 4rem;
  }
  .single_table th,
.single_table td {
    font-size: 2.8rem;
    padding: 3rem 2rem;
  }
  .single_table th {
    width: 35%;
  }
  .singlepost tbody span {
    font-size: 2.8rem;
  }
  .singlepost th,
.singlepost td {
    font-size: 2.8rem;
  }
  .voice_sidebar {
    display: none;
  }
}
.philosophy .ttl_wrap {
  position: relative;
  padding-bottom: 0;
  z-index: 10;
}

.philosophy .ttl_wrap .common_ttl {
  text-align: left;
  padding-bottom: 0;
}

.page_philosophy_cont {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
  padding: 10rem 0;
  margin-top: -0.7rem;
}

.page_philosophy_cont::after {
  content: "";
  position: absolute;
  background-image: url(../img/philosophy_back.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 23.8rem;
  height: 34.7rem;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.page_philosophy_cont h3 {
  font-size: 4.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 2px;
}

.page_philosophy_cont h3 span {
  font-size: 6.2rem;
  color: #ff0000;
}

.page_philosophy_txt {
  text-align: center;
  font-size: 1.6rem;
  padding: 10rem 0;
}

.page_philosophy_list {
  margin-bottom: 8rem;
}

.philosophy_list_ttl {
  position: relative;
  align-items: center;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 4rem;
}

.philosophy_list_ttl::before {
  content: "";
  background-color: #ff0000;
  width: 3.5rem;
  height: 0.3rem;
}

.page_philosophy_list h3 {
  font-size: 4.8rem;
  font-weight: bold;
}

.page_philosophy_list p {
  font-size: 1.6rem;
  padding-left: 6rem;
}

.page_philosophy_thought {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .page_philosophy_cont {
    padding: 7rem 0;
  }
  .page_philosophy_cont h3 {
    font-size: 3.8rem;
  }
  .page_philosophy_cont h3 span {
    font-size: 5.2rem;
  }
  .page_philosophy_txt {
    font-size: 2.6rem;
    padding: 7rem 0;
  }
  .philosophy_list_ttl::before {
    width: 5rem;
    height: 0.5rem;
  }
  .page_philosophy_list h3 {
    font-size: 4rem;
  }
  .page_philosophy_list p {
    font-size: 2.6rem;
    padding-left: 6rem;
  }
  .page_philosophy_thought {
    font-size: 3rem;
  }
}
.page_summary_wrap {
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
  padding: 13rem 0;
}

.table_list {
  width: 85rem;
  margin: 0 auto;
}

.table_list tr {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
  border-bottom: 2px solid #f2f2f2;
}

.table_list th {
  width: 20rem;
  padding: 4rem 0;
  padding-left: 2rem;
}

.table_list th span {
  font-size: 1.2rem;
}

.table_list td {
  padding: 4rem 0;
  padding-left: 2rem;
}

.table_list tr::after {
  content: "";
  width: 20rem;
  height: 2px;
  background-color: #ff0000;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 750px) {
  .table_list {
    width: 65rem;
  }
  .table_list tr {
    font-size: 2.6rem;
  }
  .table_list th {
    width: 20rem;
    padding: 6rem 0;
  }
  .table_list th span {
    font-size: 2rem;
  }
  .table_list td {
    padding: 6rem 0;
    padding-left: 2rem;
  }
  .table_list tr::after {
    width: 20rem;
  }
}
.page_message .ttl_wrap {
  position: relative;
  padding-bottom: 5rem;
  z-index: 10;
}

.page_message .ttl_wrap .common_ttl {
  text-align: left;
  padding-bottom: 0;
}

.page_message {
  display: flex;
  align-items: center;
}

.page_message_l {
  max-width: 58rem;
}

.page_message_main p {
  position: absolute;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: bold;
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}

.page_message_text {
  padding-top: 14rem;
  padding-right: 2rem;
}

.page_message_text p {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.page_message_name {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: bold;
}

.page_concept {
  display: flex;
  align-items: center;
  gap: 6rem;
  padding-top: 10rem;
}

.page_concept_l {
  width: 40rem;
  padding: 7rem 0;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
}

.page_concept_l img {
  width: 21.3rem;
  margin: 0 auto;
  padding-left: 1rem;
}

.page_concept_ttl {
  position: relative;
  align-items: center;
  display: flex;
  gap: 1.5rem;
  padding-bottom: 4rem;
}

.page_concept_ttl::before {
  content: "";
  background-color: #ff0000;
  width: 3.5rem;
  height: 0.3rem;
}

.page_concept_ttl h3 {
  font-size: 3.6rem;
  font-weight: bold;
}

.page_concept_r {
  flex: 1;
}

@media screen and (max-width: 1200px) {
  .page_message {
    gap: 4rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 750px) {
  .page_message_l {
    max-width: 100%;
  }
  .page_message_main p {
    font-size: 3.4rem;
  }
  .page_message_text p {
    font-size: 2.6rem;
    margin-bottom: 4rem;
  }
  .page_concept {
    flex-direction: column;
  }
  .page_concept_ttl::before {
    width: 5rem;
    height: 0.5rem;
  }
  .page_concept_ttl h3 {
    font-size: 4rem;
  }
  .page_concept_r p {
    font-size: 2.6rem;
  }
}
.page_csr_wrap {
  display: flex;
  gap: 6rem;
  padding-bottom: 10rem;
}

.page_csr_wrap p {
  font-size: 1.6rem;
  padding-top: 2rem;
}

.page_sdgs_wrap {
  padding-bottom: 2.5rem;
}

.page_sdgs_images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page_sdgs_images img {
  width: 15rem;
}

.page_sdgs_txt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2rem 0;
}

.page_sdgs_list {
  font-size: 1.8rem;
  font-weight: bold;
}

.page_sdgs_wrap ul {
  padding-left: 2rem;
}

.page_sdgs_wrap li {
  font-size: 1.6rem;
  list-style: disc;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  .page_csr_wrap {
    flex-direction: column;
    gap: 2rem;
  }
  .page_csr_wrap p {
    font-size: 2.6rem;
  }
  .page_sdgs_txt {
    font-size: 2.8rem;
  }
  .page_sdgs_list {
    font-size: 2.8rem;
  }
  .page_sdgs_wrap ul {
    padding-left: 4rem;
  }
  .page_sdgs_wrap li {
    font-size: 2.6rem;
  }
}
.staff_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}

.staff_cont {
  display: block;
  width: calc(31.3% - 1.33rem);
  background-color: #fff0f0;
  padding: 4rem 0;
  cursor: pointer;
}

.staff_cont img {
  width: 18rem;
  margin: 0 auto 2rem;
}

.staff_cont_bot {
  padding: 0 2rem;
}

.staff_title {
  font-size: 2rem;
  font-weight: bold;
}

.staff_name {
  font-size: 3rem;
  font-weight: bold;
  color: #7f3f3f;
  line-height: 1.2;
}

.staff_name span {
  color: #ff0000;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal.is-open {
  display: block;
}

.modal-content {
  background: #fff0f0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76rem;
  transform: translate(-50%, -50%);
  padding: 2rem;
  border-radius: 1rem;
}

.modal_cont_wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.modal-content a {
  display: block;
  width: 30rem;
  background-color: #ff0000;
  color: #fff;
  border-radius: 1rem;
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  padding: 1rem 0;
}

.modal_cont_l {
  padding: 0 4rem;
  display: flex;
  align-items: center;
}

.modal_cont_l img {
  width: 20rem;
}

.modal_cont_r {
  padding: 2rem 0;
}

.staff_info {
  max-width: 40rem;
  padding-top: 2rem;
  padding-right: 2rem;
}

.page_work {
  display: flex;
  gap: 6rem;
  padding-bottom: 4rem;
}

.page_work img {
  max-width: 56rem;
}

.page_work_txtwrap {
  flex: 1;
}

.page_work_list {
  background-color: #fff;
  border: #ff0000 2px solid;
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  margin-top: 2rem;
}

.page_work_list ul li {
  font-size: 1.6rem;
  line-height: 1.4;
}

.recruitment_btn {
  display: block;
  width: 40rem;
  margin: 4rem auto 0;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0;
  font-size: 2rem;
}

@media screen and (max-width: 1200px) {
  .page_work {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 750px) {
  .page_work {
    gap: 2rem;
    flex-direction: column;
  }
  .page_work img {
    max-width: 100%;
  }
  .page_work_txtwrap p {
    font-size: 2.8rem;
  }
  .page_work_list {
    padding: 4rem 0;
  }
  .page_work_list p {
    font-size: 2.8rem;
  }
  .page_work_list ul li {
    font-size: 2.6rem;
  }
  .recruitment_btn {
    width: 70rem;
    font-size: 2.8rem;
  }
  .staff_wrap {
    flex-direction: column;
    justify-content: center;
  }
  .staff_cont {
    width: 100%;
    padding: 6rem 0;
  }
  .staff_cont img {
    width: 28rem;
    margin: 0 auto 2rem;
  }
  .staff_title {
    text-align: center;
    font-size: 4rem;
  }
  .staff_name {
    text-align: center;
    font-size: 5rem;
  }
  .modal-content {
    width: 65rem;
    padding: 4rem;
  }
  .modal_cont_wrap {
    flex-direction: column;
    align-items: center;
  }
  .staff_info {
    max-width: 100%;
    padding: 0;
    padding-top: 4rem;
    font-size: 2.8rem;
  }
  .modal-content a {
    font-size: 3rem;
    padding: 2rem 0;
  }
}
#common table {
  width: 100%;
}

#common th {
  width: 30%;
  padding: 2rem;
  font-size: 1.8rem;
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  border: 1px solid #a1a1a1;
  line-height: 1.4;
}

#common td {
  width: 70%;
  padding: 2rem;
  font-size: 1.8rem;
  border: 1px solid #a1a1a1;
  line-height: 1.4;
}

@media screen and (max-width: 750px) {
  #common th {
    padding: 2rem;
    font-size: 2.6rem;
  }
  #common td {
    padding: 2rem;
    font-size: 2.6rem;
  }
}
.page_person_list {
  padding: 4rem 0;
  max-width: 55rem;
  margin: 0 auto;
}

.page_person_list li {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}

.page_person_list li::before {
  content: "";
  background-image: url(../img/person_logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5rem;
  height: 6.5rem;
}

.recluit_interview_box {
  max-width: 90rem;
  margin: 0 auto;
  margin-bottom: 4rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.53);
}

.recluit_interview_top {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8.5rem;
  padding: 4.5rem 0;
}

.recluit_interview_top img {
  max-width: 15rem;
}

.recluit_interview_cont {
  max-width: 48rem;
}

.recluit_interview_namewrap {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  padding-bottom: 2.5rem;
  border-bottom: #333333 2px solid;
}

.recluit_interview_cat {
  background-color: #ff0000;
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  font-size: 1.8rem;
}

.recluit_interview_name {
  font-size: 2.4rem;
  font-weight: bold;
}

.recluit_interview_catch {
  font-size: 2.6rem;
  font-weight: bold;
  padding-top: 2.5rem;
  line-height: 1.4;
}

.recluit_interview_bot {
  background-color: #e8e8e8;
  padding: 4rem 5rem 1rem;
}

.recluit_interview_bot h3 {
  font-size: 2.4rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px #333 solid;
}

.recluit_interview_bot p {
  font-size: 1.8rem;
  margin-bottom: 5rem;
  line-height: 1.8;
}

.recluit_interview_bot h3 span {
  color: #2a94cb;
}

.recluit_interview_bot p span {
  color: #ff0000;
  font-size: 2.4rem;
}

@media screen and (max-width: 750px) {
  .page_person_list {
    max-width: 65rem;
  }
  .page_person_list li {
    position: relative;
    font-size: 3rem;
    gap: 4rem;
    margin-bottom: 4rem;
  }
  .recluit_interview_top {
    flex-direction: column;
    gap: 3.5rem;
  }
  .recluit_interview_top img {
    max-width: 25rem;
  }
  .recluit_interview_cont {
    max-width: 60rem;
  }
  .recluit_interview_cat {
    font-size: 2.6rem;
  }
  .recluit_interview_name {
    font-size: 3rem;
  }
  .recluit_interview_catch {
    font-size: 3.6rem;
  }
  .recluit_interview_bot h3 {
    font-size: 3.4rem;
  }
  .recluit_interview_bot p {
    font-size: 2.8rem;
    margin-bottom: 5rem;
    line-height: 1.8;
  }
  .recluit_interview_bot p span {
    font-size: 2.4rem;
  }
  .recluit_interview_bot {
    padding: 7rem 5rem 1rem;
  }
}
.thanks_mail {
  width: 30rem;
  margin: 0 auto;
  padding: 4rem 0;
}

/*# sourceMappingURL=style.css.map */