@charset "UTF-8";
/*
Theme Name: Happy house
Theme URI: https://happyhouse-kasugai.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: 0.1rem;
  }
  p.catch {
    margin: 0 auto 38px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.12rem;
    text-align: center;
  }
  h1.subpage.page_title {
    margin: 0 auto 200px;
  }
  h2.sub_title {
    text-align: center;
    position: relative;
    padding-bottom: 23px;
    margin: 0 auto 100px;
  }
  h2.sub_title:after {
    content: "";
    background-color: #4A3B2A;
    width: 100px;
    height: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
   footer p.outlink {
    margin-top: 64px;
  }
  h2.sub_title.colorline:after {
    width: 423px;
  }
  h2.sub_title span.orange,
  h2.sub_title span.blue {
    margin: 0 auto 50px;
  }
  h3.border {
    padding: 0 90px;
  }
  h3.border:before, h3.border:after {
    width: 65px;
  }
}
@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;
  }
  p.catch {
    letter-spacing: 0.24rem;
    margin: 0 auto 25px;
    line-height: 1.5;
  }
  h1.subpage.page_title {
    margin: 0 auto 50px;
  }
  h2.sub_title {
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin: 0 auto 50px;
  }
  h2.sub_title:after {
    content: "";
    background-color: #4A3B2A;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  footer p.outlink {
    margin-top: 32px;
  }
  h2.sub_title.colorline:after {
    width: 80%;
  }
  h2.sub_title span.orange,
  h2.sub_title span.blue {
    margin: 0 auto 25px;
  }
  h3.border {
    padding: 0 60px;
  }
  h3.border:before, h3.border:after {
    width: 50px;
  }
}
h1.page_title,
p.section_title,
h1.subpage.page_title span {
  color: #4A3B2A;
}
h1.subpage.page_title {
  position: relative;
  text-align: center;
  width: fit-content;
}
h1.subpage.page_title span {
  position: absolute;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-decoration-line: underline;
  transform: rotate(-10deg);
  left: -38px;
  top: -15px;
}
h2.sub_title {
  color: #4A3B2A;
}
h2.sub_title.no_line:after {
  content: none;
}
h2.sub_title.colorline {
  margin: 0 auto 38px;
}
h2.sub_title.colorline:after {
  background: linear-gradient(90deg, #FE9E00 0%, #FFF782 50%, #4DC0E4 100%);
}
h2.sub_title span.orange {
  color: #FE9E00;
  display: block;
}
h2.sub_title span.blue {
  color: #4dc0e4;
  display: block;
}
.content h3 {
  color: #4A3B2A;
}
h3.border {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
}
h3.border.second {
  margin: 100px auto 0;
}
h3.border.third {
  margin: 80px auto 0;
}
h3.border:before, h3.border:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 3px;
  background-color: #4A3B2A;
}
h3.border:before {
  left:0;
}
h3.border:after {
  right: 0;
}
h3.border.orange:before, h3.border.orange:after {
  background-color: #fe9e00;
}
h3.border.blue:before, h3.border.blue:after {
  background-color: #4dc0e4;
}
section.subpage_top_section {
  position: relative;
}
section h2.main_sub_title {
  line-height: 1;
}
h3.section_title_second {
  text-align: center;
  margin: 0 auto 68px;
}
h3.section_title_second span {
  position: relative;
  color: #FE9E00;
}
h3.section_title_second span:before,
h3.section_title_second span:after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 2px;
  background-color: #FE9E00;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
h3.section_title_second span:before {
  left: -85px;
}
h3.section_title_second span:after {
  right: -85px;
}
h3.orange,
p.orange {
  color: #FE9E00;
}
h3.blue {
  color: #4dc0e4;
}
.main_catch {
  text-align: center;
}
.main_catch p {
  margin-bottom: 2rem;
}
.main_catch p:last-child {
  margin-bottom: 0;
}
p.white { color: #fff; }
.light_orange {
  background-color: #FFEED8;
}
.index_one {
  position: relative;
  z-index: 1;
}
section h2 span.block {
  display: block;
}
p.pad {
  margin-top: 1em;
}
p.catch span,
span.blue_effect {
  color: #5797DC;
}
section h2 span.title_orange,
section h2 span.title_orange span {
  line-height: 1;
}
section h2 span.sub_title {
  display: block;
  line-height: 1;
}
h2.main_title span.main_title_sub {
  color: #000;
  margin-left: 20px;
}
.company_section h2.main_title span.main_title_sub {
  display: block;
  line-height: 1;
  margin-left: 0;
}
footer p.outlink a img {
  height: 37px;
}
footer p.popup {
  margin-top: 8px;
}
footer p.outlink a,
footer p.popup a {
  font-weight: 700;
}
p.subpage_catch_sub {
  text-align: center;
  margin: 50px auto 0;
}
p.txt_center.second {
  margin-top: 1rem;
}
section .content {
  margin: 0 auto;
}
@media screen and (min-width:1441px) {
  section .content {
    max-width: 1400px;
    padding: 175px 0 0;
  }
}
@media screen and (min-width:768px) and (max-width:1440px) {
  section .content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 175px 20px 0;
  }
}
@media screen and (min-width:1140px) {
  section .content.secondwidth {
    max-width: 1100px;
  }
  section.about_content .content.secondwidth,
  section.users_content .content.secondwidth {
    padding: 100px 0 175px;
  }
}
@media screen and (max-width:1139px) {
  section .content.secondwidth {
    max-width: 1100px;
    padding: 175px 20px 100px;
  }
}
@media screen and (min-width:768px) {
  section .content.secondwidth {
    max-width: 1100px;
  }
}
@media screen and (max-width:767px) {
  section .content {
    margin: 0 auto;
    padding: 56px 20px;
  }
}
@media screen and (min-width:768px) {
  a:hover {
		opacity: .7;
	}
  section h2 { margin-bottom: 50px; }
  .content h3 {
    margin-bottom: 20px;
  }
  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;
  }
  section.entry.last {
    padding-bottom: 0;
    margin-bottom: 500px;
  }
}
@media screen and (max-width:767px) {
  a:hover {
		opacity: 1;
	}
  section h2 { margin-bottom: 40px; }
  .content h3 {
    margin-bottom: 30px;
  }
  section.entry.last {
    padding-bottom: 0;
    margin-bottom: 100px;
  }
}
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: #FDFBF7;
  position: relative;
  overflow-x: hidden;
}
section.last_section {
  padding-bottom: 250px;
}
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) {
  .pcnone,
  #nav_content li.pcnone { display:none; }
}
@media screen and (max-width:767px) {
  .spnone { display:none; }
}

/* column */
@media screen and (min-width:1500px) {
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0 35px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 178px;
    left: 50px;
  }
} 
@media screen and (min-width:768px) and (max-width:1499px) {
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0 35px;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 20px;
    left: 20px;
  }
}
@media screen and (min-width:768px) {
  .two_col {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
  }
  .two_col .text {
    width: 49%;
  }
  .two_col.access {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 10%;
    align-items: flex-start;
  }
  .four_col {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 28px;
  }
  .breadcrumbs li.top a img {
    width: 20px;
  }
}
@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;
  }
  .four_col {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0 35px;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 20px 0;
  }
  .breadcrumbs li,
  .breadcrumbs li a {
    font-size: .75rem;
  }
  .breadcrumbs li.top a img {
    width: 20px;
  }
}
.breadcrumbs li {
  position: relative;
  color: #4A3B2A;
}
.breadcrumbs li.top a,
.breadcrumbs li.top {
  line-height: 20px;
  color: #4A3B2A;
}
.breadcrumbs li:not(:first-child):before {
  content: "";
  background-color: #4A3B2A;
  height: 2px;
  width: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -26px;
}

/* header */
@media screen and (min-width:1750px) {
  header .header_box div.logo {
    height: 80px;
    width: auto;
  }
}
@media screen and (min-width:1550px) and (max-width: 1749px) {
  header .header_box div.logo {
    height: 50px;
    width: auto;
  }
}
@media screen and (min-width:1550px) {
  header .header_box {
    width: calc(100% - 25px);
    padding: 0 12.5px;
    margin: 0 auto;
    height: 80px;
  }
  header .header_box.scrollon {
    height: 80px;
  }
  .header_nav nav .nav_right ul li {
    display: inline-block;
    text-align: center;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 20px;
  }
  .header_box > div nav ul li.mail a{
    padding: 0 33px 0 64px;
    display: block;
    color: #fff;
    height: 60px;
    line-height: 55px;
  }
  .header_box > div nav ul > li.recruit > a {
    padding: 0 47.89px 0 66.11px;
    display: block;
    color: #fff;
    height: 60px;
    line-height: 60px;
  }
  .header_box.scrollon > div nav ul li.mail a {
    height: 60px;
    line-height: 60px;
  }
  .header_box > div nav ul li.tel a img {
    width: 250px;
  }
  .header_box > div nav ul > li.recruit > a:before {
    width: 24.107px;
    height: 36px;
    left: 33px;
  }
  .header_box > div nav ul > li.recruit > a:after {
    width: 7.5px;
    height: 11px;
    right: 32.89px;
  }
  .header_box > div nav ul li.mail a:before {
    width: 36.003px;
    height: 24px;
    left: 18px;
  }
  .header_box > div nav ul li.mail a:after {
    width: 7.5px;
    height: 11px;
    right: 18px;
  }
  .header_nav nav .nav_right ul.submenu {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(255,255,255,0);
    padding-top: 20px;
  }
}
@media screen and (min-width:1300px) and (max-width:1549px) {
  header .header_box {
    width: calc(100% - 40px);
    padding: 0 0 0 10px;
    margin: 0;
    height: 70px;
  }
  header .header_box.scrollon {
    height: 70px;
  }
  .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: 60px;
    margin-right: 15px;
  }
  .header_box.scrollon .header_nav nav .nav_right ul li {
    height: 60px;
  }
  .header_nav nav .nav_right ul li a {
    font-size: .9rem;
  }
  .header_box > div nav ul li.mail a {
    display: block;
    color: #fff;
    height: 60px;
    line-height: 60px;
  }
  .header_box > div nav ul > li.recruit,
  .header_box > div nav ul li.mail,
  .header_box.scrollon .header_nav nav .nav_right ul li.recruit,
  .header_box.scrollon .header_nav nav .nav_right ul li.mail {
    height: 50px;
  }
  .header_box > div nav ul > li.recruit > a {
    padding: 0 calc(47.89px / 3) 0 calc(66.11px / 3);
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    min-width: 120px;
  }
  .header_box > div nav ul li.mail a {
    height: 50px;
    line-height: 50px;
    min-width: 150px;
    padding-left: 15px;
  }
  .header_box > div nav ul li.tel a img {
    width: 200px;
  }
   header .header_box div.logo {
    height: 40px;
    width: auto;
  }
  .header_box > div nav ul > li.recruit > a:before {
    width: calc(24.107px*2 / 3);
    height: calc(36px*2 / 3);
    left: calc(33px*2 / 3);
  }
  .header_box > div nav ul > li.recruit > a:after {
    width: calc(7.5px*2 / 3);
    height: calc(11px*2 / 3);
    right: calc(32.89px*2 / 3) ;
  }
  .header_box > div nav ul li.mail a:before {
    width: calc(36.003px*2 / 3);
    height: calc(24px*2 / 3);
    left: calc(18px*2 / 3);
  }
  .header_box > div nav ul li.mail a:after {
    width: calc(7.5px*2 / 3);
    height: calc(11px*2 / 3);
    right: calc(18px*2 / 3);
  }
  .header_nav nav .nav_right ul.submenu {
    position: absolute;
    top: 50px;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(255,255,255,0);
    padding-top: 20px;
  }
}
@media screen and (min-width:1300px) {
  header {
    height: 80px;
    width: 100%;
    background-color: rgba(255,255,255,0);
    position: fixed;
    top: 13px;
    z-index: 10;
  }
  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;
    background-color: #fff;
    border-radius: 50px;
    padding: 0 18px;
    height: 100%;
  }
  .header_nav nav .nav_right ul li:last-child {
    margin-right: 0;
  }
  header .sp_header_logo {
    display: none;
  }
  main { margin-top: 0; overflow-x: hidden; padding-bottom: 200px; }
  main.toppage-main,
  main.counseling,
  main.blog,
  main.company {
    padding-bottom: 0;
  }
  header.header_workplace .header_box {
    width: 100%;
  }
  header .sp_header_tel { display: none; }
  .header_nav nav .nav_right ul.submenu li {
    margin-right: 0;
  }
}
main.toppage-main {
	overflow-x: hidden;
}
@media screen and (min-width:1650px) {
	.header_nav nav .nav_right ul li {
		margin-right: 30px;
	}
}

@media screen and (max-width:1299px) {
  header.top { height: auto; }
  header .header_box > div.logo {
    width: 170px;
    height: auto;
  }
  header {
    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;
    background-color: #fff;
  }
  .overflow__hidden header {
    background-color: #FFEDE8;
    transition: all 0s;
  }
  .overflow__hidden header .sp_header_logo {
    display: none;
  }
  header .sp_header_logo {
    width: auto;
    height: 38px;
  }
  header.top { height: auto; }
  header div#nav_drawer nav {
    height: 100vh;
    position: fixed;
    width: calc(100vw - 40px);
    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: #4A3B2A;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 25px;
    border-bottom: 1px solid #4A3B2A;
    position: relative;
  }
  header #nav_drawer nav ul.nav_content_top ul.submenu li a {
    padding: 5px 10px 5px 20px;
    position: relative;
  }
  header #nav_drawer nav ul.nav_content_top ul.submenu li a:before {
    content: "-";
    display: inline-block;
    margin-right: 8px;
  }
  header #nav_drawer nav ul.nav_content_top ul.submenu li:last-child a {
    border-bottom: 2px solid #F2E5D9;
  }
  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/icon_sp_menu.png");
    width: 24px;
    height: 24px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
  }
  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: 8px;
    right: 10px;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  #nav_open.scrollon {
    top: 8px;
  }
  #nav_open span {
    position: absolute;
    display: block;
    width: 40px;
    height: 1px;
    border-radius: 3px;
    background: #4A3B2A;
    content: "";
  }
  #nav_open span::before {
    position: absolute;
    top: 8px;
    display: block;
    width: 40px;
    height: 1px;
    border-radius: 3px;
    background: #4A3B2A;
    content: "";
  }
  #nav_open span::after {
    position: absolute;
    top: 15px;
    display: block;
    width: 40px;
    height: 1px;
    border-radius: 3px;
    background: #4A3B2A;
    content: "";
  }
  .scrollon #nav_open span,
  .scrollon #nav_open span::before,
  .scrollon #nav_open span::after {
    background-color: #4A3B2A;
  }
  #nav_open.active span {
    transform: rotate(45deg);
    width: 40px;
    top: 15px;
    right: 5px;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 1s;
    background: #4A3B2A;
  }
  #nav_open.active span:before {
    background: #4A3B2A;
  }
  #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;
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
  }
  .scrollon.sp_header_tel {
    position: fixed;
    top: 4px;
  }
  header .sp_header_tel a img {
    height: 40px;
  }
  .header_box {
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #fff;
  }
  .header_box.scrollon {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 50px;
  }
  header .header_box.scrollon .sp_header_logo {
    margin-left: 10px;
  }
}
.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: #FE9E00;
  text-align: center;
}
.header_box > div nav ul li a:hover {
  color: #4dc0e4;
  opacity: 1;
}
.header_box {
  transition: all .4s ease-out;
}
.header_box.scrollon {}
.header_box.scrollon > div nav ul li.mail a {
  color: #fff;
}
.header_box div a img.scroll_after {
  display: none;
}
.header_box.scrollon div a img.scroll_after,
.fix_top a:hover img.scroll_after,
.fix_top a img.scroll_before  {
  display: block;
}
.header_box.scrollon div a img.scroll_before,
.fix_top a:hover img.scroll_before,
.fix_top a img.scroll_after {
  display: none;
}
.header_box.scrollon .header_nav nav .nav_right ul {
  border-bottom: none;
}
.header_nav nav .nav_right ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  text-align: center;
}
.header_box > div nav ul li.line_add,
.header_box > div nav ul li.mail {
  margin-right: 0;
}
.header_box > div nav ul > li.recruit {
  margin-right: 11px;
}
.header_box > div nav ul li.mail {
  background-color: #FE9E00;
  border-radius: 40px;
}
.header_box > div nav ul li.mail a {
  background-color: #FE9E00;
  border: 2px solid #FE9E00;
  border-radius: 40px;
}
.header_box > div nav ul li.mail a:hover {
  color: #FE9E00;
  background-color: #fff;
  opacity: 1;
}
.header_box > div nav ul > li.recruit {
  background-color: #4dc0e4;
  color: #fff;
  border-radius: 40px;
}
.header_box > div nav ul > li.recruit > a {
  background-color: #4dc0e4;
  border: 2px solid #4dc0e4;
  color: #fff;
  border-radius: 40px;
}
.header_box > div nav ul > li.recruit > a:hover {
  color: #4dc0e4;
  background-color: #fff;
  opacity: 1;
}
.header_box > div nav ul li.mail a,
.header_box > div nav ul li.recruit a {
  position: relative;
}
.header_box > div nav ul li.mail a:before {
  content: "";
  background-image: url("./images/icon_mail_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header_box > div nav ul li.mail a:hover:before {
  background-image: url("./images/icon_mail.png");
} 
.header_box > div nav ul > li.recruit > a:before {
  content: "";
  background-image: url("./images/icon_recruit_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header_box > div nav ul > li.recruit > a:hover:before {
  background-image: url("./images/icon_recruit.png");
}
.header_box > div nav ul li.mail a:after {
  content: "";
  background-image: url("./images/icon_linkright_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header_box > div nav ul li.mail a:hover:after {
  background-image: url("./images/icon_linkright_orange.png");
}
.header_box > div nav ul > li.recruit > a:after {
  content: "";
  background-image: url("./images/icon_linkright_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header_box > div nav ul > li.recruit > a:hover:after {
  background-image: url("./images/icon_linkright_blue.png");
}
.header_box > div nav ul li.mail a img {
  width: 36px;
  height: auto;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
nav ul.main_navi_lists > li > a {
  display: block;
  height: 60px;
  line-height: 60px;
}
.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: #FFF;
  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;
}
header .header_box div.logo a:hover {
  opacity: .7;
}
.header_nav nav .nav_right ul li.parentmenu {
  position: relative;
}
.header_nav nav .nav_right ul.submenu li {
  background-color: #fff;
  padding: 0 10px;
  display: block;
  width: 100%;
  min-width: 150px;
}
.header_nav nav .nav_right ul.submenu li a {
  display: block;
  background-color: #fff;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 2px solid #F2E5D9;
}
.header_nav nav .nav_right ul.submenu li:last-child a {
  border-bottom: none;
}
.header_nav nav .nav_right li.recruit.parentmenu ul.submenu {
  top: 50px;
}

/* footer */
@media screen and (min-width:1800px) {
  footer .fix_top {
    position: absolute;
    bottom: 120px;
    right: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1799px) {
  footer .fix_top {
    position: absolute;
    bottom: 100px;
    right: 20px;
  }
}
@media screen and (max-width:767px) {
  footer .fix_top {
    position: absolute;
    bottom: 80px;
    left: 20px;
    z-index: 3;
  }
}
@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: 65px;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow-x: clip;
    overflow-y: visible;
  }
  footer .footer_block {
    position: absolute;
    top: 0px;
  }
  footer .content {
    padding: 100px 0 0;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  footer .copyright {
    margin-top: 80px;
    text-align: center;
    position: relative;
  }
  .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;
    margin: 0 auto;
  }
  footer .fix_top a img {
    width: 132px;
    transition: all 1s;
  }
  footer .fix_top a:hover img {
    transition: all 1s;
    opacity: .7;
  }
  .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;
  }
  .contact_two_col p.button a {
    width: calc(100% - 152px);
    padding: 0 70px 0 92px;
  }
  .contact_two_col p.button.mail a {
    width: calc(100% - 155px);
    padding: 0 70px 0 92px;
  }
  .contact_two_col p.button.line a:before {
    content: "";
    background-image: url("./images/icon_line.png");
    width: 52px;
    height: 52px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
  }
  footer p.ale {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    margin: 0 auto;
  }
  .footer_contact {
    margin: 0 auto;
    max-width: 1440px;
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
    border: 3px solid #FFF;
  }
  .contact_sub_title {
    font-size: 2.25rem;
    margin: 0 auto 50px;
  }
  .contact_sub_title:before,
  .contact_sub_title:after {
    width: 65px;
    height: 3px;
  }
  .contact_two_col p.tel a {
    font-size: 3rem;
  }
  .contact_two_col p.tel a:before {
    width: 58.593px;
    height: 57.397px;
    top: -5px;
  }
  .contact_two_col p.tel span {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
  p.contact_line a {
    font-size: 1.375rem;
  }
  p.contact_line a:before {
    width: 46.588px;
    height: 44.001px;
  }
  p.contact_recruit a {
    font-size: 1.375rem;
  }
  p.contact_recruit a:before {
    width: 29.984px;
    height: 44.776px;
  }
  footer .footer_bg_image_1 {
    bottom: 0;
    left: -70px;
    width: 276px;
  }
  footer .footer_bg_image_2 {
    bottom: 23%;
    right: -40px;
    width: 250px;
  }
}
@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: 300px;
    margin-bottom: 15px;
    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;
    width: 100%;
    width: 100%;
    z-index: 1;
  }
  footer .content {
    padding: 20px 20px 0;
  }
  footer .copyright {
    padding-top: 30px;
    font-size: 0.857rem;
  }
  .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;
    margin: 0 auto 40px;
  }
  footer .footer_box .company_info {
    margin-bottom: 40px;
  }
  footer .fix_top a img {
    width: 100px;
    transition: transform 1s;
    transform: rotate(0deg);
  }
  footer .fix_top a:hover img {
    transition: transform 1s;
    transform: translateY(-5px);
  }
  .floating_sp {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: -1px;
    left: 0;
    justify-content: space-between;
    z-index: 5;
  }
  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;
  }
  .contact_two_col p.button a {
    width: calc(100% - 112px);
    padding: 20px;
  }
  .contact_two_col p.button.mail a {
    width: calc(100% - 115px);
    padding: 20px;
  }
  .contact_two_col p.button a {
    min-width: 300px;
  }
  .contact_two_col p.button.line a:before {
    content: "";
    background-image: url("./images/icon_line.png");
    width: calc(52px * 2/3);
    height: calc(52px * 2/3);
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
  .footer_contact {
    margin: 0 auto;
    background-color: #fff;
    padding: 25px 0;
    border-radius: 30px;
    border: 3px solid #FFF;
  }
  .contact_sub_title {
    font-size: 1.15rem;
    margin: 0 auto 25px;
  }
  .contact_sub_title:before,
  .contact_sub_title:after {
    width: 30px;
    height: 2px;
  }
  .contact_two_col p.tel a {
    font-size: 1.5rem;
  }
  .contact_two_col p.tel a:before {
    width: calc(58.593px /2);
    height: calc(57.397px /2);
    top: -1px;
  }
  .contact_two_col p.tel span {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .footer_contact .content p.button {
    margin: 50px auto 0;
  }
  p.contact_line a {
    font-size: 1.25rem;
  }
  p.contact_line a:before {
    width: calc(46.588px * 2 / 3);
    height: calc(44.001px * 2 / 3);
  }
  p.contact_recruit a {
    font-size: 1.25rem;
  }
  p.contact_recruit a:before {
    width: calc(29.984px * 2 / 3);
    height: calc(44.776px * 2 / 3);
  }
  footer .links li, footer .links li a {
    font-size: .9rem;
  }
  footer .footer_bg_image_1 {
    bottom: 20px;
    right: calc(-70px / 2);
    width: 120px;
  }
  footer .footer_bg_image_2 {
    bottom: 35%;
    right: calc(-40px / 2);
    width: 100px;
  }
}
@media screen and (min-width:401px) {
  .sp400ver { display: none; }
}
@media screen and (max-width:400px) {
  .sp400ver { display: block; }
}
footer {
  position: relative;
}
footer .footer_bg_image_1,
footer .footer_bg_image_2,
footer .footer_bg_image_3 {
  position: absolute;
  z-index: -1;
}
footer .footer_bg_image_3 {
  top : 15%;
  left: 0px;
  width: 375px;
}
.contact_title {
  border-bottom: 2px solid #F2E5D9;
}
.contact_sub_title {
  color: #FFC631;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18rem;
  position: relative;
  text-align: center;
}
.contact_sub_title:before,
.contact_sub_title:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #FFC631;
}
.contact_sub_title.counseling {
  color: #4dc0e4;
}
.contact_sub_title.counseling:before,
.contact_sub_title.counseling:after {
  background-color: #4dc0e4;
}
.contact_sub_title:before {
  left: -18px;
}
.contact_sub_title:after {
  right: -18px;
}
.footer_contact .content {
  padding: 40px 0;
}
.footer_contact .content p.button {
  width: 100%;
}
.footer_tel {
  text-align: center;
  margin: 20px auto 0;
}
.footer_tel img {
  max-width: 700px;
  width: 80%;
  margin: 0 auto;
}
.contact_two_col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 0 10px;
  margin: 50px auto 0;
  text-align: center;
}
.contact_two_col p.tel a {
  position: relative;
  color: #4A3B2A;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24rem;
}
.contact_two_col p.tel a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(./images/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: -12px;
}
.contact_two_col p.tel span {
  display: block;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1rem;
  color: #4A3B2A;
}
.contact_two_col p.button {
  margin: 0 auto;
}
p.contact_line {
  margin: 42px auto 0;
  text-align: center;
}
p.contact_line a {
  color: #4A3B2A;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11rem;
  padding-bottom: 18.6px;
  border-bottom: 2px solid #F2E5D9;
}
p.contact_line a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(./images/icon_line.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: -12px;
}
.footer_recruit {
  border-top: 2px solid #F2E5D9;
  margin: 50px auto 0;
  padding-top: 50px;
}
p.contact_recruit {
  text-align: center;
}
p.contact_recruit a {
  color: #4A3B2A;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11rem;
  padding-bottom: 18.6px;
  border-bottom: 2px solid #F2E5D9;
}
p.contact_recruit a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(./images/icon_recruit_brown.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  left: -12px;
}
.contact_two_col p.button.line a,
.contact_two_col p.button.mail a {
  position: relative;
  border: none;
  background-image: none;
  background-color: #fff;
}
.contact_two_col p.button.line a {
  color: #04B813;
}
.contact_two_col p.button.mail a {
  color: #FE8497;
}
.contact_two_col p.button.line a:hover {
  background-color: #04B813;
  color: #fff;
}
.contact_two_col p.button.mail a:hover {
  background-color: #FE8497;
  color: #fff;
}
.contact_two_col p.button.line a:after {
  background-image: url(./images/icon_link_flow_green.png);
}
.contact_two_col p.button.line a:hover:after,
.contact_two_col p.button.mail a:hover:after {
  background-image: url(./images/icon_link_flow_white.png);
}
.contact_two_col p.button.mail a:hover:before {
background-image: url("./images/icon_mail.png");
}

.contact_two_col p.button.white a img.icon_mail {
  display: inline-block;
  margin-right: 15px;
  width: 55px;
  vertical-align: middle;
}
.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 .links li a:hover {
  color: #4dc0e4;
  opacity: 1;
}

/* TOP */
@media screen and (min-width:1300px) {
  section.fv p.button {
    position: absolute;
    right: 6%;
    bottom: 100px;
  }
}
@media screen and (min-width:768px) and (max-width:1399px) {
  .fv_catch_box { padding-left: 20px;}
}
@media screen and (min-width:768px) and (max-width:1299px) {
  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: auto;
    position: relative;
    padding: 183px 0 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./images/fv.png");
  }
  section.fv video {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section.fv p.scroll {
    position: absolute;
    left: 50px;
    bottom: 0;
    z-index: 2;
  }
  section.fv p.scroll a {
    position: relative;
    display: block;
  }
  section.fv p.scroll a img {
    position: relative;
    width: 19px;
    height: auto;
  }
  section.fv p.scroll a:hover img {
    bottom: 0;
    opacity: .8;
  }
  h1.fv_catch.show span {
    letter-spacing: -2.4rem;
  }
  p.fv_catch_txt.second {
    margin-top: 20px;
  }
  .fv_shape_1 {
    bottom: 40px;
    left: -38px;
    max-width: 221px;
  }
  .fv_shape_2 {
    top: 30px;
    left: 20.1%;
    max-width: 416px;
  }
  .fv_shape_3 {
    bottom: 135px;
    right: 4.3%;
    max-width: 443px;
  }
  .fv_slider .slide_iamge {
    margin: 0 50px;
  }
  .fv_catch_box {
    margin: 95px auto 0;
    padding-bottom: 95px;
    max-width: 1440px;
    text-align: left;
  }
  .fv_catch_box h1 {
    margin: 0 auto 25px;
  }
  .fv_slider .slick-slide img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width:767px) {
  section.fv {
    margin: 0 auto 0;
    text-align: center;
    width: calc(100% - 40px);
    height: calc(100vh - 170px);
    position: relative;
    padding: 130px 20px 0;
    overflow: hidden;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url("./images/fv_sp.png");
  }
  section.fv video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.fv .fv_name {
    position: absolute;
    top: 90px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 1;
  }
  section.fv h1 {
    z-index: 1;
    text-align: left;
  }
  section.fv p.scroll {
    position: absolute;
    left: 20px;
    bottom: 0;
    z-index: 4;
  }
  section.fv p.scroll a {
    position: relative;
    display: block;
  }
  section.fv p.scroll a img {
    position: relative;
    bottom: 0;
    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;
  }
  h1.fv_catch.show span {
    letter-spacing: -1.8rem;
  }
  p.fv_catch_txt.second {
    margin-top: 6px;
  }
  .fv_shape_1 {
    bottom: -35px;
    left: -20px;
    max-width: 85px;
  }
  .fv_shape_2 {
    top: 0;
    left: 0;
    max-width: 200px;
  }
  .fv_shape_3 {
    bottom: 177px;
    right: -13px;
    max-width:  169px;
  }
  .fv_slider .slide_iamge {
    margin: 0 10px;
  }
  .fv_catch_box {
    margin: 50px auto 0;
    padding-bottom: 75px;
    text-align: left;
  }
  .fv_catch_box h1 {
    margin: 0 auto 15px;
  }
  .fv_catch_box h1.page_title {
    font-size: 1.89588rem;
    line-height: 1.5;
    letter-spacing: 0.15169rem;
  }
  .fv .section_title {
    font-size: 1rem;
  }
}
.fv_slider.slick-slider {
  z-index: 1;
}
.fv_slider .slick-list {
  overflow: visible;
  height: 100%;
}
section.fv h2 {
  margin: 0 auto;
  padding: 0;
}
h1.fv_catch {
  line-height: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 40px;
  letter-spacing: 1.08556rem;
}
h1.fv_catch span.orange {
  color: #F28A00;
}
h1.fv_catch {
  opacity: 0;
}
h1.fv_catch.show {
  line-height: 1;
  opacity: 1;
}
h1.fv_catch.show span {
  opacity: 0;
	animation: text_left1 0.5s ease 1 both;
}
@keyframes fvslidetext {
  from {
    opacity: 0;
    transform: translateX(-50%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes AnimationTitle {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
p.fv_catch_txt {
  background-color: #fff;
  padding: 0 25px;
  text-align: left;
  opacity: 0;
  display: block;
  width: max-content;
}
p.fv_catch_txt span { 
  background: linear-gradient(92deg,  #E25822, #FF1D1D);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   background-size: 200% 100%;
   color: transparent;
}
p.fv_catch_txt.show {
 opacity: 1;
}
p.fv_catch_txt.show span {
   opacity: 0;
  animation: text_left2 0.5s ease 1s both, AnimationTitle 5s ease infinite;
 
}
.fv_shape_1,
.fv_shape_2,
.fv_shape_3 {
  position: absolute;
  z-index: -1;
}

/* Condition */
@media screen and (min-width:768px) {
  .condition_section .two_col > div {
    padding: 100px 0;
  }
  .condition_section .two_col h3 {
    font-size: 2.25rem;
    margin: 0 auto 60px;
  }
  .condition_section .two_col h4.orange {
    width: 345px;
    margin: 0 auto 30px;
    font-size: 1.5rem;
    }
  .condition_section .two_col h4.blue {
    width: 345px;
    margin: 60px auto 30px;
    font-size: 1.5rem;
  }
  .condition_section .two_col p {
    font-size: 2rem;
  }
  .condition_section .two_col p .orange {
    font-size: 3rem;
  }
  .condition_section .two_col p .orange span {
    font-size: 2rem;
  }
  .condition_section .two_col p .blue {
    font-size: 3rem;
  }
  .condition_section .two_col p.target_area {
    font-size: 3rem;
    margin: 0 auto 30px;
  }
  .condition_section .two_col p.message {
    font-size: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .condition_section .two_col > div {
    padding: 50px 20px;
  }
  .condition_section .two_col h3 {
    font-size: 1.15rem;
    margin: 0 auto 30px;
  }
  .condition_section .two_col h4.orange {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 1.15rem;
  }
  .condition_section .two_col h4.blue {
    width: 100%;
    margin: 30px auto 15px;
    font-size: 1.15rem;
  }
  .condition_section .two_col p .orange {
    font-size: 2rem;
  }
  .condition_section .two_col p .orange span {
    font-size: 1.5rem;
  }
  .condition_section .two_col p .blue {
    font-size: 2rem;
  }
  .condition_section .two_col p.target_area {
    font-size: 1.5rem;
    margin: 0 auto 15px;
  }
  .condition_section .two_col p.message {
    line-height: 1.5;
  }
}
section.condition_section h2.sub_title {
  margin: 0 auto 38px;
}
.condition_section .two_col > div {
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(74, 59, 42, 0.25);
  background-color: #fff;
}
.condition_section .two_col h3 {
  color: #ACDD2F;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18rem;
  position: relative;
  text-align: center;
}
.condition_section .two_col h3:before,
.condition_section .two_col h3:after {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #ACDD2F;
  width: 65px;
  height: 3px;
}
.condition_section .two_col h3:before {
  left: -20px;
}
.condition_section .two_col h3:after {
  right: -20px;
}
.condition_section .two_col h4.orange {
  padding: 8.5px 0;
  border-radius: 40px;
  background-color: #FE9E00;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12rem;
}
.condition_section .two_col h4.blue {
  padding: 8.5px 0;
  border-radius: 40px;
  background-color: #4dc0e4;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12rem;
}
.condition_section .two_col p {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16rem;
  text-align: center;
}
.condition_section .two_col p .orange {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24rem;
  color: #FE9E00;
}
.condition_section .two_col p .blue {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24rem;
  color: #4dc0e4;
}
.condition_section .two_col p.target_area {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24rem;
  color: #FE9E00;
}
.condition_section .two_col p.message {
  letter-spacing: 0.1rem;
}
.condition_section .two_col > div.area_map {
  background-image: url("./images/area_map.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
}

/* Service */
@media screen and (min-width:1400px) {
  section.service_section .content {
    padding: 200px 0 0;
  }
}
@media screen and (min-width:768px) and (max-width:1399px) {
  section.service_section .content {
    padding: 200px 20px 0;
  }
}
@media screen and (max-width:767px) {
  section.service_section .content {
    padding: 100px 20px 0;
  }
}
@media screen and (min-width:768px) {
  section.service_section .two_col div .detail_content {
    position: relative;
    padding: 30px 30px 65px;
  }
  section.service_section .two_col h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 45px;
    margin-bottom: 30px;
  }
  section.service_section .two_col h3 span.num {
    font-size: 3rem;
  }
  section.service_section .two_col h3 span.num:after {
    bottom: -16px;
  }
  section.service_section .two_col h3 span.title {
    font-size: 1.5rem;
  }
  section.service_section .two_col p {
    font-size: 1.25rem;
  }
  section.service_section .two_col p.button {
    bottom: -50px;
  }
}
@media screen and (max-width:767px) {
  section.service_section .two_col {
    gap: 80px 0;
  }
  section.service_section .two_col div .detail_content {
    position: relative;
    padding: 20px 20px 35px;
  }
  section.service_section .two_col h3 {
    margin-bottom: 15px;
  }
  section.service_section .two_col h3 span.num {
    font-size: 2rem;
  }
  section.service_section .two_col h3 span.num:after {
    bottom: 0;
  }
  section.service_section .two_col h3 span.title {
    font-size: 1.15rem;
    display: block;
  }
  section.service_section .two_col p.button {
    bottom: -40px;
  }
}
section.service_section .two_col {
  margin: 0 auto 40px;
}
section.service_section .two_col > div {
  border-radius: 20px;
  border: 1px solid rgba(74, 59, 42, .25);
  box-shadow: 0px 0px 3px 0px rgba(74, 59, 42, 0.25);
  background-color: #fff;
}
section.service_section .two_col p.button {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
section.service_section .two_col h3.orange,
section.service_section .two_col h3.orange span {
  color: #FE9E00;
}
section.service_section .two_col h3.blue,
section.service_section .two_col h3.blue span {
  color: #4dc0e4;
}
section.service_section .two_col h3 span.num {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24rem;
  position: relative;
}
section.service_section .two_col h3 span.num:after {
  content: "";
  background-color: #5C4B3A;
  width: 31px;
  height: 1px;
  position: absolute;
  left: 0;
}
section.service_section .two_col h3 span.title {
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12rem;
}
section.service_section .two_col p {
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1rem;
}
section.service_section .content .sub_content {
  max-width: 1440px;
  margin: 0 auto;
}
.sub_content.users {
  padding-top: 175px;
}
p.subpage_catch {
  text-align: center;
  margin: 0 auto 150px;
}
.two_col.box_col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 30px;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto 100px;
}
.two_col.box_col.first {
  margin: 0 auto 100px;
}
.two_col.box_col .box {
  background-color: #fff;
}
.two_col.box_col .box .image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  z-index: 1;
}
.two_col.box_col .box .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.two_col.box_col .box .txt {
  padding: 40px 25px;
}
.two_col.box_col .box .txt h3 {
  margin-bottom: 15px;
}
section.flow_section {
  background-image: url(./images/about_bg_1.png);
  background-position: right 45%;
  background-size: 100%;
  background-repeat: no-repeat;
}
p.flow_image {
  margin: 100px auto 0;
}
.flow_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 0 70px;
  margin: 0 auto 60px;
}
.flow_box.first {
  margin: 100px auto 60px;
}
.flow_box:last-child {
  margin: 0 auto 150px;
}

/* Recruit */
@media screen and (min-width:768px) {
  .company_section p.catch {
    margin: 0 auto 45px;
  }
  .recruit_bg .recruit_bg_image_1 {
    left: -11px;
    top: 3.5%;
    width: 328px;
  }
  .recruit_bg .recruit_bg_image_2 {
    width: 296px;
    right: -42px;
    top: 13.5%;
  }
  .recruit_bg .recruit_bg_image_3 {
    width: 350px;
    left: -56px;
    top: 23%;
  }
  .recruit_bg .recruit_bg_image_4 {
    width: 341px;
    right: -42px;
    top: 35.5%;
  }
  .recruit_bg .recruit_bg_image_5 {
    width: 236px;
    left: -58px;
    top: 50%;
  }
  .recruit_bg .recruit_bg_image_6 {
    width: 312px;
    right: 0;
    bottom: 34%;
  }
  .recruit_bg .recruit_bg_image_7 {
    width: 191px;
    left: -104px;
    bottom: 25%;
  }
  .recruit_bg .recruit_bg_image_8 {
    width: 339px;
    right: 18px;
    bottom: 18%;
  }
  .recruit_bg .recruit_bg_image_9 {
    width: 463px;
    left: -141px;
    bottom: 4%;
  }
  .recruit_bg .recruit_bg_image_10 {
    width: 305px;
    right: 103px;
    bottom: 0;
  }
  .two_col.workday h4 {
    margin: 0 auto 40px;
  }
  .two_col.workday > div {
    padding-bottom: 40px;
  }
  .two_col.workday {
    margin: 50px auto 20px;
  }
  .two_col.workday h3 {
    margin: 0 auto 90px;
  }
  .two_col.apeal h3:after {
    top: -10px;
    height: 88px;
  }
  .apeal_section .three_col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 77px;
    align-items: self-start;
    justify-content: space-between;
    margin: 50px auto 0;
  }
  .image_marquee_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 100px auto 0;
  }
  .image_marquee {
    animation: marquee-flow-left 40s linear infinite;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;
    width: max-content;
  }
  .image_marquee p:nth-child(odd) {
    margin: 0 50px;
    max-width: 390px;
    width: 20.5%;
  }
  .image_marquee p:nth-child(even) {
    margin: 0 50px;
    max-width: 322px;
    width: 16.9%;
  }
  .recruit_work .two_col.howto {
    margin: 100px auto 0;
  }
}
@media screen and (max-width:767px) {
  .company_section p.catch {
    margin: 0 auto 30px;
  }
  p.entry_sub_title {
    margin: 0 auto 25px;
  }
  section.recruit_section .content {
    max-width: initial;
    padding: 56px 20px;
  }
  section.recruit_section.entry .content {
    padding: 75px 20px;
  }
  .recruit_bg .recruit_bg_image_1 {
    left: calc(-11px / 2);
    top: 3.8%;
    width: 100px;
  }
  .recruit_bg .recruit_bg_image_2 {
    width: 130px;
    right: calc(-42px / 2);
    top: 9%;
  }
  .recruit_bg .recruit_bg_image_3 {
    display: none;
    width: 150px;
    left: calc(-56px / 2);
    top: 22%;
  }
  .recruit_bg .recruit_bg_image_4 {
    width: 120px;
    right: calc(-42px / 2);
    top: 36%;
  }
  .recruit_bg .recruit_bg_image_5 {
    display: none;
    width: calc(236px / 2);
    left: calc(-58px / 2);
    top: 50%;
  }
  .recruit_bg .recruit_bg_image_6 {
    width: 120px;
    right: 0;
    bottom: 34.5%;
  }
  .recruit_bg .recruit_bg_image_7 {
    width: calc(191px / 2);
    left: calc(-104px / 2);
    bottom: 25%;
  }
  .recruit_bg .recruit_bg_image_8 {
    width: calc(339px / 2);
    right: calc(18px / 2);
    bottom: 18%;
  }
  .recruit_bg .recruit_bg_image_9 {
    width: 180px;
    left: calc(-141px / 2);
    bottom: 4.2%;
  }
  .recruit_bg .recruit_bg_image_10 {
    width: calc(305px / 2);
    right: calc(103px / 2);
    bottom: 0;
  }
  .two_col.workday h4 {
    margin: 0 auto 20px;
  }
  .two_col.workday > div {
    padding-bottom: 20px;
  }
  .two_col.workday {
    margin: 25px auto 15px;
  }
  .two_col.workday h3 {
    margin: 0 auto 45px;
  }
  .two_col.apeal h3:after {
    top: -5px;
    height: 44px;
  }
  .apeal_section .three_col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 30px;
    align-items: self-start;
    justify-content: space-between;
    margin: 25px auto 0;
  }
  .image_marquee_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 50px auto 0;
  }
  .image_marquee {
    animation: marquee-flow-left 40s linear infinite;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 auto;
    width: max-content;
  }
  .image_marquee p:nth-child(odd) {
    margin: 0 25px;
    max-width: calc(390px / 2);
    width: 20.5%;
  }
  .image_marquee p:nth-child(even) {
    margin: 0 25px;
    max-width: calc(322px / 2);
    width: 16.9%;
  }
  .recruit_work .two_col.howto {
    margin: 50px auto 0;
  }
}
.recruit_work h2.sub_title {
  margin: 0 auto 50px;
}
.two_col.workday > div {
  background-color: #fff;
  border-radius: 20px;
}
.two_col.workday h4 {
  border-radius: 40px;
  background-color: #FE9E00;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  width: 100%;
}
.two_col.workday p {
  text-align: center;
}
.two_col.workday p.salary {
  margin: 0 auto 30px;
}
.two_col.apeal {
  margin: 100px auto 0;
}
.two_col.apeal.second {
  margin: 80px auto 0;
}
.content .two_col.apeal h3 {
  position: relative;
  width: fit-content;
  margin-bottom: 15px;
}
.two_col.apeal h3:after {
  content: "";
  background-image: url(./images/title_bg.png);
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  right: -50px;
  z-index: -1;
  background-repeat: no-repeat;
}
.recruit_bg {
  position: relative;
}
.recruit_bg .recruit_bg_image_1,
.recruit_bg .recruit_bg_image_2,
.recruit_bg .recruit_bg_image_3,
.recruit_bg .recruit_bg_image_4,
.recruit_bg .recruit_bg_image_5,
.recruit_bg .recruit_bg_image_6,
.recruit_bg .recruit_bg_image_7,
.recruit_bg .recruit_bg_image_8,
.recruit_bg .recruit_bg_image_9,
.recruit_bg .recruit_bg_image_10 {
  position: absolute;
  z-index: -1;
}
@keyframes marquee-flow-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Blog */
@media screen and (min-width:1400px) {
  section.blog_section .content {
    padding: 175px 0;
  }
}
@media screen and (min-width:768px) and (max-width:1399px) {
  section.blog_section .content {
    padding: 175px 20px;
  }
}
@media screen and (min-width:768px) {
  .blog_section .two_col {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 70px;
  }
}
@media screen and (max-width:767px) {
  .blog_section .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 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;
  }
}

/* Interview */
@media screen and (min-width:1400px) {
  .blog_section p.button.right {
    margin: -50px 0 0 auto;
  }
  .interview_slider .swiper-scrollbar-horizontal {
    max-width: 55%;
  }
}
@media screen and (min-width:768px) and (max-width:1399px) {
  .blog_section p.button.right {
    margin: 20px 0 0 auto;
  }
  .interview_slider .swiper-scrollbar-horizontal {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width:768px) {
  .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: 0 auto;
    padding-bottom: 100px;
    width: 100%;
  } 
  .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 .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;
  }
}
@media screen and (max-width:767px) {
  .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: 0 auto 0;
    padding-bottom: 25px;
    width: calc(100% - 40px);
  }
  .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%;
  }
}
.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;
}
.interview_single_box .interview_catch p,
.interview_info p.section_title,
.interview_catch p {
  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 {
  position: relative;
}
.interview_list_section {
  position: relative;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
}
.interview_slider .swiper-scrollbar-horizontal {
  z-index: 1;
}
.interview_slider figure.img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.interview_slider figure.img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.interview_slider a:hover figure.img img {
  transform: scale(1.1);
}

/* FAQ */
@media screen and (min-width:1441px) {
  section.faq .content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 175px 0 210px;
  }
  .faq_page section.faq .content {
    padding: 100px 0 210px;
  }
}
@media screen and (min-width:768px) and (max-width:1440px) {
  section.faq .content {
    max-width: 1100px;
    margin: 0 auto;
  }
  .faq_page section.faq .content {
    padding: 100px 0 210px;
  }
}
@media screen and (min-width:768px) {
  .faq_page section.faq .content {
    padding: 100px 0 210px;
  }
  .faq_list {
    margin: 70px 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;
    border-radius: 40px;
    width: 40px;
    background-color: #FE9E00;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -75px;
    top: 0;
  }
  .faq_list.blue dl dt p:before,
  .faq_list.blue dl dt:before,
  .faq_list.blue dl dt:after {
    background-color: #4dc0e4;
  }
  .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: #FE9E00;
      top: 50%;
      transform: translateY(-50%);
      transition: all .3s ease;
  }
  .faq_list dl dd p:before {
    content: "A";
    padding: 4px;
    width: 40px;
    border-radius: 40px;
    background-color: #FFC631;
    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: 50px 20px 10px;
  }
  .faq_list {
    margin: 60px auto;
    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: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background-color: #FE9E00;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: -55px;
    top: 0;
  }
  .faq_list.blue dl dt p:before,
  .faq_list.blue dl dt:before,
  .faq_list.blue dl dt:after {
    background-color: #4dc0e4;
  }
  .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: #FE9E00;
      top: 50%;
      transform: translateY(-50%);
      transition: all .3s ease;
  }
  .faq_list dl dd p:before {
    content: "A";
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    background-color: #FFC631;
    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-color: #E8FEFF;
  position: relative;
  z-index: 1;
}
.faq_page section.faq {
  background-color: #FFEAE2;
}
section.faq h2.main_title span.main_title_sub {
  display: block;
  margin: 0;
  line-height: 1;
}
.faq_page .faq_list {
  margin-bottom: 175px;
}
.faq_page .faq_list:last-child {
  margin-bottom: 0;
}
.faq_list dl {
  background-color: #fff;
  border-radius: 20px;
}
.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;
}
.faq_list.orange dl dd p:before {
   background-color: #FE9E00;
}

/* Company */
@media screen and (min-width:1400px) {
  section.company .company_back_image_1 {
    position: absolute;
    max-width: 368px;
    left: 0;
    top: 25%;
    z-index: 0;
  }
  section.company .company_back_image_2 {
    position: absolute;
    max-width: 497px;
    bottom: 5%;
    right: 5%;
    z-index: 0;
  }
  .company_content {
    max-width: 1110px;
    margin-left: 25%;
  }
}
@media screen and (min-width:768px) and (max-width:1399px) {
  section.company .company_back_image_1 {
    position: absolute;
    max-width: 250px;
    left: 0;
    top: 13%;
    z-index: 0;
  }
  section.company .company_back_image_2 {
    position: absolute;
    max-width: 300px;
    bottom: 5%;
    right: 0;
    z-index: 0;
  }
  .company_content {
    max-width: 1110px;
    margin: 250px auto 0;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width:768px) {
  section.company .content {
    margin: 0 auto;
    text-align: left;
    padding: 175px 0;
    max-width: 1600px;
  }
  .company_content p.button {
    margin: 80px 0 0;
    max-width: max-content;
  }
}
@media screen and (max-width:767px) {
  section.company .content {
    padding: 116px 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 {
    margin: 0 auto;
    text-align: left;
  }
  .company_content p.button {
    margin: 40px auto 0;
    max-width: max-content;
  }
  .company_back_sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
    margin: 40px auto 0;
  }
}
main.company {
  overflow: hidden;
}
section.company h2 {
  margin: 0 auto 50px;
}
section.company h3 {
  margin: 0 auto 30px;
}
.company_content p.catch {
  max-width: 1000px;
  margin: 0 0 50px;
}
.company_content p {
  max-width: 650px;
}

/* 下層ページ */
@media screen and (min-width:1400px) {
  section.sub_top .content,
  .faq_page section.faq.sub_top .content {
    padding: 230px 0;
    position: relative;
    max-width: initial;
  }
}
@media screen and (min-width:768px) and (max-width:1399px) {
  section.sub_top .content,
  .faq_page section.faq.sub_top .content {
    padding: 120px 0;
    position: relative;
    max-width: initial;
  }
}
@media screen and (min-width:768px) {
  section.sub_top .content .subpage_title {
    padding-left: 12.5%;
  }
  section.sub_top h1 {
    font-size: 9.375rem;
  }
  section.sub_top h1 span {
    font-size: 3rem;
    letter-spacing: 3px;
  }
  .subpage_fv_block {
    position: absolute;
    bottom: -3.6vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: 1;
  }
}
@media screen and (max-width:767px) {
  section.sub_top {
    margin-top: 50px;
    height: 200px;
    overflow: hidden;
  }
  section.sub_top img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  section.sub_top .content,
  .faq_page section.faq.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;
    letter-spacing: 3px;
  }
  .subpage_fv_block {
    position: absolute;
    bottom: -5.3vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    z-index: 1;
  }
}
section.sub_top h1 {
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
  font-style: italic;
}
section.sub_top h1 span {
  display: block;
  color: #fff;
  line-height: 1.1;
  font-weight: 700;
  font-style: normal;
}

/* Service Page */
@media screen and (min-width:768px) {
  .service_bg .service_bg_image_1 {
    left: -80px;
    top: 4%;
    width: 501px;
  }
  .service_bg .service_bg_image_2 {
    right: -20px;
    top: 34%;
    width: 328px;
  }
  .service_bg .service_bg_image_3 {
    left: -50px;
    bottom: 29.5%;
    width: 334px;
  }
  footer .footer_service_bg_image_1 {
    top: -17%;
    right: -200px;
    width: 571px;
  }
  .two_col p.feature_num {
    font-size: 6rem;
    margin-bottom: 30px;
  }
  .feature_section .two_col {
    gap: 0 53px;
    margin-bottom: 60px;
  }
  .two_col.flow {
    gap: 0 30px;
  }
  .bg_white {
    padding: 68px 0 132px;
    background-color: #fff;
    border-radius: 20px;
  }
  h3.circle {
    color: #fff;
    width: 345px;
    border-radius: 40px;
    background-color: #FE9E00;
    text-align: center;
    padding: 8.5px 0;
    margin: 0 auto 46px;
  }
  h3.circle.second {
    margin: 100px auto 46px;
  }
}
@media screen and (max-width:767px) {
  .service_bg .service_bg_image_1 {
    left: calc(-80px / 2);
    top: 16%;
    width: 130px;
  }
  .service_bg .service_bg_image_2 {
    right: calc(-20px / 2);
    top: 33%;
    width: 100px;
  }
  .service_bg .service_bg_image_3 {
    left: calc(-50px / 2);
    bottom: 24%;
    width: 120px;
  }
  footer .footer_service_bg_image_1 {
    top: -17%;
    right:  calc(-200px / 2);
    width:  calc(571px / 2);
  }
  .two_col p.feature_num {
    font-size: 3rem;
    margin-bottom: 10px;
  }
  .feature_section .two_col {
    gap: 10px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .feature_section .two_col img {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  .two_col.flow {
    gap: 60px;
  }
  .bg_white {
    padding: 34px 20px 66px;
    background-color: #fff;
    border-radius: 20px;
  }
  h3.circle {
    color: #fff;
    width: 100%;
    border-radius: 40px;
    background-color: #FE9E00;
    text-align: center;
    padding: 8.5px 0;
    margin: 0 auto 23px;
  }
  h3.circle.second {
    margin: 50px auto 23px;
  }
}
.feature_section .two_col:last-child {
  margin-bottom: 0;
}
.two_col p.feature_num {
  color: #4A3B2A;
  opacity: .2;
  font-weight: 600;
  line-height: 1;
}
.two_col h3.box_title {
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12rem;
  margin-bottom: 6px;
}
.two_col h3.box_title span {
  color: #FE9E00;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12rem;
}
.two_col h3.box_title span.blue {
  color: #4dc0e4;
}
.two_col p {
  font-weight: 600;
  line-height: 2;
}
h3.circle.blue {
  background-color: #4dc0e4;
}
.service_bg {
  position: relative;
}
.service_bg .service_bg_image_1,
.service_bg .service_bg_image_2,
.service_bg .service_bg_image_3 {
  position: absolute;
  z-index: -1;
}
footer .footer_service_bg_image_1 {
  display: none;
  position: absolute;
  z-index: -1;
}
footer.service .footer_service_bg_image_1 {
  display: block;
}
   
/* Support */
@media screen and (min-width:768px) {
  .support_bg .support_bg_image_1 {
    left: -40px;
    top: 2.5%;
    width: 350px;
  }
  .support_bg .support_bg_image_2 {
    right: -55px;
    top: 15%;
    width: 473px;
  }
  .support_bg .support_bg_image_3 {
    left: -45px;
    top: 31%;
    width: 310px;
  }
  .support_bg .support_bg_image_4 {
    right: -20px;
    top: 46%;
    width: 375px;
  }
  .support_bg .support_bg_image_5 {
    left: -219px;
    bottom: 36%;
    width: 437px;
  }
  .support_bg .support_bg_image_6 {
    right: -160px;
    bottom: 27%;
    width: 509px;
  }
  .support_bg .support_bg_image_7 {
    left: -75px;
    bottom: 13.5%;
    width: 371px;
  }
  .support_bg .support_bg_image_8 {
    right: 130px;
    bottom: 5%;
    width: 289px;
  }
}
@media screen and (max-width:767px) {
  .support_bg .support_bg_image_1 {
    left: calc(-40px / 2);
    top: 6%;
    width: 120px;
  }
  .support_bg .support_bg_image_2 {
    right:  calc(-55px / 2);
    top: 14%;
    width: 150px;
  }
  .support_bg .support_bg_image_3 {
    left:  calc(-45px / 2);
    top: 36.5%;
    width:  130px;
  }
  .support_bg .support_bg_image_4 {
    right:  calc(-20px / 2);
    top: 46%;
    width:  calc(375px / 2);
    display: none;
  }
  .support_bg .support_bg_image_5 {
    right: -100px;
    bottom: 37%;
    width: 150px;
  }
  .support_bg .support_bg_image_6 {
    right:  calc(-160px / 2);
    bottom: 28.5%;
    width: 200px;
  }
  .support_bg .support_bg_image_7 {
    left:  calc(-75px / 2);
    bottom: 13.5%;
    width: 140px;
  }
  .support_bg .support_bg_image_8 {
    right:  0;
    bottom: 0;
    width:  100px;
  }
}
.support_bg {
  position: relative;
}
.support_bg .support_bg_image_1,
.support_bg .support_bg_image_2,
.support_bg .support_bg_image_3,
.support_bg .support_bg_image_4,
.support_bg .support_bg_image_5,
.support_bg .support_bg_image_6,
.support_bg .support_bg_image_7,
.support_bg .support_bg_image_8 {
  position: absolute;
  z-index: -1;
}
.thirdwidth {
  padding: 0;
  max-width: 1100px;
  margin: 0 auto;
}
.tab_content {
    display: none;
}
.tab_content.show {
    display: block;
}

/* About Page */
@media screen and (min-width:1400px) {
  section.about_main .two_col .image .second {
    position: absolute;
    bottom: 10%;
    right: 3%;
    max-width: 306px;
  }
}
@media screen and (min-width:768px) and (max-width:1399px) {
  section.about_main .two_col .image .first {
    max-width: 250px;
  }
  section.about_main .two_col .image .second {
    position: absolute;
    bottom: 10%;
    right: 3%;
    max-width: 250px;
  }
}
@media screen and (min-width:768px) {
  section.service.sub_top {
  }
  .about_content_box {
    margin: 100px auto 0;
  }
  .about_content_box .about_content_detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 70px;
    margin: 0 auto 60px;
  }
  section.innerlink_box,
  section.about_main {
    text-align: center;
  }
  section.about_main .two_col {
    display: grid;
    grid-template-columns: 1fr 0.66fr;
    gap: 0 8.2%;
  }
  
  .business_section {
    text-align: left;
    margin: 100px auto 0;
  }
}
@media screen and (max-width:767px) {
  .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;
  }
  section.innerlink_box {
    text-align: center;
  }
  section.about_main {
    text-align: left;
  }
  section.about_main .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  section.about_main .two_col .image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
  }
  section.about_main .two_col .txt p.button {
    margin: 20px auto 0;
  }
  .business_section {
    text-align: left;
    margin: 50px auto 0;
  }
}
section.innerlink_box {
  position: relative;
  padding-bottom: 70px;
}
section.about_main {
  position: relative;
}
.service_page section.innerlink_box,
.service_page section.about_main {
  background-color: #E8FEFF;
}
.faq_page section.innerlink_box {
  background-color: #FFEAE2;
}
.company_page section.innerlink_box {
  background-color: #fff;
}
section.about_main .two_col .txt p {
  font-weight: 700;
}
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 40px;
}
.one_col_box {
  padding: 40px 100px;
  border: 1px solid #000;
  background-color: #fff;
  margin-bottom: 60px;
}
.one_col_box.first {
  margin-top: 100px;
}
.one_col_box:last-child {
  margin-bottom: 0;
}
.one_col_box .two_col {
  display: grid;
  grid-template-columns: 1fr .3fr;
  gap: 0 35px;
  align-items: flex-start;
  justify-content: space-between;
}
.one_col_box p:not(:first-child) {
  margin-top: 1em;
}
section.users_content {
  background-color: #FFFAE5;
}

/* Recruit Page */
@media screen and (min-width:1400px) {
  section.workday_section .workday_bg_1 {
    left: 0;
    top: 20.2%;
    max-width: 510px;
    width: 26.5%;
  }
  section.workday_section .workday_bg_2 {
    right: 0;
    top: 27.3%;
    max-width: 510px;
    width: 26.5%;
  }
  .workday_box .timeline .timeline_item dl dd.timeline_content {
    margin-left: 300px;
    position: relative;
    padding: 0;
  }
}
@media screen and (min-width:768px) and (max-width:1399px) {
  section.workday_section .workday_bg_1 {
    left: 0;
    top: 20.2%;
    max-width: 200px;
    width: 26.5%;
  }
  section.workday_section .workday_bg_2 {
    right: 0;
    top: 27.3%;
    max-width: 200px;
    width: 26.5%;
  }
  .workday_box .timeline .timeline_item dl dd.timeline_content {
    margin-left: 180px;
    position: relative;
    padding: 0;
  }
}
@media screen and (min-width:768px) {
  .recruit_main .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 70px;
    margin: 110px auto 0;
  }
  .recruit_main .content p.button {
    position: absolute;
    bottom: 175px;
    right: 30%;
  }
  .btn_list p.tel img {
    height: 51px;
    width: auto;
    vertical-align: middle;
  }
  .timeline_item {
    position: relative;
    margin-bottom: 170px;
  }
  .workday_box .timeline .timeline_item dl dt {
    position: absolute;
    background-color: #FE9E00;
    width: 220px;
    height: 220px;
    color: #fff;
    left: -75px;
    text-align: center;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    line-height: 220px;
  }
  .workday_box .timeline .timeline_item dl dt.minicircle {
    width: 180px;
    height: 180px;
    line-height: 180px;
    background-color: #FFC631;
    margin-left: 20px;
  }
  .workday_box .timeline .timeline_item dl dd.timeline_content p.title {
    font-size: 2rem;
    color: #FE9E00;
    font-weight: 600;
    letter-spacing: 0.16rem;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 15px;
  }
  .workday_box .timeline .timeline_item dl dd.timeline_content p.title:after {
    content: "";
    background-color: #FE9E00;
    width: 85px;
    height:2px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .workday_box .timeline:before {
    content: "";
    height: calc(100% - 130px);
    position: absolute;
    left: 45px;
    top: 60px;
    border-left: 5px dotted #fe9e00;
  }
  section.workday_section .workday_bg_1,
  section.workday_section .workday_bg_2 {
    position: absolute;
  }
  p.career_image {
    margin: 100px auto 0;
  }
  .tab_container {
    margin: 0 auto 100px;
  }
  .workday_box .oneday_image_1,
  .workday_box .oneday_image_2,
  .workday_box .oneday_image_3 {
    position: absolute;
    z-index: -1;
  }
  .workday_box .oneday_image_1 {
    top: 40px;
    right: -400px;
    width: 489px;
  }
  .workday_box .oneday_image_2 {
    bottom: 20%;
    right: -330px;
    width: 355px;
  }
  .workday_box .oneday_image_3 {
    top: 40px;
    right: -400px;
    width: 489px;
  }
  .one_col.howto {
    border-radius: 20px;
    border: 3px solid #FFD95D;
    background-color: #fff;
    padding: 35px 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 55px;
    margin: 50px auto 30px;
  }
  .one_col.howto p.image {
    width: 214px;
  }
  .one_col.howto > div {
    width: calc(100% - 270px);
  }
  .flow_section .two_col {
    grid-template-columns: .9fr 1fr;
  }
  .flow_section .two_col h3 {
    line-height: 1.5;
    letter-spacing: 0.24rem;
    margin-bottom: 80px;
  }
  .flow_section .two_col div p {
    margin-bottom: 2rem;
  }
  p.price_image {
    margin: 50px auto 0;
  }
}
@media screen and (max-width:767px) {
  .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;
  }
  .recruitment_info table tr th,
  .recruitment_info table tr td {
    width: calc(100% - 40px);
    display: block;
  }
  .btn_list p.tel img {
    height: 27px;
    width: auto;
    vertical-align: middle;
  }
  .recruit_main p.more_size,
  .workday_section p.sub_title {
    text-align: left;
  }
  .timeline_item {
    position: relative;
    margin-bottom: 90px;
  }
  .workday_box .timeline .timeline_item:last-child {
    margin-bottom: 0;
  }
  .workday_box .timeline .timeline_item dl dt {
    position: absolute;
    background-color: #FE9E00;
    width: 90px;
    height: 90px;
    color: #fff;
    left: -40px;
    text-align: center;
    padding: 0;
    top: 0;
    border-radius: 50%;
    line-height: 90px;
  }
  .workday_box .timeline .timeline_item dl dt.minicircle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #FFC631;
    margin-left: 5px;
  }
  .workday_box .timeline .timeline_item dl dd.timeline_content {
    margin-left: 60px;
    position: relative;
    padding: 0;
  }
  .workday_box .timeline .timeline_item dl dd.timeline_content p.title {
    font-size: 1.15rem;
    color: #FE9E00;
    font-weight: 600;
    letter-spacing: 0.16rem;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .workday_box .timeline .timeline_item dl dd.timeline_content p.title:after {
    content: "";
    background-color: #FE9E00;
    width: 85px;
    height:2px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .workday_box .timeline:before {
    content: "";
    height: calc(100% - 130px);
    position: absolute;
    left: 15px;
    top: 60px;
    border-left: 5px dotted #fe9e00;
  }
  section.workday_section .workday_sp {
    display: none;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
  }
  section.career_section p.sub_title {
    text-align: left;
  }
  p.career_image {
    margin: 50px auto 0;
  }
  .tab_container {
    margin: 0 auto 50px;
  }
  .workday_box .oneday_image_1 {
    width: 100%;
  }
  .workday_box .oneday_image_2 {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .workday_box .oneday_image_3 {
    width: 100%;
  }
  .one_col.howto {
    border-radius: 20px;
    border: 3px solid #FFD95D;
    background-color: #fff;
    padding: 35px 20px;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    margin: 50px auto 30px;
  }
  .one_col.howto p.image {
    max-width: 200px;
    margin: 0 auto;
  }
  .flow_section .two_col {
    grid-template-columns: 1fr;
  }
  .flow_section .two_col h3 {
    line-height: 1.5;
    letter-spacing: 0.24rem;
    margin-bottom: 40px;
  }
  .flow_section .two_col div p {
    margin-bottom: 1rem;
  }
  p.price_image {
    margin: 25px auto 0;
    overflow: scroll;
    padding-bottom: 5px;
  }
  p.price_image img {
    min-width: 800px;
  }
}
.recruit_main {
  position: relative;  
}
.recruit_main .content {
  max-width: 1550px;
  position: relative;
}
.recruitment_info table {
   border-collapse: separate;
   border-spacing: 5px;
   width: 100%;
   margin: 50px auto 0;
}
.recruitment_info table tr th {
  padding: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  vertical-align: top;
  white-space: nowrap;
}
.recruitment_info table tr td {
  padding: 20px;
  font-size: 1rem;
  font-weight: 600;
}
.recruitment_info table tr th {
  background-color: #FE9E00;
  color: #fff;
  text-align: left;
}
.recruitment_info table.blue tr th {
  background-color: #4dc0e4;
}
.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;
}
section.recruitment_flow h2 {
  margin-bottom: 100px;
}
.recruit_flow_box .flow_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 55px;
  align-items: center;
  margin-bottom: 60px;
  position: relative;
  border: 3px solid #4dc0e4;
  padding: 45px 48px 40px;
  border-radius: 20px;
  background-color: #fff;
}
.recruit_flow_box .flow_detail:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 49.363px;
  height: 22.5px;
  background-size: cover;
  background-image: url("./images/flow_next.png");
  bottom: -45px;
}
.recruit_flow_box .flow_detail:last-child {
  margin-bottom: 0;
}
.recruit_flow_box .flow_detail:last-child:after {
  content: none;
}
.recruit_flow_box .flow_detail .image {
  width: 94px;
}
.recruit_flow_box .flow_detail .txt {
  width: calc(100% - 150px);
}
.content .recruit_flow_box h3 {
  margin-bottom: 15px;
  color: #4dc0e4;
}
section.workday_section {
  background-color: #FFE9ED;
  position: relative;
}
.tab_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.tab_container .tab {
  width: 345px;
  padding: 9px 0 8px;
  border-radius: 40px;
  background-color: #fff;
  border: 2px solid #fe9e00;
  color: #fe9e00;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.12rem;
  font-weight: 600;
}
.tab_container .tab.active {
  background-color: #FE9E00;
  border: 2px solid #fe9e00;
  color: #fff;
}
.workday_box {
  margin: 0 auto 0 0;
  max-width: 885px;
  position: relative;
}
.workday_box .timeline {
  border-left: none;
  position: relative;
}
.workday_box .timeline .timeline_item dl {
  position: relative;
}
.workday_box .timeline_item::before {
  content: none;
}
.two_col.howto {
  gap: 0 30px;
}
.two_col.howto > div {
  border-radius: 20px;
  background-color: #fff;
}
.two_col.howto > div > div {
  padding: 30px 28px;
}
.two_col.howto h3 {
  text-align: center;
  line-height: 1.5;
}
.one_col.howto h3 {
  line-height: 1.5;
}
.two_col.howto h3 span,
.one_col.howto span {
  line-height: 1.5;
}
.two_col.howto h3 span.orange,
.one_col.howto h3 span.orange {
  color: #FE9E00;
}
.one_col.howto:last-child {
  margin-bottom: 0;
}
.flow_section .two_col div p:last-child {
  margin-bottom: 0;
}


/* Counseling */
@media screen and (min-width:768px) {
  .flow_section .four_col {
    gap: 0 53px;
    align-items: flex-start;
  }
  .flow_section .four_col > div:after {
    content: "";
    background-image: url("./images/icon_flow_step.png");
    background-size: contain;
    width: 42px;
    height: 393.5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -42px;
  }
  .flow_section .four_col > div h3 img {
    height: 120px;
    width: auto;
    display: block;
    margin-bottom: 45px;
  }
  .area_map table {
    position: absolute;
    top: 100px;
    right: -80px;
    border-spacing: 5px;
    border-collapse: separate;
  }
  .area_map table tr th {
    border: 2px solid #AFF1FF;
    background-color: #fff;
    padding: 15px 0;
    width: 186px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1rem;
  }
  .area_map table tr td {
    border: 2px solid #AFF1FF;
    background-color: #AFF1FF;
    padding: 15px 35px;
    width: auto;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
  .counseling_bg .counseling_bg_image_1 {
    left: -40px;
    top: 15%;
    width: 289px;
  }
  .counseling_bg .counseling_bg_image_2 {
    right: -200px;
    top: 36%;
    width: 509px;
  }
  .footer_counseling_bg_image_1 {
    display: none;
    width: 371px;
    top: -15%;
    left: -80px;
    position: absolute;
    z-index: -1;
  }
}
@media screen and (max-width:767px) {
  .flow_section .four_col {
    gap: 50px;
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
  .flow_section .four_col > div h3 img {
    height: auto;
    width: 200px;
    display: block;
    margin: 0 0 20px;
  }
  .area_map table {
    border-spacing: 5px;
    border-collapse: separate;
  }
  .area_map table tr th {
    border: 2px solid #AFF1FF;
    background-color: #fff;
    padding: 15px;
    width: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1rem;
    white-space: nowrap;
  }
  .area_map table tr td {
    border: 2px solid #AFF1FF;
    background-color: #AFF1FF;
    padding: 15px;
    width: auto;
    text-align: left;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }
  .counseling_bg .counseling_bg_image_1 {
    left: calc(-40px / 2);
    top: 12%;
    width: 100px;
  }
  .counseling_bg .counseling_bg_image_2 {
    right: calc(-200px / 2);
    top: 29%;
    width: 220px;
  }
  .footer_counseling_bg_image_1 {
    display: none;
    width: calc(371px / 2);
    top: -15%;
    left: calc(-80px / 2);
    position: absolute;
    z-index: -1;
  }
}

.flow_section .four_col > div {
  position: relative;
}

.flow_section .four_col > div:last-child::after {
  content: none;
}
.flow_section .four_col > div h3 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  color: #4dc0e4;
}
.flow_section .four_col > div h3:after {
  content: "";
  background: #4dc0e4;
  width: 86px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.flow_section .four_col > div p {
  font-weight: 600;
}
section.area_section .content {
  padding-bottom: 0;
}
section.area_section .content h2.sub_title {
  margin: 0 auto;
}
.area_map {
  position: relative;
}
.area_map img {
  width: 100%;
  height: auto;
}
.counseling_bg {
  position: relative;
}
.counseling_bg .counseling_bg_image_1,
.counseling_bg .counseling_bg_image_2 {
  position: absolute;
  z-index: -1;
}
footer.counseling .footer_counseling_bg_image_1 {
  display: block;
}

/* FAQ Page */
@media screen and (min-width:768px) {
  .recruit_flow_box {
    margin: 50px 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) {
  .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: 1100px;
}
.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) {
  section.ceo_message .content {
    margin: 0 auto;
    padding: 100px 0 0;
    max-width: 1100px;
  }
  section.ceo_message .sub_content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 100px 0 0;
  }
   section.ceo_message .sub_content h2 {
    max-width: 1100px;
    margin: 0 auto;
   }
  .ceo_message .two_col {
    display: grid;
    grid-template-columns: 1fr .682fr;
    gap: 0 80px;
    align-items: flex-start;
    margin: 0 auto 0;
  }
  .ceo_message .ceo_name {
    margin: 60px 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;
  }
  .company_bg .company_bg_image_1 {
    right: -20px;
    top: 10%;
    width: 316px;
  }
  .company_bg .company_bg_image_2 {
    left: -20px;
    top: 38%;
    width: 465px;
  }
  .company_bg .company_bg_image_3 {
    right: -60px;
    bottom: 28%;
    width: 257px;
  }
  .footer_company_bg_image_1 {
    display: none;
    width: 266px;
    top: -10%;
    left: 40px;
    position: absolute;
    z-index: -1;
  }
}
@media screen and (max-width:767px) {
  .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: 20px 0 0 auto;
    text-align: right;
  }
  .ceo_message .two_col .image {
    margin: 0 auto;
    width: 100%;
  }
  .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: 15px;
    width: calc(100% - 30px);
    display: block;
    vertical-align: top;
  }
  .company_info_table table tr td {
    padding: 0 15px 15px;
    width: calc(100% - 30px);
    display: block;
  }
  .company_info_table table tr:first-child th {
    padding: 0 15px 15px;
  }
  .company_info_table table tr:first-child td {
    padding: 0 15px 15px;
  }
  .gmap {
    width: 100%;
    height: 250px;
    max-width: 1100px;
    margin: 50px auto 0;
  }
  .company_bg .company_bg_image_1 {
    right: calc(-20px / 2);
    top: 3%;
    width: 120px;
  }
  .company_bg .company_bg_image_2 {
    left: calc(-20px / 2);
    top: 30%;
    width: 150px;
  }
  .company_bg .company_bg_image_3 {
    right: calc(-60px / 2);
    bottom: 28%;
    width: calc(257px / 2);
  }
  .footer_company_bg_image_1 {
    display: none;
    width: calc(266px / 2);
    top: -10%;
    left: calc(40px / 2);
    position: absolute;
    z-index: -1;
  }
}
/*
section.ceo_message .content {
  max-width: 1510px;
}
  */
.ceo_message .two_col .txt p:not(:last-child) {
  margin-bottom: 1em;
}
section.company_info {
}
section.company_info .content {
  position: relative;
  padding: 175px 0 200px;
}
.company_info_table table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.company_info_table table tr {
  display: block;
  border-bottom: 2px solid #919191;
}
.gmap iframe {
  width: 100%;
  height: 100%;
}
.company_page .three_col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 0 45px;
}
.hisory_box {
  max-width: 950px;
  margin: 100px auto 0;
}
.timeline {
  position: relative;
  margin-left: 2rem;
  border-left: 2px solid #000;
  padding-left: 1rem;
}
.timeline_content {
  margin-top: 0.5rem;
  margin-left: 1em;
}
.timeline_content ul li {
  list-style-type: disc;
  margin-left: 1em;
}
.timeline_item::before {
  content: '';
  position: absolute;
  left: -1.6rem;
  top: 1rem;
  width: 18px;
  height: 18px;
  background: #FE8497;
  border-radius: 50%;
}
p.ceo_name {
  text-align: right;
  margin: 50px auto 0;
}
ul.disc li {
  list-style-type: disc;
  margin-left: 1rem;
}
.company_bg {
  position: relative;
}
.company_bg .company_bg_image_1,
.company_bg .company_bg_image_2,
.company_bg .company_bg_image_3 {
  position: absolute;
  z-index: -1;
}
footer.company .footer_company_bg_image_1 {
  display: block;
}

/* Privacy Policy */
@media screen and (min-width:1100px) {
  .privacy_content .content {
    max-width: 1100px;
    padding: 132px 0 200px;
  }
}
@media screen and (min-width:768px) and (max-width:1099px) {
  .privacy_content .content {
    max-width: 1100px;
    padding: 132px 20px 200px;
  }
}
@media screen and (min-width:768px) {
  .privacy_bg .privacy_bg_image_1 {
    width: 382px;
    top: 14%;
    right: -150px;
  }
  .footer_privacy_bg_image_1 {
    display: none;
    width: 437px;
    top: -30%;
    left: -54px;
    position: absolute;
    z-index: -1;
  }
}
@media screen and (max-width:767px) {
  .privacy_content .content {
    padding: 56px 20px;
  }
  .privacy_bg .privacy_bg_image_1 {
    width: 140px;
    top: 0%;
    right: calc(-150px / 2);
  }
  .footer_privacy_bg_image_1 {
    display: none;
    width: calc(437px / 2);
    top: -30%;
    left: calc(-54px / 2);
    position: absolute;
    z-index: -1;
  }
}
.privacy_bg {
  position: relative;
}
.privacy_bg .privacy_bg_image_1,
.privacy_bg .privacy_bg_image_2 {
  position: absolute;
  z-index: -1;
}
.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;
}
.privacy_content ul.breadcrumbs li {
  list-style-type: none;
}
footer.privacy .footer_privacy_bg_image_1 {
  display: block;
}

/* 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) {
  section.blog .content {
    padding-bottom: 150px;
  }
  .blog_list {
    margin: 200px auto 0;
  }
  .blog_list > .blog_box {
    position: relative;
  }
  .blog_box .blog_info {
    width: 100%;
    padding: 15px 0 0;
  }
  .sub_top .blog_list {
    margin: 80px auto 120px;
  }
  .blog_detail .single_content {
    margin: 50px auto 0;
    padding-bottom: 50px;
  }
  .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,
  ul.inner_link_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 34px;
    margin: 0 auto 175px;
  }
  ul.inner_link_list.two {
     grid-template-columns: 1fr 1fr;
     justify-content: center;
     width: max-content;
  }
  ul.inner_link_list.two li {
    width: 345px;
  }
  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;
  }
  ul.category_link_list li a,
  ul.inner_link_list li a {
    font-size: 1.25rem;
    padding: 22px 0;
  }
  .blog_bg .blog_bg_image_1 {
    width: 300px;
    top: 10%;
    right: -30px;
  }
  .blog_bg .blog_bg_image_2 {
    width: 273px;
    top: 50%;
    left: -30px;
  }
  .blog_bg .blog_bg_image_3 {
    width: 289px;
    top: 19%;
    left: -15px;
  }
  .blog_bg .blog_bg_image_4 {
    width: 399px;
    bottom: 18%;
    right: -30px;
  }
  .footer_blog_bg_image_1 {
    display: none;
    width: 270px;
    top: -10%;
    right: -30px;
    position: absolute;
    z-index: -1;
  }
  .footer_blog_bg_image_2 {
    display: none;
    width: 189px;
    top: -8%;
    left: 70px;
    position: absolute;
    z-index: -1;
  }
}
@media screen and (max-width:767px) {
  section.blog .content {
    padding-bottom: 150px;
  }
  .blog_list {
    margin: 100px auto 0;
  }
  .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: 1fr;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .blog_detail .single_content {
    margin: 40px auto 0;
    padding-bottom: 40px;
  }
  ul.category_link_list,
  ul.inner_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: left;
  }
  .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;
  }
  .button a {
    min-width: 260px;
  }
  ul.category_link_list li a,
  ul.inner_link_list li a {
    font-size: 1rem;
    padding: 15px 0;
  }
  .blog_bg .blog_bg_image_1 {
    width: calc(300px / 2);
    top: 1%;
    right: calc(-30px / 2);
  }
  .blog_bg .blog_bg_image_2 {
    width: calc(273px / 2);
    top: 50%;
    left: calc(-30px / 2);
  }
  .blog_bg .blog_bg_image_3 {
    width: 100px;
    top: 4%;
    left: calc(-15px / 2);
  }
  .blog_bg .blog_bg_image_4 {
    width: 120px;
    bottom: 2%;
    right: calc(-30px / 2);
  }
  .footer_blog_bg_image_1 {
    display: none;
    width: calc(270px / 2);
    top: -10%;
    right: calc(-30px / 2);
    position: absolute;
    z-index: -1;
  }
  .footer_blog_bg_image_2 {
    display: none;
    width: calc(189px / 2);
    top: -8%;
    left: calc(70px / 2);
    position: absolute;
    z-index: -1;
  }
}
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%;
}
.single_thumbnail .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.single_thumbnail .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog p.date,
.blog_section p.date {
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
.blog p.category,
.blog_section p.category {
  background-color: #FE8497;
  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,
.blog_section p.category.cat_news,
.blog p.category.cat_news {
  background-color: #5797DC;
}
.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: 50px auto 0;
}
.single_page_link .prev_single a,
.single_page_link .next_single a {
  font-weight: 600;
  color: #1F1F1F;
}
.single_page_link p.button {
  margin: 0 auto;
}
.back_singlelists {
  text-align: center;
}
ul.page-numbers li {
  display: inline-block;
  margin-right: 1em;
}
ul.page-numbers li .page-numbers.current {
  background-color: #FE9E00;
  border: 2px solid #FE9E00;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  padding: 5px 12px;
  border-radius: 2.5rem;
}
ul.page-numbers li a {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  padding: 5px 12px;
  border-radius: 2.5rem;
  border: 2px solid #FFC631;
  color: #FFC631;
  position: relative;
}
ul.page-numbers li a.next.page-numbers,
ul.page-numbers li a.prev.page-numbers {
  padding: 5px 18px;
}
ul.page-numbers li a.next.page-numbers img,
ul.page-numbers li a.prev.page-numbers img {
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog_detail .single_content {
  border-bottom: 2px solid #5C4B3A;
}
ul.category_link_list li a,
ul.inner_link_list li a {
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
  background-color: #FE9E00;
  border: 2px solid #FE9E00;
  position: relative;
  border-radius: 40px;
  line-height: 1;
}
ul.inner_link_list.blue li a {
  background-color: #4dc0e4;
  border: 2px solid #4dc0e4;
} 
ul.inner_link_list li a:hover,
ul.category_link_list li a:hover,
ul.category_link_list li a.cat_news:hover {
  background-color: #fff;
  color: #FE9E00;
}
ul.inner_link_list.blue li a:hover {
  color: #4dc0e4;
}
ul.category_link_list li a:after,
ul.inner_link_list li a:after {
  content: "";
  display: block;
  background-image: url("./images/icon_linkbottom_white.png");
  width: 16.5px;
  height: 9.5px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
}
ul.inner_link_list li a:hover:after,
ul.category_link_list li a:hover:after,
ul.category_link_list li a.cat_news:hover:after {
  background-image: url("./images/icon_linkbottom_orange.png");
}
ul.inner_link_list.blue li a:hover:after {
   background-image: url("./images/icon_linkbottom_blue.png");
}
.blog_bg {
  position: relative;
}
.blog_bg .blog_bg_image_1,
.blog_bg .blog_bg_image_2,
.blog_bg .blog_bg_image_3,
.blog_bg .blog_bg_image_4 {
  position: absolute;
  z-index: -1;
}
footer.blog.home .footer_blog_bg_image_1 {
  display: none;
}
footer.blog .footer_blog_bg_image_1,
footer.single-post .footer_blog_bg_image_2 {
  display: block;
}

/* Contact Page */
@media screen and (min-width:1400px) {
  .tel_box .title {
    line-height: 1;
    padding: 27px 0;
    font-size: 2.25rem;
  }
}
@media screen and (min-width:768px) and (max-width: 1399px) {
  .tel_box .title {
    padding: 20px 0;
    font-size: 2.25rem;
  }
  .tel_box .title br.spver {
    display: block;
  }
}

@media screen and (min-width:768px) {
  section.contact .content {
    padding: 175px 20px 150px;
    box-sizing: border-box;
  }
  .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;
  }
  .contact_bg .contact_bg_image_1 {
    width: 328px;
    top: 16%;
    right: -70px;
  }
  .contact_bg .contact_bg_image_2 {
    width: 439px;
    top: 32%;
    left: -45px;
  }
  .contact_bg .contact_bg_image_3 {
    width: 170px;
    bottom: 15%;
    right: -20px;
  }
  .footer_contact_bg_image_1 {
    display: none;
    width: 305px;
    top: -13%;
    left: 40px;
    position: absolute;
    z-index: -1;
  }
  .wpcf7-form-control-wrap ::placeholder {
    font-size: 1.25rem;
  }
  .contact_detail table.contact_table tr th {
    font-size: 1.25rem;
  }
  .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 #D9D9D9;
    padding: 22px 30px;
    font-size: 1.25rem;
    width: calc(100% - 80px);
    background-color: #D9D9D9;
    border-radius: 10px;
    font-weight: bold;
  }
  .wpcf7-list-item-label,
  .wpcf7-list-item-label a {
    font-size: 1.25rem;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 40px 0 0;
  }
  .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;
  }
  .contact_detail table.contact_table.confirm_table tr th {
    font-size: 1.25rem;
    line-height: 1;
  }
  .contact_detail table.contact_table.confirm_table tr td {
    font-size: 1.25rem;
    line-height: 1;
  }
  .tel_box p.tel a {
    font-size: 4rem;
  }
  .tel_box p.tel a:before {
      left: -24px;
      width: 53px;
      height: 56px;
      top: -5px;
  }
  .tel_box p.tel span {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}
@media screen and (max-width:767px) {
  .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: 10px;
    padding-bottom: 10px;
  }
  .contact_detail table.contact_table tr:first-child th,
  .contact_detail table.contact_table tr:first-child td {
    border-bottom: none;
    padding: 0 0 10px;
  }
  .contact_detail table.contact_table tr th,
  .contact_detail table.contact_table tr td {
    border-bottom: none;
    padding: 10px 0;
  }
  .contact_detail table.contact_table tr th span {
    margin-left: 10px;
  }
  .contact_detail table.contact_table {
    width: 100%;
    margin: 60px auto 0;
  }
  .confirm_button {
    display: block;
    margin: 40px auto 0;
  }
  .previous_button input {
    width: calc(100% - 40px);
  }
  .wpcf7-form-control-wrap ::placeholder {
    line-height: 1.5;
  }
  .button_section p.submit_button {
    margin: 50px auto 0;
  }
  .confirm_button .button_section p.submit_button {
    margin: 0 auto 0;
  }
  p.button.orange .btn__text {
    padding: 0 40px 0 0;
  }
  .contact_bg .contact_bg_image_1 {
    width: 100px;
    top: 2%;
    right: calc(-70px /2);
  }
  .contact_bg .contact_bg_image_2 {
    width: 110px;
    top: 26%;
    left: calc(-45px /2);
  }
  .contact_bg .contact_bg_image_3 {
    width: calc(170px /2);
    bottom: 14%;
    right: calc(-20px /2);
  }
  .footer_contact_bg_image_1 {
    display: none;
    width: calc(305px /2);
    top: -13%;
    left: calc(40px /2);
    position: absolute;
    z-index: -1;
  }
  .wpcf7-form-control-wrap ::placeholder {
    font-size: .875rem;
  }
  .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 #D9D9D9;
    padding: 11px 15px;
    width: calc(100% - 30px);
    background-color: #D9D9D9;
    border-radius: 10px;
    font-weight: bold;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin: 10px 0;
    display: block;
  }
  .wpcf7-radio .wpcf7-list-item-label::before {
    background: #fff;
    border: 1px solid #B3B3B3;
    border-radius: 100%;
    content: "";
    width: 18px;
    height: 18px;
    margin-bottom: auto;
    margin-right: 10px;
    margin-top: -2px;
  }
  .contact_detail table.contact_table.confirm_table tr th {
    font-size: 1.15rem;
    line-height: 1;
  }
  .contact_detail table.contact_table.confirm_table tr td {
    font-size: 1rem;
    line-height: 1;
  }
  .tel_box .title {
    padding: 10px 0;
    font-size: 1.1rem;
  }
  .tel_box p.tel a {
    font-size: 2rem;
  }
  .tel_box p.tel a:before {
      left: -12px;
      width: calc(53px * 2 /3);
      height: calc(56px * 2 /3);
      top: -5px;
  }
  .tel_box p.tel span {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
section.contact .subpage_title {
  max-width: initial;
}
section.contact_content p.tel_btn {
  margin: 50px auto 100px;
}
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;
  line-height: 1;
}
.contact_detail table.contact_table tr th span {
  background-color: #FE9E00;
  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;
}
.tel_box {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
  margin: 50px auto 100px;
}
.tel_box .title {
  color: #fff;
  background-color: #FE9E00;
  border: 3px solid #FE9E00;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  text-align: center;
  letter-spacing: 0.18rem;
  font-weight: 600;
}
.tel_box p.tel {
  padding: 30px 0;
  background-color: #fff;
  display: block;
  text-align: center;
  border: 3px solid #FE9E00;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.tel_box p.tel a {
  position: relative;
  color: #FE9E00;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.24rem;
}
.tel_box p.tel a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(./images/icon_tel_yellow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.tel_box p.tel span {
  display: block;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.wpcf7-form-control-wrap ::placeholder {
  color: rgba(92,75,58,.4);
  font-weight: bold;
}
.wpcf7-form-control-wrap .wpcf7-acceptance input[type="checkbox"] {
  display: none;
  width: initial;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item-label,
.wpcf7-list-item-label a {
  font-weight: bold;
  line-height: 1;
}
.wpcf7-list-item-label a {
  text-decoration: underline;
}
.wpcf7-list-item-label a:hover {
  text-decoration: none;
}
.wpcf7-list-item-label span.required {
  background-color: #FE9E00;
  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-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: #FFC631;
  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 input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #FFC631;
  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;
}
.address_form .wpcf7-form-control-wrap input {
  margin-bottom: 15px;
  display: inline-block;
}
.address_form .wpcf7-form-control-wrap input#zip {
  width: 100px;
}
.address_form .wpcf7-form-control-wrap:last-child input {
  margin-bottom: 0;
}
.contact_bg {
  position: relative;
}
.contact_bg .contact_bg_image_1,
.contact_bg .contact_bg_image_2,
.contact_bg .contact_bg_image_3 {
  position: absolute;
  z-index: -1;
}
footer.contact .footer_contact_bg_image_1,
footer.contact_confirm .footer_contact_bg_image_1 {
  display: block;
}

/* button */
@media screen and (min-width:768px) {
  .button {
    margin: 50px auto 0;
  }
  .button.second {
    margin: 30px auto 0;
  }
  .two_col_btn .button {
    margin: 0 auto 0;
    width: 100%;
  }
  p.button.max {
    width: 100%;
    margin: 20px auto 0;
  }
  .two_col_btn .button a,
  p.button.max a {
    width: 100%;
    display: block;
  }
  .single_page_link .button a {
    width: 400px;
  }
  .button a {
    width: 400px;
    height: 70px;
    line-height: 70px;
	  max-width: 100%;
  }
  .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: #FE9E00;
  }
  .button.white .btn__text {
    background-color: #fff;
    color: #1F1F1F;
  }
  p.submit_button input {
    width: 400px;
    height: 70px;
    line-height: 70px;
    background-color: #FE9E00;
    border: 2px solid #FE9E00;
    border-radius: 100px;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    color: #fff;
    max-width: 100%;
  }
  p.submit_button {
    position: relative;
  }
  p.submit_button:after {
    content: "";
    background-image: url(./images/icon_link_orange.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    transition: left 0.5s ease;
    width: 40px;
    height: 40px;
  }
  p.submit_button:hover:after {
    background-image: url(./images/icon_link_orange_on.png);
  }
  p.submit_button.orange input {
    background-color: #FE9E00;
    border: 1px solid #FE9E00;
  }
  p.submit_button input:hover,
  p.previous_button input:hover {
    background-color: #fff;
    color: #FE9E00;
  }
  p.previous_button input {
    width: 400px;
    height: 70px;
    line-height: 70px;
    background-color: #4dc0e4;
    border: 2px solid #4dc0e4;
    border-radius: 100px;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    transition: text-shadow 0.3s;
    color: #fff;
    max-width: 100%;
  }
  p.previous_button input:hover {
    background-color: #fff;
    color: #4dc0e4;
  }
  p.previous_button:after {
    content: "";
    background-image: url(./images/icon_link_blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(-1,1);
    left: 16px;
    transition: left 0.5s ease;
    width: 40px;
    height: 40px;
  }
  p.previous_button:hover:after {
    background-image: url(./images/icon_link_blue_on.png);
  }
  .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;
  }
  .button a:hover:before {
    right: -100px;
  }
  .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: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");
  }
  .wpcf7-form-control.wpcf7-radio {
    padding: 15px 0;
    display: block;
  }
  .button.custom {
    margin: 20px auto 0;
  }
  .button.custom a {
    width: 500px;
  }
  p.button.second {
    margin: 30px 0 0;
  }
  p.button a.tel_link:before {
    content: "";
    background-image: url("./images/icon_tel.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 52px;
    height: 51px;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
  }
  .button a:after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width:767px) {
  .button {
    margin: 25px auto 0;
  }
  .button.second {
    margin: 15px auto 0;
  }
  .button.custom {
    margin: 0 auto 0;
  }
  .button a {
    width: 100%;
    max-width: 400px;
    padding: 15px 0;
  }
  .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: #FE9E00;
    border: 2px solid #FE9E00;
    border-radius: 100px;
    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.submit_button {
    position: relative;
  }
  p.submit_button:after {
    content: "";
    background-image: url(./images/icon_link_orange.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    transition: left 0.5s ease;
    width: calc(40px * 2/3);
    height: calc(40px * 2/3);
  }
  p.previous_button {
    position: relative;
  }
  p.previous_button:after {
    content: "";
    background-image: url(./images/icon_link_blue.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(-1,1);
    left: 16px;
    transition: left 0.5s ease;
    width: calc(40px * 2/3);
    height: calc(40px * 2/3);
  }
  p.previous_button input {
    background-color: #4dc0e4;
    border: 2px solid #4dc0e4;
    border-radius: 100px;
    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.button.second {
    margin: 0 auto 0;
  }
  p.button a.tel_link:before {
    content: "";
    background-image: url("./images/icon_tel.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
  }
  .button a:after {
    width: calc(40px * 2/3);
    height: calc(40px * 2/3);
  }
}
.button {
  text-align: center;
}
.button a {
  background-color: #FE9E00;
  border: 2px solid #FE9E00;
  border-radius: 100px;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  transition: text-shadow 0.3s;
  color: #fff;
  max-width: 100%;
}
.button a:hover {
  background: #fff;
  color: #FE9E00;
}
p.button.right {
  margin: 40px 0 0 auto;
}
p.button.right a {
  display: block;
  margin: 0 0 0 auto;
}
p.button.orange a {
  background-color: #FE9E00;
  border: 2px solid #FE9E00;
}
p.button.orange a:hover {
  background-color: #fff;
  color: #FE9E00;
}
p.button.blue a {
  background-color: #4dc0e4;
  border: 2px solid #4dc0e4;
}
p.button.blue a:hover {
  background-color: #fff;
  color: #4dc0e4;
}
p.submit_button input:hover,
p.previous_button input:hover {
  opacity: .8;
}
.back_singlelists .button a {
  position: relative;
}
.button a:after,
p.button.orange a:after,
.back_singlelists p.button a:after {
  content: "";
  background-image: url("./images/icon_link_orange.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: left 0.5s ease;
}
.back_singlelists p.button a:after,
.back_singlelists p.button a:hover:after {
  width: 40px;
  height: 40px;
  display: block;
}
.button a:hover:after,
p.button.orange a:hover:after,
.back_singlelists p.button a:hover:after {
  background-image: url("./images/icon_link_orange_on.png");
}
p.button.blue a:after {
  background-image: url("./images/icon_link_blue.png");
}
p.button.blue a:hover:after {
  background-image: url("./images/icon_link_blue_on.png");
}
.button.mail a:before {
  content: "";
  background-image: url("./images/icon_mail_white.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 22.918px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 47px;
  content: '';
}
.button.mail a:hover:before {
   background-image: url("./images/icon_mail.png");
}
.button.tel a:hover {
  background-color: #FE9E00;
  color: #fff;
  opacity: .8;
}
p.button a.tel_link {
  position: relative;
  letter-spacing: 3.2px;
}
p.button a.tel_link:hover:before {
  background-image: url("./images/head_icon_tel.png");
}

@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: #FDFBF7;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 10px;
  position: relative;
}
.swiper-scrollbar:before {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background-color: #FDFBF7;

  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.swiper-scrollbar-drag {
  position: relative;
  width: 40%;
  height: 10px;
  background-color: #FE9E00;
  transition: all .25s ease-out;
  cursor: pointer;
  top: -3px;
}
/*
.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: -140px;
    z-index: 1;
    width: 55px;
  }
  .slide-arrow.prev-arrow {
    right: calc(12.5% + 97px);
  }
  .slide-arrow.next-arrow {
    right: 12.5%;
  }
  .slick-dots {
    position: absolute;
    top: -135px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: calc(12.5% + 200px);
  }
  .slide_section {
    right: 100px;
  }
  .recruit_slider,
  .recruit_slider_rtl,
  .recruit_slider .slide_iamge,
  .recruit_slider_rtl .slide_iamge {
    width: 400px;
  }
  .top_bg .top_bg_image_1 {
    right: -20px;
    top: 22%;
    width: 328px;
  }
  .top_bg .top_bg_image_2 {
    left: -5px;
    top: 56%;
    width: 287px;
  }
  .top_bg .top_bg_image_3 {
    right: -100px;
    bottom: 1%;
    width: 291px;
  }
}
@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;
  }
  .slick-dots {
    position: absolute;
    top: -135px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: calc(12.5% + 200px);
  }
  .recruit_slider,
  .recruit_slider_rtl,
  .recruit_slider .slide_iamge,
  .recruit_slider_rtl .slide_iamge {
    width: 300px;
  }
  .slide_section {
    right: 0;
  }
  .slick-slide{
    position: relative;
    display: inline-block;
  }
  .top_bg .top_bg_image_1 {
    right: calc(-20px /2);
    top: 35%;
    width: 100px;
  }
  .top_bg .top_bg_image_2 {
    left: -5px;
    top: 55%;
    width: 100px;
  }
  .top_bg .top_bg_image_3 {
    right: calc(-100px /2);
    bottom: 15%;
    width: 120px;
  }
}
.slick-dots li button:before {
  font-size: 28px;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #F28A00;
  font-size: 36px;
  line-height: 18px;
}
.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%;
}
.top_bg {
  position: relative;
}
.top_bg .top_bg_image_1,
.top_bg .top_bg_image_2,
.top_bg .top_bg_image_3 {
  position: absolute;
  z-index: -1;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
.slide_section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
  position: absolute;
  top: 0;
}
.slide_section .slide {
  transform: rotate(7.63deg);
}
.recruit_slider .slide_iamge,
.recruit_slider_rtl .slide_iamge {
  margin: 4px 0;
}
.recruit_slider_rtl {
  transform: rotate(180deg)!important;
}
.recruit_slider_rtl .slick-slide img {
  transform: rotate(180deg)!important;
}
.recruit_slider .slick-list,
.recruit_slider_rtl .slick-list {
  overflow: visible;
}

/* 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(50px);
}
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);
}

/* Loading */
.loading {
  width: 100%;
  height: 100vh;
  background-image: url("./images/loading_bg.png");
  background-color: #F2E5D9;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  z-index: 999;
  top: 0;
}

.loading_inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.loading_box {
  transition: 0.4s;
  text-align: center;
}

body.is-show .loading_box {
  transform: translateY(0.625em);
}

.loading_logo {
  width: 50%;
  margin: 0 auto 72px;
  max-width: 567px;
}

.loading_visual {
  position: relative;
  width: 100%;
  height: 50px;
}

.loading_bar {
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #4A3B2A, #4A3B2A);
}

.loading_move-wrapper {
  display: block;
  width: 90%;
  margin: auto;
  position: relative;
}

.loading_move {
  position: absolute;
  top: -11.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
}

.loading_circle {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(90deg, #4A3B2A, #4A3B2A);
}

.loading_percent {
  font-weight: bold;;
  background: linear-gradient(90deg, #4A3B2A 0%, #4A3B2A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .loading_move-wrapper {
    width: 80%;
  }
}

/* レスポンシブ */
@media screen and (min-width:768px) and (max-width:1900px) {
  .service_slider div.slick-slide h3 {
		font-size: 2rem;
		padding: 35px 20px;
	}
	.service_slider div.slick-slide h3 span {
		font-size: 1vw;
	}
}
@media screen and (min-width:1400px) and (max-width:1900px) {
	section.recruit_section .two_col .txt h3 {
		font-size: 6.5rem;
	}
	section.recruit_section .two_col .image {
		width: 50%;
	}
	section.recruit_section .two_col .txt {
		width: 49%;
	}
	.company_section .content {
		width: 52%;
	}
}
@media screen and (max-width:1400px) {
	section.recruit_section .two_col .image {
		width: 100%;
		margin-left: 0;
		padding: 20px 0;
		box-sizing: border-box;
	}
	.company_section::before, .company_section::after {
		width: 18%;
		background-position: center;
	}
	 .company_section .content {
		width: 61%;
	 }
	.service_link_box ul li a p.title {
		font-size: 2.3rem;
	}
	dl.area_list {
		margin-top: 60px;
	}
	.blog_section .content {
		margin: auto;
	}
	section.last_section {
		padding-bottom: 50px;
	}
	.footer_contact {
		position: static;
		transform: none;
	}
	footer .content {
		padding-top: 100px;
	}
	
	/* Companyページ */
	section.ceo_message .content {
		padding: 100px 20px 0;
	}
	section.ceo_message .sub_content {
		padding: 100px 20px 0;
	}
	section.ceo_message .sub_content h2, section.company_info .content, .company_info_table {
		padding-left: 20px;
		padding-right: 20px;
	 }
}
@media screen and (max-width:1300px) {
	section.service_section .content .sub_content {
		text-align: center;
	}
	.slick-dots {
		position: absolute;
		top: auto;
		bottom: -55px;
		right: 50%;
		transform: translateX(50%);
		width: 100%;
	}
	.slide-arrow {
		top: 50%;
		transform: translateY(-50%);
	}
	.slide-arrow.prev-arrow {
		right: auto;
		left: 0;
	}
	.slide-arrow.next-arrow {
		right: 0;
	}
	.area_title {
		text-align: right;
	}
}
@media screen and (max-width:1024px) {
	p.fv_catch_txt.page_title br {
		display: block;
	}
	.service_slider div.slick-slide h3 span {
		font-size: 2vw;
	}
	.service_link_box ul {
		gap: 30px 30px;
	}
	section.recruit_section .two_col .image h2 {
		margin-bottom: 0;
	}
	.company_section .content {
		padding: 0;
	}
	.blog_section .content {
		padding-top: 30px;
	}
	.footer_contact .content {
		padding: 0 20px;
	}
	.contact_two_col {
		gap: 0 30px;
	}
	.contact_two_col p.button a {
		font-size: 1.1rem;
	}
	.contact_two_col p.button.white a img.icon_line, .contact_two_col p.button.white a img.icon_mail {
		width: 40px;
	}
	
	/* Aboutページ */
	.about_main .page_title {
		line-height: 1.6;
		font-size: 1.5rem;
	}
	.about_main .page_title span.sub_title {
		margin-top: 20px;
		line-height: 1.6;
		font-size: 1.4rem;
	}
	
	/* Recruitページ */
	.recruit_page ul.inner_link_list li a {
		font-size: 1rem;
	}
	.recruit_page .recruit_main .page_title {
		font-size: 2.4rem;
	}
	.recruit_main .two_col {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.recruit_main .point_box {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.recruitment_flow .recruit_flow_box {
		margin: 100px auto;
	}
}
@media screen and (min-width:768px) {
  footer p.contact_title {
    padding-bottom: 50px;
  }
}
@media screen and (max-width:767px) {
	p.fv_catch_txt.page_title {
		font-size: .875rem;
    padding: 5px 10px;
	}
	section.service_section .content {
		padding: 56px 20px;
	}
	.service_slider {
		margin: 50px auto 0;
	}
	.service_section .button {
		margin-top: 30px;
	}
	.service_link_box {
		margin: 100px auto 0;
	}
	.service_link_box ul {
		display: block;
	}
	.service_link_box ul li {
		height: 180px;
	}
	.service_slider div.slick-slide h3 span {
		font-size: 4.3vw;
	}
	.sub_content.users {
		padding-top: 100px;
	}
	.area_title {
		width: 100%;
	}
	dl.area_list {
		margin-top: 40px;
		padding: 30px 20px;
		width: 100%;
    	display: block;
	}
	dl.area_list dt {
		width: 100%;
		margin-bottom: 10px;
	}
	dl.area_list dd {
		width: 100%;
	}
	dl.area_list dd:not(:last-child) {
		margin-bottom: 25px;
	}
	div.bg_section {
		padding-top: 0;
	}
	section.recruit_section {
		width: 100%;
		padding: 0;
	}
	section.recruit_section .two_col .txt h3 {
		font-size: 4rem;
		margin-bottom: 30px;
	}
	.two_col_btn {
		display: block;
	}
	p.button.black a::after {
		right: 18px;
	}
	.company_section {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto 50px;
    padding-top: 115vw;
	}
	.company_section::before, .company_section::after {
		position: absolute;
		width: 50%;
		height: 110vw;
    top: 0;
	}
	.company_section .content {
		width: 100%;
		margin: 0 auto 50px;
		padding: 0 20px;
		order: -1;
	}
	.company_section p.catch {
		margin: 0 auto 20px;
		font-size: 1.2rem;
	}
	.company_section .button.orange {
		margin-top: 40px;
	}
	.blog_section p.button.right a {
		margin: 0 auto;
	}
	footer {
		overflow: hidden;
	}
	.contact_two_col {
    display: grid;
    margin-top: 30px;
    gap: 50px 0;
    grid-template-columns: 1fr;
  }
	.contact_two_col p.button.white a {
		padding: 15px 70px 15px 0px;
	}
	footer .content {
		padding: 50px 20px 130px;
	}
	.footer_tel img {
		width: 100%;
	}
	footer p.contact_title {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 25px;
  }
	section .content.secondwidth {
		padding: 50px 20px;
	}
  .service_slider div.slick-slide h3 {
		font-size: 1.8rem;
		padding: 35px 20px;
	}
	.service_slider div.slick-slide h3 span {
		font-size: 1rem;
	}
	
	/* Aboutページ */
	section.innerlink_box .content.secondwidth {
		padding: 50px 20px 0;
	}
	section.about_content .content.secondwidth, section.users_content .content.secondwidth {
		padding: 50px 20px 75px;
	}
	section.about_main .content.secondwidth {
		padding-top: 0;
	}
	section.about_content #quality.content.secondwidth {
		padding-top: 0;
	}
	.one_col_box {
		padding: 30px 20px;
		margin-bottom: 30px;
	}
	.one_col_box.first {
		margin-top: 50px;
	}
	.one_col_box .two_col {
		display: block;
	}
	.one_col_box .two_col .image {
		width: 70px;
		margin-left: auto;
		margin-top: -40px;
	}
	p.outlink a::before {
		left: 0;
	}
	
	/* Serviceページ */
	p.subpage_catch {
		margin: 0 auto 50px;
	}
	section.innerlink_box.bg .content.secondwidth ul.inner_link_list {
		margin-bottom: 0;
		padding-bottom: 30px;
	}
	.flow_section p.flow_image {
		margin: 50px auto 0;
	}
	.flow_section .flow_box {
		display: block;
	}
	.flow_section .flow_box.first {
		margin: 60px auto;
	}
	.flow_section .flow_box .txt {
		margin-bottom: 30px;
	}
	.flow_section .flow_box  h3.underline {
		margin: 0 auto 40px;
	}
	.flow_section .flow_box:last-child {
		margin: 0 auto;
	}
	.two_col.box_col .box .txt {
		padding: 30px 25px;
	}
  .two_col.box_col {
		grid-template-columns: 1fr;
		gap: 30px;
		margin: 0 auto 60px;
	}
	.standard_section .two_col.box_col.first {
		margin: 0 auto 50px;
	}
	.standard_section h2.underline {
		font-size: 1.7rem;
		margin: 0 auto 60px;
	}
	
	/* Recruitページ */
	.recruit_page ul.inner_link_list {
		margin: 0 auto 50px;
	}
	.recruit_page ul.inner_link_list li a {
		font-size: 1.25rem;
	}
	.recruit_main .two_col {
		margin-top: 50px;
	}
	.recruit_main .two_col .content h3 {
		margin-bottom: 10px;
	}
	.recruit_main .point_box > div p img {
		height: 60px;
		margin-bottom: 20px;
	}
	.recruit_main .point_box > div p img.point_2 {
		margin-right: -12px;
	}
	.recruit_main .point_box {
		margin: 40px auto 0;
	}
	.recruitment_info table {
		border-spacing: 0 20px;
		margin: 20px auto 0;
	}
	section.recruitment_flow h2 {
		margin-bottom: 30px;
	}
	.recruitment_flow .recruit_flow_box {
		margin: 50px auto 0;
	}
	.recruit_flow_box .flow_detail {
		gap: 0px 30px;
		padding: 20px 20px 30px;
	}
	.content .recruit_flow_box h3 {
		margin-bottom: 0;
	}
	
	/* Faqページ */
	.faq_page .faq_list {
		margin-bottom: 75px;
	}
	
	/* Companyページ */
	.company_page ul.inner_link_list {
		margin: 0 auto;
	}
	section.ceo_message .sub_content h2 {
		padding: 0;
	}
	.ceo_message .two_col {
		margin: 0 auto;
	}
	section.ceo_message .sub_content {
		padding: 50px 20px 0;
	}
	section.ceo_message .content {
		padding: 20px 20px 0;
	}
	.company_page .three_col {
		gap: 10px;
	}
	.company_page .hisory_box {
		margin: 50px auto 0;
	}
	section.company_info .content {
		padding: 50px 20px;
	}

}
@media screen and (max-width:480px) {
	
	/* Aboutページ */
	.about_main .page_title {
		font-size: 1.5rem;
	}
	.about_main .page_title span.sub_title {
		font-size: 1.2rem;
	}
	section.about_main p.more_size {
		line-height: 2;
		font-size: 1rem;
	}
	.about_content_box .about_content_detail h3 {
		margin: 0 auto 20px;
	}
	.one_col_box {
		padding: 20px;
	}
	#quality .one_col_box h3 {
		margin-bottom: 10px;
	}
	
	/* Serviceページ */
	section.innerlink_box.bg .content.secondwidth ul.inner_link_list {
		padding-bottom: 10px;
	}
	
	/* Recruitページ */
	.recruit_page ul.inner_link_list {
		margin: 0 auto 50px;
	}
	.recruit_page .recruit_main .page_title {
		font-size: 1.8rem;
	}
	.recruit_page .recruit_main  .content h3 {
		margin-bottom: 10px;
	}
	.recruit_main .point_box {
		gap: 10px;
	}
	.point_box > div p.sub_title {
		font-size: 1rem;
	}
	.recruitment_info table {
		margin: 0 auto;
	}
	section.recruitment_flow h2 {
		margin-bottom: 20px;
	}
	.recruit_flow_box .flow_detail {
		flex-direction: column;
		gap: 30px;
	}
	.recruit_flow_box .flow_detail .txt {
		width: 100%;
	}
	
	/* Companyページ */
	.company_page .three_col {
		grid-template-columns: 1fr;
	}
	.company_info_table table tr th {
		padding: 15px 0 15px 18px;
	}
}

/* Scroll */
@media screen and (min-width:768px) {
  .p-top-fv__scroll {
    position: absolute;
    bottom: 30%;
    left: 3%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.0rem;
  }
}
@media screen and (max-width:767px) {
  .p-top-fv__scroll {
    position: absolute;
    bottom: 10%;
    left: 3%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.0rem;
  }
}


.p-top-fv__scroll-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.p-top-fv__scroll-line {
  width: 0.1rem;
  height: 10.0rem;
  background-color: #fff;
  position: relative;
}

.p-top-fv__scroll-ball {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
  animation: fv-scrollAnimation 2.0s infinite;
}

/* --- アニメーション定義 --- */
@keyframes fv-scrollAnimation {
  0% {
    top: 0;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    top: 100%;
    opacity: 0;
  }
}