@charset "UTF-8";
/* Zen Kaku Gothic New */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.page-faq .p-sub-fv {
  background-image: url("../images/faq-fv.jpg");
}

.page-contact .p-sub-fv {
  background-image: url("../images/contact-fv.jpg");
}

.page-privacy .p-sub-fv {
  background-image: url("../images/privacy-fv.jpg");
}

.page-company .p-sub-fv {
  background-image: url("../images/company-fv.jpg");
}

.page-blog .p-sub-fv {
  background-image: url("../images/blog-fv.jpg");
}


@media screen and (max-width: 767px) {
	
.page-faq .p-sub-fv {
  background-image: url("../images/faq-fv-sp.jpg");
}

.page-contact .p-sub-fv {
  background-image: url("../images/contact-fv-sp.jpg");
}

.page-privacy .p-sub-fv {
  background-image: url("../images/privacy-fv-sp.jpg");
}

.page-company .p-sub-fv {
  background-image: url("../images/company-fv-sp.jpg");
}

.page-blog .p-sub-fv {
  background-image: url("../images/blog-fv-sp.jpg");
}
	
}


@media screen and (min-width:768px) {

  .ts :where(div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
    .form_contact input) {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

@media screen and (max-width:767px) {

  .ts :where(div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
    .form_contact input) {
    font-size: 14px;
  }
}

.ts :where(div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
  .form_contact input) {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 500;
  color: #1F1F1F;
}

.ts .page_title {
  text-align: center;
}

.ts .page_title .more_size {
  display: block;
  margin-bottom: 6rem;
}

section h2.common {
  font-size: 4em;
  line-height: 1;
  font-weight: 700;
}

section h2.common span {
  display: block;
  margin-top: 24px;
}

section h2.underline {
  position: relative;
  margin: 0 auto 70px;
  text-align: center;
}

section h2.underline:after {
  content: "";
  background-color: #1f1f1f;
  height: 3px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

section h3.underline {
  position: relative;
  margin: 0 0 65px;
  text-align: left;
  font-weight: 700;
}

section h3.underline:after {
  content: "";
  background-color: #1f1f1f;
  height: 2px;
  width: 100px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.subpage h2.page_title {
  text-align: center;
}

.subpage h2.page_title span {
  display: block;
}

.light_orange {
  background-color: #FFEED8;
}

section.message h2.eng_title_big {
  background: linear-gradient(90deg, #FF551C 0%, #FB9203 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: -6.25em;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

.marquee p {
  white-space: nowrap;
  animation: marquee-animation 15s linear infinite;
  color: #fff;
  line-height: 12.5em;
  margin-right: .3em;
}

.marquee_message {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
}

.marquee_message p {
  animation: marquee-animation 10s linear infinite;
  color: #fff;
  white-space: nowrap;
  width: 100%;
  line-height: 3em;
  margin-right: .3em;
}

@keyframes marquee-animation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media screen and (min-width:1441px) {
  section .content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 175px 0 175px;
  }
}

@media screen and (min-width:768px) and (max-width:1440px) {
  section .content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 175px 20px 175px;
  }
}

@media screen and (min-width:768px) {

  .eng_title_big,
  div.marquee p.eng_title_big {
    font-size: 12.5em;
  }

  .section_title,
  h2.eng_title span {
    font-size: 2em;
    font-weight: 700;
  }

  .page_title,
  .work_title div p span.page_title {
    font-size: 3em;
    font-weight: 700;
  }
}

@media screen and (max-width:767px) {
  section .content {
    margin: 0 auto;
    padding: 56px 20px;
  }

  .eng_title_big,
  div.marquee p.eng_title_big {
    font-size: calc(12.5rem / 3);
  }

  .section_title,
  h2.eng_title span {
    font-size: 1.4em;
    font-weight: 700;
  }

  .page_title,
  .work_title div p span.page_title {
    font-size: 2em;
    font-weight: 700;
  }
}

@media screen and (min-width:768px) {
  a:hover {
    opacity: .8;
  }

  section h2 {
    margin-bottom: 100px;
  }

  .content h3 {
    margin-bottom: 30px;
  }

  #top_main .content h3 span {
    border-bottom: none;
    padding-bottom: 0;
  }

  .content h3 span,
  #top_main .content h3 span.underline {
    border-bottom: 3px solid #000;
    padding-bottom: 30px;
    display: inline-block;
  }

  section.subpage_catch .content {
    padding: 140px 0 220px;
  }

  section.subpage_catch p {
    font-size: 2.285em;
    font-weight: 700;
    margin-bottom: 1em;
  }

  section.subpage_catch p:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width:767px) {
  a:hover {
    opacity: 1;
  }

  section h2 {
    margin-bottom: 50px;
  }

  .content h3 {
    margin-bottom: 30px;
  }

  #top_main .content h3 span.underline {
    border-bottom: 3px solid #000;
    padding-bottom: 30px;
    display: inline-block;
  }
}

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

img.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

body {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}

body.overflow__hidden {
  height: 100%;
  overflow: hidden;
}

/* Layout */
.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.left {
  margin-left: 0;
  margin-right: auto;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.right {
  margin-left: auto;
  margin-right: 0;
}

.items_center {
  align-items: center;
}

.items_end {
  align-items: flex-end;
}

@media screen and (min-width:768px) {
  h2.eng_title_big {
    font-size: 12.5em;
    margin: 0 auto 48px;
  }

  .pcnone,
  #nav_content li.pcnone {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .spnone {
    display: none;
  }
}

/* column */
@media screen and (min-width:768px) {
  .two_col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .two_col .text {
    width: 49%;
  }

  .two_col.access {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10%;
    align-items: flex-start;
  }

  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0 35px;
    align-items: center;
    justify-content: flex-start;
    margin: 3% 0 0 3%;
  }
}

@media screen and (max-width:767px) {
  .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0;
  }

  .two_col.access {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }

  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0 35px;
    align-items: center;
    justify-content: flex-start;
    margin: 3% 0 0 3%;
  }
}

.breadcrumbs li {
  position: relative;
  color: #118BCC;
}

.breadcrumbs li.top a,
.breadcrumbs li.top {
  line-height: 20px;
}

.breadcrumbs li.top a img {
  width: 20px;
}

.breadcrumbs li:not(:first-child):before {
  content: "";
  background-color: #000;
  height: 2px;
  width: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
}



/* footer */
@media screen and (min-width:1800px) {
  footer .fix_top {
    position: absolute;
    bottom: 0;
    right: -180px;
  }
}

@media screen and (min-width:768px) and (max-width:1799px) {
  footer .fix_top {
    position: absolute;
    bottom: -180px;
    right: 0;
  }
}

@media screen and (max-width:767px) {
  footer .fix_top {
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 9;
  }
}

@media screen and (min-width:768px) {
  footer .container {
    padding: 64px 0px 32px;
  }

  footer .container>div {
    width: 50%;
  }

  footer .logo {
    max-width: 340px;
    margin-bottom: 0;
    width: 90%;
  }

  footer .links {
    display: flex;
    justify-content: center;
  }

  footer .links ul {
    margin-right: 16px;
  }

  footer .links ul:last-child {
    margin-right: 0;
  }

  footer .links li:last-child {
    margin-bottom: 0;
  }

  section.footer_contact .content {
    padding: 130px 0;
    margin: 0 auto;
    text-align: center;
  }

  section.footer_contact h2 {
    margin: 0 auto 44px;
  }

  section.footer_contact p.button {
    margin: 30px auto 0;
  }

  footer {
    padding-bottom: 200px;
    position: relative;
  }

  footer {
    background: linear-gradient(90deg, #118BCC 0%, #5040FB 33%, #8904FC 66%, #F162F1 100%);
    width: 100%;
    position: relative;
    z-index: 1;
  }

  footer .footer_block {
    position: absolute;
    top: 0px;
  }

  footer .footer_block svg {
    height: auto;
  }

  footer .content {
    padding: 290px 0 0;
    max-width: 1250px;
    margin: 0 auto;
    border-bottom: 3px solid #fff;
    position: relative;
  }

  footer .copyright {
    padding-top: 50px;
    text-align: right;
  }

  .company_info p.logo {
    margin-bottom: 26px;
  }

  footer .footer_box .links ul li.spver {
    display: none;
  }

  section.footer_contact .content {
    max-width: 1100px;
    padding: 175px 0;
  }

  .footer_contact .three_button {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
  }

  footer .footer_box {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: 1fr auto auto;
    gap: 0 80px;
  }

  footer .fix_top a img {
    width: 150px;
    transition: transform 1s;
    transform: rotate(0deg);
  }

  footer .fix_top a:hover img {
    transition: transform 1s;
    transform: rotate(360deg);
  }

  .floating_sp {
    display: none;
  }

  footer .footer_box .links ul li {
    margin-bottom: 15px;
  }

  section.footer_contact span.buble_1 {
    top: -150px;
    right: -150px;
    animation: fadeinout_1 4s 1s ease-out infinite;
  }

  section.footer_contact span.buble_2 {
    bottom: 10%;
    left: 10%;
    animation: fadeinout_2 4s 2s ease-out infinite;
  }

  .footer_contact .three_button p.button {
    width: 100%;
    height: 150px;
  }
}

@media screen and (max-width:767px) {
  footer .container {
    padding: 80px 20px;
  }

  footer .container.custom {
    padding: 0 20px 80px;
  }

  footer .container>div {
    width: 100%;
  }

  footer .logo {
    max-width: 150px;
    margin-bottom: 30px;
    width: 80%;
  }

  footer .links {
    padding: 0;
  }

  footer .links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 0 10px;
  }

  section.footer_contact .content {
    padding: 72px 20px;
    margin: 0 auto;
    text-align: center;
  }

  section.footer_contact h2 {
    margin: 0 auto 32px;
  }

  section.footer_contact p.button {
    margin: 20px auto 0;
    text-align: left;
    width: 100%;
    height: 110px;
    overflow: hidden;
  }

  footer {
    padding: 0 0 80px;
    width: 100%;
    background-image: url("../images/fotter_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(255, 237, 232, .85);
    background-blend-mode: lighten;
    position: relative;
    z-index: 1;
  }

  footer .content {
    padding: 20px 20px 0;
  }

  footer .copyright {
    padding-top: 30px;
    font-size: 0.857em;
  }

  section.footer_contact {
    background-image: url("../images/contact_bg_sp.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer_contact .three_button {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
  }

  .footer_contact .three_button p.button {
    height: 110px;
    width: 100%;
    overflow: hidden;
  }

  .footer_contact .three_button p.button.max a {
    height: 110px;
    padding: 0;
    display: block;
    width: 100%;
    overflow: initial;
    max-width: initial;
  }

  .footer_contact .three_button p.button a .btn__text {
    display: inline-block;
    line-height: 1.6;
  }

  .footer_contact .three_button p.button a .btn__text.pcver {
    display: none;
  }

  footer .footer_box {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 0 0;
  }

  footer .footer_box .company_info {
    margin-bottom: 40px;
  }

  footer .fix_top a img {
    width: 50px;
    transition: transform 1s;
    transform: rotate(0deg);
  }

  footer .fix_top a:hover img {
    transition: transform 1s;
    transform: rotate(360deg);
  }

  .floating_sp {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: -1px;
    left: 0;
    justify-content: space-between;
  }

  .footer_block svg {
    width: 100vw;
    height: auto;
  }

  footer .footer_box .links ul li {
    margin-bottom: 5px;
  }

  footer .footer_box .links:last-child {
    margin-top: 5px;
  }

  section.footer_contact span.buble_1 {
    top: -20px;
    right: -20px;
    animation: fadeinout_1 4s 1s ease-out infinite;
  }

  section.footer_contact span.buble_2 {
    top: 50px;
    left: 30px;
    animation: fadeinout_2 4s 2s ease-out infinite;
  }

  .footer_contact .three_button p.button a .btn__text span {
    padding-left: 0;
  }
}

section.footer_contact {
  background: linear-gradient(90deg, #FF551C, #E60D32);
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

section.footer_contact span.buble_1,
section.footer_contact span.buble_2 {
  position: absolute;
  width: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
}

@keyframes fadeinout_1 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }

  65% {
    transform: scale(1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes fadeinout_2 {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }

  65% {
    transform: scale(1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.footer_contact .three_button p.button a .btn__text {
  color: #FF551C;
}

.footer_contact .three_button p.button a .btn__text span {
  color: #1F1F1F;
}

section.footer_contact h2 {
  line-height: 1;
  color: #fff;
}

section.footer_contact p.page_title {
  color: #fff;
}

.company_info p {
  font-weight: 700;
  color: #fff;
}

.copyright p {
  font-weight: 700;
  color: #fff;
}

footer .footer_box .links ul li:last-child {
  margin-bottom: 0;
}

.sns {
  padding-top: 8px;
  padding-bottom: 18px;
}

.sns a img {
  width: 47px;
}

section.footer_contact h2 span {
  display: block;
  line-height: 2;
}

footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1260px;
  margin: 0 auto;
}

footer .links li,
footer .links li a {
  font-weight: 700;
  color: #fff;
}

.footer_block svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

.footer_block svg.active .svg-elem-1 {
  fill: rgb(230, 13, 50);
}

.footer_block svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

.footer_block svg.active .svg-elem-2 {
  fill: rgb(255, 85, 28);
}

.footer_block svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

.footer_block svg.active .svg-elem-3 {
  fill: rgb(230, 13, 50);
}

.footer_block svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

.footer_block svg.active .svg-elem-4 {
  fill: rgb(255, 85, 28);
}

.footer_block svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

.footer_block svg.active .svg-elem-5 {
  fill: rgb(255, 85, 28);
}

.footer_block svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

.footer_block svg.active .svg-elem-6 {
  fill: rgb(255, 85, 28);
}

.footer_block svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

.footer_block svg.active .svg-elem-7 {
  fill: rgb(255, 85, 28);
}

.footer_block svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

.footer_block svg.active .svg-elem-8 {
  fill: rgb(251, 146, 3);
}

.footer_block svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

.footer_block svg.active .svg-elem-9 {
  fill: rgb(251, 146, 3);
}

.footer_block svg .svg-elem-10 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

.footer_block svg.active .svg-elem-10 {
  fill: rgb(251, 146, 3);
}

.footer_block svg .svg-elem-11 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

.footer_block svg.active .svg-elem-11 {
  fill: rgb(230, 13, 50);
}

.footer_block svg .svg-elem-12 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

.footer_block svg.active .svg-elem-12 {
  fill: rgb(251, 146, 3);
}

.footer_block svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

.footer_block svg.active .svg-elem-13 {
  fill: rgb(251, 146, 3);
}

.footer_block svg .svg-elem-14 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

.footer_block svg.active .svg-elem-14 {
  fill: rgb(251, 146, 3);
}




/* Message */
@media screen and (min-width:1441px) {
  section.message .content {
    padding: 0 0 160px;
  }
}

@media screen and (min-width:768px) and (max-width:1440px) {
  section.message .content {
    padding: 0 20px 160px;
  }
}

@media screen and (min-width:768px) {
  section.message {
    background-image: url("../images/message_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
  }
}

@media screen and (max-width:767px) {
  section.message {
    background-image: url("../images/message_bg_sp.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
  }

  section.message .content {
    padding: 0 20px 200px;
  }

  section.message div.button_section {
    margin: -40px auto 0;
  }
}

/* Interview */
@media screen and (min-width:768px) {
  .interview .two_col {
    display: grid;
    grid-template-columns: .8fr .6fr;
    gap: 0 50px;
    max-width: 1400px;
    margin: 0 auto;
  }

  .two_col .interview_info_box {
    display: grid;
    grid-template-columns: .293fr .703fr;
    gap: 0 30px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 30px);
  }

  .interview .two_col .image .interview_info .ini_name {
    font-size: 2.25em;
    margin-bottom: 15px;
  }

  .interview .two_col .image .interview_info .year,
  .interview_single_box .interview_info .year,
  .interview_info .year {
    width: fit-content;
  }

  .interview_slider {
    margin: 160px auto 0;
    padding-bottom: 100px;
  }

  .interview_slider .interview_single_box {
    margin: 0 15px;
    width: 470px;
    display: inline-block;
  }

  .interview_slider .interview_single_box>img {
    width: 100%;
    height: 265px;
    object-fit: cover;
  }

  .interview_single_box .interview_info_box,
  .interview_slider .swiper-slide .interview_info_box {
    width: 100%;
    display: grid;
    grid-template-columns: .4fr 1.1fr;
    gap: 0 10px;
    margin: 30px auto 0;
    align-items: center;
  }

  .interview_slider {
    max-width: 1400px;
  }

  .interview .two_col .image .interview_info .year,
  .interview_single_box .interview_info .year,
  .interview_info .year {
    padding: 6px;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }

  .marquee.interview_section {
    top: -11em;
    z-index: 0;
  }
}

@media screen and (max-width:767px) {
  .interview .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px 0;
  }

  .two_col .interview_info_box {
    display: grid;
    grid-template-columns: .293fr .703fr;
    gap: 0 15px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: calc(100% - 5px);
    align-items: center;
  }

  .interview .two_col .image .interview_info .year,
  .interview_single_box .interview_info .year,
  .interview_info .year {
    font-size: .875em;
    width: calc(100% - 20px);
  }

  .interview .two_col .image .interview_info .ini_name {
    font-size: 1.5em;
    margin-bottom: 10px;
  }

  .interview .two_col .image .interview_catch p.section_title {
    font-size: 1.3em;
  }

  .interview_slider {
    margin: 100px auto 0;
    padding-bottom: 50px;
  }

  .interview_slider .interview_single_box {
    margin: 0 5px;
    width: calc(92% - 10px);
    display: inline-block;
  }

  .interview_slider .interview_single_box>img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .interview_single_box .interview_info_box,
  .interview_slider .swiper-slide .interview_info_box {
    width: 100%;
    display: grid;
    grid-template-columns: .3fr 1fr;
    gap: 0 10px;
    margin: 15px auto 0;
    align-items: center;
    white-space: normal;
  }

  .interview_slider::-webkit-scrollbar {
    height: 20px;
  }

  .interview_slider::-webkit-scrollbar-track {
    background-image: url('./images/scrollbar_bg.png');
    background-size: 100% 20px;
    background-repeat: repeat-x;
  }

  .interview_slider::-webkit-scrollbar-thumb {
    background-image: url('./images/scrollbar_sp.png');
    background-size: 100% 20px;
    background-repeat: no-repeat;
  }

  .interview .two_col .image .interview_info .year,
  .interview_single_box .interview_info .year,
  .interview_info .year {
    padding: 6px 0;
    background-color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    font-size: .7em;
    width: 100%;
  }

  .marquee.interview_section {
    top: -8em;
    z-index: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

section.interview {
  background-color: #FB9203;
}

section.interview .content {
  max-width: initial;
}

.interview .two_col .image {
  position: relative;
  height: 100%;
}

.interview .two_col .image img {
  height: 100%;
  object-fit: cover;
}

.interview .two_col .image .interview_info .ini_name {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  background-color: #FF551C;
  color: #fff;
  line-height: 1;
}

.interview_single_box .interview_info .ini_name,
.interview_info_box .interview_info .ini_name {
  color: #fff;
}

.interview .two_col .image .interview_catch p {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
  font-weight: 600;
  line-height: 1.5;
  font-family: "Zen Kurenaido", sans-serif;
}

.interview_single_box .interview_catch p,
.interview_info p.section_title,
.interview_catch p {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.08em;
}

.interview .two_col .txt h2 {
  color: #fff;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  border-bottom: 3px solid #fff;
  line-height: 1;
}

.interview .two_col .txt h2 span {
  display: block;
  line-height: 1;
  margin-top: 20px;
}

.interview .two_col .txt p {
  color: #fff;
}

.interview p.button.white {
  margin: 60px auto 0;
  text-align: center;
}

.interview_slider {
  width: 100%;
  position: relative;
}

.interview_list_section {
  position: relative;
}

.interview_slider .swiper-scrollbar-horizontal {
  z-index: 2;
}

/* Works */
@media screen and (min-width:768px) {
  section.works .content {
    padding: 175px 0 175px;
  }

  section.works .three_col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 60px;
    margin: 10px auto 0;
    position: relative;
    padding: 0 20px;
  }

  section.works .three_col>div .works_title_box {
    margin: 40px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 30px;
  }

  section.works .three_col:before {
    content: "";
    display: block;
    background-image: url('./images/block_bg.png');
    width: 100vw;
    height: 300px;
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 20px;
    z-index: 0;
    position: absolute;
    margin: 0 calc(50% - 50vw);
  }
}

@media screen and (max-width:767px) {
  section.works .content {
    padding: 90px 0 90px;
  }

  section.works .three_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px 0;
    margin: 10px auto 0;
    position: relative;
    padding: 0;
  }

  section.works .three_col>div .works_title_box {
    margin: 20px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
  }

  section.works .three_col>div {
    padding: 0 20px;
    position: relative;
  }

  section.works .three_col>div img {
    position: relative;
    z-index: 1;
  }

  section.works .three_col>div:before {
    content: "";
    display: block;
    background-image: url('./images/block_bg.png');
    width: 100%;
    height: 150px;
    background-repeat: repeat-x;
    background-size: cover;
    background-position: 0 0;
    animation-name: slide_img;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 80px;
    z-index: 0;
    position: absolute;
    left: 0;
  }

  section.works .content .button.custom {
    margin: 40px 20px 0;
  }
}

section.works {
  background-image: url("../images/work_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}

section.works h2 {
  font-size: 4em;
  line-height: 1;
  font-weight: 700;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}

section.works h2 span {
  display: block;
  margin-top: 24px;
}

@keyframes slide_img {
  100% {
    background-position: -10000px 0;
  }
}

section.works .three_col>div {
  position: relative;
  z-index: 1;
}

section.works .three_col>div .works_title_box .num {
  position: relative;
  line-height: 1;
}

section.works .three_col>div .works_title_box .sub_title {
  line-height: 1;
}

section.works .three_col>div .works_title_box .num:after {
  content: "";
  background-color: #000;
  width: 27.5px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

/* Stenghts */
@media screen and (min-width:768px) {
  section.strengths {
    background-color: #FFEED8;
    margin-top: 120px;
    position: relative;
  }

  .marquee.strengths_section {
    top: -120px;
    background-image: linear-gradient(0deg, rgba(255, 238, 216, 1), rgba(255, 238, 216, 0));
  }

  section.strengths .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin: 70px auto 0;
  }

  .strengths_box_content {
    padding: 30px;
  }

  .two_col>div .strengths_title_box {
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 30px;
  }

  .two_col>div .strengths_title_box .sub_title {
    line-height: 1;
  }
}

@media screen and (max-width:767px) {
  section.strengths {
    background-color: #FFEED8;
    margin-top: 60px;
    position: relative;
  }

  .marquee.strengths_section {
    top: -49px;
    background-image: linear-gradient(0deg, rgba(255, 238, 216, 1), rgba(255, 238, 216, 0));
  }

  section.strengths .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
    margin: 70px auto 0;
  }

  .strengths_box_content {
    padding: 15px;
  }

  .two_col>div .strengths_title_box {
    margin: 0 auto 30px;
    display: grid;
    grid-template-columns: .1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
  }

  .two_col>div .strengths_title_box .sub_title {
    line-height: 1.5;
  }
}

.marquee.strengths_section p {
  background: linear-gradient(90deg, #FF551C 0%, #FB9203 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

section.strengths h2 {
  background: linear-gradient(90deg, #FF551C 0%, #E60D32 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

section.strengths h2 span {
  display: block;
  margin-top: 20px;
  color: #000;
  background: linear-gradient(90deg, #000 0%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.strengths .two_col>div {
  background-color: #fff;
}

.two_col>div .strengths_title_box .num {
  position: relative;
  line-height: 1;
}

.two_col>div .strengths_title_box .num:after {
  content: "";
  background-color: #000;
  width: 27.5px;
  height: 1px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

/* Flow */
@media screen and (min-width:768px) {
  .flow_two_col {
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 0 10%;
    align-items: flex-start;
  }
}

@media screen and (max-width:767px) {
  .flow_two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px 0;
    align-items: flex-start;
  }
}

section.flow {
  background: linear-gradient(145deg, #FB9203 0%, #FF551C 100%);
}

section.flow h2.eng_title_big {
  line-height: 1;
}

section.flow h2.eng_title_big,
section.flow p {
  color: #fff;
}

section.flow h2.eng_title_big span {
  color: #fff;
  display: block;
  margin-top: 30px;
}

/* FAQ */
@media screen and (min-width:1441px) {
  section.faq .content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 175px 0 210px;
  }
}

@media screen and (min-width:768px) and (max-width:1440px) {
  section.faq .content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 175px 20px 210px;
  }
}

@media screen and (min-width:768px) {
  .faq_list {
    margin: 114px auto 0;
    display: grid;
    gap: 30px 0;
    grid-template-columns: 1fr;
  }

  .faq_list dl dt {
    position: relative;
    cursor: pointer;
    padding: 45px 35px;
  }

  .faq_list dl dt p:before {
    content: "Q";
    padding: 4px 0;
    width: 40px;
    background-color: #1f1f1f;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -75px;
    top: 0;
  }

  .faq_list dl dt p,
  .faq_list dl dd p {
    position: relative;
    margin-left: 75px;
    padding-top: 4px;
  }

  .faq_list dl dt::before,
  .faq_list dl dt::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 35px;
    width: 31px;
    height: 2px;
    background-color: #1f1f1f;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
  }

  .faq_list dl dd p:before {
    content: "A";
    padding: 4px 0;
    width: 40px;
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -75px;
    top: 0;
  }

  .faq_list dl dd {
    display: none;
    padding: 0 35px 45px;
  }
}

@media screen and (max-width:767px) {
  section.faq .content {
    margin: 0 auto;
    padding: 90px 20px 100px;
  }

  .faq_list {
    margin: 60px auto 0;
    display: grid;
    gap: 30px 0;
    grid-template-columns: 1fr;
  }

  .faq_list dl dt {
    position: relative;
    cursor: pointer;
    padding: 20px 15px;
  }

  .faq_list dl dt p:before {
    content: "Q";
    padding: 4px 0;
    width: 40px;
    background-color: #1f1f1f;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -55px;
    top: 0;
  }

  .faq_list dl dt p,
  .faq_list dl dd p {
    position: relative;
    margin-left: 55px;
    padding-top: 4px;
    padding-right: 25px;
  }

  .faq_list dl dt::before,
  .faq_list dl dt::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 2px;
    background-color: #1f1f1f;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
  }

  .faq_list dl dd p:before {
    content: "A";
    padding: 4px 0;
    width: 40px;
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -55px;
    top: 0;
  }

  .faq_list dl dd {
    display: none;
    padding: 0 15px 20px;
  }
}

section.faq_fv {
  background-image: url("../images/faq_fv.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

#faq_corner_1 dl {
  background-color: #E6F6FF;
}

#faq_corner_2 dl {
  background-color: #F3E6FF;
}

#faq_corner_3 dl {
  background-color: #FFE6FF;
}

.faq_list dl dt::after {
  transform: rotate(90deg) translateY(-50%);
}

.faq_list dl dt.is-active::before {
  transform: translateY(-50%) rotate(180deg);
}

.faq_list dl dt.is-active::after {
  transform: translateY(-50%) rotate(360deg);
  opacity: 0;
}

#faq_corner_1 dl dd p:before {
  background-color: #118BCC;
}

#faq_corner_2 dl dd p:before {
  background-color: #8904FC;
}

#faq_corner_3 dl dd p:before {
  background-color: #F162F1;
}

.faq_list dl dt p {
  font-weight: 700;
}

.faq_list dl dt p:before,
.faq_list dl dd p:before {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

/* Company */
@media screen and (min-width:768px) {
  section.company {
    background-image: url("../images/company_bg.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-top: -210px;
  }
}

@media screen and (max-width:767px) {
  section.company {
    background-image: url("../images/company_sp_1.webp");
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    position: relative;
    margin-top: 0;
  }

  section.company .content {
    padding: 0 20px 56px;
    position: relative;
    z-index: 1;
  }

  p.company_image {
    margin: 0 0 40px auto;
    text-align: right;
  }

  p.company_image img {
    width: 60%;
  }
}

section.company .content {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}

section.company h2 {
  margin: 0 auto 50px;
}

section.company h3 {
  margin: 0 auto 30px;
}

/* 下層ページ */
@media screen and (min-width:768px) {
  section.sub_top .content {
    min-height: 580px;
    padding: 0;
    position: relative;
    max-width: initial;
  }

  .subpage_fv_block {
    position: absolute;
    bottom: -3.6vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: 1;
  }

  .subpage_fv_block svg {
    height: auto;
  }

  section.first_section .content {
    padding: 125px 0 0;
  }

  .footer_banner {
    padding: 175px 0 200px;
    max-width: 1100px;
    margin: 0 auto;
  }
}

@media screen and (max-width:767px) {
  section.sub_top .content {
    min-height: 250px;
    padding: 0;
    position: relative;
  }

  .subpage_fv_block {
    position: absolute;
    bottom: -5.3vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: 1;
  }

  .subpage_fv_block svg {
    height: auto;
  }

  section.first_section .content {
    padding: 60px 20px 0;
  }

  .footer_banner {
    padding: 85px 0 100px;
    width: 100%;
    margin: 0 auto;
  }
}

section.sub_top .content .subpage_title {
  position: absolute;
  background-color: #fff;
  bottom: 0;
  padding: 1.6% 3% 0;
  border-top-right-radius: 15px;
  min-width: 40%;
}

section.sub_top h1 {
  color: #1f1f1f;
  line-height: 1.1;
  font-family: "Dela Gothic One", sans-serif;
}

section.sub_top h1 span {
  display: block;
  color: #1f1f1f;
  line-height: 2;
  font-weight: 500;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  padding-left: 27px;
}

section.sub_top h1 span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-image: url("../images/icon_title.png");
  width: 21px;
  height: 21px;
  background-size: contain;
  line-height: 2;
}

.footer_banner p {
  overflow: hidden;
  width: 100%;
}

.footer_banner a {
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
}

.footer_banner a:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0.75) 32%, rgba(255, 255, 255, 0.75) 78%, rgba(255, 255, 255, 0) 82%);
  animation: shine-loop 4s linear;
}

@keyframes shine-loop {
  0% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(200%);
  }

  100% {
    transform: translateX(200%);
  }
}

.footer_banner a img {
  width: 100%;
}

/* About Page */
@media screen and (min-width:1441px) {
  section.about_content .content {
    padding: 0 0 175px;
    max-width: 1100px;
  }
}

@media screen and (min-width:768px) and (max-width:1440px) {
  section.about_content .content {
    padding: 0 20px 175px;
    max-width: 1100px;
  }
}

@media screen and (min-width:768px) {
  section.about.sub_top {
    background-image: url("../images/about_fv.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .about_content_box {
    margin: 100px auto 0;
  }

  .about_content_box .about_content_detail {
    background-color: #FFEDE8;
    padding: 45px 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 70px;
    margin: 0 auto 30px;
  }

  .information_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    margin: 144px auto 0;
  }

  .information_box div {
    padding: 80px 40px;
  }

  .information_box .work_info .button,
  .information_box .recruit_info .button {
    max-width: 400px;
    height: 70px;
    overflow: hidden;
  }

  .information_box .work_info .button a {
    color: #FB9203;
    width: 400px;
    height: 70px;
    line-height: 70px;
  }

  .information_box .work_info .button a .btn__text {
    color: #FB9203;
    width: calc(100% - 60px);
  }

  .information_box .recruit_info .button a {
    color: #E60D32;
    width: 400px;
    height: 70px;
    line-height: 70px;
  }
}

@media screen and (max-width:767px) {
  section.about.sub_top {
    background-image: url("../images/about_fv.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .about_content_box {
    margin: 50px auto 0;
  }

  .about_content_box .about_content_detail {
    background-color: #FFEDE8;
    padding: 20px 15px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;
    margin: 0 auto 30px;
  }

  section.about_content .content {
    padding: 0 20px 90px;
  }

  .information_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0;
    margin: 70px auto 0;
  }

  .information_box div {
    padding: 40px 20px;
  }

  .information_box .work_info .button,
  .information_box .recruit_info .button {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .information_box .work_info .button a {
    color: #FB9203;
    display: block;
    width: 100%;
    padding: 20px 0;
  }

  .information_box .work_info .button a .btn__text {
    color: #FB9203;
    width: calc(100% - 60px);
  }

  .information_box .recruit_info .button a {
    color: #E60D32;
    display: block;
    width: 100%;
    padding: 20px 0;
  }

  .information_box .button a .btn__text:nth-child(1) {
    display: block;
  }
}

section.about_main {
  background-image: url("../images/about_main.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
}

section.about_main p.more_size {
  line-height: 2.25;
  font-weight: 700;
}

section.about_content p.more_size {
  text-align: center;
}

.about_content_box .about_content_detail:last-child {
  margin: 0 auto;
}

.about_content_box .about_content_detail h3 {
  font-weight: 700;
  margin: 0 auto 15px;
}

.information_box .work_info {
  background-color: #FB9203;
}

.information_box .recruit_info {
  background-color: #E60D32;
}

.information_box div h3,
.information_box div p {
  color: #fff;
}

.information_box div h3 {
  text-align: center;
}

.information_box .button a {
  font-weight: 700;
}

.information_box .recruit_info .button a .btn__text {
  color: #E60D32;
  width: calc(100% - 60px);
}

.information_box .work_info .button a:before {
  background-image: url("../images/link_button_yelloworange.png");
  width: 40px;
  height: 40px;
}

.information_box .work_info .button a:hover:after {
  background-image: url("../images/link_button_yelloworange.png");
  width: 40px;
  height: 40px;
}

.information_box .recruit_info .button a:before {
  background-image: url("../images/link_button_red.png");
  width: 40px;
  height: 40px;
}

.information_box .recruit_info .button a:hover:after {
  background-image: url("../images/link_button_red.png");
  width: 40px;
  height: 40px;
}

/* Workplace Page */
@media screen and (min-width:1500px) {
  .interview_box:nth-child(2n) .interview_content .image .interview_info {
    position: absolute;
    padding: 25px 30px;
    bottom: -70px;
    right: -170px;
  }

  .interview_box:nth-child(2n-1) .interview_content .image .interview_info {
    position: absolute;
    padding: 25px 30px;
    bottom: -70px;
    left: -170px;
  }
}

@media screen and (min-width:768px) and (max-width:1499px) {
  .interview_box:nth-child(2n) .interview_content .image .interview_info {
    position: absolute;
    padding: 25px 30px;
    bottom: -100px;
    right: 0;
  }

  .interview_box:nth-child(2n-1) .interview_content .image .interview_info {
    position: absolute;
    padding: 25px 30px;
    bottom: -100px;
    left: 0;
  }

  .interview_box:nth-child(2n) .interview_content .txt {
    padding-left: 20px;
  }

  .interview_box:nth-child(2n-1) .interview_content .txt {
    padding-right: 20px;
  }
}

@media screen and (min-width:768px) {
  section.workplace.sub_top {
    background-image: url("../images/work_fv.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  section.workplace_content .content {
    max-width: none;
    width: 100%;
    padding: 175px 0;
    overflow-x: hidden;
  }

  .interview_content {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    gap: 0 70px;
    justify-content: center;
  }

  #interview_1 {
    background-image: linear-gradient(90deg, #FFECEF 0%, #FFECEF 65.2%, #fff 65.2%, #fff 100%);
  }

  #interview_2 {
    background-image: linear-gradient(270deg, #FFEDE8 0%, #FFEDE8 65.2%, #fff 65.2%, #fff 100%);
  }

  #interview_3 {
    background-image: linear-gradient(90deg, #FFEED8 0%, #FFEED8 65.2%, #fff 65.2%, #fff 100%);
  }

  #interview_4 {
    background-image: linear-gradient(270deg, #FFECEF 0%, #FFECEF 65.2%, #fff 65.2%, #fff 100%);
  }

  #interview_5 {
    background-image: linear-gradient(90deg, #FFEDE8 0%, #FFEDE8 65.2%, #fff 65.2%, #fff 100%);
  }

  .interview_box {
    width: 100%;
    padding: 100px 0 125px;
  }

  .cd-timeline__block.first_timeline:before {
    content: "";
    background-image: url("../images/oneday_flow_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    height: 450px;
    position: absolute;
    left: 0;
    top: 100px;
  }

  .cd-timeline__block.third_timeline:before {
    content: "";
    background-image: url("../images/oneday_flow_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    height: 450px;
    position: absolute;
    right: 0;
    top: 100px;
  }

  .cd-timeline__block.fifth_timeline:before {
    content: "";
    background-image: url("../images/oneday_flow_3.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 600px;
    height: 450px;
    position: absolute;
    left: 0;
    top: 100px;
  }

  .cd-timeline__block.left .cd-timeline__content_detail {
    margin-right: 0;
    margin-left: auto;
  }

  .cd-timeline__block.right {
    flex-direction: row-reverse;
  }

  .cd-timeline__block.right .cd-timeline__img {
    margin-right: calc(5% - 30px);
  }

  .cd-timeline__block.right .cd-timeline__content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: hsl(0, 0%, 100%);
    border-right-color: var(--color-white);
    left: initial;
  }

  .cd-timeline__block.left {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 2em;
    margin-bottom: var(--space-lg);
    flex-direction: initial;
  }

  .cd-timeline__block.left .cd-timeline__content::before {
    right: auto;
    left: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: hsl(0, 0%, 100%);
    border-left-color: var(--color-white);
  }

  .cd-timeline__block.first_timeline {
    margin-bottom: 92px;
    position: relative;
  }

  .cd-timeline__block.second_timeline {
    margin-bottom: 120px;
  }

  .cd-timeline__block.third_timeline {
    margin-bottom: 185px;
  }

  .cd-timeline__block.fourth_timeline {
    margin-bottom: 152px;
  }

  .cd-timeline__block.fifth_timeline {
    margin-bottom: 225px;
  }

  .cd-timeline__content_detail {
    max-width: 450px;
    background-color: #fff;
    padding: 30px;
  }
}

@media screen and (max-width:767px) {
  section.workplace.sub_top {
    background-image: url("../images/work_fv.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }

  section.workplace_content .content {
    max-width: none;
    width: 100%;
    padding: 90px 0;
  }

  .interview_content {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 70px 0;
    justify-content: center;
  }

  .interview_box {
    width: 100%;
    padding: 50px 20px 60px;
  }

  .interview_box:nth-child(3n-1) {
    background-image: linear-gradient(90deg, #FFECEF 0%, #FFECEF 65.2%, #FFECEF 65.2%, #FFECEF 100%);
  }

  .interview_box:nth-child(3n) {
    background-image: linear-gradient(270deg, #FFEDE8 0%, #FFEDE8 65.2%, #FFEDE8 65.2%, #FFEDE8 100%);
  }

  .interview_box:nth-child(3n-2) {
    background-image: linear-gradient(90deg, #FFEED8 0%, #FFEED8 65.2%, #FFEED8 65.2%, #FFEED8 100%);
  }

  .interview_box:nth-child(2n) .interview_content .image .interview_info {
    position: absolute;
    padding: 15px;
    bottom: -100px;
    right: 0;
    width: 90%;
  }

  .interview_box:nth-child(2n-1) .interview_content .image .interview_info {
    position: absolute;
    padding: 15px;
    bottom: -100px;
    left: 0;
    width: 90%;
  }

  .interview_content .image {
    margin-bottom: 50px;
  }

  .cd-timeline__content {
    margin-bottom: 20px;
  }

  .cd-timeline__content_detail {
    background-color: #fff;
    padding: 15px;
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
  }

  .cd-timeline__content::before {
    right: calc(100% - 20px);
  }

  .cd-timeline__block.first_timeline,
  .cd-timeline__block.third_timeline,
  .cd-timeline__block.fifth_timeline {
    margin-bottom: 240px;
  }

  .cd-timeline__block.first_timeline:before {
    content: "";
    background-image: url("../images/oneday_flow_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(600px / 2.2);
    height: calc(450px / 2.2);
    position: absolute;
    right: 0;
    bottom: -200px;
  }

  .cd-timeline__block.third_timeline:before {
    content: "";
    background-image: url("../images/oneday_flow_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(600px / 2.2);
    height: calc(450px / 2.2);
    position: absolute;
    right: 0;
    bottom: -200px;
  }

  .cd-timeline__block.fifth_timeline:before {
    content: "";
    background-image: url("../images/oneday_flow_3.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(600px / 2.2);
    height: calc(450px / 2.2);
    position: absolute;
    right: 0;
    bottom: -200px;
  }
}

.interview_box:not(:first-child) {
  margin: 100px auto 0;
}

.interview_box:nth-child(3n-1) .interview_content .txt dl dt {
  color: #E60D32;
}

.interview_box:nth-child(3n) .interview_content .txt dl dt {
  color: #FF551C;
}

.interview_box:nth-child(3n-2) .interview_content .txt dl dt {
  color: #FB9203;
}

.interview_content .txt dl dt:not(:first-child) {
  margin: 50px auto 0;
}

.interview_content .image {
  position: relative;
}

.interview_box:nth-child(3n-1) .interview_content .image .interview_info {
  background-color: #E60D32;
}

.interview_box:nth-child(3n) .interview_content .image .interview_info {
  background-color: #FF551C;
}

.interview_box:nth-child(3n-2) .interview_content .image .interview_info {
  background-color: #FB9203;
}

.interview_content .image .interview_info p {
  color: #fff;
}

.interview_box:nth-child(2n) .interview_content .image .interview_info p.ini_name,
.interview_box:nth-child(2n) .interview_content .image .interview_info p.year {
  text-align: right;
}

.interview_box:nth-child(2n-1) .interview_content .image .interview_info p.ini_name,
.interview_box:nth-child(2n-1) .interview_content .image .interview_info p.year {
  text-align: left;
}

.interview_box .interview_content .image .interview_info p.year {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.interview_box .interview_content .image.faderight .interview_info p.year {
  text-align: right;
  width: auto;
  padding: 0;
}

section.one_day.cd-timeline {
  background-color: #FFEDE8;
  padding: 0;
  margin: 0 auto;
}

section.one_day .cd-timeline__container {
  max-width: 1430px;
  margin: 100px auto 0;
  padding: 0;
}

section.one_day .cd-timeline__container p.sub_title {
  color: #FB9203;
}

section.one_day .cd-timeline__content {
  box-shadow: none;

  background-color: rgba(255, 255, 255, 0);
}

.cd-timeline__container::before {
  background-color: #FF551C;
}

.cd-timeline__img {
  background-color: #FF551C;
  border: 1px solid #FF551C;
  color: #fff;
  box-shadow: none;
}

.text-component ul,
.text-component ol,
.text-component p,
.text-component blockquote,
.text-component .text-component__block {
  margin-bottom: 0;
  line-height: 2;
}

/* Recruit Page */
@media screen and (min-width:1400px) {
  .recruit_main {
    background: linear-gradient(21deg, #FFECEF 50%, #FFECEF 60%, #fff 50%, #fff 100%);
  }

  .recruit_main .two_col {
    gap: 0 10%;
  }
}

@media screen and (min-width:768px) and (max-width:1399px) {
  .recruit_main {
    background: linear-gradient(23deg, #FFECEF 55%, #FFECEF 65%, #fff 0%, #fff 100%);
  }

  .recruit_main .two_col {
    gap: 0 5%;
  }
}

@media screen and (min-width:768px) {
  section.recruit.sub_top {
    background-image: url("../images/recruit_fv.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .recruit_main .two_col {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 2% 0 4%;
  }

  .recruit_main .content p.button {
    position: absolute;
    bottom: 175px;
    right: 30%;
  }

  .appeal_content {
    max-width: 1100px;
    margin: 100px auto 0;
  }

  .appeal_content .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 70px;
    align-items: flex-start;
    margin: 0 auto 50px;
  }

  .appeal_content .three_col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 78px;
    align-items: flex-start;
  }
}

@media screen and (max-width:767px) {
  section.recruit.sub_top {
    background-image: url("../images/recruit_fv.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .recruit_main {
    background: linear-gradient(23deg, #FFECEF 55%, #FFECEF 65%, #fff 0%, #fff 100%);
  }

  .recruit_main .content {
    padding: 56px 20px 100px;
  }

  .recruit_main .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
  }

  .recruit_main .content p.button {
    position: absolute;
    bottom: 40px;
    left: 20px;
    width: 300px;
  }

  .appeal_content {
    max-width: 1100px;
    margin: 50px auto 0;
  }

  .appeal_content .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px 0;
    align-items: flex-start;
    margin: 0 auto 50px;
  }

  .appeal_content .three_col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 10px;
    align-items: flex-start;
  }

  .recruitment_info table tr th,
  .recruitment_info table tr td {
    width: calc(100% - 40px);
    display: block;
  }
}

.recruit_main {
  position: relative;
}

.recruit_main .content {
  max-width: 1550px;
  position: relative;
}

.recruit_main .two_col h2 span.red {
  color: #E60D32;
}

.recruit_page .business {
  background: linear-gradient(145deg, #FF551C 0%, #FB9203 100%);
}

.work_slider .txt p.explain span {
  color: #FF551C;
}

section.appeal {
  background-image: url("../images/appeal_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
}

.appeal_content .two_col h3 {
  line-height: 40px;
  font-weight: 700;
}

.recruitment_info {
  background-color: #FFEED8;
}

.recruitment_info table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}

.recruitment_info table tr th,
.recruitment_info table tr td {
  padding: 20px;
}

.recruitment_info table tr th {
  background-color: #FF551C;
  color: #fff;
  text-align: left;
}

.recruitment_info table tr td {
  background-color: #fff;
}

.recruitment_info table tr td p:not(:first-child) {
  margin-top: 1em;
}

.recruitment_info .content {
  max-width: 1100px;
}

/* FAQ Page */
@media screen and (min-width:768px) {
  section.faq.sub_top {
    background-image: url("../images/faq_fv.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .recruit_flow_box {
    margin: 100px auto 0;
  }

  .recruit_flow_single {
    background-color: #FB9203;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    width: calc(100% - 100px);
    justify-content: flex-start;
    align-items: center;
    gap: 0 55px;
    position: relative;
  }
}

@media screen and (max-width:767px) {
  section.faq.sub_top {
    background-image: url("../images/faq_fv.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .recruit_flow_box {
    margin: 50px auto 0;
  }

  .recruit_flow_single {
    background-color: #FB9203;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
    width: calc(100% - 40px);
    justify-content: flex-start;
    align-items: center;
    gap: 20px 0;
    position: relative;
  }

  .recruit_flow_single .image {
    margin: 0 auto;
    text-align: center;
  }

  .recruit_flow_single .txt h3 {
    text-align: center;
  }
}

.faq_page section.faq .content {
  max-width: 1400px;
}

.faq_page section.faq_content .content,
.recruit_flow .content {
  max-width: 1100px;
}

.recruit_flow_single:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/flow_next.png");
  width: 49.36px;
  height: 22.5px;
  bottom: -42.5px;
  background-size: cover;
}

.recruit_flow_box .recruit_flow_single:not(:first-child) {
  margin-top: 62.5px;
}

.recruit_flow_box .recruit_flow_single:last-child:after {
  content: none;
}

.recruit_flow_single .image img {
  width: 93px;
}

.recruit_flow_single .txt {
  max-width: 763px;
}

.recruit_flow_single .txt h3,
.recruit_flow_single .txt p {
  color: #fff;
}

.recruit_flow_single .txt h3 {
  margin-bottom: 15px;
  font-weight: 700;
}

/* Company page */
@media screen and (min-width:768px) {
  .company_fv.sub_top {
    background-image: url("../images/company_fv.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .ceo_message .content,
  .philosophy .content,
  .origin .content {
    max-width: 1100px;
    padding: 175px 0 0;
  }

  .logo_section .content {
    max-width: 1100px;
    padding: 175px 0;
  }

  .company_info .content {
    max-width: 1440px;
    padding: 175px 0 0;
  }

  .ceo_message .two_col {
    display: grid;
    grid-template-columns: .744fr 1fr;
    gap: 0 80px;
    align-items: flex-start;
    margin: 0 auto 0;
  }

  .ceo_message .ceo_name {
    margin: 94px 0 0 auto;
    text-align: right;
  }

  .logo_section .two_col {
    display: grid;
    grid-template-columns: 1.442fr 1fr;
    gap: 0 15%;
    align-items: flex-start;
    margin: 0 auto 0;
  }

  .company_info_table {
    background-color: #fff;
    padding: 100px 0;
  }

  .company_info_table table tr th {
    padding: 30px 0 30px 56px;
    width: 30%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
  }

  .company_info_table table tr td {
    padding: 30px 0;
    width: calc(70% - 112px);
    display: inline-block
  }

  .company_info_table table tr:first-child th {
    padding: 0 0 30px 56px;
  }

  .company_info_table table tr:first-child td {
    padding: 0 0 30px 0;
  }

  .gmap {
    width: 100%;
    height: 284px;
    max-width: 1100px;
    margin: 100px auto 0;
  }
}

@media screen and (max-width:767px) {
  .company_fv.sub_top {
    background-image: url("../images/company_fv.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }

  .ceo_message .content,
  .philosophy .content,
  .origin .content {
    padding: 90px 20px 0;
  }

  .logo_section .content {
    padding: 90px 20px;
  }

  .company_info .content {
    padding: 90px 20px 0;
  }

  .ceo_message .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
    align-items: flex-start;
    margin: 0 auto 0;
  }

  .ceo_message .ceo_name {
    margin: 60px 0 0 auto;
    text-align: right;
  }

  .logo_section .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
    align-items: flex-start;
    margin: 0 auto 0;
  }

  .logo_section .two_col .image {
    margin: 0 auto;
    text-align: center;
  }

  .logo_section .two_col .image img {
    max-width: 250px;
  }

  .ceo_message .two_col .image {
    margin: 0 auto;
    max-width: 250px;
  }

  .company_info_table {
    background-color: #fff;
    padding: 50px 10px;
  }

  .company_info_table {
    background-color: #fff;
    padding: 50px 10px;
  }

  .company_info_table table tr th {
    padding: 20px 0 20px 15px;
    width: 30%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
  }

  .company_info_table table tr td {
    padding: 20px 0;
    width: calc(80% - 50px);
    display: inline-block
  }

  .company_info_table table tr:first-child th {
    padding: 0 0 20px 15px;
  }

  .company_info_table table tr:first-child td {
    padding: 0 0 20px 0;
  }

  .gmap {
    width: 100%;
    height: 250px;
    max-width: 1100px;
    margin: 50px auto 0;
  }
}

.origin .content {
  text-align: center;
}

.origin .content h3 {
  font-weight: 700;
}

.ceo_message .two_col .txt p:not(:last-child) {
  margin-bottom: 1em;
}

section.company_info {
  background-color: #F162F1;
}

section.company_info .content {
  position: relative;
}

section.company_info h2 {
  color: #fff;
}

section.company_info h2.underline:after {
  background-color: #fff;
}

.company_info_table table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.company_info_table table tr {
  display: block;
  border-bottom: 2px solid #B3B3B3;
}

.gmap iframe {
  width: 100%;
  height: 100%;
}

/* Privacy Policy */
@media screen and (min-width:768px) {
  section.privacy_fv.sub_top {
    background-image: url("../images/privacy_fv.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width:767px) {
  section.privacy_fv.sub_top {
    background-image: url("../images/privacy_fv.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
  }
}

.privacy_content .content {
  max-width: 1100px;
}

.privacy_content .content p {
  margin-bottom: 1em;
}

.privacy_content dl dt {
  margin-top: 32px;
}

.privacy_content ul li {
  list-style-type: disc;
  margin-left: 1em;
}

/* blog */
@media screen and (min-width:1200px) {
  .blog_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 30px;
    width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .blog_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    margin: 100px auto 0;
    width: 100%;
  }
}

@media screen and (min-width:768px) {
  .blog_fv.sub_top {
    background-image: url("../images/blog_fv.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .blog_list>.blog_box {
    height: 424px;
    position: relative;
    overflow: hidden;
  }

  .blog_box .blog_info {
    width: 100%;
    background-color: #fff;
    padding: 15px 0 0;
  }

  .sub_top .blog_list {
    margin: 80px auto 120px;
  }

  .blog_detail .single_content {
    margin: 80px auto 0;
    padding-bottom: 80px;
  }

  .single_page_link {
    margin: 100px auto 0;
  }

  .single_page_link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 0 25px;
  }

  ul.category_link_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 34px;
    margin: 0 auto 175px;
  }

  ul.category_link_list.faq_category {
    margin: 0 auto 90px;
  }

  ul.page-numbers {
    width: 100%;
    margin: 100px auto 35px;
    text-align: center;
  }

  .single_page_link .prev_single {
    text-align: right;
  }

  .single_page_link .next_single {
    text-align: left;
  }
}

@media screen and (max-width:767px) {
  .blog_fv.sub_top {
    background-image: url("../images/blog_fv.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .blog_list>.blog_box {
    height: auto;
    position: relative;
  }

  .blog_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
    margin: 0 auto 0;
    width: 100%;
    padding-top: 20px;
  }

  .blog_box .blog_info {
    width: 100%;
    padding: 15px 0;
  }

  .sub_top .blog_list {
    margin: 40px auto 60px;
  }

  .single_page_link {
    margin: 50px auto 0;
  }

  .single_page_link {
    display: grid;
    grid-template-columns: .6fr 1fr .6fr;
    justify-content: space-between;
    align-items: center;
  }

  .blog_detail .single_content {
    margin: 40px auto 0;
    padding-bottom: 40px;
  }

  ul.category_link_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 0;
    margin: 0 auto 90px;
  }

  ul.page-numbers {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
  }

  .single_page_link .prev_single a.more_size,
  .single_page_link .next_single a.more_size,
  .back_singlelists a.more_size {
    font-size: .875em;
  }

  .single_page_link .prev_single {
    text-align: left;
  }

  .single_page_link .next_single {
    text-align: right;
  }

  .single_page_link .back_singlelists p.button.orange a.section_title {
    font-size: 1em;
    text-align: center;
  }

  .single_page_link .back_singlelists p.button.orange a.section_title .btn__text {
    text-align: center;
    padding: 0 37px 0 0;
  }

  .single_page_link .back_singlelists p.button.orange a:before {
    width: 20px;
    height: 20px;
  }
}

section.blog .content {
  max-width: 1100px;
}

.blog_list>.blog_box a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}

.blog_list>.blog_box a .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  z-index: 1;
}

.blog_list>.blog_box a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_list>.blog_box a .img:before {
  position: absolute;
  content: "";
  width: calc(100% + 1px);
  height: 50%;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  transform-origin: bottom;
  transition: transform .2s linear;
}

.blog_list>.blog_box a:hover .img:before {
  transform: scaleY(2);
}

.single_thumbnail .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.single_thumbnail .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog p.date {
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.blog p.category {
  background-color: #118BCC;
  color: #fff;
  text-align: center;
  padding: 8px 24px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  line-height: 1;
}

.blog p.category.cat_news {
  background-color: #8904FC;
}

.blog p.category.cat_blog {
  background-color: #F162F1;
}

.blog h2.blog_title {
  font-weight: 700;
  margin: 15px auto 30px;
  line-height: 1;
}

.blog_box .blog_info p.blog_title {
  font-weight: 700;
  margin: 15px auto 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.blog_box .blog_info p.blog_description {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.blog_detail {
  margin: 30px auto 0;
}

.single_page_link .prev_single a,
.single_page_link .next_single a {
  font-weight: 700;
  color: #5040FB;
}

.back_singlelists {
  text-align: center;
}

ul.page-numbers li {
  display: inline-block;
  margin-right: 1em;
}

ul.page-numbers li .page-numbers.current {
  color: #118BCC;
  font-size: 1.25em;
  font-weight: 700;
  line-height: .75;
}

ul.page-numbers li a {
  font-size: 1.25em;
  font-weight: 700;
  line-height: .75;
}

.blog_detail .single_content {
  border-bottom: 2px solid #1f1f1f;
}

ul.category_link_list li a {
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  display: block;
  background-color: #118BCC;
  position: relative;
}

ul.category_link_list li a.cat_news,
ul.category_link_list li.faq_corner_2 a {
  background-color: #8904FC;
}

ul.category_link_list li a.cat_blog,
ul.category_link_list li.faq_corner_3 a {
  background-color: #F162F1;
}

ul.category_link_list li a:after {
  content: "";
  display: block;
  background-image: url("../images/button_bottom_white.png");
  width: 18.5px;
  height: 10.5px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
}

/* Contact Page */
@media screen and (min-width:768px) {
  section.contact_fv.sub_top {
    background-image: url("../images/contact_fv.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .contact_detail {
    margin: 100px auto 0;
    max-width: 1100px;
  }

  .contact_detail p.contact_notice {
    text-align: center;
  }

  .contact_detail table.contact_table tr {
    display: grid;
    gap: 0 5;
    grid-template-columns: .5fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact_detail table.contact_table tr:first-child th {
    border-bottom: none;
    padding: 20px 0 25px;
  }

  .contact_detail table.contact_table.confirm_table tr:first-child th,
  .contact_detail table.contact_table.confirm_table tr:first-child td {
    padding: 0 0 30px;
  }

  .contact_detail table.contact_table tr:first-child td {
    border-bottom: none;
    padding: 0 0 25px;
  }

  .contact_detail table.contact_table tr th {
    padding: 45px 0 25px;
  }

  .contact_detail table.contact_table.confirm_table tr th,
  .contact_detail table.contact_table.confirm_table tr td {
    padding: 30px 0;
  }

  .contact_detail table.contact_table tr td {
    border-bottom: none;
    padding: 25px 0;
  }

  .contact_detail table.contact_table tr th {
    justify-content: space-between;
  }

  .contact_detail table.contact_table {
    width: 100%;
    margin: 0 auto 30px;
  }

  .confirm_button {
    margin: 0 auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 0 30px;
  }

  .wpcf7-form-control-wrap input[type="text"],
  .wpcf7-form-control-wrap input[type="email"],
  .wpcf7-form-control-wrap input[type="tel"],
  .wpcf7-form-control-wrap textarea,
  .wpcf7-form-control-wrap ::placeholder {
    line-height: 1;
  }

  .button_section p.submit_button {
    margin: 50px auto 0;
  }

  .confirm_button .button_section p.submit_button {
    margin: 0 auto 0;
  }
}

@media screen and (max-width:767px) {
  section.contact_fv.sub_top {
    background-image: url("../images/contact_fv.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
  }

  .contact_detail {
    margin: 47px auto 0;
    max-width: 768px;
  }

  .contact_detail p.contact_notice {
    text-align: left;
  }

  .contact_detail table.contact_table tr:first-child {
    margin-top: 0;
  }

  .contact_detail table.contact_table tr {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .contact_detail table.contact_table tr:first-child th,
  .contact_detail table.contact_table tr:first-child td {
    border-bottom: none;
    padding: 0 0 10px;
  }

  .contact_detail table.contact_table tr th,
  .contact_detail table.contact_table tr td {
    border-bottom: none;
    padding: 10px 0;
  }

  .contact_detail table.contact_table tr th span {
    margin-left: 10px;
  }

  .contact_detail table.contact_table {
    width: 100%;
    margin: 60px auto 0;
  }

  .confirm_button {
    display: block;
    margin: 40px auto 0;
  }

  .previous_button input {
    width: calc(100% - 40px);
  }

  .wpcf7-form-control-wrap ::placeholder {
    line-height: 1.5;
  }

  .button_section p.submit_button {
    margin: 50px auto 0;
  }

  .confirm_button .button_section p.submit_button {
    margin: 0 auto 0;
  }

  p.button.orange .btn__text {
    padding: 0 40px 0 0;
  }
}

.contact_detail table.contact_table tr th p {
  font-size: 2rem;
}

section.contact .subpage_title {
  max-width: initial;
}

section .content table.contact_table tr td {
  width: 100%;
}

.contact_detail table.contact_table tr th {
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.25em;
  line-height: 1;
}

.contact_detail table.contact_table.confirm_table tr th {
  font-size: 1.75em;
  line-height: 1;
}

.contact_detail table.contact_table.confirm_table tr td {
  font-size: 1.5em;
  line-height: 1;
}

.contact_detail table.contact_table tr th span {
  background-color: #F162F1;
  color: #fff;
  text-align: center;
  padding: 4px 1px;
  width: 54px;
  display: inline-block;
  margin-left: 20px;
  font-size: 0.625em;
  font-weight: 700;
  line-height: 1;
}

.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap textarea {
  border: 1px solid #E6E6E6;
  padding: 22px 40px;
  font-size: 1.25em;
  width: calc(100% - 80px);
  background-color: #E6E6E6;
  border-radius: 2px;
  font-weight: bold;
  line-height: 1.8;
}

.wpcf7-form-control-wrap ::placeholder {
  color: #8C8C8C;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.8;
}

.wpcf7-form-control-wrap .wpcf7-acceptance input[type="checkbox"] {
  display: none;
  width: initial;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

@media screen and (max-width:767px) {

  .wpcf7-form-control-wrap input[type="text"],
  .wpcf7-form-control-wrap input[type="email"],
  .wpcf7-form-control-wrap input[type="tel"],
  .wpcf7-form-control-wrap textarea {
    border: 1px solid #E6E6E6;
    padding: 22px 40px;
    font-size: 1.25em;
    width: 100%;
    background-color: #E6E6E6;
    border-radius: 2px;
    font-weight: bold;
  }

  .wpcf7-form-control-wrap ::placeholder {
    font-size: 1em;
  }
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0 40px 0 0;
}

.wpcf7-list-item-label {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
}

.wpcf7-radio .wpcf7-list-item:last-child {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  line-height: 1;
}

.wpcf7-acceptance .wpcf7-list-item+.wpcf7-list-item {
  margin-top: 8px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 30px;
  display: inline-block;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #B3B3B3;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 1px;
  box-sizing: border-box;
}

.wpcf7-acceptance input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #5040FB;
  position: absolute;
  left: 3px;
  top: 4px;
  border-radius: 50%;
}

.wpcf7-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 100%;
  content: "";
  width: 20px;
  height: 20px;
  margin-bottom: auto;
  margin-right: 10px;
  margin-top: auto;
}

.wpcf7-radio input[type="radio"]:checked+.wpcf7-list-item-label::before {
  background-color: #5040FB;
  box-shadow: inset 0 0 0 3px #fff;
}

div.button_section {
  display: block;
  text-align: center;
}

div.button_section:first-child {
  margin: 50px 0 0 auto;
}

div.button_section:last-child {
  margin: 50px auto 0 0;
}

div.button_section p.button {
  margin: 15px 0 0;
}

p.accept {
  text-align: center;
}

.wpcf7-spinner {
  width: 0;
  height: 0;
  margin: 0;
}

table.contact_table.confirm_table tr {
  border-bottom: 2px solid #B3B3B3;
}

/* button */
@media screen and (min-width:768px) {

  .button.second {
    margin: 15px auto 0;
  }

  .button.custom {
    margin: 80px auto 0;
    text-align: center;
  }

  .button a {
    background-color: #5040FB;
    border: 1px solid #5040FB;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    width: 500px;
    height: 100px;
    line-height: 100px;
  }

  .button a:before {
    content: "";
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    content: '';
    transition: right 0.5s ease;
  }

  .button a:hover:before {
    right: -100px;
  }

  .button a:after {
    content: "";
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    content: '';
    right: 100%;
    transition: left 0.5s ease;
  }

  .button a:hover:after {
    right: 17px;
  }

  .button.white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #1F1F1F;
  }

  .btn__text {
    position: absolute;
    left: 0;
    display: block;
    height: 100%;
    width: calc(100% - 82px);
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    z-index: 2;
    background-color: #E60D32;
  }

  .button.white .btn__text {
    background-color: #fff;
    color: #1F1F1F;
  }

  p.submit_button input {
    background-color: #5040FB;
    border: 1px solid #5040FB;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    width: 400px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
  }

  p.previous_button input {
    background-color: #1f1f1f;
    border: 1px solid #1f1f1f;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    width: 400px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
  }

  .btn__text:nth-child(1) {
    top: 0;
  }

  .btn__text:nth-child(2) {
    top: 100%;
  }

  .button a:hover .btn__text:nth-child(1) {
    top: -100%;
  }

  .button a:hover .btn__text:nth-child(2) {
    top: 0;
  }

  .button.white a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
  }

  p.submit_button,
  p.previous_button {
    position: relative;
    display: inline-block;
  }

  .button a:after {
    transition: .3s ease;
  }

  p.submit_button:hover,
  p.submit_button input:hover,
  p.previous_button:hover,
  p.previous_button input:hover {
    cursor: pointer;
  }

  .button a:hover,
  p.submit_button:hover input {
    opacity: 1;
  }

  p.button.margin {
    margin: 60px auto 40px;
  }

  p.submit_button:after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("../images/icon_link_btn_orange.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
  }

  p.previous_button:after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("../images/link_button_prev.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
  }

  .button a:hover:before {
    right: -100px;
  }

  p.button.max a {
    width: 100%;
    height: 150px;
  }

  p.button.max a .btn__text {
    left: 0;
    padding-left: 30px;
    font-size: 4em;
    width: calc(100% - 112px);
    text-align: left;
  }

  .button.orange a:after,
  .button.orange a:before,
  .button.orange a:hover:after {
    background-image: url("../images/icon_link_btn_orange.png");
  }

  .button.white a:after {
    background-image: url("../images/link_button_black.png");
  }

  .button.white a:hover:after {
    background-image: url("../images/link_button_black.png");
  }

  .footer_contact .three_button p.button.white a:hover:after {
    background-image: url("../images/link_button_orange.png");
  }
}

@media screen and (max-width:767px) {
  .button.second {
    margin: 15px auto 0;
  }

  .button.custom {
    margin: 40px auto 0;
    text-align: center;
  }

  .button a {
    background-color: #E60D32;
    border: 1px solid #E60D32;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    width: 100%;
    max-width: 400px;
    padding: 15px 0;
  }

  .button a:before {
    content: "";
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    content: '';
    transition: right 0.5s ease;
  }

  .button a:after {
    content: none;
    /*
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    right: 100%;
    transition: left 0.5s ease;
    */
  }

  .button.white {
    background-color: #fff;
    border: 1px solid #fff;
    color: #1F1F1F;
  }

  .btn__text {
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    z-index: 2;
    background-color: #E60D32;
  }

  .button.white .btn__text {
    background-color: #fff;
    color: #1F1F1F;
    padding: 0 40px 0 0;
  }

  p.submit_button input {
    background-color: #5040FB;
    border: 1px solid #5040FB;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    width: 300px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
  }

  p.previous_button input {
    background-color: #1f1f1f;
    border: 1px solid #1f1f1f;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    width: 300px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
  }

  .btn__text:nth-child(2) {
    display: none;
  }

  .button.white a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
  }

  p.submit_button,
  p.previous_button {
    position: relative;
    display: inline-block;
  }

  .button a:after {
    transition: .3s ease;
  }

  p.submit_button:hover,
  p.submit_button input:hover,
  p.previous_button:hover,
  p.previous_button input:hover {
    cursor: pointer;
  }

  .button a:hover,
  p.submit_button:hover input {
    opacity: 1;
  }

  p.button.margin {
    margin: 60px auto 40px;
  }

  p.submit_button:after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("../images/icon_link_btn_orange.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
  }

  p.previous_button:after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("../images/link_button_prev.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
  }

  p.button.max a {
    height: auto;
    text-align: left;
    padding: 15px 0 30px;
    height: 110px;
    padding: 0;
    display: block;
    width: 100%;
    overflow: initial;
    max-width: initial;
  }

  p.button.max a .btn__text {
    left: 0;
    padding-left: 15px;
    font-size: 3em;
    width: calc(100% - 112px);
    text-align: left;
    display: inline-block;
    line-height: 1.6;
  }

  p.button.max a .btn__text>span {
    padding-left: 0;
  }
}

p.button.max a .btn__text>span {
  font-size: 1.5em;
  display: block;
  line-height: 1;
  margin-top: 0;
}

p.button.orange a {
  background-color: #FF551C;
  border: 1px solid #FF551C;
}

p.button.orange .btn__text {
  background-color: #FF551C;
}

p.button.yellow_orange a {
  background-color: #FB9203;
  border: 1px solid #FB9203;
}

p.button.yellow_orange .btn__text {
  background-color: #FB9203;
}

.button.white a:before {
  background-image: url("../images/link_button_black.png");
}

.footer_contact .three_button p.button.white a:before {
  background-image: url("../images/link_button_orange.png");
}

.button a:before {
  background-image: url("../images/icon_link_btn.png");
}

.button a:after {
  background-image: url("../images/icon_link_btn.png");
}

.button a:hover:after {
  background-image: url("../images/icon_link_btn.png");
}

.button.yellow_orange a:before {
  background-image: url("../images/icon_link_btn_yelloworange.png");
}

.button.yellow_orange a:hover:after {
  background-image: url("../images/icon_link_btn_yelloworange.png");
}

p.submit_button input:hover,
p.previous_button input:hover {
  opacity: .8;
}

@media screen and (min-width:768px) {
  .spver {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .pcver {
    display: none;
  }

  .center {
    margin: auto;
  }
}

/* Swiper */
.swiper-scrollbar {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 5px;
  position: relative;
}

.swiper-scrollbar:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.swiper-scrollbar-drag {
  position: relative;
  width: 80%;
  height: 40px;
  background-color: #fff;
  background-color: var(--clr-wht);
  border-radius: 50vw;
  transition: all .25s ease-out;
  transition: var(--transit-default);
  cursor: pointer;
  background-color: #fff;
  top: -20px;
}

.swiper-scrollbar-drag:before,
.swiper-scrollbar-drag:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 10.5px;
  height: 18.5px;
  background-image: url("../images/slidebar_right.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-scrollbar-drag:before {
  left: 14px;
  rotate: -180deg;
}

.swiper-scrollbar-drag:after {
  right: 14px;
}

/* Slider */
@media screen and (min-width:768px) {
  .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 55px;
  }

  .slide-arrow.prev-arrow {
    left: -23px;
  }

  .slide-arrow.next-arrow {
    right: -23px;
  }
}

@media screen and (max-width:767px) {
  .slide-arrow {
    position: absolute;
    top: 15%;
    transform: translateY(-15%);
    z-index: 1;
    width: 40px;
  }

  .slide-arrow.prev-arrow {
    left: -25px;
  }

  .slide-arrow.next-arrow {
    right: -25px;
  }
}

.slide-arrow.prev-arrow,
.slide-arrow.next-arrow {
  cursor: pointer;
}

.top_slider {
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.top_slider.slick-slider .slick-list,
.top_slider.slick-slider .slick-list .slick-track {
  height: 100%;
}

.top_slider .slick-slide img {
  width: 100%;
  height: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/* Animetion */
.animation_box {
  opacity: 0;
  transform: translateY(20px);
  transition: 2.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes textIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadein {
  opacity: 0;
  transition: 1s;
  transform: translateY(100px);
}

section.fadein.show,
.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

.interview_content>div.fadein {
  transition: 1.5s;
}

.interview_content>div.fadein:first-child {
  transform: translateY(0);
  transform: translateX(-50px);
}

.interview_content>div.fadein.show:first-child {
  transform: translateX(0);
}

.interview_content>div.fadein:last-child,
.fadein.faderight {
  transform: translateY(0);
  transform: translateX(50px);
}

.interview_content>div.fadein.show:last-child,
.fadein.faderight.show {
  transform: translateX(0);
}

.top_svg svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
  transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s;
}

.top_svg svg.active .svg-elem-1 {
  fill: rgb(230, 13, 50);
}

.top_svg svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
  transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s;
}

.top_svg svg.active .svg-elem-2 {
  fill: rgb(230, 13, 50);
}

.top_svg svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.30000000000000004s;
  transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.30000000000000004s;
}

.top_svg svg.active .svg-elem-3 {
  fill: rgb(255, 85, 28);
}

.top_svg svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
  transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s;
}

.top_svg svg.active .svg-elem-4 {
  fill: rgb(255, 85, 28);
}

.top_svg svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}

.top_svg svg.active .svg-elem-5 {
  fill: rgb(251, 146, 3);
}

.top_svg svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s;
  transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.6s;
}

.top_svg svg.active .svg-elem-6 {
  fill: rgb(251, 146, 3);
}

.top_svg svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7000000000000001s;
  transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7000000000000001s;
}

.top_svg svg.active .svg-elem-7 {
  fill: rgb(251, 146, 3);
}

.top_svg svg .svg-elem-8 {
  fill: transparent;
  -webkit-transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s;
  transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s;
}

.top_svg svg.active .svg-elem-8 {
  fill: rgb(230, 13, 50);
}

.top_svg svg .svg-elem-9 {
  fill: transparent;
  -webkit-transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.9s;
  transition: fill 0s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.9s;
}

.top_svg svg.active .svg-elem-9 {
  fill: rgb(251, 146, 3);
}

.wpcf7-submit, .wpcf7-previous {
	 cursor: pointer;
}

.back-top {
	margin-top: 30px;
	text-align: center
}

.back-top .c-slide-btn {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 36rem;
  padding: 1.5rem 0 1.5rem 5rem;
  background-color: #fff;
  font-weight: 700;
  border: 0.2rem solid;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
  color: #5040FB;
  border-color: #5040FB;
}
.back-top .c-slide-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #5040FB 0%, #8904FC 100%);
  z-index: -1;
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: left center;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
/* 特殊矢印：横棒「ー」の部分 */
.back-top .c-slide-btn__arrow {
  display: inline-block;
  width: 4.0rem;
  height: 0.2rem;
  background-color: #5040FB;
  margin-left: 2.0rem;
  position: absolute;
  right: 2rem;
  transition: transform 0.3s ease;
}

/* 特殊矢印：右下払い「＼」の部分 */
.back-top .c-slide-btn__arrow::after {
  content: "";
  position: absolute;
  right: -0.1rem;
  top: 0.1rem;
  width: 1.4rem;
  height: 0.2rem;
  background-color: #5040FB;
  transform: rotate(45deg);
  transform-origin: top right;
}

.back-top .c-slide-btn:hover {
  color: #fff;
  border-color: transparent;
  opacity: 1;
}

.back-top .c-slide-btn:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.back-top .c-slide-btn:hover .c-slide-btn__arrow {
  transform: translateX(0.8rem);
	background-color: #fff;
}
.back-top .c-slide-btn:hover .c-slide-btn__arrow::after {
	background-color: #fff;
}


/* 矢印なし */

.c-center-btnwrap .c-center-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  max-width: 30.0rem;
  padding: 1.5rem 0;
  background-color: #fff;
  font-weight: 700;
  border: 0.2rem solid;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
  color: #5040FB;
  border-color: #5040FB;
}
.c-center-btnwrap .c-center-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #118BCC 0%, #5040FB 33%, #8904FC 66%, #F162F1 100%);
  z-index: -1;
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: left center;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}


.c-center-btnwrap .c-center-btn:hover {
  color: #fff;
  border-color: transparent;
  opacity: 1;
}

.c-center-btnwrap .c-center-btn:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.c-center-btnwrap .c-center-btn .wpcf7-submit {
	width: 100%;
	color: #5040FB;
	font-weight: 700;
}

.submitbtn .c-center-btnwrap .c-center-btn:hover .wpcf7-submit {
	color: #fff;
}

.submitbtn {
	margin-top: 2em;
}

.submitbtn .c-center-btnwrap .c-center-btn {
	padding: 0;
}

.submitbtn .c-center-btnwrap .c-center-btn .wpcf7-submit {
	padding: 1.5rem 0;
	position: relative;
	z-index: 2;
	background-color: transparent;
}



/* --- 右向きボタン --- */
.submitbtn .contact-r-btn {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
 width: 30.0rem;
  max-width: 100%;
  background-color: #fff;
  font-weight: 700;
  border: 0.2rem solid;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
	border-color: #8904FC;
}
.submitbtn .contact-r-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #8904FC 0%, #F162F1 100%);
  z-index: -1;
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: left center;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.submitbtn .contact-r-btn .contact-r-btn__arrow {
  display: inline-block;
  width: 4.0rem;
  height: 0.2rem;
  background-color: #8904FC;
  margin-left: 2.0rem;
  position: absolute;
  right: 2rem;
  transition: transform 0.3s ease;
}
.submitbtn .contact-r-btn .contact-r-btn__arrow::after {
  content: "";
  position: absolute;
  right: -0.1rem;
  top: 0.1rem;
  width: 1.4rem;
  height: 0.2rem;
  background-color: #8904FC;
  transform: rotate(45deg);
  transform-origin: top right;
}

.submitbtn .contact-r-btn:hover {
  color: #fff;
  border-color: transparent;
  opacity: 1;
}
.submitbtn .contact-r-btn:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.submitbtn .contact-r-btn:hover .contact-r-btn__arrow {
  transform: translateX(0.8rem);
	background-color: #fff;
}
.submitbtn .contact-r-btn:hover .contact-r-btn__arrow::after {
	background-color: #fff;
}
.submitbtn .contact-r-btn .wpcf7-submit {
	width: 100%;
	color: #8904FC;
	font-weight: 700;
}
.submitbtn .contact-r-btn:hover .wpcf7-submit {
	color: #fff;
}
.submitbtn .contact-r-btn .wpcf7-submit {
	padding: 1.5rem 4rem 1.5rem 0;
	position: relative;
	z-index: 2;
}


/* --- 左向きボタン --- */
.submitbtn .contact-l-btn {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
 width: 30.0rem;
  max-width: 100%;
  background-color: #fff;
  font-weight: 700;
  border: 0.2rem solid;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
	border-color: #118BCC;
}
.submitbtn .contact-l-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #118BCC 0%, #5040FB 100%);
  z-index: -1;
  opacity: 0;
  transform: scaleX(0.5);
  transform-origin: right center;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.submitbtn .contact-l-btn .contact-l-btn__arrow {
  display: inline-block;
  width: 4.0rem;
  height: 0.2rem;
  background-color: #118BCC;
  margin-right: 2.0rem;
  position: absolute;
  left: 2rem;
  transition: transform 0.3s ease;
}
.submitbtn .contact-l-btn .contact-l-btn__arrow::after {
  content: "";
  position: absolute;
  left: -1.1rem;
  top: 0.1rem;
  width: 1.4rem;
  height: 0.2rem;
  background-color: #118BCC;
  transform: rotate(145deg);
  transform-origin: top right;
}

.submitbtn .contact-l-btn:hover {
  color: #fff;
  border-color: transparent;
  opacity: 1;
}
.submitbtn .contact-l-btn:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.submitbtn .contact-l-btn:hover .contact-l-btn__arrow {
  transform: translateX(-0.8rem);
	background-color: #fff;
}
.submitbtn .contact-l-btn:hover .contact-l-btn__arrow::after {
	background-color: #fff;
}
.submitbtn .contact-l-btn .wpcf7-previous {
	width: 100%;
	color: #118BCC;
	font-weight: 700;
}
.submitbtn .contact-l-btn:hover .wpcf7-previous {
	color: #fff;
}
.submitbtn .contact-l-btn .wpcf7-previous {
	padding: 1.5rem 0 1.5rem 4rem;
}