@charset "UTF-8";
/*
Theme Name: Mutou
Theme URI: https://mutoro-recruit.com
Description: 株式会社ムトウ
Version: 1.1.0
Author: 株式会社ムトウ
*/

@media screen and (min-width:768px) {
html, body, 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) {
html, body, 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;
  }
}
html, body, 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;
}
section h2.common {
  font-size: 4rem;
  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%);
}
.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.25rem;
  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.5rem;
  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: 3rem;
  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.5rem;
  }
  .section_title,
  h2.eng_title span {
    font-size: 2rem;
    font-weight: 700;
  }
  .page_title,
  .work_title div p span.page_title {
    font-size: 3rem;
    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.4rem;
    font-weight: 700;
  }
  .page_title,
  .work_title div p span.page_title {
    font-size: 2rem;
    font-weight: 700;
  }
}
@media screen and (min-width:768px) {
  a:hover {
		opacity: .8;
	}
  section h2 { margin-bottom: 50px; }
  .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.285rem;
    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: 40px; }
  .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:before {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 1px;
  z-index: 0;
  background: linear-gradient(90deg, rgba(255,207,207,0.1) 0%, rgba(255,207,207,0.1) 12.6%, rgba(255,255,255,0) 12.6%, rgba(255,255,255,0) 87.6%, rgba(255,207,207,0.1) 87.6%, rgba(255,207,207,0.1) 100%);
}
body:after {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 1px;
  z-index: 0;
  background: linear-gradient(90deg, rgba(255,207,207,0.1) 0%, rgba(255,207,207,0.1) 21.57%, rgba(255,255,255,0) 21.57%, rgba(255,255,255,0) 78.43%, rgba(255,207,207,0.1) 78.43%, rgba(255,207,207,0.1) 100%);
}
  */
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.5rem;
    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 {
    position: absolute;
    top: 26px;
    left: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 35px;
    align-items: center;
    justify-content: flex-start;
  }
}
@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 {
    position: absolute;
    bottom: 40px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 35px;
    align-items: center;
    justify-content: flex-start;
  }
}
.breadcrumbs li {
  position: relative;
}
.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;
}

/* header */
@media screen and (min-width:1300px) {
  header .header_box {
    width: calc(100% - 28px);
    padding: 0 0 0 28px;
    margin: 0 auto;
    height: 99px;
  }
  .header_nav nav .nav_right ul li {
    display: inline-block;
    text-align: center;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    height: 99px;
    margin-right: 30px;
  }
  .header_box > div nav ul li.line_add a,
  .header_box > div nav ul li.mail a,
  .header_box > div nav ul li.recruit a {
    color: #fff;
    display: block;
    width: 155px;
    padding: 18px 0;
  }
}
@media screen and (min-width:1100px) and (max-width:1299px) {
  header .header_box {
    width: calc(100% - 10px);
    padding: 0 0 0 10px;
    margin: 0 auto;
    height: 99px;
  }
  .header_nav nav .nav_left {
    width: 25%;
  }
  .header_nav nav .nav_right {
    width: 75%;
  }
  .header_nav nav .nav_right ul li {
    display: inline-block;
    text-align: center;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    height: 99px;
    margin-right: 20px;
  }
  .header_nav nav .nav_right ul li a {
    font-size: .75rem;
  }
  .header_box > div nav ul li.line_add a,
  .header_box > div nav ul li.mail a,
  .header_box > div nav ul li.recruit a {
    color: #fff;
    display: block;
    width: 100px;
    padding: 22px 0;
  }
}
@media screen and (min-width:1100px) {
  header {
    height: 99px;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
  }
  header .header_box div.logo {
    max-width: 277px;
    height: auto;
  }
  header .header_box .header_nav,
  header .header_box .header_nav nav {
    height: 100%;
  }
  #nav_drawer { display: none; }
  header #nav_drawer nav {
    height: 70px;
    position: fixed;
    right: 65px;
    width: 190px;
    z-index: 10;
  }
  header #nav_drawer nav ul {
    margin-right: 20px;
  }
  header #nav_drawer nav li {
    display: inline-block;
    margin: 5px;
  }
  header #nav_drawer nav .btn_fullheight {
    width: 180px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("./images/flow_right.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: auto 12px;
  }
  #nav_open span { top: 20px; }
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0px;
    display: inline-block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: rgb(43, 43, 43);
  }
  #nav_open span {
    position: absolute;
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
  }
  #nav_open span::before {
    position: absolute;
    top: 10px;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(0.6rem);
    transform: translateX(-0.6rem);
  }
  #nav_open span::after {
    position: absolute;
    top: 20px;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
    -webkit-transform: translateX(0.9rem);
    transform: translateX(-0.9rem);
  }
  #nav_open.active span {
    transform: rotate(45deg);
    width: 20px;
    top: 16px;
    right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 1s;
  }
  #nav_open.active span:after {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  }
  nav ul.main_navi_lists > li > a.contact {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  nav ul.main_navi_lists > li > a.contact:hover {
    background-color: #fff;
    color: #003A84;
    opacity: 1;
  }
  nav ul.main_navi_lists > li > a.contact:hover:before {
    background-image: url("./images/icon_mail.png");
  }
  .gnavi_list:hover:after {
    transform: scale(1, -1);
    top: calc(50% - 3px);
  }
  nav ul.main_navi_lists > li > a.contact:before {
    transition: .3s ease;
  }
  .header_nav nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .header_nav nav .nav_left {
    text-align: left;
  }
  .header_nav nav .nav_left ul li {
    display: inline-block;
    margin-right: 100px;
  }
  .header_nav nav .nav_left ul li:last-child {
    margin-right: 0;
  }
  .nav_middle {
    margin: 0 auto;
    text-align: center;
  }
  .header_nav nav .nav_middler .logo {
    text-align: center;
  }
  .header_nav nav .nav_right {
    text-align: right;
  }
  .header_nav nav .nav_right ul li:last-child {
    margin-right: 0;
  }
  header .sp_header_logo {
    display: none;
  }
  main { margin-top: 96px; overflow-x: hidden; }
  header.header_workplace .header_box {
    width: 100%;
  }
  header .sp_header_tel { display: none; }
}
@media screen and (max-width:1099px) {
  header.top { height: auto; }
  header .header_box > div.logo {
    width: 170px;
    height: auto;
  }
  header {
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    width: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .overflow__hidden header {
    background-color: #FFEDE8;
    transition: all 0s;
  }
  .overflow__hidden header .sp_header_logo {
    display: none;
  }
  header .sp_header_logo {
    width: 112px;
  }
  header.top { height: auto; }
  header div#nav_drawer nav {
    height: 100vh;
    position: fixed;
    width: 100vw;
    padding: 60px 20px 120px;
    z-index: 10;
  }
  header div#nav_drawer nav .btn_fullheight {
    display: none;
  }
  div.header_nav { display: none; }
  header #nav_drawer nav {
    position: fixed;
    z-index: 10;
  }
  #nav_content ul {
    padding-top: 0;
  }
  header #nav_drawer nav ul li {
    padding: 0;
    text-align: left;
  }
  header #nav_drawer nav ul.nav_content_top li a {
    display: block;
    padding: 10px;
    color: #121212;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 40px;
    border-bottom: 1px solid #1f1f1f;
    position: relative;
  }
  header #nav_drawer nav ul.nav_content_top li:last-child a {
    border-bottom: 0;
  }
  header #nav_drawer nav ul.nav_content_top li a:after {
    content: "";
    background-image: url("./images/sp_link_button_black.png");
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
  }
  header #nav_drawer nav dl dt.has_second_level {
    padding: 22px 20px;
    text-align: left;
    border-bottom: 1px solid #707070;
    font-weight: bold;
  }
  header #nav_drawer nav dl.open,
  header #nav_drawer nav dl dt.has_second_level.open,
  header #nav_drawer nav dl dd {
    background-color: #EFEFEF;
  }
  header #nav_drawer nav dl.open {
    border-bottom: 1px solid #707070;
  }
  header #nav_drawer nav dl dt.has_second_level.open {
    margin: 0 20px;
    padding: 22px 0;
  }
  header #nav_drawer nav dd.second_level ul li {
    border-bottom: none;
  }
  header #nav_drawer nav dl dd ul li {
    border-top: none; 
  }
  header #nav_drawer nav dl dt.has_second_level.open:after {
    transform: scale(1, -1);
  }
  header #nav_drawer nav .btn_fullheight {
    display: none;
  }
  #nav_open span {
    top: 8px;
    right: 5.33px;
  }
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 14px;
    right: 10px;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  #nav_open span {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
  }
  #nav_open span::before {
    position: absolute;
    top: 8px;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
  }
  #nav_open span::after {
    position: absolute;
    top: 15px;
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    content: "";
  }
  #nav_open.active span {
    transform: rotate(45deg);
    width: 30px;
    top: 15px;
    right: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 1s;
    background: #FF551C;
  }
  #nav_open.active span:before {
    background: #FF551C;
  }
  #nav_drawer { display: inherit; }
  main { margin-top: 0; overflow-x: hidden; }
  #nav_content ul.sp_link_button {
    margin: 56px auto 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px 0;
    justify-content: flex-start;
  }
  #nav_content ul.sp_link_button li {
    max-width: 670px;
    margin: 0 auto;
  }
  header .sp_header_tel { 
    position: absolute;
    right: 64px;
  }
  header .sp_header_tel a img {
    width: 30px;
  }
}
.header_box > div nav ul.main_navi_lists > li {
  margin-right: 24px;
  position: relative;
}
.header_box > div nav ul li a {
  vertical-align: middle;
  text-align: center;
  color: #FF551C;
  text-align: center;
}
.header_nav nav .nav_right ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0;
  text-align: center;
}
.header_box > div nav ul li.line_add,
.header_box > div nav ul li.mail,
.header_box > div nav ul li.recruit {
  margin-right: 0;
}
.header_box > div nav ul li.line_add a {
  background-color: #04B813;
}
.header_box > div nav ul li.mail a {
  background-color: #FB9203;
}
.header_box > div nav ul li.recruit a {
  background-color: #FF551C;
}
.header_box > div nav ul li a img {
  height: 31px;
  width: auto;
}
nav ul.main_navi_lists > li > a {
  display: block;
  height: 84px;
  line-height: 84px;
}
.nav_unshown { display: none; }
#nav_open.active {
  background-color: rgba(0,0,0,0);
}
#nav_close span {
  position: relative;
  z-index: 4;
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto;
  cursor: pointer;
}
#nav_close span::before,
#nav_close span::after {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.4s;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
#nav_close span::after { transform: rotate(-45deg); }
#nav_content {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: #FFEDE8;
  text-align: center;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
  opacity: 0;
}
#nav_content ul { margin: auto; }
#nav_content li {
  padding: 10px;
  text-align: center;
  display: block;
}
#nav_content.active {
  opacity: 1;
  pointer-events: auto;
  overflow: scroll;
}
#nav_content.active::after {
  display: block;
  width: 1px;
  height: 70px;
  content: '';
}
#nav_open.active span::before {
  transform: rotate(90deg);
  top: 0px;
}
#nav_open.active span::after {
  content: none;
  opacity: 0;
}
.gnavi_list {
  padding-right: 16px;
}
.gnavi_list:after {
  content: '';
  display: block;
  width: 11px;
  height: 6.5px;
  background-image: url("./images/submenu_icon.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

/* 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-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;
    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 #1F1F1F;
    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.857rem;
  }
  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;
}
.copyright p {
  font-weight: 700;
}
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;
}
.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);
}


/* TOP */
@media screen and (min-width:1300px) {
  section.fv .fv_name {
    position: absolute;
    top: 0;
    left: 70px;
    width: 86.8%;
    z-index: 1;
  }
  section.fv h1 {
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    max-width: 86.8%;
    z-index: 2;
    left: 70px;
  }
  section.fv p.button {
    position: absolute;
    right: 6%;
    bottom: 100px;
  }
}
@media screen and (min-width:768px) and (max-width:1299px) {
  section.fv .fv_name {
    position: absolute;
    top: 0;
    left: 35px;
    width: calc(100% - 70px);
    z-index: 1;
  }
  section.fv h1 {
    position: absolute;
    top: calc(50% - 50px);
    transform: translateY(-50%);
    left: 35px;
    width: calc(100% - 70px);
    z-index: 2;
  }
  section.fv p.button {
    position: absolute;
    right: 6%;
    bottom: 100px;
  }
}
@media screen and (min-width:768px) {
  section.fv {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: calc(100vh - 99px);
    min-height: 800px;
    position: relative;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  section.fv h1 span {
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: .8px;
  }
  section.fv h1.fv_catch svg {
    top: 0;
    bottom: initial;
    position: relative;
  }
  section.fv p.fv_catch_txt {
    margin: -50px auto 0;
    text-align: center;
    color: #fff;
    position: absolute;
    top: calc(50% + 100px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
  }
  section.fv svg {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  section.fv .top_svg svg {
    width: 100vw;
    height: auto;
  }
  section.fv p.scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    z-index: 4;
  }
  section.fv p.scroll a {
    position: relative;
    display: block;
  }
  section.fv p.scroll a:before {
    content: "";
    width: 139px;
    height: 148px;
    background-image: url(./images/scroll_btn.png);
    background-size: cover;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: relative;
    z-index: 3;
  }
  section.fv p.scroll a img {
    position: relative;
    bottom: 45px;
    width: 30px;
    height: auto;
    left: -2px;
    transition:0.5s;
  }
  section.fv p.scroll a:hover img {
    bottom: 60px;
    transition:0.5s;
  }
  .fv h1.fv_catch svg.spver {
    display: none;
  }
  .fv h1.fv_catch svg .svg_fv-1 {
    stroke-dashoffset: 1871.662109375px;
    stroke-dasharray: 1871.662109375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 0s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
            transition: stroke-dashoffset 0s ease-in 0s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  }
  .fv h1.fv_catch svg.active .svg_fv-1 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-2 {
    stroke-dashoffset: 2730.153076171875px;
    stroke-dasharray: 2730.153076171875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.1s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
            transition: stroke-dashoffset 0s ease-in 0.1s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
  }
  .fv h1.fv_catch svg.active .svg_fv-2 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-3 {
    stroke-dashoffset: 3146.9130859375px;
    stroke-dasharray: 3146.9130859375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.2s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
            transition: stroke-dashoffset 0s ease-in 0.2s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  }
  .fv h1.fv_catch svg.active .svg_fv-3 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-4 {
    stroke-dashoffset: 1588.73583984375px;
    stroke-dasharray: 1588.73583984375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.30000000000000004s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
            transition: stroke-dashoffset 0s ease-in 0.30000000000000004s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  }
  .fv h1.fv_catch svg.active .svg_fv-4 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-5 {
    stroke-dashoffset: 52.000213623046875px;
    stroke-dasharray: 52.000213623046875px;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.4s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
            transition: stroke-dashoffset 0s ease-in 0.4s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  }
  .fv h1.fv_catch svg.active .svg_fv-5 {
    stroke-dashoffset: 0;
  }
  .fv h1.fv_catch svg .svg_fv-6 {
    stroke-dashoffset: 51.99952697753906px;
    stroke-dasharray: 51.99952697753906px;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.5s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s;
            transition: stroke-dashoffset 0s ease-in 0.5s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.7s;
  }
  .fv h1.fv_catch svg.active .svg_fv-6 {
    stroke-dashoffset: 0;
  }
  .fv h1.fv_catch svg .svg_fv-7 {
    stroke-dashoffset: 51.99954605102539px;
    stroke-dasharray: 51.99954605102539px;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.6000000000000001s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
            transition: stroke-dashoffset 0s ease-in 0.6000000000000001s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  }
  .fv h1.fv_catch svg.active .svg_fv-7 {
    stroke-dashoffset: 0;
  }
  .fv h1.fv_catch svg .svg_fv-8 {
    stroke-dashoffset: 52.00023651123047px;
    stroke-dasharray: 52.00023651123047px;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.7000000000000001s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s;
            transition: stroke-dashoffset 0s ease-in 0.7000000000000001s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.9s;
  }
  .fv h1.fv_catch svg.active .svg_fv-8 {
    stroke-dashoffset: 0;
  }
  .fv h1.fv_catch svg .svg_fv-9 {
    stroke-dashoffset: 52px;
    stroke-dasharray: 52px;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.8s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
            transition: stroke-dashoffset 0s ease-in 0.8s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  }
  .fv h1.fv_catch svg.active .svg_fv-9 {
    stroke-dashoffset: 0;
  }
  .fv h1.fv_catch svg .svg_fv-10 {
    stroke-dashoffset: 52px;
    stroke-dasharray: 52px;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.9s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.1s;
            transition: stroke-dashoffset 0s ease-in 0.9s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.1s;
  }
  .fv h1.fv_catch svg.active .svg_fv-10 {
    stroke-dashoffset: 0;
  }
  .fv h1.fv_catch svg .svg_fv-11 {
    stroke-dashoffset: 540.9789428710938px;
    stroke-dasharray: 540.9789428710938px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 1s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
            transition: stroke-dashoffset 0s ease-in 1s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
  }
  .fv h1.fv_catch svg.active .svg_fv-11 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-12 {
    stroke-dashoffset: 886.4244995117188px;
    stroke-dasharray: 886.4244995117188px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 1.1s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.3s;
            transition: stroke-dashoffset 0s ease-in 1.1s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.3s;
  }
  .fv h1.fv_catch svg.active .svg_fv-12 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-13 {
    stroke-dashoffset: 293.06494140625px;
    stroke-dasharray: 293.06494140625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 1.2000000000000002s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4000000000000004s;
            transition: stroke-dashoffset 0s ease-in 1.2000000000000002s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4000000000000004s;
  }
  .fv h1.fv_catch svg.active .svg_fv-13 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-14 {
    stroke-dashoffset: 454.4158935546875px;
    stroke-dasharray: 454.4158935546875px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 1.3s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s;
            transition: stroke-dashoffset 0s ease-in 1.3s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s;
  }
  .fv h1.fv_catch svg.active .svg_fv-14 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
}
@media screen and (max-width:767px) {
  section.fv {
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    height: calc(100vh - 150px);
    position: relative;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  section.fv .fv_name {
    position: absolute;
    top: 90px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 1;
  }
  section.fv h1 {
    position: absolute;
    left: 20px;
    top: 54px;
    z-index: 1;
    text-align: left;
  }
  section.fv p.fv_catch_txt.spver {
    top: 60px;
    position: absolute;
    right: 20px;
    height: calc(100vh - 280px);
    z-index: 2;
  }
  section.fv .top_svg svg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: auto;
  }
  section.fv p.scroll {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 86px;
    z-index: 4;
  }
  section.fv p.scroll a {
    position: relative;
    display: block;
  }
  section.fv p.scroll a:before {
    content: "";
    width: 55px;
    height: 58.17px;
    background-image: url(./images/scroll_btn.png);
    background-size: cover;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: relative;
    z-index: 3;
  }
  section.fv p.scroll a img {
    position: relative;
    bottom: 20px;
    width: 15px;
    height: auto;
    left: -1px;
    transition: 0.5s;
  }
  section.fv p.scroll a:hover img {
    bottom: 30px;
    transition:0.5s;
  }
  .blog_title { display: block; margin-top: 0px; }
  section.blog ul li {
    padding: 0;
  }
  .fv h1.fv_catch svg.pcver {
    display: none;
  }
  .fv h1.fv_catch svg .svg_fv-1 {
    stroke-dashoffset: 26.000123977661133px;
    stroke-dasharray: 26.000123977661133px;
    -webkit-transition: stroke-dashoffset 0s ease-in 0s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
            transition: stroke-dashoffset 0s ease-in 0s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  }
  .fv h1.fv_catch svg.active .svg_fv-1 {
    stroke-dashoffset: 0;
  }
  .fv h1.fv_catch svg .svg_fv-2 {
    stroke-dashoffset: 26.000120162963867px;
    stroke-dasharray: 26.000120162963867px;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.1s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.30000000000000004s;
            transition: stroke-dashoffset 0s ease-in 0.1s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.30000000000000004s;
  }
  .fv h1.fv_catch svg.active .svg_fv-2 {
    stroke-dashoffset: 0;
  }
  .fv h1.fv_catch svg .svg_fv-3 {
    stroke-dashoffset: 26.000341415405273px;
    stroke-dasharray: 26.000341415405273px;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.2s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
            transition: stroke-dashoffset 0s ease-in 0.2s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  }
  .fv h1.fv_catch svg.active .svg_fv-3 {
    stroke-dashoffset: 0;
  }
  .fv h1.fv_catch svg .svg_fv-4 {
    stroke-dashoffset: 26.000329971313477px;
    stroke-dasharray: 26.000329971313477px;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.30000000000000004s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
            transition: stroke-dashoffset 0s ease-in 0.30000000000000004s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  }
  .fv h1.fv_catch svg.active .svg_fv-4 {
    stroke-dashoffset: 0;
  }
  .fv h1.fv_catch svg .svg_fv-5 {
    stroke-dashoffset: 17.33599853515625px;
    stroke-dasharray: 17.33599853515625px;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.4s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6000000000000001s;
            transition: stroke-dashoffset 0s ease-in 0.4s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6000000000000001s;
  }
  .fv h1.fv_catch svg.active .svg_fv-5 {
    stroke-dashoffset: 0;
  }
  .fv h1.fv_catch svg .svg_fv-6 {
    stroke-dashoffset: 17.33599853515625px;
    stroke-dasharray: 17.33599853515625px;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.5s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
            transition: stroke-dashoffset 0s ease-in 0.5s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s;
  }
  .fv h1.fv_catch svg.active .svg_fv-6 {
    stroke-dashoffset: 0;
  }
  .fv h1.fv_catch svg .svg_fv-7 {
    stroke-dashoffset: 703.1234130859375px;
    stroke-dasharray: 703.1234130859375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.6000000000000001s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
            transition: stroke-dashoffset 0s ease-in 0.6000000000000001s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  }
  .fv h1.fv_catch svg.active .svg_fv-7 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-8 {
    stroke-dashoffset: 361.31927490234375px;
    stroke-dasharray: 361.31927490234375px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.7000000000000001s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9000000000000001s;
            transition: stroke-dashoffset 0s ease-in 0.7000000000000001s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9000000000000001s;
  }
  .fv h1.fv_catch svg.active .svg_fv-8 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-9 {
    stroke-dashoffset: 1025.0569458007812px;
    stroke-dasharray: 1025.0569458007812px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.8s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
            transition: stroke-dashoffset 0s ease-in 0.8s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  }
  .fv h1.fv_catch svg.active .svg_fv-9 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-10 {
    stroke-dashoffset: 591.61572265625px;
    stroke-dasharray: 591.61572265625px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 0.9s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
            transition: stroke-dashoffset 0s ease-in 0.9s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.1s;
  }
  .fv h1.fv_catch svg.active .svg_fv-10 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-11 {
    stroke-dashoffset: 1181.3243408203125px;
    stroke-dasharray: 1181.3243408203125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 1s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
            transition: stroke-dashoffset 0s ease-in 1s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  }
  .fv h1.fv_catch svg.active .svg_fv-11 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-12 {
    stroke-dashoffset: 196.04278564453125px;
    stroke-dasharray: 196.04278564453125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 1.1s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
            transition: stroke-dashoffset 0s ease-in 1.1s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.3s;
  }
  .fv h1.fv_catch svg.active .svg_fv-12 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-13 {
    stroke-dashoffset: 597.0202026367188px;
    stroke-dasharray: 597.0202026367188px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 1.2000000000000002s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4000000000000001s;
            transition: stroke-dashoffset 0s ease-in 1.2000000000000002s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4000000000000001s;
  }
  .fv h1.fv_catch svg.active .svg_fv-13 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
  .fv h1.fv_catch svg .svg_fv-14 {
    stroke-dashoffset: 303.61700439453125px;
    stroke-dasharray: 303.61700439453125px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0s ease-in 1.3s,
                          fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
            transition: stroke-dashoffset 0s ease-in 1.3s,
                  fill 0s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s;
  }
  .fv h1.fv_catch svg.active .svg_fv-14 {
    stroke-dashoffset: 0;
    fill: rgb(255, 255, 255);
  }
}
section.fv h2 {
  margin: 0 auto;
  padding: 0;
}

/* 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;
  }
}

/* business */
@media screen and (min-width:768px) {
  div.work_slider {
    margin: 80px auto 0;
    width: calc(100% - 50px);
  }
  div.work_slider .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 50px;
    padding: 50px 110px;
    background-color: #fff;
    align-items: flex-start;
  }
  .two_col .txt .work_title {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 30px;
    margin: 50px auto 32px;
  }
}
@media screen and (max-width:767px) {
  div.work_slider {
    margin: 40px auto 0;
    width: calc(100% - 20px);
  }
  section.business .section_catch p.txt_center {
    text-align: left;
  }
  div.work_slider .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px 0;
    padding: 25px;
    background-color: #fff;
    align-items: flex-start;
  }
  .two_col .txt .work_title {
    display: grid;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 25px 0;
    margin: 25px auto 16px;
    grid-template-columns: .3fr 1fr;
  }
}
section.business {
 background: linear-gradient(90deg, #FF551C, #E60D32);
 position: relative;
}
section.business .section_catch h2,
section.business .section_catch p {
  color: #fff;
}

div.work_slider .two_col .image {
  position: relative;
}
div.work_slider .two_col .image img {
  width: 100%;
}
.work_title div p {
  text-align: left;
}
.work_title div p span {
  display: block;
  line-height: 3rem;
}
.work_title_num p {
  position: relative;
}
.work_title_num p:before {
  content: "WORK";
  font-size: 1rem;
  font-weight: 700;
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
}
.work_title_num p:after {
  content: "";
  width: 27.5px;
  height: 1px;
  background-color: #1f1f1f;
  display: block;
  position: absolute;
  bottom: -11.5px;
  left: 0;
}
.work_title .sub_title {
  font-weight: 700;
}

/* 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.25rem;
    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: -11rem;
    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: .875rem;
    width: calc(100% - 20px);
  }
  .interview .two_col .image .interview_info .ini_name {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .interview .two_col .image .interview_catch p.section_title {
    font-size: 1.3rem;
  }
  .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: .7rem;
    width: 100%;
  }
  .marquee.interview_section {
    top: -8rem;
    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.08rem;
}
.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: 4rem;
  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: #FF551C;
    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: #FF551C;
      top: 50%;
      transform: translateY(-50%);
      transition: all .3s ease;
  }
  .faq_list dl dd p:before {
    content: "A";
    padding: 4px 0;
    width: 40px;
    background-color: #FB9203;
    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: #FF551C;
    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: #FF551C;
      top: 50%;
      transform: translateY(-50%);
      transition: all .3s ease;
  }
  .faq_list dl dd p:before {
    content: "A";
    padding: 4px 0;
    width: 40px;
    background-color: #FB9203;
    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 {
  background-image: url("./images/faq_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.faq_list dl {
  background-color: #fff;
}
.faq_list dl dt::after {
    transform: rotate(90deg) translateY(-50%);
}
.faq_list dl dt.active::before {
    transform: rotateZ(180deg) translateY(-50%);
    height: 2px;
}
.faq_list dl dt.active::after {
    transform: rotateZ(360deg) translateY(-50%);
    height: 0px;
}
.faq_list dl dt p {
  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 {
    padding: 0 0 230px;
    position: relative;
    max-width: initial;
  }
  section.sub_top .content .subpage_title {
    padding-left: 12.5%;
    padding-top: 84px;
  }
  section.sub_top h1 {
    font-size: 9.375rem;
  }
  section.sub_top h1 span {
    font-size: 3rem;
  }
  .subpage_fv_block {
    position: absolute;
    bottom: -3.6vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: 1;
  }
  .subpage_fv_block svg {
    height: auto;
  }
}
@media screen and (max-width:767px) {
  section.sub_top .content {
    padding: 0 0 100px;
    position: relative;
  }
  section.sub_top .content .subpage_title {
    padding-left: 20px;
    padding-top: 100px;
  }
  section.sub_top h1 {
    font-size: 4rem;
  }
  section.sub_top h1 span {
    font-size: 2rem;
  }
  .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.sub_top h1 {
  color: #fff;
  line-height: 1.1;
  font-weight: 700;
}
section.sub_top h1 span {
  display: block;
  color: #fff;
  line-height: 1.1;
  font-weight: 700;
}
.subpage_fv_block svg .svg-elem-1 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
          transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}
.subpage_fv_block svg.active .svg-elem-1 {
  fill: rgb(230, 13, 50);
}
.subpage_fv_block svg .svg-elem-2 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
          transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}
.subpage_fv_block svg.active .svg-elem-2 {
  fill: rgb(255, 85, 28);
}
.subpage_fv_block svg .svg-elem-3 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s;
          transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s;
}
.subpage_fv_block svg.active .svg-elem-3 {
  fill: rgb(230, 13, 50);
}
.subpage_fv_block svg .svg-elem-4 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
          transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
.subpage_fv_block svg.active .svg-elem-4 {
  fill: rgb(255, 85, 28);
}
.subpage_fv_block svg .svg-elem-5 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
          transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
.subpage_fv_block svg.active .svg-elem-5 {
  fill: rgb(255, 85, 28);
}
.subpage_fv_block svg .svg-elem-6 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
          transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}
.subpage_fv_block svg.active .svg-elem-6 {
  fill: rgb(255, 85, 28);
}
.subpage_fv_block svg .svg-elem-7 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7000000000000001s;
          transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7000000000000001s;
}
.subpage_fv_block svg.active .svg-elem-7 {
  fill: rgb(255, 85, 28);
}
.subpage_fv_block svg .svg-elem-8 {
  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;
}
.subpage_fv_block svg.active .svg-elem-8 {
  fill: rgb(251, 146, 3);
}
.subpage_fv_block svg .svg-elem-9 {
  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;
}
.subpage_fv_block svg.active .svg-elem-9 {
  fill: rgb(251, 146, 3);
}
.subpage_fv_block svg .svg-elem-10 {
  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;
}
.subpage_fv_block svg.active .svg-elem-10 {
  fill: rgb(251, 146, 3);
}
.subpage_fv_block svg .svg-elem-11 {
  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;
}
.subpage_fv_block svg.active .svg-elem-11 {
  fill: rgb(230, 13, 50);
}
.subpage_fv_block svg .svg-elem-12 {
  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;
}
.subpage_fv_block svg.active .svg-elem-12 {
  fill: rgb(251, 146, 3);
}
.subpage_fv_block svg .svg-elem-13 {
  fill: transparent;
  -webkit-transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3000000000000003s;
          transition: fill 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3000000000000003s;
}
.subpage_fv_block svg.active .svg-elem-13 {
  fill: rgb(251, 146, 3);
}
.subpage_fv_block svg .svg-elem-14 {
  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;
}
.subpage_fv_block svg.active .svg-elem-14 {
  fill: rgb(251, 146, 3);
}

/* 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 {
  background-color: #FFEED8;
}
.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 .two_col {
    display: grid;
    grid-template-columns: .744fr 1fr;
    gap: 0 80px;
    align-items: flex-start;
    margin: 120px auto 0;
  }
  .ceo_message .ceo_name {
    margin: 120px 0 0 auto;
    text-align: right;
  }
  .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 .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
    align-items: flex-start;
    margin: 100px auto 0;
  }
  .ceo_message .ceo_name {
    margin: 60px 0 0 auto;
    text-align: right;
  }
  .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 28px;
    width: 30%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
  }
  .company_info_table table tr td {
    padding: 20px 0;
    width: calc(70% - 56px);
    display: inline-block
  }
  .company_info_table table tr:first-child th {
    padding: 0 0 20px 28px;
  }
  .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;
  }
}
.ceo_message .content {
  max-width: 1100px;
}
.ceo_message .two_col .txt p:not(:last-child) {
  margin-bottom: 1em;
}
section.company_info {
  background-color: #FF551C;
  background-image: url("./images/company_info_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 100px;
}
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.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.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 {
    position: relative;
  }
  .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.page-numbers {
    width: 100%;
    margin: 100px auto 0;
    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 {
    font-size: .875rem;
  }
  .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: 1rem;
    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;
}
.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_list > .blog_box a:hover .img:before {
  transform: scaleY(2);
}
.blog p.date {
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}
.blog p.category {
  background-color: #E60D32;
  color: #fff;
  text-align: center;
  padding: 8px 24px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
  line-height: 1;
}
.blog p.category.cat_column {
  background-color: #FF551C;
}
.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;
}
.back_singlelists {
  text-align: center;
}
.back_singlelists a {
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}
.back_singlelists a:hover {
  border-bottom: none;
}
ul.page-numbers li {
  display: inline-block;
  margin-right: 1em;
}
ul.page-numbers li .page-numbers.current {
  color: #E60D32;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: .75;
}
ul.page-numbers li a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: .75;
}
.blog_detail .single_content {
  border-bottom: 2px solid #1f1f1f;
}
ul.category_link_list li a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  display: block;
  background-color: #FB9203;
  position: relative;
}
ul.category_link_list li a.cat_column {
  background-color: #FF551C;
}
ul.category_link_list li a.cat_blog {
  background-color: #E60D32;
}
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;
  }
}
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.25rem;
  line-height: 1;
}
.contact_detail table.contact_table.confirm_table tr th {
  font-size: 1.75rem;
  line-height: 1;
}
.contact_detail table.contact_table.confirm_table tr td {
  font-size: 1.5rem;
  line-height: 1;
}
.contact_detail table.contact_table tr th span {
  background-color: #E60D32;
  color: #fff;
  text-align: center;
  padding: 4px 1px;
  width: 54px;
  display: inline-block;
  margin-left: 20px;
  font-size: 0.625rem;
  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.25rem;
  width: calc(100% - 80px);
  background-color: #E6E6E6;
  border-radius: 2px;
  font-weight: bold;
}
.wpcf7-form-control-wrap ::placeholder {
  color: #8C8C8C;
  font-size: 1.25rem;
  font-weight: bold;
}
.wpcf7-form-control-wrap .wpcf7-acceptance input[type="checkbox"] {
  display: none;
  width: initial;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item {
  margin: 0 40px 0 0;
}
.wpcf7-list-item-label {
  font-size: 1.25rem;
  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: #E60D32;
  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: #E60D32;
  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: #E60D32;
    border: 1px solid #E60D32;
    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: #FF551C;
    border: 1px solid #FF551C;
    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.5rem;
    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.5rem;
    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: 4rem;
    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: #FF551C;
    border: 1px solid #FF551C;
    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.5rem;
    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.5rem;
    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: 3rem;
    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.5rem;
  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;
}
.fv {
  opacity: 0;
  animation: fadeIn 3s ease 1s 1 forwards;
}
.fv h2 img {
  opacity: 0;
  animation: textIn 5s ease 1s 1 forwards;
}
@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);
}

/* Loading */
.loading {
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 237, 232, 1);
	color: #2F2F2F;
	position: fixed;
	z-index: 999;
  top: 0;
}
.loading_inner {
	max-width: 800px;
  width: 90%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.loading_box {
	transition: 0.4s;
}
body.is-show .loading_box {
	transform: translateY(0.625em);
	opacity: 0;
}
.loading_logo {
	width: 90%;
  margin: 0 auto;
  max-width: 700px;
}
.loading_bar {
	display: block;
	width: 0%;
	height: 8px;
	background: linear-gradient(-90deg, rgba(255, 85, 28, 1), rgba(255, 237, 232, 1));
	margin: 2.25em 0 3em;
}
.loading_txt {
	display: none;
	text-align: center;
  font-weight: 500;
  letter-spacing: 1.28px;
}
@media only screen and (max-width:768px){
.loading_inner {
	width: 88vw;
}
.loading_logo {
	width: 100%;
}
.loading_bar {
	margin: 1.75em 0 2em;
}
}