@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 54.69%;
  }
}
body {
  background: #fff;
  font-size: 1.6rem;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.096rem;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
}

*:focus {
  outline: none;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.clearfix {
  overflow: hidden;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

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

.alignleft {
  float: left;
  margin: 0 30px 20px 0;
  width: 34%;
}

.aligncenter {
  display: block;
  width: auto;
  margin: 0 auto 30px;
}

.alignright {
  float: right;
  margin: 0 0 20px 30px;
  width: 34%;
}

@media print, screen and (min-width: 768px) {
  .alignleft {
    margin-right: 30px;
  }
  .alignright {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .alignleft,
  .aligncenter,
  .alignright {
    display: block;
    float: none;
    margin: 0 auto 20px;
    width: 100%;
  }
}
.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  br.sp,
  span.sp {
    display: inline !important;
  }
  span.br {
    display: inline-block !important;
  }
  span.spdb {
    display: inline-block;
  }
}
.flex_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .columns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    gap: 30px;
  }
  .columns.columns_2,
  .columns.columns_3,
  .columns.columns_4,
  .columns.columns_5,
  .columns.columns_6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.columns_2 > *,
  .columns .col_2 {
    width: calc((100% - 30px) / 2);
  }
  .columns.columns_3 > *,
  .columns .col_3 {
    max-width: calc((100% - 60px) / 3);
  }
  .columns.columns_4 > *,
  .columns .col_4 {
    max-width: calc((100% - 90px) / 4);
  }
  .columns.columns_5 > *,
  .columns .col_5 {
    max-width: calc((100% - 120px) / 5);
  }
  .columns.columns_6 > *,
  .columns .col_6 {
    max-width: calc((100% - 125px) / 6);
  }
}
@media only screen and (max-width: 767px) {
  .columns.columns_2 > *:not(:first-child),
  .columns.columns_3 > *:not(:first-child),
  .columns.columns_4 > *:not(:first-child),
  .columns.columns_5 > *:not(:first-child),
  .columns.columns_6 > *:not(:first-child),
  .columns .col_2:not(:first-child),
  .columns .col_3:not(:first-child),
  .columns .col_4:not(:first-child),
  .columns .col_5:not(:first-child),
  .columns .col_6:not(:first-child) {
    margin-top: 20px;
  }
  .columns.sp_columns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.sp_columns.columns_2 > *,
  .columns.sp_columns.columns_3 > *,
  .columns.sp_columns.columns_4 > *,
  .columns.sp_columns.columns_5 > *,
  .columns.sp_columns.columns_6 > *,
  .columns.sp_columns.sp_columns_2 > *,
  .columns.sp_columns .col_2,
  .columns.sp_columns .col_3,
  .columns.sp_columns .col_4,
  .columns.sp_columns .col_5,
  .columns.sp_columns .col_6,
  .columns.sp_columns .sp_col_2 {
    max-width: calc((100% - 30px) / 2);
  }
  .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_3 {
    max-width: calc((100% - 60px) / 3);
  }
  .columns.sp_columns.columns_2 > *,
  .columns.sp_columns.columns_3 > *,
  .columns.sp_columns.columns_4 > *,
  .columns.sp_columns.columns_5 > *,
  .columns.sp_columns.columns_6 > *,
  .columns.sp_columns .col_2,
  .columns.sp_columns .col_3,
  .columns.sp_columns .col_4,
  .columns.sp_columns .col_5,
  .columns.sp_columns .col_6,
  .columns.sp_columns.sp_columns_2 > *,
  .columns.sp_columns.sp_columns_3 > *,
  .columns.sp_columns .sp_col_2,
  .columns.sp_columns .sp_col_3 {
    margin-right: 30px;
  }
  .columns.sp_columns:not(.sp_columns_3).columns_2 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3).columns_3 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3).columns_4 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3).columns_5 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3).columns_6 > *:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_2:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_3:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_4:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_5:nth-child(2n),
  .columns.sp_columns:not(.sp_columns_3) .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .columns.sp_columns.sp_columns_2 > *:nth-child(2n),
  .columns.sp_columns.sp_columns_3 > *:nth-child(3n),
  .columns.sp_columns .sp_col_2:nth-child(2n),
  .columns.sp_columns .sp_col_3:nth-child(3n) {
    margin-right: 0;
  }
  .columns_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sp-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.sp-columns_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-center {
  text-align: center !important;
}

@media print, screen and (min-width: 768px) {
  .pc-text-center {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .flex_1 {
    margin-top: 30px;
  }
}
.mt0 {
  margin-top: 0 !important;
}

.box_entry-item {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .container,
  .gutters {
    max-width: 1200px;
    width: 100%;
  }
}
@media print, screen and (max-width: 1279px) {
  .container,
  .gutters {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    padding-bottom: 90px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 1389px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.archive #contents > .inner,
  body.single #contents > .inner {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  body.archive:not(.category-topics) #contents > .inner,
  body.single #contents > .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
  body.archive:not(.category-topics) #contents > .inner #main,
  body.single #contents > .inner #main {
    width: 72%;
  }
  body.archive:not(.category-topics) #contents > .inner #aside,
  body.single #contents > .inner #aside {
    width: 24%;
  }
}
#loader_wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #ddd;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
}

#loader_wrapper.is_hide,
#loader_wrapper .is_hide {
  opacity: 0;
}

#loader_wrapper .line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px;
}

#loader_wrapper .line-spin-fade-loader > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(2) {
  top: 13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(4) {
  top: -13.63636px;
  left: 13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(6) {
  top: -13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
}

#loader_wrapper .line-spin-fade-loader > div:nth-child(8) {
  top: 13.63636px;
  left: -13.63636px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}

@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
#loading_wrapper {
  -webkit-animation: loading_wrapper 1s linear 0s 1 normal;
  animation: loading_wrapper 1s linear 0s 1 normal;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes loading_wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading_wrapper {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header .container {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.header .header_inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.header .header_logo {
  margin-right: 20px;
  margin-left: 20px;
  width: 510px;
  max-width: calc(100% - 240px - 40px);
}
@media (max-width: 767px) {
  .header .header_logo {
    max-width: calc(100% - 50px - 60px);
    margin-left: 10px;
  }
}

.header .sp_logo {
  display: block;
}

.header .sp_logo_fixed {
  display: none;
}

.header .header_logo {
  text-align: center;
}

.header {
  transition: background-color 0.2s;
}
.header.fixed {
  background: rgba(255, 255, 255, 0.9);
}
.header .header_right {
  display: flex;
}
.header .header_entry a {
  background: #000021;
  height: 100px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  flex-direction: column;
  line-height: 1.5;
  padding-bottom: 1.2em;
  position: relative;
}
.header .header_entry a:hover {
  background: #101063;
}
.header .header_entry a:after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 13px;
  top: auto;
  bottom: 1em;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.header .header_entry a .en {
  font-size: 16px;
}

/* ハンバーガーメニュー */
.header__hamburger {
  height: 100%;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  width: 100px;
  height: 100px;
  background: #fcf7e4;
  color: #000021;
}
@media (max-width: 767px) {
  .hamburger {
    width: 70px;
    height: 70px;
		padding-top: 6px;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span:not(:last-child) {
  width: 40px !important;
  height: 4px;
  background-color: #000021;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .hamburger span:not(:last-child) {
    width: 30px !important;
    height: 3px;
  }
}

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

.hamburger span:nth-child(2) {
  margin: 10px auto;
}
@media (max-width: 767px) {
  .hamburger span:nth-child(2) {
    margin: 8px auto;
  }
}

.hamburger span:nth-child(3) {
  top: 0;
}

.hamburger span:nth-child(4) {
  font-size: 20px;
  margin-top: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .hamburger span:nth-child(4) {
    font-size: 16px;
  }
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .hamburger.active span:nth-child(1) {
    top: 11px;
  }
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .hamburger.active span:nth-child(3) {
    top: -11px;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

@media (min-width: 768px) {
  .menu-header_menu {
    max-height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
  }
}
@media (max-width: 767px) {
  .menu-header_menu {
    padding-bottom: 80px;
  }
}
.menu-header_menu_left {
  background-image: linear-gradient(-145deg, rgb(122, 217, 109) 0%, rgb(45, 218, 169) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: clamp(40px, 4vw, 80px);
}
.menu-header_menu_left small {
  font-size: 0.375em;
  display: block;
}
@media (min-width: 768px) {
  .menu-header_menu_right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-header_menu_right_inner {
    display: grid;
    padding: 45px;
    width: 100%;
    gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(244px, 1fr));
  }
}

.nav_menu_ul_box_tit {
  font-weight: bold;
  font-size: 18px;
  border-bottom: solid 2px #27bc96;
  text-align: left;
  color: #27bc96;
  padding-bottom: 1em;
	line-height: 1.6;
}
@media (max-width: 767px) {
  .nav_menu_ul_box_tit {
    background: #27bc96;
    color: #fff;
    border-bottom: none;
    padding: 0.7em 1em;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
    font-size: 16px;
  }
}
.nav_menu_ul_box_tit .en {
  font-weight: 500;
  font-size: 1.7777777778em;
  font-family: "Noto Serif JP", serif;
  color: #000021;
  display: block;
}
@media (max-width: 767px) {
  .nav_menu_ul_box_tit .en {
    color: #fff;
    padding-right: 0.5em;
    margin-right: 0.5em;
    border-right: solid 1px #7dc4b2;
    line-height: 1.2;
    font-size: 1.625em;
  }
}
.nav_menu_ul_box_ul li + li {
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .nav_menu_ul_box_ul li + li {
    margin-top: 0;
    border-top: solid 1px #bbbbbb;
  }
}
.nav_menu_ul_box_ul a {
  text-decoration: none;
  color: #000021;
  font-weight: bold;
  position: relative;
  padding-left: 0.7em;
  display: block;
}
@media (max-width: 767px) {
  .nav_menu_ul_box_ul a {
    padding: 0.6em 1em;
  }
}
@media (min-width: 768px) {
  .nav_menu_ul_box_ul a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 8px;
    top: 0.85em;
    bottom: auto;
    right: auto;
    left: 0;
    margin: auto;
    background: #27bc96;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
}

.footer {
  background: #000021;
  padding: 70px 0;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 80px;
  }
}
.footer p.footer_address,
.footer p.footer_tel {
  margin: 0;
}
.footer p.footer_tel a {
  text-decoration: none;
  color: #fff;
  font-size: 32px;
  position: relative;
  padding-left: 1em;
}
.footer p.footer_tel a:before {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 29px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  max-width: 0.8125em;
  background: url(../img/icon_tel.svg) no-repeat center left/contain;
}
.footer .footer_layout {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .footer .footer_layout {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .footer .footer_r {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
  }
}

.footer_link {
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  width: 100%;
  z-index: 10;
}
.footer_link a {
  color: #fff;
  background: #000021;
  border-top: solid 1px #fff;
  position: relative;
  padding: 0.5em;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_link a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 1em;
  left: auto;
  margin: auto;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #fff;
}
.footer_link a .large {
  font-size: 0.8em;
  margin-left: 0.5em;
}
#copyright {
  background: #000021;
  color: #fff;
  margin-top: 70px;
  padding: 10px 0;
  text-align: center;
}

#totop {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 10px;

}

#totop:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  #totop {
    width: 50px;
    bottom: 22vw;
  }
}
#totop .totop_inner {
  background: #fff;
  border: solid 1px #000;
  width: 60px;
  height: 60px;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

#totop .totop_inner .material-icons {
  font-size: 3.4rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  #totop .totop_inner {
    width: 50px;
    height: 50px;
  }
}
.side_bnr {
  position: fixed;
  right: 0;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .side_bnr {
    top: 200px;
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .side_bnr {
    bottom: 0;
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mce-content-body p,
.mce-content-body ul,
.mce-content-body ol,
.mce-content-body dl,
.mce-content-body table {
  margin-top: 2.4rem;
}

.mce-content-body a {
  color: #000021;
  text-decoration: underline;
}

.mce-content-body a:hover {
  color: #000021;
  text-decoration: none;
}

.mce-content-body a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mce-content-body a:hover img {
  opacity: 0.7;
}

.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #eee;
}

.mce-content-body strong {
  font-weight: bold;
}

.mce-content-body sup {
  font-size: 1.04rem;
  vertical-align: super;
}

.mce-content-body sub {
  font-size: 1.04rem;
  vertical-align: sub;
}

.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 2.4rem;
  padding: 2.88rem;
  position: relative;
}

.mce-content-body blockquote::before,
.mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: "format_quote";
  width: 3.2rem;
  height: 3.2rem;
  font-family: "Material Icons";
  font-size: 3.2rem;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}

.mce-content-body blockquote::before {
  top: 1.6rem;
  left: 1.2rem;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mce-content-body blockquote::after {
  right: 1.2rem;
  bottom: 1.6rem;
}

.mce-content-body p.error404 {
  margin-bottom: 10rem;
  margin-top: 7.5rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.post-type-page h3,
.post-type-page h4,
.post-type-page h5,
.post-type-page h6 {
  font-weight: bold;
}

.post-type-page h3 {
  color: #000021;
  font-size: 3.2rem;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  margin-top: 6.4rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .post-type-page h3 {
    margin-top: 4rem;
  }
}
.post-type-page h3 .subtext {
  color: #000021;
  display: block;
  font-size: 2rem;
  margin-top: 0.4rem;
}

.post-type-page h4 {
  color: #000021;
  color: #000021;
  display: table;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  padding-bottom: 0.8rem;
  position: relative;
}

.post-type-page h5 {
  color: #000021;
  display: table;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 2.56rem;
  position: relative;
}

.post-type-page h6 {
  color: #000021;
  display: table;
  font-size: 1.84rem;
  line-height: 1.5;
  margin-top: 2.56rem;
}

.post-type-post h3,
.post-type-post h4,
.post-type-post h5,
.post-type-post h6 {
  font-weight: bold;
  letter-spacing: 0.32rem;
  line-height: 1.5;
}

.post-type-post h3 {
  border-bottom: 2px solid #000021;
  font-size: 2.6rem;
  margin-top: 5.6rem;
  padding-bottom: 2rem;
}

.post-type-post h4 {
  background: #f6f9fb;
  border-radius: 3px;
  color: #000021;
  font-size: 2.2rem;
  margin-top: 4.8rem;
  padding: 2rem 2.4rem;
}

.post-type-post h5 {
  border-left: 5px solid #000021;
  font-size: 2.2rem;
  margin-top: 4rem;
  padding-left: 1.2rem;
}

.post-type-post h6 {
  background: #f6f9fb;
  border-radius: 2px;
  color: #000021;
  display: table;
  font-size: 1.8rem;
  letter-spacing: 0.16rem;
  margin-top: 3.6rem;
  padding: 1.2rem 1.6rem;
}

.section h3:first-child {
  margin-top: 2.4rem;
}

.section hr {
  margin-bottom: 10rem;
  margin-top: 10rem;
  max-width: 1200px;
}

.section_bg {
  background: #f6f9fb;
}

.googlemap,
.youtube,
.movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.googlemap iframe,
.youtube iframe,
.movie iframe,.movie img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  table.table_address {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  table.table_address thead,
  table.table_address tbody,
  table.table_address tr,
  table.table_address th,
  table.table_address td {
    display: block;
  }
}
table.table_address th,
table.table_address td {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.6;
  padding: 1.6rem 0;
}

@media only screen and (max-width: 767px) {
  table.table_address th,
  table.table_address td {
    border: none;
  }
}
table.table_address th {
  padding-right: 1em;
}

@media only screen and (max-width: 767px) {
  table.table_address th {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
    text-align: left;
  }
}
table.table_timetable {
  table-layout: fixed;
}

table.table_timetable th,
table.table_timetable td {
  background: transparent;
  border-bottom: 1px solid #ddd;
  padding: 0.8rem 0.2rem;
  text-align: center;
}

table.table_timetable thead th {
  background: #55abe4;
  color: #fff;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody th {
  text-align: center;
}

table.table_timetable .consul {
  color: #000021;
}

@media print, screen and (min-width: 768px) and (max-width: 1389px) {
  table.table_timetable {
    font-size: 82%;
  }
}
table.table_fee {
  table-layout: fixed;
}

@media only screen and (max-width: 767px) {
  table.table_fee {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  table.table_fee thead,
  table.table_fee tbody,
  table.table_fee tr,
  table.table_fee th,
  table.table_fee td {
    display: block;
  }
}
table.table_fee th,
table.table_fee td {
  background: transparent;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  table.table_fee th,
  table.table_fee td {
    border: none;
  }
}
table.table_fee thead th {
  background: #55abe4;
  color: #fff;
  text-align: center;
}

table.table_fee tbody th {
  background: #eff7fc;
  vertical-align: middle;
}

table.table_fee tbody td:last-child {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  table.table_fee th {
    border-top: 1px solid #ddd;
    text-align: left;
  }
}
.js-scrollable,
.js-scrollable_pc {
  margin-top: 2.4rem;
}

.js-scrollable table:first-child,
.js-scrollable_pc table:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table {
    width: auto;
    min-width: 135%;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 135%;
}

@media only screen and (max-width: 767px) {
  .js-scrollable_pc table {
    min-width: 170%;
  }
}
#page_title {
  background: #000;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #fff;
}
#page_title.fixed {
  margin: 150px 0 0;
}

#page_title .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  #page_title .container {
    height: 120px;
  }
}
#page_title .page_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.32rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #page_title .page_title {
    font-size: 2.6rem;
  }
}
#breadcrumb {
  background: #f9f9f9;
  color: #888;
  font-size: 1.408rem;
  line-height: 1.4;
  padding: 1.2rem;
}

#breadcrumb .material-icons {
  font-size: 1.6rem;
}

#breadcrumb ol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
}

#breadcrumb li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

#breadcrumb a {
  color: #888;
  text-decoration: none;
}

#breadcrumb a:hover {
  color: #01669a;
  text-decoration: none;
}

#breadcrumb li:last-child a {
  pointer-events: none;
}

#breadcrumb .current a {
  color: #000021;
}

.btnstyle a {
  background: #000021;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: table;
  line-height: 1.5;
  max-width: 240px;
  width: 100%;
  padding: 1.36rem 2.4rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
}
.btnstyle a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0.8em;
  margin: auto;
  width: 22px;
  height: 2px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.2s;
  transform: skew(45deg);
}

.btnstyle a:hover {
  color: #fff;
  opacity: 0.8;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.8rem;
  margin-bottom: 2.8rem;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 0.6rem 0rem 0.6rem 6rem;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  font-family: century-gothic, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 2rem;
  height: 4rem;
  line-height: 4rem;
  position: absolute;
  width: 4rem;
  top: 0;
  text-align: center;
  left: 0;
}

.box_faq .question {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #000021;
}

.box_faq .question p {
  padding-right: 2rem;
  position: relative;
}

.box_faq .question p::before,
.box_faq .question p::after {
  position: absolute;
  content: "";
  top: 1.2rem;
  right: 0;
  background: #000021;
  border-radius: 1px;
  width: 1.6rem;
  height: 0.3rem;
}

.box_faq .question p::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box_faq .question p.open::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 30px;
}

.box_faq .answer::before {
  content: "A";
  color: #55abe4;
  background: #e6f3fb;
  top: 30px;
}

.wpcf7 dt,
.box_form dt {
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.wpcf7 dd,
.box_form dd {
  margin-bottom: 2rem;
}

.wpcf7 dd > span + span,
.box_form dd > span + span {
  margin-left: 15px;
}

.wpcf7 select,
.wpcf7 input,
.wpcf7 textarea,
.box_form select,
.box_form input,
.box_form textarea {
  font-family: inherit;
  font-size: inherit;
  max-width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea,
.box_form input[type=text],
.box_form input[type=email],
.box_form input[type=tel],
.box_form textarea {
  padding: 12px 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.wpcf7 textarea,
.box_form textarea {
  width: 100%;
}

.wpcf7 select,
.box_form select {
  padding: 10px 2px;
}

@media print, screen and (min-width: 768px) {
  .wpcf7 .input_wrap:not(:first-child),
  .box_form .input_wrap:not(:first-child) {
    margin-left: 2rem;
  }
}
.wpcf7 .attention,
.box_form .attention {
  color: #cc0000;
  font-size: 1.2rem;
}

.wpcf7 .acceptance .attention,
.box_form .acceptance .attention {
  font-size: inherit;
}

.wpcf7 .subtxt,
.box_form .subtxt {
  color: #999;
  font-size: 1.2rem;
  display: block;
}

.wpcf7 input[type=submit],
.box_form input[type=submit] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #000021;
  background: #000021;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  width: 240px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7 input[type=submit]:hover,
.box_form input[type=submit]:hover {
  background: #fff;
  color: #000021;
  cursor: pointer;
}

.wpcf7 .btn-style,
.wpcf7 .btnstyle,
.box_form .btn-style,
.box_form .btnstyle {
  text-align: center;
  margin-top: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .wpcf7 .btn-style,
  .wpcf7 .btnstyle,
  .box_form .btn-style,
  .box_form .btnstyle {
    margin-top: 2rem;
  }
}
.wpcf7 .screen-reader-response,
.box_form .screen-reader-response {
  margin-bottom: 2rem;
  padding: 10px;
  background: #fffbd2;
}

.wpcf7 .screen-reader-response ul,
.box_form .screen-reader-response ul {
  display: none;
}

.wpcf7 input.wpcf7-not-valid,
.box_form input.wpcf7-not-valid {
  background: #fffbd2;
}

.wpcf7 .wpcf7-not-valid-tip,
.box_form .wpcf7-not-valid-tip {
  color: #f88a1e;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,
.box_form .wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #fffbd2;
}

.wpcf7 .btn-style {
  text-align: center;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
}

.point_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 60px;
}

.columns .point_box:first-child {
  margin-top: 60px;
}

.point_box p {
  margin-bottom: 30px;
}

.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.notice_box .notice_title {
  background: #f6f9fb;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #000021;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #000021;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul,
.notice_box .notice_text p {
  width: 100%;
}

.notice_box .notice_text ul:first-child,
.notice_box .notice_text p:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .notice_box .notice_text {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
.sitemap_box {
  max-width: 800px;
  margin: 6.4rem auto 9.6rem;
}

@media only screen and (max-width: 767px) {
  .sitemap_box {
    margin: 4.8rem auto 7.2rem;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}

.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}

.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 2rem 4rem 2rem 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #000021;
}

@media only screen and (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 1.6rem 3.2rem 1.6rem 1.6rem;
  }
}
.sitemap_box .menu a:hover {
  color: #000021;
  background: #f6f9fb;
}

.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 1.6rem;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000021;
  border-right: 1px solid #000021;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* mainimage */
.mainimage {
  position: relative;
}

.mainimage img {
  width: 100%;
}

.mainimage .slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.mainimage .slider.slick-initialized {
  opacity: 1;
}

.mainimage .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mainimage .slick-dots {
    top: calc(100px + 6%);
    right: 1.5%;
    left: auto;
    bottom: auto;
    width: fit-content;

}
@media (max-width: 767px) {
.mainimage .slick-dots {
    top: calc(50px + 6%);

}
}
.mainimage .slick-dots li {
    margin: clamp(5px,0.8vw,15px);
    display: block;
}

.mainimage .slick-dots li button {
  position: relative;
  padding: 0;
}

.mainimage .slick-dots li button:before {
  color: #27bc96;
  content: "●";
  font-family: sans-serif;
  font-size: clamp(10px,1vw,18px);
}

.mainimage .slick-prev {
  z-index: 1;
  left: 10px;
}

.mainimage .slick-next {
  z-index: 1;
  right: 10px;
}

.table_list {
  color: #fff;
}

@media (min-width: 1375px) {
  .table_list {
    margin-left: 10px;
  }
}
.table_list th,
.table_list td {
  padding: 32px 0;
  border-bottom: solid 1px #3b3b3b;
  letter-spacing: 0.07em;
}

@media (max-width: 1375px) {
  .table_list th,
  .table_list td {
    padding: 15px 0;
  }
}
.table_list th {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #7d7d7d;
  width: 48px;
  text-align: left;
}

@media (min-width: 1375px) {
  .table_list th {
    vertical-align: middle;
    font-size: 17px;
  }
}
.table_list td {
  line-height: 1.7222222222;
  font-size: 14px;
}

@media (min-width: 1375px) {
  .table_list td {
    font-size: 18px;
  }
}
.box_entry_archive-blogsingleon .btnstyle {
  margin-top: 15px;
}

.box_entry_archive-blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.32rem;
  line-height: 1.5;
  margin-top: 6.4rem;
}

.box_entry-item .entry_title {
  font-size: 2.2rem;
  margin-top: 4.8rem;
}

.entry_title a {
  color: #000021;
  text-decoration: none;
}

.entry_title a:hover {
  color: #000021;
}

.entry_ex {
  margin-bottom: 4rem;
  margin-top: 3.2rem;
}

.box_entry-item .entry_ex {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .box_entry-item .entry_ex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
.entry_date {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.408rem;
}

.entry_date .material-icons {
  color: #000021;
  font-size: 1.6rem;
  margin-right: 8px;
}

.archive .box_entry-news .entry_date {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #999;
  font-weight: normal;
  margin-top: 0.8rem;
}

.archive .box_entry-news .entry_date .material-icons {
  color: #999;
}

.box_entry-item .entry_date {
  margin-right: 1.6rem;
}

.post-categories {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.408rem;
  line-height: 1.1;
  margin-top: 0.8rem;
}

.post-categories .material-icons {
  color: #000021;
  font-size: 1.6rem;
  margin-right: 8px;
}

.post-categories a {
  color: #000021;
  display: block;
  margin-right: 4px;
  text-decoration: none;
}

.box_entry-item .post-categories {
  margin-top: 0;
}

.pagenav_single {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 1px solid #eee;
  font-size: 1.408rem;
  line-height: 1.5;
  margin-top: 6.4rem !important;
  padding-top: 4.8rem;
}

.pagenav_single a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagenav_single a .material-icons {
  font-size: 1.408rem;
}

.pagenav_single a:hover {
  opacity: 0.7;
}

.box_entry-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 4.8rem;
}

.box_entry-item:first-child {
  padding-top: 1.6rem;
}

.box_entry-news .archive {
  border-bottom: 1px solid #eee;
  padding-bottom: 8rem;
}

.pagenav_archive {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.408rem;
  line-height: 2rem;
  margin-top: 6.4rem;
}

.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 2rem;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 2rem;
}

.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}

.pagenav_archive .page-numbers:hover {
  background: #000021;
  border: 1px solid #000021;
  color: #fff;
  cursor: pointer;
}

#post_aside {
  margin-top: 3.2rem;
}

#post_aside .aside_box {
  padding-top: 3.2rem;
}

#post_aside .aside_title {
  border-bottom: 2px solid #000021;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}

#post_aside .category_list {
  margin-top: 1.6rem;
}

#post_aside .category_list li {
  border-bottom: 1px solid #eee;
}

#post_aside .category_list a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #000021;
  line-height: 1.5;
  padding: 1.2rem 0.8rem;
  text-decoration: none;
}

#post_aside .category_list a:hover {
  color: #000021;
}

#post_aside .category_list a .material-icons {
  font-size: 1.6rem;
}

#post_aside .latestpost_list {
  margin-top: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #eee;
}

#post_aside .latestpost_list a {
  color: #000021;
  display: table;
  line-height: 1.5;
  padding: 0.4rem 0.8rem 0.4rem 2.4rem;
  position: relative;
  text-decoration: none;
}

#post_aside .latestpost_list a::before {
  content: "・";
  left: 0.8rem;
  padding-top: 0.4rem;
  position: absolute;
  top: 0;
}

#post_aside .latestpost_list a:hover {
  color: #000021;
}

#post_aside .latestpost_list a:hover::before {
  color: #000021;
}

@media (max-width: 767px) {
  body.home .hamburger span {
    background-color: #fff;
  }
}
@media (min-width: 480px) {
  .pc02 {
    display: block;
  }
  .sp02 {
    display: none;
  }
}
@media (max-width: 479px) {
  .pc02 {
    display: none;
  }
  .sp02 {
    display: block;
  }
}
.header {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
}

.nav_contents {
  height: calc(100vh - 100px);
  overflow: auto;
  display: none;
  background: #fff;
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 20;
  padding-bottom: env(safe-area-inset-bottom);
}
@media (max-width: 767px) {
  .nav_contents {
    height: calc(100vh - 70px);
    top: 70px;
  }
}

html.fixed {
  overflow: hidden;
}

@media (min-width: 768px) {
  .columns.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.error_txt {
  font-size: 20px;
  font-weight: bold;
  color: #e64650;
  text-align: center;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .error_txt {
    font-size: 18px;
    margin: 0 auto 6%;
    text-align: left;
  }
}
.error_txt::before {
  content: url(../images/form/icon_error.svg);
  width: 28px;
  display: inline-block;
  position: relative;
  padding: 0 10px 0 0;
  top: 5px;
}

@media (max-width: 767px) {
  .error_txt::before {
    width: 18px;
  }
}
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a:not([class]) img,
a.swipebox img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:not([class]):hover img,
a.swipebox:hover img {
  opacity: 0.8;
}

.mt-0 {
  margin-top: 0em !important;
}

.mb-0 {
  margin-bottom: 0em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.tel_text a {
  color: currentColor;
}

@media (min-width: 768px) {
  .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-flex:after {
    content: none !important;
  }
  .d-flex > .col {
    float: none !important;
  }
  .d-flex > .col:after {
    content: none !important;
  }
  .flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-row-reverse > .col {
    margin-left: 0 !important;
  }
  .align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  span.sponly {
    display: block;
  }
}
@media (min-width: 768px) {
  span.pconly {
    display: block;
  }
}
p:not(:last-child) {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

.text-large {
  font-size: 18px;
}

@media (min-width: 768px) {
  .text-large {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .ul_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ul_col_3 li {
    width: 32%;
  }
  .ul_col_3 li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 20s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1938px;
  height: 100%;
}
@media (max-width: 767px) {
  .loopslider {
    width: 1230px;
    animation: sp_loopslider 20s linear infinite;
  }
}

p.loopslider_item {
  padding: 0 2.5px;
  margin: 0;
}
@media (max-width: 767px) {
  p.loopslider_item img {
    width: 200px;
  }
}

@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-969px);
    transform: translateX(-969px);
  }
}
@keyframes sp_loopslider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-615px);
    transform: translateX(-615px);
  }
}
.qa .question {
  font-size: 18px;
  padding-left: 55px;
  position: relative;
  margin-bottom: 1.5em;
  cursor: pointer;
  line-height: 1.4;
}

.qa .question:before {
  content: "";
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../img/common/q_icon.png) no-repeat center;
  position: absolute;
  top: -0.2em;
  left: 0;
}

.qa .question span {
  display: block;
  position: relative;
  padding-right: 35px;
}

.qa .question span:before,
.qa .question span:after {
  content: "";
  margin: auto;
  width: 15px;
  height: 3px;
  background: #55abe4;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
}

.qa .question span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.qa .question span.active:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.qa .answer {
  padding: 0 30px 2em 55px;
  padding-left: 55px;
  padding-right: 30px;
  position: relative;
  display: none;
  border-bottom: solid 1px #b0b0b0;
}

.qa .answer:before {
  content: "";
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../img/common/a_icon.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}

.qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

@media (min-width: 768px) {
  .qa .question {
    font-size: 20px;
    position: relative;
  }
}
.text-primary {
  color: #27bc96;
}

h2.ttl {
  font-size: clamp(16px, 2.2vw, 26px);
  font-weight: 500;
  text-align: left;
  line-height: 1.5;
  margin: 0 0 1.5em;
  letter-spacing: 0;
}
h2.ttl .en {
  font-size: 3.0769230769em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
}
@media (max-width: 767px) {
  h2.ttl .en {
    font-size: 2.6923076923em;
  }
}
h2.ttl .en:has(img) + .ja {
  margin-top: 0;
}
h2.ttl .ja {
  font-weight: 600;
  display: block;
  margin-top: 0.8em;
}
h2.ttl .ja small {
  font-size: 0.6923076923em;
}

.sec_about {
  padding: clamp(40px, 8vw, 125px) 0;
  background: url(../img/bg01.jpg) no-repeat center/cover;
}
.sec_about .large {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1420px) {
  .sec_about .con_img img {
    width: 685px;
    max-width: 685px;
  }
}

.sec_open {
  padding: clamp(40px, 8vw, 125px) 0 clamp(10px, 7vw, 100px);
  background: url(../img/bg02.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec_open {
    background: url(../img/sp_bg02.jpg) no-repeat center/cover;
  }
}
.sec_open .ttl {
  text-align: center;
}
.sec_open .desc1 {
  font-weight: bold;
}
.sec_open .desc1 .large {
  font-size: 18px;
}
.sec_open .desc2 {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec_open .desc2 {
    font-size: 20px;
  }
}
.sec_open .ul_open {
  display: flex;
  gap: 30px;
  margin: 50px 0 40px;
}
@media (max-width: 767px) {
  .sec_open .ul_open {
    flex-direction: column;
    margin: 30px 0 20px;
    gap: 15px;
  }
}
.sec_open .ul_open li {
  flex: 1;
  height: 5.08em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ddf4ee;
  font-size: 25px;
  font-weight: bold;
  color: #06a37b;
  line-height: 1.4em;
}
@media (max-width: 767px) {
  .sec_open .ul_open li {
    font-size: 20px;
    height: auto;
    padding: 1em;
  }
}
.sec_open .movie_ttl {
  text-align: left;
  color: #fff;
  padding: 2.1em 2em 1.7em;
  padding-left: max(50% - 600px, 20px);
  font-size: clamp(20px, 3vw, 36px);
  display: table;
  position: relative;
  z-index: 1;
  margin-top: 0.5em;
  background: url(../img/bg_movie_ttl.png) no-repeat center right/cover;
}
@media (min-width: 2000px) {
  .sec_open .movie_ttl {
    background: url(../img/bg_movie_ttl.png) no-repeat center right/100% 100%;
  }
}
.sec_open .movie_ttl small {
  display: block;
  font-size: 0.6666666667em;
}
.sec_open .movie_box {
  position: relative;
  padding-bottom: 30px;
}
.sec_open .movie_box .movie {
  margin-top: -100px;
  background: gray;
	border:solid 1px #bababa;
}
.sec_open .movie_box .movie .thumb {
  position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
  width: 100%;
	height: 100%;
	pointer-events: none;
}
.sec_open .movie_box .movie .thumb img {
  width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 767px) {
  .sec_open .movie_box .movie {
    margin-top: -20px;
  }
}
.sec_open .movie_box .illust {
  position: absolute;
  right: max(5px, 50% - 715px);
  bottom: 0;
  max-width: 25%;
}

.sec_position {
  padding: clamp(40px, 8vw, 120px) 0;
  background: url(../img/bg03.jpg) no-repeat center/cover;
}
.sec_position .ttl {
  font-size: clamp(16px, 2vw, 26px);
}
.sec_position .ttl .en {
  font-size: 3em;
}
@media (max-width: 767px) {
  .sec_position .ttl .en {
    font-size: 2.5em;
  }
}
.sec_position .large {
  font-size: 18px;
  font-weight: bold;
}
.sec_position .columns_image {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sec_position .columns_image {
    align-items: center;
    margin-bottom: 100px;
  }
}
@media (min-width: 1420px) {
  .sec_position .columns_image .con_img img {
    width: 672px;
    max-width: 672px;
  }
}
.sec_position .columns_customer {
  position: relative;
  gap: 110px;
}
@media (min-width: 768px) {
  .sec_position .columns_customer:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #e9e5d4;
  }
}
.sec_position .columns_customer .customer_success .customer_ttl .en {
  color: #27bc96;
}
.sec_position .columns_customer .customer_success .customer_ttl2 {
  border-color: #27bc96;
}
.sec_position .columns_customer .customer_success .desc {
  border-color: #ccefe6;
}
.sec_position .columns_customer .customer_support .customer_ttl .en {
  color: #4369cc;
}
.sec_position .columns_customer .customer_support .customer_ttl2 {
  border-color: #4369cc;
}
.sec_position .columns_customer .customer_support .desc {
  border-color: #dce2f1;
}
.sec_position .customer_ttl {
  text-align: center;
  margin: 0 0 0.8em;
  font-size: clamp(24px, 3.5vw, 38px);
  letter-spacing: 0;
}
.sec_position .customer_ttl .en {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 0.6315789474em;
  font-weight: 500;
}
.sec_position .customer_ttl2 {
  font-size: clamp(18px, 2vw, 22px);
  border-left: 4px solid;
  margin: 1em 0 0 0;
  padding: 0 0 0.5em 20px;
}
.sec_position .desc {
  margin: 0;
  padding: 0.5em 0 0 20px;
  border-left: 4px solid;
}
.sec_position .box_border {
  background: #fff;
  border: solid 3px #27bc96;
  outline: 1px solid #27bc96;
  outline-offset: -5px;
  padding: 55px;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .sec_position .box_border {
    margin-top: 40px;
    padding: 20px;
  }
}
.sec_position .box_border p {
  margin: 0;
  font-size: 20px;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .sec_position .box_border p {
    font-size: 18px;
  }
}
.sec_position .box_work {
  background: url(../img/bg_menu.png) no-repeat right 10% bottom, #fff;
  box-shadow: 0px 0px 32px 0px rgba(213, 207, 185, 0.35);
  padding: clamp(20px, 4.5vw, 60px);
  margin-top: 70px;
}
@media (max-width: 767px) {
  .sec_position .box_work {
    margin-top: 40px;
    background: url(../img/bg_menu.png) no-repeat center bottom/80%, #fff;
  }
}
.sec_position .work_ttl {
  text-align: center;
  margin: 0 0 0.5em;
  padding: 0.3em 0;
  border-top: solid 1px #27bc96;
  border-bottom: solid 1px #27bc96;
  font-size: 34px;
}
@media (max-width: 767px) {
  .sec_position .work_ttl {
    font-size: 24px;
  }
}
.sec_position .work_ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 35px 0;
  margin-top: 40px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sec_position .work_ul {
    gap: 20px 0;
    margin-top: 20px;
		margin-bottom: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.sec_position .work_ul li {
  font-weight: bold;
  font-size: clamp(14px, 1.6vw, 18px);
  text-align: center;
  line-height: 1.6;
	letter-spacing: 0;
}
.sec_position .work_ul li img {
  display: table;
  margin: 0 auto .5em;
  max-width: 90%;
}
.sec_position .work_ul li small {
  font-size: 0.8888888889em;
}

.sec_special {
  background: url(../img/bg04.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec_special {
    padding: clamp(40px, 8vw, 120px) 0;
  }
}
@media (min-width: 768px) {
  .sec_special .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .sec_special .columns {
    justify-content: space-between;
  }
  .sec_special .con_text {
    padding: clamp(40px, 8vw, 120px) 0;
    width: calc(60% - 30px);
  }
}
@media (min-width: 768px) {
  .sec_special .con_ttl {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    width: 35%;
    padding-left: max(50% - 910px, 20px);
  }
  .sec_special .con_ttl:before {
    position: static;
    content: "";
    width: 2px;
    height: auto;
    background: #27bc96;
    height: calc(clamp(40px, 8vw, 120px) * 2);
  }
}
.sec_special .con_ttl .line {
  background: #fff;
  width: 2px;
  height: calc(100% - 390px);
  position: sticky;
  top: 420px;
  transition: none !important;
  animation: none !important;
}
.sec_special .ttl {
  position: sticky;
  top: 120px;
  margin: 0;
  padding-bottom: 1em;
}
.sec_special .special_box {
  background: #fff;
  box-shadow: 0px 0px 32px 0px rgba(140, 140, 140, 0.34);
  position: relative;
  counter-increment: mycounter;
}
.sec_special .special_box + .special_box {
  margin-top: 55px;
}
@media (max-width: 767px) {
  .sec_special .special_box + .special_box {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec_special .special_box:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: calc(100% - 60px);
    top: 0;
    bottom: 0;
    right: auto;
    left: min(30px, 4%);
    margin: auto;
    background: linear-gradient(180deg, #27bc96 0%, #27bc96 50px, #ddf4ee 50px, #ddf4ee 100%);
  }
}
.sec_special .special_box .special_img {
  text-align: right;
  position: relative;
}
@media (min-width: 768px) {
  .sec_special .special_box .special_img {
    padding-left: 18%;
  }
}
.sec_special .special_box .special_img img {
  max-width: 100%;
  width: 100%;
}
.sec_special .special_box .special_img:before {
  content: counter(mycounter, decimal-leading-zero);
  font-size: clamp(40px, 4.5vw, 90px);
  font-family: "Noto Serif JP";
  color: rgb(221, 244, 238);
  line-height: 1.2;
  text-align: left;
  text-shadow: 2px 2px 0px #afd7cd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7%;
  margin: auto;
  width: auto;
  height: fit-content;
}
@media (max-width: 767px) {
  .sec_special .special_box .special_img:before {
    left: 0;
    top: 0;
    bottom: auto;
    margin: 0;
    font-size: 60px;
    transform: translateY(-50%);
  }
}
.sec_special .special_text {
  padding-left: 7%;
  padding-bottom: min(60px, 8%);
  position: relative;
}
@media (max-width: 767px) {
  .sec_special .special_text {
    padding-right: 7%;
    padding-bottom: min(30px, 8%);
  }
}
.sec_special .special_text p {
  font-weight: bold;
}
@media (min-width: 768px) {
  .sec_special .special_text p {
    font-size: clamp(16px,1.8vw,20px);
  }
}
@media (max-width: 767px) {
  .sec_special .special_text:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 92%;
    top: 0;
    bottom: auto;
    right: auto;
    left: min(30px, 3%);
    margin: auto;
    background: linear-gradient(180deg, #27bc96 0%, #27bc96 50px, #ddf4ee 50px, #ddf4ee 100%);
  }
}
.sec_special .special_ttl {
  font-size: clamp(22px, 2.2vw, 32px);
  font-family: "Noto Sans JP";
  color: rgb(39, 188, 150);
  line-height: 1.2;
  text-align: left;
  margin: 1em 0 0.8em 0;
}

.sec_description {
  padding: clamp(40px, 8vw, 120px) 0;
}
.sec_description .ttl {
  padding-left: 35px;
  border-left: solid 5px #27bc96;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sec_description .ttl {
    padding-left: 15px;
  }
}
.sec_description .ttl .en {
  line-height: 1;
}
.sec_description .ttl .ja {
  margin-top: 0.5em;
}
.sec_description .description_ul_box {
  margin-top: 0;
}
@media (min-width: 768px) {
  .sec_description .description_ul_box {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    grid-template-rows: auto auto;
  }
}
.sec_description .description_ul_box .description_ul {
  margin-top: 0;
  border-left: solid 1px #e4e4e4;
}
.sec_description .description_ul_box .description_ul.description_ul_wide {
  grid-area: 2/1/3/3;
  border-left: none;
}
.sec_description .description_ul_box .description_ul li:first-child dt,
.sec_description .description_ul_box .description_ul li:first-child dd {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .sec_description .description_ul_box .description_ul li:first-child dt,
  .sec_description .description_ul_box .description_ul li:first-child dd {
    padding-top: 30px;
  }
}
.sec_description .description_ul_box .description_ul li:first-child dt:before,
.sec_description .description_ul_box .description_ul li:first-child dd:before {
  top: calc(0.35em + 55px);
}
@media (max-width: 767px) {
  .sec_description .description_ul_box .description_ul li:first-child dt:before,
  .sec_description .description_ul_box .description_ul li:first-child dd:before {
    top: calc(0.35em + 30px);
  }
}
.sec_description .description_ul_box .description_ul_wide {
  display: initial;
}
.sec_description .description_ul_box .description_ul_wide dl {
  display: initial;
}
.sec_description .description_ul_box .description_ul_wide dt {
  border-left: solid 1px #e4e4e4;
  padding-bottom: 1em;
  padding-top: 0 !important;
}
.sec_description .description_ul_box .description_ul_wide dt:before {
  top: 0.35em !important;
}
.sec_description .description_ul_box .description_ul_wide dd {
  padding-top: 0 !important;
}
.sec_description .description_ul_box dl {
  margin: 0;
  display: grid;
  grid-template-columns: 180px auto;
}
@media (max-width: 767px) {
  .sec_description .description_ul_box dl {
    grid-template-columns: 135px auto;
  }
}
.sec_description .description_ul_box dl dt {
  font-size: 22px;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .sec_description .description_ul_box dl dt {
    font-size: 18px;
    padding-left: 15px;
  }
}
.sec_description .description_ul_box dl dt:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 30px;
  top: calc(0.35em + 15px);
  bottom: auto;
  right: auto;
  left: -1px;
  background: #27bc96;
}
.sec_description .description_ul_box dl dd {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec_description .description_ul_box dl dd {
    font-size: 16px;
  }
}
.sec_description .description_ul_box dl dt,
.sec_description .description_ul_box dl dd {
  padding-top: 15px;
}
.sec_description .benefits_ul {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2px;
}
@media (max-width: 767px) {
  .sec_description .benefits_ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sec_description .benefits_ul li {
  background: #fcf8ea;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.3;
  text-align: center;
  font-size: clamp(12px, 1.5vw, 16px);
  gap: 0.5em;
  height: clamp(150px, 16vw, 200px);
}
.sec_description .benefits_ul li strong {
  font-size: 1.125em;
  display: block;
}
.sec_description .benefits_ul li img {
  max-width: 55%;
}
@media (max-width: 767px) {
  .sec_description .benefits_ul li img {
    max-width: 50%;
  }
}

.sec_description .description_ul_box dl dl.salary-model dt,
.sec_description .description_ul_box dl dl.salary-model dd {
  padding: 0;
}
.sec_description .description_ul_box dl dl.salary-model dt {
  font-size: inherit;
  font-weight: 500;
}
.sec_description .description_ul_box dl dl.salary-model dt::before,
.sec_description .description_ul_box dl dl.salary-model dt::after {
  display: none;
}
.sec_description .description_ul_box dl dl.salary-model dd {
  position: relative;
}
@media (max-width: 767px) {
  .sec_description .description_ul_box dl dl.salary-model {
    display: block;
  }
  .sec_description .description_ul_box dl dl.salary-model dt {
    width: fit-content;
  }
  .sec_description .description_ul_box dl dl.salary-model dt::before {
    content: "：";
    position: absolute;
    display: block;
    background: none;
    left: 100%;
    top: 0;
    width: 1em;
    height: 1em;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .sec_description .description_ul_box dl dl.salary-model {
    grid-template-columns: 5em auto;
  }
  .sec_description .description_ul_box dl dl.salary-model dd::before {
    content: "：";
    position: absolute;
    background: none;
    right: 100%;
    top: 0;
    width: 1em;
    height: 1em;
    text-align: center;
  }

}


.sec_number {
  background: url(../img/bg05.jpg) no-repeat center/cover;
  padding: clamp(40px, 8vw, 120px) 0;
}
.sec_number .numbers_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(24px, 2vw);
}
.sec_number .numbers_ul li {
  width: calc((100% - min(24px, 2vw) * 2) / 3);
  background: #ecf9f6;
  border-radius: 30px;
  padding: min(40px, 3%);
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .sec_number .numbers_ul li {
    border-radius: 15px;
    width: calc((100% - min(24px, 2vw)) / 2);
  }
}
.sec_number .numbers_ul li:nth-child(1), .sec_number .numbers_ul li:nth-child(2) {
  width: calc((100% - min(24px, 2vw)) / 2);
}
.sec_number .numbers_ul li .data3_illust {
  position: absolute;
  bottom: min(40px, 6%);
  right: min(20px, 2%);
  max-width: 40%;
}
.sec_number .numbers_ul li .data4_illust {
  max-width: 60%;
}
.sec_number .numbers_ul li .data5_illust {
  max-width: 70%;
}
.sec_number .numbers_ul li .data6_illust {
  max-width: 70%;
}
.sec_number .numbers_ul li .data7_illust {
  max-width: 70%;
}
.sec_number .numbers_ul li .data9_illust {
  max-width: 70%;
}
.sec_number .numbers_ul li .data10_illust {
  max-width: 70%;
}
.sec_number .data_ttl {
  text-align: center;
  font-size: clamp(16px, 2.2vw, 28px);
  margin: 0 0 1em;
  font-weight: bold;
  line-height: 1.5;
}
.sec_number .data_ttl small {
  font-weight: 500;
  font-size: 0.7142857143em;
  display: block;
}
.sec_number .data_text {
  text-align: center;
  font-size: clamp(12px, 2.3vw, 27px);
  font-weight: bold;
  text-align: center;
  line-height: 2.3;
  margin: 0 0 1em;
}
.sec_number .data_text small {
  display: block;
}
.sec_number .data_text .fs16 {
  font-size: 0.5925925926em;
  line-height: 1.6875;
}
.sec_number .data_text .fs20 {
  font-size: 0.7407407407em;
  line-height: 1.35;
}
.sec_number .data_text .fs23 {
  font-size: 0.8518518519em;
  line-height: 1.1739130435;
}
.sec_number .data_text .fs24 {
  font-size: 0.8888888889em;
  line-height: 1.125;
}
.sec_number .data_text .fs30 {
  font-size: 1.1111111111em;
  line-height: 0.9;
}
.sec_number .data_text .fs50 {
  font-size: 1.8518518519em;
  line-height: 0.54;
}
.sec_number .data_text .fs65 {
  font-size: 2.4074074074em;
  line-height: 0.4153846154;
}
.sec_number .data_text .fs86 {
  font-size: 3.1851851852em;
  line-height: 0.3139534884;
}

.sec_pholosophy {
  background: #fbf7e8;
  padding: 0 0 clamp(40px, 8vw, 120px) 0;
}
@media (max-width: 767px) {
  .sec_pholosophy {
    padding: 0;
  }
}
.sec_pholosophy .container.wide {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .sec_pholosophy .columns_image {
    align-items: flex-end;
  }
}
.sec_pholosophy .columns_image .con_text {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .sec_pholosophy .columns_image .con_text {
    flex: 1;
    padding: 0;
		padding-top: 40px;
    padding-left: max(20px, 50% - 600px);
  }
}
@media (min-width: 768px) {
  .sec_pholosophy .columns_image .con_img {
    width: calc((100% - 30px) * 892 / 2000);
  }
}
.sec_pholosophy .columns_image .large {
  font-size: 18px;
  font-weight: bold;
}
.sec_pholosophy .columns_image .marker {
  font-size: 24px;
  background: linear-gradient(transparent 60%, #ccefe6 50%);
  margin: 0 0.2em;
}
@media (max-width: 767px) {
  .sec_pholosophy .columns_image .marker {
    font-size: 20px;
  }
}
.sec_pholosophy .philosophy_ul {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_pholosophy .philosophy_ul {
    grid-template-columns: repeat(auto-fill, minmax(384px, 1fr));
    display: grid;
    gap: 24px;
    justify-content: center;
    margin-top: 50px;
  }
}
.sec_pholosophy .philosophy_ul li {
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 16px 0px rgba(125, 118, 92, 0.1);
  padding: 40px 30px;
  counter-increment: mycounter;
  position: relative;
}
@media (max-width: 767px) {
  .sec_pholosophy .philosophy_ul li {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .sec_pholosophy .philosophy_ul li + li {
    margin-top: 20px;
  }
}
.sec_pholosophy .philosophy_ul li:before {
  content: counter(mycounter);
  display: block;
  position: absolute;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(34px, 3.2vw, 46px);
  top: 0;
  bottom: auto;
  right: auto;
  left: min(40px, 2%);
  margin: auto;
  background: url(../img/bg_philosophy_num.png) no-repeat center/contain;
  line-height: 1;
  width: 1.5217391304em;
  height: 1.5217391304em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-20%);
}
@media (max-width: 767px) {
  .sec_pholosophy .philosophy_ul li {
    border-radius: 15px;
  }
}
.sec_pholosophy .philosophy_ul li p {
  margin-top: 0;
}
.sec_pholosophy .philosophy_ttl {
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.417;
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0 0.5em 1em 2.5em;
  text-align: left;
  background: url(../img/bg_philosophy_ttl.png) no-repeat left bottom;
}
.sec_pholosophy .desc {
  font-weight: bold;
  font-size: 26px;
}
@media (max-width: 767px) {
  .sec_pholosophy .desc {
    font-size: 18px;
  }
}

.sec_who {
  padding: clamp(50px, 14vw, 175px) 0 clamp(40px, 8vw, 120px) 0;
  background: url(../img/bg06.jpg) no-repeat center top/cover;
}
.sec_who .container {
  max-width: 1460px;
}
@media (min-width: 768px) {
  .sec_who .columns {
    gap: 0;
    justify-content: space-between;
  }
  .sec_who .con_img {
    width: 55.2739726027%;
  }
  .sec_who .con_text {
    width: 41.2328767123%;
    padding-right: max(0px, 50% - 600px);
  }
}
.sec_who .ul_circle {
  margin-top: 0;
}
.sec_who .ul_circle li {
  border-bottom: solid 1px #cbcbcb;
  padding: 0.8em 0 0.8em 2em;
  font-size: clamp(16px, 1.7vw, 20px);
  font-weight: bold;
  position: relative;
}
@media (max-width: 767px) {
  .sec_who .ul_circle li {
    font-size: 18px;
  }
}
.sec_who .ul_circle li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  top: 1.4em;
  bottom: auto;
  right: auto;
  left: 0.5em;
  margin: auto;
  border-radius: 50%;
  border: solid 3px #27bc96;
}

.sec_career {
  padding: clamp(40px, 8vw, 120px) 0;
  background: url(../img/bg07.jpg) no-repeat center top/cover;
}
.sec_career .img_box {
  margin-top: -150px;
}
@media (max-width: 767px) {
  .sec_career .img_box {
    margin-top: -6%;
  }
}
@media (max-width: 767px) {
  .sec_career .img_box img {
    max-width: 900px;
  }
}
.sec_career .box_bg {
  border-radius: 20px;
  background-color: rgb(198, 235, 226);
  padding: 50px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sec_career .box_bg {
    padding: 10px;
    padding: 20px;
    margin-top: 20px;
  }
}
.sec_career .box_bg p {
  margin-top: 0;
  font-size: 22px;
}
@media (max-width: 767px) {
  .sec_career .box_bg p {
    font-size: 18px;
  }
}

.sec_interview {
  padding: clamp(40px, 8vw, 100px) 0 clamp(40px, 8vw, 120px);
  background: url(../img/bg08.jpg) no-repeat center top/cover;
}
@media (min-width: 768px) {
  .sec_interview .ttl {
    display: flex;
    align-items: center;
    gap: 1.5em;
  }
  .sec_interview .ttl .ja {
    margin-top: 0;
  }
}
.sec_interview .ttl .bg {
  display: table;
  font-size: 0.8461538462em;
  background: #ccefe6;
  padding: 0 0.5em;
  margin-top: 0.2em;
}
.sec_interview .interview_ttl {
  font-size: clamp(20px, 2vw, 24px);
  font-weight: bold;
  text-align: left;
  padding-left: 1em;
  border-left: 3px solid #27bc96;
  margin: 1em 0;
}
@media (min-width: 768px) {
  .sec_interview .tab_wrap {
    box-shadow: 0px 0px 24px 0px rgba(140, 140, 140, 0.23);
    display: flex;
  }
}
.sec_interview .tab_btn_wrap {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .sec_interview .tab_btn_wrap {
    gap: 20px 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sec_interview .tab_btn_wrap {
    width: 25%;
    flex-direction: column;
  }
}
.sec_interview .tab_btn_wrap .tab_btn {
  border: solid 1px #cdcdcd;
  text-align: center;
  font-size: clamp(16px, 2vw, 24px);
  padding: 0.8em;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 0.5em;
  width: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .sec_interview .tab_btn_wrap .tab_btn {
    flex: 1;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .sec_interview .tab_btn_wrap .tab_btn {
    width: calc(50% - 5px);
  }
}
.sec_interview .tab_btn_wrap .tab_btn small {
  display: block;
  font-size: 0.9166666667em;
}
.sec_interview .tab_btn_wrap .tab_btn img {
  width: 2.4583333333em;
}
.sec_interview .tab_btn_wrap .tab_btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 13px;
  top: auto;
  bottom: -13px;
  right: 0;
  left: 0;
  margin: auto;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (min-width: 768px) {
  .sec_interview .tab_btn_wrap .tab_btn:after {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    top: 0;
    bottom: 0;
    left: auto;
    right: -16px;
    width: 16px;
    height: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec_interview .tab_btn_wrap .tab_btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.sec_interview .tab_btn_wrap .tab_btn.active {
  background: #27bc96;
  border-color: #27bc96;
  color: #fff;
}
.sec_interview .tab_btn_wrap .tab_btn.active:after {
  background: #27bc96;
}
@media (min-width: 768px) {
  .sec_interview .tab_btn_wrap .tab_btn:not(:last-child) {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .sec_interview .tab_btn_wrap .tab_btn:first-child {
    border-top: none;
  }
}
.sec_interview .tab_content {
  flex: 1;
  background: #fff;
  padding: min(45px, 4%) min(35px, 3%);
}
@media (min-width: 768px) {
  .sec_interview .tab_content {
    min-height: 600px;
    border-left: none;
  }
}
@media (max-width: 767px) {
  .sec_interview .tab_content {
    border: solid 1px #cdcdcd;
  }
}
.sec_interview .tab_content .tab_item {
  display: none;
}
.sec_interview .tab_content .tab_item.active {
  display: block;
}
.sec_interview .tab_btn_wrap2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .sec_interview .tab_btn_wrap2 {
    gap: 14px;
  }
}
.sec_interview .tab_btn_wrap2 .tab_btn2 {
  background: #ededed;
  font-weight: 500;
  transition: 0.2s;
  position: relative;
  font-weight: bold;
  font-size: clamp(16px, 1.6vw, 18px);
  width: calc((100% - 42px) / 4);
}
@media (max-width: 1000px) {
  .sec_interview .tab_btn_wrap2 .tab_btn2 {
    width: calc((100% - 14px) / 2);
  }
}
@media (max-width: 767px) {
  .sec_interview .tab_btn_wrap2 .tab_btn2 {
    width: calc((100% - 10px) / 2);
  }
}
.sec_interview .tab_btn_wrap2 .tab_btn2 .interview_num {
  font-family: "Noto Serif JP", serif;
  display: block;
  margin-right: 1em;
  padding: 0.2em 0 0.25em 0.5em;
  border-bottom: solid 1px #31daa6;
}
.sec_interview .tab_btn_wrap2 .tab_btn2 .interview {
  min-height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.sec_interview .tab_btn_wrap2 .tab_btn2.active {
  color: #fff;
  background-image: linear-gradient(-145deg, rgb(122, 217, 109) 0%, rgb(45, 218, 169) 100%);
}
.sec_interview .tab_btn_wrap2 .tab_btn2.active .interview_num {
  border-bottom: solid 1px #fff;
}
.sec_interview .tab_btn_wrap2 .tab_btn2.active:after {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .sec_interview .tab_btn_wrap2 .tab_btn2:not(.active):hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.sec_interview .tab_content2 .tab_item2 {
  display: none;
}
.sec_interview .tab_content2 .tab_item2.active {
  display: block;
}

.sec_office {
  padding: clamp(40px, 8vw, 100px) 0 clamp(40px, 8vw, 120px);
  background: url(../img/bg09.jpg) no-repeat center top/cover;
}
@media (min-width: 768px) {
  .sec_office .container.wide {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.sec_office .columns {
  align-items: center;
  gap: 55px;
}
@media (min-width: 768px) {
  .sec_office .columns.reverse .con_info {
    padding-right: max(20px, 50% - 600px);
    padding-left: 0;
  }
}
.sec_office .columns + .columns {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .sec_office .columns + .columns {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec_office .columns .col_2 {
    width: calc((100% - 55px) / 2);
  }
}
@media (min-width: 768px) {
  .sec_office .con_info {
    padding-left: max(20px, 50% - 600px);
  }
}
.sec_office .logo_ul {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 26px;
  text-align: left;
  gap: 0.5em;
  line-height: 1.3;
  flex-wrap: wrap;
  letter-spacing: 0;
  margin: 0 0 1em;
}
@media (max-width: 767px) {
  .sec_office .logo_ul {
    font-size: 18px;
  }
}
.sec_office .logo_ul li:first-child {
  flex: none;
}
.sec_office .logo_ul small {
  display: block;
  font-size: 0.7692307692em;
}
.sec_office .btnstyle {
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .sec_office .btnstyle a {
    margin-right: 0;
  }
}

.sec_entry {
  padding: clamp(40px, 8vw, 120px) 0;
  background: url(../img/bg10-1.png) no-repeat center bottom/auto 94%, url(../img/bg10.jpg) no-repeat center top/cover;
}
@media (max-width: 767px) {
  .sec_entry {
    background: url(../img/sp_bg10.jpg) no-repeat center/cover;
  }
}
.sec_entry .box_bg {
  padding: min(6%, 60px);
  background: rgba(255, 255, 255, 0.9);
}
.sec_entry .desc {
  line-height: 2.1;
  font-size: 20px;
  margin: 0 0 1.5em;
}
@media (max-width: 767px) {
  .sec_entry .desc {
    font-size: 18px;
  }
}
.sec_entry .btnstyle a {
  max-width: 340px;
}

/*Recruit form*/
.form_page.form_page_error .form_wrap .form_dl dd .file_lavel {
  margin: 0;
  display: flex;
  justify-content: center;
}

.form_page.form_page_error .form_wrap .form_dl dd .fire_error_txt {
  margin: 0 0 20px;
}

.form_page.form_page_error .form_wrap .form_dl dd .mwform-file-delete {
  padding: 0 10px 0 0;
}

.form_page .confirm_txt_03 {
  display: none;
}

.form_page.form_page_confirm .form_wrap .confirm_txt_03 {
  display: block;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  padding: 0 0 30px;
}

@media (max-width: 767px) {
  .form_page.form_page_confirm .form_wrap .confirm_txt_03 {
    font-size: 21px;
    padding: 0 0 4%;
  }
}
.form_page.form_page_confirm .form_wrap .form_dl dt .hissu {
  display: none;
}

.form_page.form_page_confirm .form_wrap .form_dl dt .nini {
  display: none;
}

.form_page.form_page_confirm .form_wrap .form_dl dt p {
  padding: 0 0 0 50px;
}

@media (max-width: 767px) {
  .form_page.form_page_confirm .form_wrap .form_dl dt p {
    padding: 0;
  }
}
.form_page.form_page_confirm .form_wrap .form_dl dd .file_lavel {
  display: flex;
  justify-content: center;
}

.form_page.form_page_confirm .form_wrap .form_dl dd .mwform-file-delete {
  padding: 0 10px 0 0;
}

.form_page .form_wrap p {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .form_page .form_wrap {
    margin: 0 auto 12%;
  }
}
.form_page .form_wrap .form_dl {
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl {
    flex-direction: column;
  }
}
.form_page .form_wrap .form_dl dt {
  border-bottom: 1px solid #e4e4e4;
  width: 340px;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dt {
    width: 100%;
    padding: 6% 0 0;
    border-bottom: none;
  }
}
.form_page .form_wrap .form_dl dt .hissu {
  background: #27bc96;
  font-size: 20px;
  color: #fff;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dt .hissu {
    font-size: 14px;
  }
}
.form_page .form_wrap .form_dl dt .nini {
  background: #838383;
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dt .nini {
    font-size: 12px;
  }
}
.form_page .form_wrap .form_dl dt p {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 10px;
  font-size: 20px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dt p {
    font-size: 16px;
  }
}
.form_page .form_wrap .form_dl dd {
  width: calc(100% - 340px);
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dd {
    width: 100%;
    padding: 6% 0;
  }
}
.form_page .form_wrap .form_dl dd.is-error .input01 {
  border: 1px solid #e64650;
}

.form_page .form_wrap .form_dl dd.is-error .textarea01 {
  border: 1px solid #e64650;
}

.form_page .form_wrap .form_dl dd.file_dd {
  display: block;
}

.form_page .form_wrap .form_dl dd .input01 {
  width: 90%;
  border: 1px solid #000;
  margin: 0 !important;
  font-size: 22px;
  padding: 30px;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dd .input01 {
    font-size: 18px;
    padding: 4%;
    width: 100%;
  }
}

.form_page .form_wrap .form_dl dd .input01::-moz-placeholder {
  font-size: 20px;
  color: #bbbcbc;
}

.form_page .form_wrap .form_dl dd .input01::placeholder {
  font-size: 20px;
  color: #bbbcbc;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dd .input01::-moz-placeholder {
    font-size: 16px;
  }
  .form_page .form_wrap .form_dl dd .input01::placeholder {
    font-size: 16px;
  }
}
.form_page .form_wrap .form_dl dd .textarea01 {
  font-size: 20px;
  width: 90%;
  border: 1px solid #cdcdcd;
  margin: 0 !important;
  font-size: 22px;
  padding: 30px;
  height: 400px;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dd .textarea01 {
    font-size: 18px;
    height: 200px;
    padding: 4%;
    width: 100%;
  }
}

.form_page .form_wrap .form_dl dd .textarea01::-moz-placeholder {
  font-size: 20px;
  color: #bbbcbc;
}

.form_page .form_wrap .form_dl dd .textarea01::placeholder {
  font-size: 20px;
  color: #bbbcbc;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dd .textarea01::-moz-placeholder {
    font-size: 16px;
  }
  .form_page .form_wrap .form_dl dd .textarea01::placeholder {
    font-size: 16px;
  }
}
.form_page .form_wrap .form_dl dd .select01 {
  width: 60%;
  border: 1px solid #bbbcbc;
  margin: 0 !important;
  font-size: 22px;
  padding: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/common/under.svg);
  background-repeat: no-repeat;
  background-size: 24px 20px;
  background-position: right 20px center;
  background-color: #eef7ff;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dd .select01 {
    width: 100%;
    background-size: 12px 10px;
  }
}
@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dd .select01 {
    font-size: 18px;
    padding: 4%;
    width: 100%;
  }
}
.form_page .form_wrap .form_dl dd .file01_txt {
  line-height: 2;
  padding: 0 0 1em;
}

.form_page .form_wrap .form_dl dd .file_lavel {
  padding: 10px 40px;
  color: #ffffff;
  background-color: #4083b5;
  cursor: pointer;
  display: block;
  margin: 0 0 20px;
  width: 300px;
  text-align: center;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dd .file_lavel {
    width: 100%;
    padding: 4% 0;
  }
}
.form_page .form_wrap .form_dl dd .error {
  display: block;
  color: #e64650;
  font-weight: bold;
  padding: 10px 0 0 1em;
  font-size: 18px;
  width: 100%;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_dl dd .error {
    font-size: 16px;
  }
}
.form_page .form_wrap .form_dl dd select {
  border-radius: 0;
  padding: 10px;
  font-size: 14px;
  background: #ecf9f6;
}
@media (min-width: 768px) {
  .form_page .form_wrap .form_dl dd select {
    font-size: 16px;
    padding: 20px;
  }
}

.form_page .form_wrap .form_cap {
  width: 940px;
  margin: 50px auto !important;
  line-height: 2.15;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_cap {
    width: 100%;
    margin: 6% auto;
  }
}
.form_page .form_wrap .form_cap a {
  color: #27bc96;
  border-bottom: 1px solid #27bc96;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}

.form_page .form_wrap .form_btn_wrap {
  display: flex;
  justify-content: center;
}

.form_page .form_wrap .form_btn_wrap .form_btn_confirm {
  width: 300px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  margin: 0 15px 0;
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
	color:#000;
}

.form_page .form_wrap .form_btn_wrap .form_btn_confirm:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_btn_wrap .form_btn_confirm {
    width: 80%;
    margin: 6% auto 0;
  }
}
.form_page .form_wrap .form_btn_wrap .form_btn_back {
  width: 300px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 15px 0;
  background-color: #adafaf;
  color: #fff;
  cursor: pointer;
  border: none;
}

.form_page .form_wrap .form_btn_wrap .form_btn_back:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_btn_wrap .form_btn_back {
    width: 80%;
    margin: 6% auto 0;
  }
}
.form_page .form_wrap .form_btn_wrap .form_btn_submit {
  width: 300px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 15px 0;
  background-color: #01669a;
  color: #fff;
  cursor: pointer;
  border: none;
}

.form_page .form_wrap .form_btn_wrap .form_btn_submit:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .form_page .form_wrap .form_btn_wrap .form_btn_submit {
    width: 80%;
    margin: 6% auto 0;
  }
}
.sec_recruit {
  padding: clamp(40px, 8vw, 120px) 0;
  background: url(../img/bg_recruit-cs.jpg) no-repeat bottom center/cover;
}
.sec_recruit .desc {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .sec_recruit .desc {
    margin: 0 0 50px;
  }
}
.sec_recruit .form_btn_wrap {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .sec_recruit .form_btn_wrap {
    margin: 0 0 60px;
  }
}
.sec_recruit .form_btn_wrap .form_btn_confirm {
  position: relative;
}
.sec_recruit .form_btn_wrap .form_btn_confirm:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  width: 20px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: skew(40deg);
  transition: 0.2s;
}
.sec_recruit .form_btn_wrap .form_btn_confirm:hover:after {
  right: 15px;
}
.sec_recruit .remarks a {
  text-underline-offset: 8px;
}
.sec_recruit .form_page .form_wrap .form_dl dd .list_btn {
  width: 100%;
  margin: 0;
}

.sec_flow {
  background: url(../img/cs-flow-bg.jpg) no-repeat center center / cover;
  padding: clamp(40px, 8vw, 120px) 0;

}

.box-wakayama {
  box-shadow: 0 0 32px rgba(213,207,185,0.35);
  border-radius: 24px;
  padding: 28px 18px;
  margin-top: 40px;
  background: #fff;
}
.box-wakayama h3 {
  margin-top: 0;
  font-size: 19px;
  color: #27bc96;
  padding-bottom: 0.5em;
  position: relative;
  word-break: keep-all;
  word-break: break-word;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
  line-break: strict;
}
.box-wakayama h3::after {
  content: "";
  position: absolute;
  height: 5px;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  box-sizing: border-box;
}
.box-wakayama p {
  line-height: calc(26 / 16);
}
@media (min-width: 768px) {
  .box-wakayama {
    padding: 40px;
    margin-top: 70px;
    border-radius: 30px;
  }
  .box-wakayama h3 {
    font-size: 34px;
  }
}