.evt {
  visibility: hidden;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 3rem, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-duration: 0.8s;
  animation-name: fadeInUp;
}
main {
  animation-duration: 0.8s;
  animation-name: fadeInUp;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(3rem, 0, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-duration: 0.8s;
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-3rem, 0, 0);
  }
  30% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-duration: 0.8s;
  animation-name: fadeInLeft;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  color: #223232;
  font-size: min(0.5208333333vw, 10px);
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

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

ul, ol {
  list-style: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.en {
  font-family: "Montserrat", sans-serif;
}

#header + main {
  padding: 114px 0 120px;
}
main{
	padding: 20px 0;
}
* {
  scroll-margin-top: 200px;
  scroll-behavior: smooth;
}
@media screen and (min-width: 1921px) {
  #header + main {
    padding: 134px 0 120px;
  }
}
@media screen and (max-width: 1240px) {
  #header + main {
    padding: 80px 0;
  }
}

.txt_link {
  color: #4F51F4;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
  .top_mv .inner ,
  .low_head .inner ,
  .post_head .inner {
    padding: 0 10px;
  }

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

.mt-16 {
  margin-top: 16px !important;
}

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

.mt-24 {
  margin-top: 24px !important;
}

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

.mt-64 {
  margin-top: 64px !important;
}

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

.mt-120 {
  margin-top: 120px !important;
}

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

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

.mb-16 {
  margin-bottom: 16px !important;
}

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

.mb-24 {
  margin-bottom: 24px !important;
}

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

.mb-64 {
  margin-bottom: 64px !important;
}

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

.mb-120 {
  margin-bottom: 120px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}
.mx-auto {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mt-8 {
    margin-top: calc(8px * 0.8) !important;
  }
  .mt-16 {
    margin-top: calc(16px * 0.8) !important;
  }
  .mt-20 {
    margin-top: calc(20px * 0.8) !important;
  }
  .mt-24 {
    margin-top: calc(24px * 0.8) !important;
  }
  .mt-40 {
    margin-top: calc(40px * 0.8) !important;
  }
  .mt-64 {
    margin-top: calc(64px * 0.8) !important;
  }
  .mt-80 {
    margin-top: calc(80px * 0.8) !important;
  }
  .mt-120 {
    margin-top: calc(120px * 0.8) !important;
  }
  .mb-8 {
    margin-bottom: calc(8px * 0.8) !important;
  }
  .mb-16 {
    margin-bottom: calc(16px * 0.8) !important;
  }
  .mb-20 {
    margin-bottom: calc(20px * 0.8) !important;
  }
  .mb-24 {
    margin-bottom: calc(24px * 0.8) !important;
  }
  .mb-40 {
    margin-bottom: calc(40px * 0.8) !important;
  }
  .mb-64 {
    margin-bottom: calc(64px * 0.8) !important;
  }
  .mb-80 {
    margin-bottom: calc(80px * 0.8) !important;
  }
  .mb-120 {
    margin-bottom: calc(120px * 0.8) !important;
  }
  .pt-8 {
    padding-top: calc(8px * 0.8) !important;
  }
  .pt-16 {
    padding-top: calc(16px * 0.8) !important;
  }
  .pt-20 {
    padding-top: calc(20px * 0.8) !important;
  }
  .pt-24 {
    padding-top: calc(24px * 0.8) !important;
  }
  .pt-40 {
    padding-top: calc(40px * 0.8) !important;
  }
  .pt-64 {
    padding-top: calc(64px * 0.8) !important;
  }
  .pt-80 {
    padding-top: calc(80px * 0.8) !important;
  }
  .pt-120 {
    padding-top: calc(120px * 0.8) !important;
  }
  .pb-8 {
    padding-bottom: calc(8px * 0.8) !important;
  }
  .pb-16 {
    padding-bottom: calc(16px * 0.8) !important;
  }
  .pb-20 {
    padding-bottom: calc(20px * 0.8) !important;
  }
  .pb-24 {
    padding-bottom: calc(24px * 0.8) !important;
  }
  .pb-40 {
    padding-bottom: calc(40px * 0.8) !important;
  }
  .pb-64 {
    padding-bottom: calc(64px * 0.8) !important;
  }
  .pb-80 {
    padding-bottom: calc(80px * 0.8) !important;
  }
  .pb-120 {
    padding-bottom: calc(120px * 0.8) !important;
  }
}
.text-center {
  text-align: center !important;
}

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

.text-left {
  text-align: left !important;
}
.text-color-primary {
  color: #1BB1B1 !important;
}
.text-color-secondary {
  color: #FF6C54 !important;
}
.text-color-gray {
  color: #a3a3a3 !important;
}
.text-small {
  font-size: 0.8em !important;
  line-height: 1.5 !important;
  letter-spacing: 0;
}
.text-bold {
  font-weight: bold !important;
}
.w-100 {
  width: 100% !important;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

#header {
  background: #fff;
  position: fixed;
  inset: 0 auto auto 0;
  width: 100vw;
  z-index: 10;
}
#header .h_inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1921px) {
  #header .h_inner {
    padding: 0 40px;
  }
}
#header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 114px;
}
@media screen and (min-width: 1921px) {
  #header .row {
    height: 134px;
  }
}
@media screen and (max-width: 1240px) {
  #header .row {
    height: 80px;
  }
}
#header .site_logo {
  width: clamp(200px, 30rem, 300px);
}
@media screen and (max-width: 767px) {
  #header .site_logo {
    width: 200px;
  }
}
#header .site_logo span {
  color: #7E7E7E;
  display: block;
  font-size: clamp(10px, 1.5rem, 15px);
  font-weight: 700;
  text-align: center;
}
#header .site_logo span img {
  width: 47%;
  margin: 4px auto 0;
}
@media screen and (max-width: 767px) {
  #header .site_logo span {
    font-size: 10px;
  }
}
#header .navs {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1240px) {
  #header .navs {
    flex-direction: column;
    gap: 44px;
    padding: 40px 20px;
    overflow: scroll;
  }
}
#header .nav01 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  padding-top: 10px;
}
@media screen and (max-width: 1240px) {
  #header .nav01 {
    align-items: flex-start;
    gap: 44px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #header .nav01 {
    width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  #header .nav01 .h_form {
    margin: auto;
  }
}
#header .nav01 .h_form label{
	display: none;
}
#header .nav01 .h_form form{
	position: relative;
}
#header .nav01 .h_form input[type="text"] {
  width: 180px;
  padding: 4px 8px;
  font-size: 13px;
  font-family: inherit;
  border: 2px solid #B7C4C1;
  border-radius: 8px;
  outline: none;
}
#header .nav01 .h_form button[type="submit"]{
	background: url(../img/ico_search.svg) no-repeat center / 15px;
	position: absolute;
	inset: 50% 10px auto auto;
	translate: 0 -50%;
	width: 15px;
	height: 15px;
	font-size: 0;
	border: none;
}
@media screen and (max-width: 1240px) {
  #header .nav01 .h_form input[type="text"] {
    width: 240px;
    padding: 12px 8px;
  }
}
#header .nav01 .links {
  display: flex;
  gap: clamp(16px, 3.4rem, 36px);
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  #header .nav01 .links {
    font-size: clamp(12px, 1.5rem, 15px);
  }
  
}
@media screen and (max-width: 1240px) {
  #header .nav01 .links {
    flex-direction: column;
    gap: 24px;
    font-size: 15px;
  }
}
#header .nav01 .links li{
  position: relative;
}
#header .nav01 .links a {
  display: block;
  padding: 10px 0;
  transition: color 0.2s;
}
@media screen and (min-width: 768px) {
  #header .nav01 .links > li > a:hover {
    color: #1BB1B1;
  }
}
@media screen and (max-width: 1240px) {
  #header .nav01 .links a {
    position: relative;
    padding-left: 20px;
    padding-bottom: 0;
    padding-top: 0;
    text-decoration: underline;
  }
  #header .nav01 .links a::before {
    content: "";
    background: #1BB1B1;
    position: absolute;
    inset: 50% auto auto 0;
    translate: 0 -50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1241px) {
	#header .nav01 .links .sab_links {
		display: none;
		background: #fff;
		position: absolute;
		inset: calc(100% - 5px) auto auto 50%;
		translate: -50% 0;
		border-radius: 10px;
		box-shadow: 0 0 5.3px 0 rgba(0, 0, 0, .25);
    overflow: hidden;
	}
	#header .nav01 .links .sab_links.show {
		display: block;
	}
	#header .nav01 .links .sab_links li a {
		display: block;
		position: relative;
		padding: 16px 20px 16px 54px;
		white-space: nowrap;
		transition: background .2s;
	}
	#header .nav01 .links .sab_links li a:hover{
		background: #EEEEEE;
	}
	#header .nav01 .links .sab_links li a.a::before{
		content: '';
		background: url(../img/ico_download_secondary.svg) no-repeat center / cover;
		position: absolute;
		inset: 50% auto auto 20px;
		translate: 0 -50%;
		width: 24px;
		height: 24px;
	}
	#header .nav01 .links .sab_links li a.b{
		padding: 16px 20px 16px 70px;
	}
	#header .nav01 .links .sab_links li a.b::before{
		content: '';
		background: #FF6C54;
		position: absolute;
		inset: 50% auto auto 54px;
		translate: 0 -50%;
		width: 1px;
		height: 20px;
	}
	#header .nav01 .links .sab_links li a.c::before{
		content: '';
		background: url(../img/icon_handshake.svg) no-repeat center / cover;
		position: absolute;
		inset: 50% auto auto 20px;
		translate: 0 -50%;
		width: 24px;
		height: 21px;
	}
}
@media screen and (max-width: 1240px) {
  #header .nav01 .links .sab_links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 16px;
    font-size: 12px;
  }
  #header .nav01 .links .sab_links a::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .nav02 {
    width: 100%;
  }
}
#header .nav02 .links {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  #header .nav02 .links {
    flex-direction: column;
    gap: 20px;
    border-radius: 0;
  }
}
#header .nav02 .links a {
  color: #fff;
  position: relative;
  width: 140px;
  height: 100%;
  display: block;
  padding: 36px 0 8px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: 0.2s;
}
#header .nav02 .links a.contact {
  background: #1BB1B1 url(../img/ico_contact.svg) no-repeat center top 15px/25px 20px;
  padding-top: 44px;
}
#header .nav02 .links a.download {
  background: #FF6C54 url(../img/ico_download.svg) no-repeat center top 10px/24px 24px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #header .nav02 .links a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1240px) {
  #header .nav02 .links a {
    width: 360px;
    padding: 22px 56px;
    font-size: 20px;
    text-align: left;
    border-radius: 20px;
  }
  #header .nav02 .links a.contact {
    background-position: left 24px center;
    background-size: 24px 19px;
    padding-top: 22px;
  }
  #header .nav02 .links a.contact::after {
    content: "";
    background: #fff url(../img/ico_arrow_primary.svg) no-repeat center/20px;
    position: absolute;
    inset: 50% 16px auto auto;
    translate: 0 -50%;
    width: 36px;
    height: 36px;
    border-radius: 100%;
  }
  #header .nav02 .links a.download {
    background-position: left 24px center;
    font-size: 15px;
  }
  #header .nav02 .links a.download::after {
    content: "";
    background: #fff url(../img/ico_arrow_secondary.svg) no-repeat center/20px;
    position: absolute;
    inset: 50% 16px auto auto;
    translate: 0 -50%;
    width: 36px;
    height: 36px;
    border-radius: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header .nav02 .links a {
    max-width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  #header .toggle_menu {
    background: #FCFBF8;
    position: fixed;
    inset: 80px auto auto 0;
    width: 100vw;
    height: calc(100vh - 80px);
    overflow: scroll;
    translate: 100% 0;
    transition: 0.2s;
  }
}
#header .toggle_btn {
  display: none;
  width: 38px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  #header .toggle_btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#header .toggle_btn span {
  color: #1BB1B1;
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#header .toggle_btn span.close {
  display: none;
}
#header .toggle_btn .line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 30px;
  height: 12px;
  margin: auto;
  transition: 0.2s;
}
#header .toggle_btn .line::before, #header .toggle_btn .line::after {
  content: "";
  background: #1BB1B1;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  transition: 0.2s;
}

body.menu_open {
  overflow: hidden;
}
body.menu_open #header .toggle_menu {
  translate: 0 0;
}
body.menu_open #header .toggle_btn .line {
  justify-content: center;
}
body.menu_open #header .toggle_btn .line::before {
  position: absolute;
  rotate: 40deg;
}
body.menu_open #header .toggle_btn .line::after {
  position: absolute;
  rotate: -40deg;
}
body.menu_open #header .toggle_btn span.open {
  display: none;
}
body.menu_open #header .toggle_btn span.close {
  display: block;
}

@media screen and (max-width: 1240px) {
  #footer .f_logos {
    padding: 0 20px 56px;
  }
}
#footer .f_logos .logos {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #footer .f_logos .logos {
    gap: 20px;
  }
}
#footer .f_logos .logos li {
  width: 320px;
}
@media screen and (max-width: 767px) {
  #footer .f_logos .logos li {
    width: auto;
    flex: 1;
  }
}
#footer .f_others {
  background-color: #F4F4F2;
  background-image: url(../img/f_others_bg_top.png), url(../img/f_others_bg_bottom.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 1920px;
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
  #footer .f_others {
    background-size: 100%;
    padding: 70px 0;
  }
}
#footer .f_others .row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  #footer .f_others .row {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_others .row {
    flex-direction: column;
    align-items: center;
  }
}
#footer .f_others .ttl {
  padding-bottom: 48px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  #footer .f_others .ttl {
    padding-bottom: 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_others .ttl {
    padding-bottom: 24px;
  }
}
#footer .f_others .ttl span {
  position: relative;
  padding-left: 56px;
}
@media screen and (max-width: 1240px) {
  #footer .f_others .ttl span {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_others .ttl span {
    padding-left: 44px;
  }
}
#footer .f_others .ttl span::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  inset: 0 auto auto 0;
  width: 40px;
  height: 100%;
}
@media screen and (max-width: 1240px) {
  #footer .f_others .ttl span::before {
    width: 34px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_others .ttl span::before {
    width: 32px;
  }
}
#footer .f_others .txt {
  padding-bottom: 48px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 1240px) {
  #footer .f_others .txt {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_others .txt {
    padding-bottom: 24px;
    font-size: 14px;
  }
}
#footer .f_others .contact {
  max-width: 524px;
  padding-right: 124px;
}
#footer .f_others .contact .ttl span::before {
  background-image: url(../img/ico_contact_primary.svg);
}
@media screen and (max-width: 1240px) {
  #footer .f_others .contact {
    max-width: 420px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_others .contact {
    width: 100%;
    padding: 0 0 40px;
  }
}
#footer .f_others .download {
  max-width: 524px;
  padding-left: 124px;
  border-left: 1px dashed #BFBFBE;
}
#footer .f_others .download .ttl span::before {
  background-image: url(../img/ico_download_secondary.svg);
}
@media screen and (max-width: 1240px) {
  #footer .f_others .download {
    max-width: 420px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_others .download {
    width: 100%;
    padding: 40px 0 0;
    border-top: 1px dashed #BFBFBE;
    border-left: none;
  }
}
#footer .f_navs {
  background: url(../img/f_navs_bg.png) no-repeat right bottom/56.4%;
  padding: 40px 0 20px;
}
@media screen and (min-width: 1921px) {
  #footer .f_navs {
    background-size: 1061px;
  }
}
@media screen and (max-width: 1240px) {
  #footer .f_navs {
    background: url(../img/f_navs_bg_tab.png) no-repeat center bottom/72%;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_navs {
    background-size: 100%;
    padding: 70px 0 20px;
  }
}
#footer .f_navs .f_inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1240px) {
  #footer .f_navs .f_inner {
    padding: 0 35px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_navs .f_inner {
    padding: 0 20px;
  }
}
#footer .f_navs .row {
  display: flex;
  gap: 87px;
  padding-bottom: 148px;
}
@media screen and (max-width: 1240px) {
  #footer .f_navs .row {
    justify-content: center;
    gap: 40px;
    padding-bottom: 313px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_navs .row {
    flex-direction: column;
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_navs .logos {
    display: contents;
  }
}
#footer .f_navs .logos .site_logo {
  width: 360px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1240px) {
  #footer .f_navs .logos .site_logo {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_navs .logos .site_logo {
    margin: auto;
    padding-bottom: 0;
  }
}
#footer .f_navs .logos .operation {
  background: #F4F4F2;
  padding: 15px;
  border-radius: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  #footer .f_navs .logos .operation {
    width: 360px;
    margin: auto;
  }
}
@media screen and (max-width: 400px) {
  #footer .f_navs .logos .operation {
    width: 100%;
  }
}
#footer .f_navs .logos .operation p {
  color: #8A8C88;
  padding-bottom: 5px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  #footer .f_navs .logos .operation p {
    font-size: 12px;
  }
}
#footer .f_navs .logos .operation img {
  width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer .f_navs .logos .operation img {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_navs .navs {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 369px) {
  #footer .f_navs .navs {
    justify-content: flex-start;
  }
}
#footer .f_navs .navs .links {
  -moz-column-count: 2;
       column-count: 2;
  gap: 56px;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
  #footer .f_navs .navs .links {
    gap: 24px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_navs .navs .links {
    gap: 10px;
  }
}
@media screen and (max-width: 369px) {
  #footer .f_navs .navs .links {
  -moz-column-count: 1;
    column-count: 1;
  }
}
#footer .f_navs .navs .links li + li {
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  #footer .f_navs .navs .links li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_navs .navs .links li + li {
    margin-top: 24px;
  }
}
#footer .f_navs .navs .links a {
  position: relative;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer .f_navs .navs .links .sab_links a {
  padding-left: 10px;
}
#footer .f_navs .navs .links a::before {
  content: "";
  background: #1BB1B1;
  /* position: absolute; */
  /* inset: 50% auto auto 0; */
  /* translate: 0 -50%; */
  width: 10px;
  height: 10px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  #footer .f_navs .navs .links a:hover::before {
    background: #FF6C54;
  }
}
#footer .f_navs .navs .links .sab_links {
  margin-top: 20px;
  font-size: 14px;
  border-left: 1px solid #EBEBEB;
}
@media screen and (max-width: 1240px) {
  #footer .f_navs .navs .links .sab_links {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_navs .navs .links .sab_links {
    margin-top: 12px;
  }
}
#footer .f_navs .navs .links .sab_links li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1240px) {
  #footer .f_navs .navs .links .sab_links li + li {
    margin-top: 13px;
  }
}
@media screen and (max-width: 767px) {
  #footer .f_navs .navs .links .sab_links li + li {
    margin-top: 10px;
  }
}
#footer .f_navs .navs .links .sab_links a::before {
  display: none;
}
#footer .f_navs .copy {
  color: #638191;
  font-size: 14px;
}
@media screen and (max-width: 1240px) {
  #footer .f_navs .copy {
    font-size: 8px;
    text-align: center;
  }
}

.card a {
  display: inline-block;
  position: relative;
}
.card a::after {
  content: "";
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  position: absolute;
  inset: auto 24px 24px auto;
  width: 56px;
  height: 56px;
  border: 1px solid;
  border-radius: 50%;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .card a::after {
    background-size: 18px;
    width: 42px;
    height: 42px;
  }
}
.card.primary a::after {
  background-image: url(../img/ico_arrow_primary.svg);
  border-color: #1BB1B1;
}
@media screen and (min-width: 768px) {
  .card.primary a:hover::after {
    background-image: url(../img/ico_arrow_white.svg);
    background-color: #1BB1B1;
  }
}
.card.secondary a::after {
  background-image: url(../img/ico_arrow_secondary.svg);
  border-color: #FF6C54;
}
@media screen and (min-width: 768px) {
  .card.secondary a:hover::after {
    background-image: url(../img/ico_arrow_white.svg);
    background-color: #FF6C54;
  }
}

.c_btn a {
  display: inline-block;
  position: relative;
  min-width: 160px;
  padding: 16px 54px 16px 20px;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.2s;
}
.c_btn a::after {
  content: "";
  position: absolute;
  inset: 50% 16px auto auto;
  translate: 0 -50%;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transition: 0.2s;
}
.c_btn.primary1 a {
  background: #fff;
  color: #1BB1B1;
  border: 1px solid #1BB1B1;
}
.c_btn.primary1 a::after {
  background: #1BB1B1 url(../img/ico_arrow_white.svg) no-repeat center/10px;
}
@media screen and (min-width: 768px) {
  .c_btn.primary1 a:hover {
    background: #1BB1B1;
    color: #fff;
  }
  .c_btn.primary1 a:hover::after {
    background: #fff url(../img/ico_arrow_primary.svg) no-repeat center/10px;
  }
}
.c_btn.primary2 a {
  background: #1BB1B1;
  color: #fff;
  border: 1px solid #1BB1B1;
}
.c_btn.primary2 a::after {
  background: #fff url(../img/ico_arrow_primary.svg) no-repeat center/10px;
}
@media screen and (min-width: 768px) {
  .c_btn.primary2 a:hover {
    background: #fff;
    color: #1BB1B1;
  }
  .c_btn.primary2 a:hover::after {
    background: #1BB1B1 url(../img/ico_arrow_white.svg) no-repeat center/10px;
  }
}
.c_btn.secondary1 a {
  background: #fff;
  color: #FF6C54;
  border: 1px solid #FF6C54;
}
.c_btn.secondary1 a::after {
  background: #FF6C54 url(../img/ico_arrow_white.svg) no-repeat center/10px;
}
@media screen and (min-width: 768px) {
  .c_btn.secondary1 a:hover {
    background: #FF6C54;
    color: #fff;
  }
  .c_btn.secondary1 a:hover::after {
    background: #fff url(../img/ico_arrow_secondary.svg) no-repeat center/10px;
  }
}
.c_btn.secondary2 a {
  background: #FF6C54;
  color: #fff;
  border: 1px solid #FF6C54;
}
.c_btn.secondary2 a::after {
  background: #fff url(../img/ico_arrow_secondary.svg) no-repeat center/10px;
}
@media screen and (min-width: 768px) {
  .c_btn.secondary2 a:hover {
    background: #fff;
    color: #FF6C54;
  }
  .c_btn.secondary2 a:hover::after {
    background: #FF6C54 url(../img/ico_arrow_white.svg) no-repeat center/10px;
  }
}
.c_btn.back1 a {
  background: #fff;
  color: #9F9F9F;
  border: 1px solid #9F9F9F;
}
.c_btn.back1 a::after {
  background: #9F9F9F url(../img/ico_arrow_white.svg) no-repeat center/10px;
}
@media screen and (min-width: 768px) {
  .c_btn.back1 a:hover {
    background: #9F9F9F;
    color: #fff;
  }
  .c_btn.back1 a:hover::after {
    background: #fff url(../img/ico_arrow_back.svg) no-repeat center/10px;
  }
}
.c_btn.back2 a {
  background: #9F9F9F;
  color: #fff;
  border: 1px solid #9F9F9F;
}
.c_btn.back2 a::after {
  background: #fff url(../img/ico_arrow_back.svg) no-repeat center/10px;
}
@media screen and (min-width: 768px) {
  .c_btn.back2 a:hover {
    background: #fff;
    color: #9F9F9F;
  }
  .c_btn.back2 a:hover::after {
    background: #9F9F9F url(../img/ico_arrow_white.svg) no-repeat center/10px;
  }
}
.c_btn.in-page a::after {
  rotate: 90deg;
}

.c_btn2 a {
  background: #F9F9F9 url(../img/ico_arrow_primary.svg) no-repeat right 20px center/20px;
  display: inline-block;
  min-width: 240px;
  padding: 20px 54px 20px 20px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  transition: 0.2s;
}
.c_btn2-sub-txt {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #8d8d8d;
  margin-top: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c_btn2 a {
    background-size: 14px;
    padding: 20px 54px 20px 20px;
    font-size: 14px;
  }
  .c_btn2-sub-txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c_btn2 a:hover {
    background-color: #E6E6E6;
  }
}
.c_btn2.blank a {
  background-image: url(../img/ico_blank.svg);
}
.c_btn2.no-anker a {
  background-image: none;
}
.c_btn2.no-anker a:hover {
  background-color: #F9F9F9;
}

@media screen and (max-width: 767px) {
  .c_btn3 {
    width: 100%;
  }
}
.c_btn3 a {
  color: #fff;
  display: inline-block;
  position: relative;
  min-width: 400px;
  padding: 20px 62px 20px 42px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 20px;
  transition: 0.2s;
  display: block;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c_btn3 a {
    min-width: 280px;
    width: fit-content;
    margin: 0 auto;
    padding: 20px 76px 20px 24px;
    font-size: 20px;
  }
}
.c_btn3 a::after {
  content: "";
  position: absolute;
  inset: 50% 16px auto auto;
  translate: 0 -50%;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  transition: 0.2s;
}
.c_btn3.primary a {
  background: #1BB1B1;
  border: 2px solid #1BB1B1;
}
.c_btn3.primary a::after {
  background: #fff url(../img/ico_arrow_primary.svg) no-repeat center/20px;
}
@media screen and (min-width: 768px) {
  .c_btn3.primary a:hover {
    background: #fff;
    color: #1BB1B1;
  }
  .c_btn3.primary a:hover::after {
    background: #1BB1B1 url(../img/ico_arrow_white.svg) no-repeat center/20px;
  }
}
.c_btn3.secondary a {
  background: #FF6C54;
  border: 2px solid #FF6C54;
}
.c_btn3.secondary a::after {
  background: #fff url(../img/ico_arrow_secondary.svg) no-repeat center/20px;
}
.c_btn3.file-download a::after {
  background: #fff url(../img/ico_filedownload_secondary.svg) no-repeat center/20px;
}
.c_btn3.secondary a:hover {
  background: #fff;
  color: #FF6C54;
}
.c_btn3.secondary a:hover::after {
  background: #FF6C54 url(../img/ico_arrow_white.svg) no-repeat center/20px;
}
.c_btn3.c_btn3.file-download a:hover::after {
  background: #FF6C54 url(../img/ico_filedownload_white.svg) no-repeat center/20px;
}

ul.c_lists li {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  ul.c_lists li {
    font-size: 14px;
  }
}
ul.c_lists li::before {
  content: "";
  background: #1BB1B1;
  position: absolute;
  inset: 11px auto auto 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  ul.c_lists li {
    inset: 9px auto auto 0;
  }
}
ul.c_lists li + li {
  margin-top: 8px;
}
ul.c_lists li.l {
  font-size: 24px;
}
ul.c_lists li b.primary {
  color: #1BB1B1;
}
ul.c_lists li b.secondary {
  color: #FF6C54;
}
ul.c_lists.check li {
  padding-left: 42px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 3.3px;
}
@media screen and (max-width: 767px) {
  ul.c_lists.check li {
    padding-left: 28px;
    font-size: 18px;
  }
}
ul.c_lists.check li::before {
  content: "";
  background: url(../img/ico_check_primary.svg) no-repeat center/cover;
  position: absolute;
  inset: 50% auto auto 0;
  translate: 0 -50%;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  ul.c_lists.check li::before {
    width: 18px;
    height: 18px;
  }
}
ul.c_lists.check li + li {
  margin-top: 24px;
}

ol.c_lists {
  counter-reset: num 0;
}
ol.c_lists li {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  ol.c_lists li {
    font-size: 14px;
  }
}
ol.c_lists li::before {
  counter-increment: num 1;
  content: counter(num) ". ";
}
ol.c_lists li + li {
  margin-top: 8px;
}
ol.c_lists li.l {
  font-size: 24px;
}
ol.c_lists li b.primary {
  color: #1BB1B1;
}
ol.c_lists li b.secondary {
  color: #FF6C54;
}

.c_box {
  background: #F9F8F2;
  padding: 40px;
  border-radius: 10px;
}
.c_box_dot-line {
  border: 1px dotted #18B1B1;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .c_box {
    padding: 20px;
  }
}

.c_table {
  border: 1px solid #9F9F9F;
  border-radius: 4px;
  overflow: hidden;
}
.c_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c_table {
    overflow-x: auto;
  }
  .c_table table {
    font-size: 14px;
  }
}
.c_table thead {
  border-bottom: 1px solid #9F9F9F;
}
.c_table tr {
  display: flex;
}
.c_table tr + tr {
  border-top: 1px solid #9F9F9F;
}
.c_table th, .c_table td {
  padding: 5px 10px;
}
.c_table th {
  background: #F9F8F2;
  /* width: 295px; */
  flex: 1;
  /* max-width: 295px; */
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  /* border-right: 1px solid #9F9F9F; */
  padding: 16px 8px;
}
.c_table th + th ,
.c_table th + td {
  border-left: 1px solid #9F9F9F;
}

@media screen and (max-width: 767px) {
  .c_table th {
    width: 200px;
  }
}
.c_table td {
  flex: 1;
  padding: 16px 8px;
}
.c_table td + td {
  border-left: 1px solid #9F9F9F;
}

.c_faq li {
  background: #F9F8F2;
  padding: 24px;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .c_faq li {
    padding: 20px;
  }
}
.c_faq li + li {
  margin-top: 16px;
}
.c_faq p.q {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .c_faq p.q {
    padding-bottom: 16px;
    font-size: 16px;
  }
}
.c_faq p.a {
  color: #706C55;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .c_faq p.a {
    font-size: 14px;
  }
}

.top_sec h2 {
  color: #403E31;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  white-space: nowrap;
  letter-spacing: .2em;
}
.top_about h2 {
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .top_sec h2 {
    font-size: 24px;
    white-space: normal;
  }
}

.top_mv .mv {
  background: linear-gradient(180deg, #C8ECEC 0%, #ECEED6 100%);
  position: relative;
  height: calc(100vh - 160px);
  min-height: 540px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top_mv .mv {
    border-radius: 20px;
    padding-bottom: 120px;
    height: auto;
  }
}
.top_mv .mv .cloud_wrap {
  position: absolute;
  width: 200%;
  inset: 38px 0 0 0;
  display: flex;
  animation: cloudMove 30s linear infinite;
}
.top_mv .mv .cloud_wrap .cloud {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top_mv .mv .cloud_wrap {
    width: 400%;
  }
}
@keyframes cloudMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top_mv .mv .earth {
  position: absolute;
  inset: auto 0 0 auto;
  width: 65%;
}
@media screen and (min-width: 1921px) {
  .top_mv .mv .earth {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .top_mv .mv .earth {
    width: 200%;
    translate: 25% 45%;
  }
}
.top_mv .mv .txt_content {
  position: absolute;
  inset: 50% auto auto 4.3%;
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .top_mv .mv .txt_content {
    inset: 50% auto auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_mv .mv .txt_content {
    position: initial;
    width: 100%;
    padding: 100px 20px 32px;
    translate: none;
  }
}
.top_mv .mv .txt_content h1 {
  position: relative;
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.15em;
  animation: fadeInUp 1s ease 0.1s both;
}
@media screen and (max-width: 1440px) {
  .top_mv .mv .txt_content h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1240px) {
  .top_mv .mv .txt_content h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top_mv .mv .txt_content h1 {
    font-size: 19px;
    font-size: clamp(19px, 5.5vw, 32px);
  }
}
@media screen and (max-width: 400px) {
  .top_mv .mv .txt_content h1 {
    font-size: 20px;
    font-size: clamp(13px, 5.5vw, 24px);
  }
}
.top_mv .mv .txt_content h1 span {
  color: #FF6C54;
}
.top_mv .mv .txt_content h1 .quote-left {
  margin-left: -0.5em;
}
.top_mv .mv .txt_content h1 .quote-right {
  margin-right: -0.5em;
}
@media screen and (max-width: 767px) {
  .top_mv .mv .txt_content .btn {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
}
.top_mv .mv .txt_content .btn a {
  background: #FF6C54 url(../img/ico_download.svg) no-repeat left 24px center/48px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 20px 66px 20px 84px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 15px;
  transition: 0.2s;
}
@media screen and (max-width: 1240px) {
  .top_mv .mv .txt_content .btn a {
    background-position: 18px;
    background-size: 32px;
    padding: 20px 56px 20px 64px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top_mv .mv .txt_content .btn a {
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .top_mv .mv .txt_content .btn a {
    padding: 10px 42px 10px 48px;
  }
  .top_mv .mv .txt_content .btn a span {
    font-size: 18px;
  }
  .top_mv .mv .txt_content .btn a {
    background-size: 24px;
  }
}
.top_mv .mv .txt_content .btn a span {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 1240px) {
  .top_mv .mv .txt_content .btn a span {
    font-size: 20px;
  }
}
.top_mv .mv .txt_content .btn a::after {
  content: "";
  background: #fff url(../img/ico_arrow_secondary.svg) no-repeat center/16px;
  position: absolute;
  inset: 50% 14px auto auto;
  translate: 0 -50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media screen and (max-width: 1240px) {
  .top_mv .mv .txt_content .btn a::after {
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .top_mv .mv .txt_content .btn a:hover {
    opacity: 0.8;
  }
}
.top_mv .mv .rss {
  position: absolute;
  inset: auto 0 0 auto;
  background: #fff;
  width: 400px;
  padding: 23px 23px 23px 30px;
  border-radius: 30px 0 0 0;
}
.top_mv .mv .rss .ttl{
	color: #6D6D6D;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_mv .mv .rss {
    position: inherit;
    max-width: 360px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 23px 30px;
    border-radius: 20px;
  }
  .top_mv .mv .rss .ttl{
    font-size: 12px;
  }
}
.top_mv .mv .rss .radius {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  overflow: hidden;
}
.top_mv .mv .rss .radius::before {
  content: "";
  background: transparent;
  display: block;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.top_mv .mv .rss .radius.a {
  inset: auto auto 0 0;
  transform: translateX(-100%);
}
.top_mv .mv .rss .radius.a::before {
  box-shadow: 30px 30px 0 0 #fff;
}
.top_mv .mv .rss .radius.b {
  inset: 0 0 auto auto;
  transform: translateY(-100%);
}
.top_mv .mv .rss .radius.b::before {
  box-shadow: 30px 30px 0 0 #fff;
}
@media screen and (max-width: 767px) {
	.top_mv .mv .rss .radius{
		display: none;
	}
}
.top_mv .mv .rss ul a {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .top_mv .mv .rss ul a {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.top_mv .mv .rss ul .day {
  background: #18B1B1;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 7px;
}
.top_mv .mv .rss ul .txt {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.top_mv .mv .rss .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding-top: 20px;
}
.top_mv .mv .rss .slick-dots li {
  background: #D9D9D9;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.top_mv .mv .rss .slick-dots li.slick-active {
  background: #000;
}
.top_mv .mv .rss .slick-dots button {
  background: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  outline: none;
  border: none;
}
.top_mv .mv .rss .slide-arrow {
  background: url(../img/ico_arrow_slider.svg) no-repeat center / cover;
  position: absolute;
  width: 28px;
  height: 28px;
  z-index: 1;
  translate: -50% 0;
  cursor: pointer;
}
.top_mv .mv .rss .slide-arrow.prev-arrow {
  inset: auto auto -10px calc(50% - 70px);
  rotate: 180deg;
}
.top_mv .mv .rss .slide-arrow.next-arrow {
  inset: auto auto -10px calc(50% + 70px);
}

.top_about {
  background: url(../img/top_about_bg.png) no-repeat center bottom/1920px;
  padding: 100px 0 300px;
}
@media screen and (max-width: 767px) {
  .top_about {
    background: url(../img/top_about_bg_sp.png) no-repeat center bottom/ 100%;
    padding: 80px 0 200px;
  }
}
.top_about .content {
  width: min(100%, 465px);
  margin: auto;
}
.top_about .content h2 {
  margin-bottom: 64px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .top_about .content h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.top_about .content p {
  margin-bottom: 48px;
  font-size: 16px;
  font-weight: 200;
  line-height: 2.4;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top_about .content p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.top_about .content .c_btn {
  text-align: center;
}

.top_step {
  background: #F2F1E6;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .top_step {
    padding-top: 80px;
  }
}
.low .top_step {
  padding: 0 20px 80px;
}
.top_step .head {
  display: flex;
  align-items: center;
  gap: 20px 200px;
  padding-bottom: 80px;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top_step .head {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
  }
}
.top_step .head p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top_step .head p {
    font-size: 14px;
  }
}
.top_step .steps {
  display: flex;
  justify-content: center;
  gap: 174px;
}
.step-noarrow .steps {
  gap: 80px;
}
@media screen and (max-width: 1240px) {
  .top_step .steps {
    gap: 80px;
  }
  .step-noarrow .steps {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_step .steps {
    flex-direction: column;
    align-items: center;
    gap: 140px;
  }
  .step-noarrow .steps {
    align-items: center;
    gap: 80px;
  }
}
.top_step .steps li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.low .top_step .steps li {
  width: 180px;
}
.low .step-noarrow .steps li {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .low .top_step .steps li {
    width: 100%;
  }
}
.top_step .steps li + li::before {
  content: "";
  background: url(../img/step_arrow.svg) no-repeat center/cover;
  position: absolute;
  inset: 50% auto auto -87px;
  translate: -50% -50%;
  width: 83px;
  height: 24px;
}
.step-noarrow .steps li + li::before {
  content: none;
}
@media screen and (max-width: 1240px) {
  .top_step .steps li + li::before {
    inset: 50% auto auto -40px;
    width: 60px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top_step .steps li + li::before {
    inset: -70px auto auto 50%;
    rotate: 90deg;
    width: 78px;
    height: 20px;
  }
}
.top_step .steps .num {
  color: #1BB1B1;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.top_step .steps .num span {
  padding-left: 5px;
  font-size: 24px;
  font-weight: 700;
}
.top_step .steps .ttl {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .top_step .steps .ttl {
    font-size: 22px;
  }
}
.top_step .steps .icon {
  padding-bottom: 10px;
  width: 160px;
}
@media screen and (max-width: 1240px) {
  .top_step .steps .icon {
    width: 132px;
  }
}
.top_step .steps .txt {
  padding-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.top_service {
  background: #F9F8F2 url(../img/top_service_bg.png) no-repeat center bottom/1920px;
  padding: 80px 0 340px;
}
.low .top_service {
  padding: 80px 0px 240px;
  background-size: contain;
  max-width: none;
}
@media screen and (max-width: 1240px) {
  .top_service {
    background-size: 1240px;
  }
}
@media screen and (max-width: 767px) {
  .top_service {
    background-image: url(../img/top_service_bg_sp.png);
    background-size: 100%;
    padding: 80px 0 140px;
  }
  .low .top_service {
    padding: 80px 0px 140px;
  }
}
.top_service .content {
  max-width: 980px;
  margin: 0 auto;
}
.low .top_service .content {
  max-width: 1100px;
}
.top_service h2 {
  padding-bottom: 72px;
  text-align: center;
}
.low .top_service h2 {
  padding-bottom: 0;
  text-align: inherit;
  margin-top: 0 !important;
}
@media screen and (max-width: 1240px) {
  .top_service h2 {
    padding-bottom: 40px;
  }
}
.top_service .desc {
  padding-bottom: 72px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 1240px) {
  .top_service .desc {
    padding-bottom: 40px;
    font-size: 14px;
  }
}
.top_service .row {
  display: flex;
  gap: 80px;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .top_service .row {
    gap: 56px;
  }
}
@media screen and (max-width: 767px) {
  .top_service .row {
    flex-direction: column;
    max-width: 420px;
    margin: auto;
  }
}
.top_service .card {
  flex: 1;
  max-width: 480px;
}
.low .top_service .card {
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .top_service .card {
    margin: auto;
    width: 100%;
    max-width: 420px;
  }
}
.top_service .card a {
  background: #fff;
  display: block;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  transition: 0.2s;
}
.top_service .card a:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.top_service .card .ttl {
  padding-bottom: 36px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3.9px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .top_service .card .ttl {
    font-size: 18px;
  }
}
.top_service .card .icon {
  margin-bottom: 36px;
  height: 100px;
}
@media screen and (max-width: 1240px) {
  .top_service .card .icon {
    height: 80px;
  }
}
.top_service .card .icon img {
  width: auto;
  height: 100%;
  margin: auto;
}
.top_service .card .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 2.7px;
}
@media screen and (max-width: 1240px) {
  .top_service .card .txt {
    font-size: 16px;
  }
}
.top_service .card.primary .ttl {
  color: #1BB1B1;
}
.top_service .card.secondary .ttl {
  color: #FF6C54;
}

.top_attempt {
  position: relative;
  /* padding: 575px 0 123px; */
  padding: 120px 124px 160px;
}
.top_attempt .inner {
  position: relative;
  z-index: 1;
}
.top_attempt .row .img_content img {
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .top_attempt {
    padding: 120px 0 80px;
  }
}
.top_attempt .bg {
  position: absolute;
  inset: 0 auto auto 50%;
  translate: -50% 0;
  width: 48%;
  height: 100%;
  z-index: 0;
  padding-bottom: 40px;
}
@media screen and (min-width: 1921px) {
  .top_attempt .bg {
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .top_attempt .bg {
    width: 80%;
  }
}
.top_attempt .bg img {
  position: sticky;
  top: 114px;
}
@media screen and (min-width: 1921px) {
  .top_attempt .bg img {
    top: 134px;
  }
}
@media screen and (max-width: 1240px) {
  .top_attempt .bg img {
    top: 80px;
  }
}
.top_attempt .content {
  max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 64px;
}
@media screen and (max-width: 960px) {
  .top_attempt .content {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
}
.top_attempt .row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 540px;
  width: 100%;
  flex-direction: column;
}
.top_attempt .row + .row {
  /* margin-top: 180px; */
}
@media screen and (max-width: 767px) {
  .top_attempt .row + .row {
    /* margin-top: 80px; */
  }
}
@media screen and (max-width: 767px) {
  .top_attempt .row {
    flex-direction: column;
    gap: 16px;
  }
}
.top_attempt .img_content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_attempt .img_content {
    width: 100%;
  }
}
.top_attempt .txt_content {
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .top_attempt .txt_content {
    width: auto;
    flex: 1;
  }
}
.top_attempt .txt_content h2 {
  padding-bottom: 28px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top_attempt .txt_content h2 {
    padding-bottom: 16px;
  }
}
.top_attempt .txt_content .txt {
  padding-bottom: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 767px) {
  .top_attempt .txt_content .txt {
    padding-bottom: 24px;
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .top_attempt .txt_content .c_btn {
    text-align: center;
  }
}

.top_news .box {
  background: #F9F8F2;
  display: flex;
  justify-content: center;
  gap: 100px;
  position: relative;
  max-width: 1391px;
  margin: auto;
  padding: 80px 40px;
  border-radius: 36px;
}
@media screen and (max-width: 1240px) {
  .top_news .box {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top_news .box {
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px 225px;
    border-radius: 20px;
  }
}
.top_news .box::before {
  content: "";
  background: url(../img/top_news_bg.png) no-repeat center/cover;
  position: absolute;
  inset: auto auto -50px 0;
  width: 437px;
  height: 274px;
}
@media screen and (max-width: 767px) {
  .top_news .box::before {
    inset: auto auto -25px 0;
    width: 240px;
    height: 150px;
  }
}
.top_news .side {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .top_news .side {
    width: 100%;
  }
}
.top_news .side .news_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .top_news .side .news_tabs {
    margin-top: 20px;
  }
}
.top_news .side .news_tabs a {
  background: #D5E5E1;
  color: #79AEAE;
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 200px;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .top_news .side .news_tabs a:hover {
    background: #1BB1B1;
    color: #fff;
  }
}
@media screen and (max-width: 1240px) {
  .top_news .side .news_tabs a {
    font-size: 14px;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_news .side .news_tabs a {
    padding: 5px 20px;
  }
}
.top_news .side .news_tabs a.active {
  background: #1BB1B1;
  color: #fff;
  pointer-events: none;
}
.top_news .news_block {
  width: 780px;
}
@media screen and (max-width: 767px) {
  .top_news .news_block {
    width: 100%;
  }
}
.top_news .news_block .news_lists a {
  color: #172626;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 0;
  border-bottom: 1px solid #DBDBDB;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .top_news .news_block .news_lists a:hover{
    border-color: #1BB1B1;
  }
  .top_news .news_block .news_lists a:hover .txt {
    color: #1BB1B1;
  }
}
@media screen and (max-width: 767px) {
  .top_news .news_block .news_lists a {
    gap: 10px;
    padding: 20px 0;
  }
}
.top_news .news_block .news_lists .day {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1240px) {
  .top_news .news_block .news_lists .day {
    font-size: 14px;
  }
}
.top_news .news_block .news_lists .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2.4px;
  text-decoration: underline;
  transition: 0.2s;
}
@media screen and (max-width: 1240px) {
  .top_news .news_block .news_lists .txt {
    font-size: 14px;
  }
}
.top_news .news_block .news_lists .cat {
  display: flex;
  gap: 10px;
}
.top_news .news_block .news_lists .cat span {
  background: #EEEDE6;
  color: #687676;
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .top_news .news_block .news_lists .cat span {
    font-size: 10px;
  }
}
.top_news .news_block .c_btn {
  margin-top: 80px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top_news .news_block .c_btn {
    margin-top: 40px;
    text-align: center;
  }
}

.low h1 {
  color: #403E31;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 7.2px;
}
@media screen and (max-width: 1360px) {
  .low h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .low h1 {
    font-size: 24px;
  }
}
.low h2 {
  color: #223232;
  position: relative;
  margin: 120px 0 40px;
  padding-left: 28px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.44px;
}
.low h2::before {
  content: "";
  background: #1BB1B1;
  position: absolute;
  inset: 0 auto auto 0;
  width: 8px;
  height: 100%;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .low h2 {
    margin: 80px 0 40px;
    font-size: 24px;
  }
}
.low h3 {
  color: #223232;
  margin: 36px 0 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .04em;
}
@media screen and (max-width: 767px) {
  .low h3 {
    margin: 20px 0 20px;
    font-size: 20px;
  }
}
.low h4 {
  color: #223232;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .low h4 {
    margin: 0 0 20px;
    font-size: 16px;
  }
}
.low .txt {
  color: #172626;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .low .txt {
    font-size: 14px;
  }
}
.low .txt.l {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .low .txt.l {
    font-size: 18px;
  }
}
.low .txt b {
  font-weight: 700;
}
.low .txt b.primary {
  color: #1BB1B1;
}
.low .txt b.secondary {
  color: #FF6C54;
}
.low .row {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .low .row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.low .row .img_content {
  flex: 1;
}
.low .row .img_content .img {
  overflow: hidden;
}
.low .row .img_content img {
  width: 100%;
}
.low .row .img_content .ttl {
  padding-top: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 3.3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .low .row .img_content .ttl {
    font-size: 18px;
  }
}
.low .row .txt_content {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .low .row .txt_content {
    width: 100%;
  }
  
}

.low_head .content {
  background-color: #F9F8F2;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding: 140px 40px;
  width: 100%;
  max-height: 540px;
  aspect-ratio: 1920 / 480;
}

.low_head .content picture {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .low_head .content {
    border-radius: 20px;
    padding: 100px 20px;
    aspect-ratio: auto;
  }
}
.low_head h1 {
  position: absolute;
  inset: 50% auto auto 100px;
  translate: 0 -50%;
}
@media screen and (min-width: 1921px) {
  .low_head h1 {
    inset: 50% auto auto 300px;
  }
}
@media screen and (max-width: 1240px) {
  .low_head h1 {
    inset: 50% auto auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .low_head h1 {
    inset: 50% auto auto 20px;
  }
}

.breadcrumbs {
  position: absolute;
  inset: 40px auto auto 40px;
  width: calc(100% - 80px);
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    inset: 20px auto auto 20px;
    width: calc(100% - 40px);
  }
}
.breadcrumbs ul {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
.breadcrumbs li:nth-child(n+3) {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs ul {
    font-size: 11px;
  }
}
.breadcrumbs li + li::before {
  content: "\f105";
  font-weight: 600;
  font-family: "Font Awesome 6 Free";
  color: #B4B3A7;
  margin: 0 13px;
}
.breadcrumbs a {
  color: #B4B3A7;
}

.low_inner {
  max-width: 100%;
  /* width: 1180px; */
  margin: 0 auto;
  /* padding: 0 20px; */
}
.low_inner.b {
  width: 960px;
}
.low_inner section {
  padding: 0 40px;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .low_inner section {
    padding: 0 20px;
  }
}
.low_inner section.full {
  padding: 0 40px;
  max-width: none;
  margin: 0 auto;
}

/* .low_inner .content {
  background: #F9F8F2;
  position: relative;
  padding: 128px 0 60px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .low_inner .content {
    border-radius: 20px;
  }
} */
.sample_card {
  width: fit-content;
  overflow: hidden;
}
.sample_card a {
  background: #fff;
  padding: 24px;
}
.sample_card a .img {
  overflow: hidden;
  border-radius: 16px;
}
.sample_card a img {
  transition: 0.2s;
}
.sample_card p {
  padding: 34px 72px 16px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .sample_card a:hover img {
    scale: 1.1;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .sample_card p {
    padding: 25px 52px 8px 0;
  }
}

.post_head .content {
  background: #F9F8F2;
  position: relative;
  padding: 102px 20px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .post_head .content {
    border-radius: 20px;
    padding: 64px 20px;
  }
}
.post_head .low_inner {
  width: 1180px;
}
.post_detail_head .low_inner {
  width: 1180px;
}
.post_detail_head .content {
  background: #F9F8F2;
  position: relative;
  padding: 128px 20px 60px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .post_detail_head .content {
    border-radius: 20px;
    padding: 80px 20px 32px;
  }
}
.post_detail_head .day {
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .post_detail_head .day {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .post_detail_head h1 {
    font-size: 36px;
    line-height: 1.5;
  }
}
.post_detail_head .cat {
  padding-top: 24px;
  display: flex;
  gap: 10px;
}
.post_detail_head .cat span {
  background: #EEEDE6;
  color: #687676;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  border-radius: 20px;
}

.news_sec .lead {
  padding: 80px 0 112px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .news_sec .lead {
    padding: 40px 0 60px;
    font-size: 14px;
  }
}
.news_sec .news {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .news_sec .news {
    flex-direction: column;
    gap: 20px;
  }
}
.news_sec .news .news_tabs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 300px;
}
@media screen and (max-width: 1240px) {
  .news_sec .news .news_tabs {
    width: auto;
    max-width: 360px;
  }
}
.news_sec .news .news_tabs a {
  background: #D5E5E1;
  color: #79AEAE;
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 200px;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .news_sec .news .news_tabs a:hover {
    background: #1BB1B1;
    color: #fff;
  }
}
@media screen and (max-width: 1240px) {
  .news_sec .news .news_tabs a {
    font-size: 14px;
    padding: 6px 10px;
  }
}
@media screen and (max-width: 767px) {
  .news_sec .news .news_tabs a {
    padding: 5px 20px;
  }
}
.news_sec .news .news_tabs a.active {
  background: #1BB1B1;
  color: #fff;
  pointer-events: none;
}
.news_sec .news .news_block {
  flex: 1;
}
.news_sec .news .news_block .news_lists a {
  color: #172626;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 0;
  border-bottom: 1px solid #DBDBDB;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .news_sec .news .news_block .news_lists a:hover{
    border-color: #1BB1B1;
  }
  .news_sec .news .news_block .news_lists a:hover .txt {
    color: #1BB1B1;
  }
}
@media screen and (max-width: 767px) {
  .news_sec .news .news_block .news_lists a {
    gap: 10px;
    padding: 20px 0;
  }
}
.news_sec .news .news_block .news_lists .day {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1240px) {
  .news_sec .news .news_block .news_lists .day {
    font-size: 14px;
  }
}
.news_sec .news .news_block .news_lists .txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 2.4px;
  text-decoration: underline;
  transition: 0.2s;
}
@media screen and (max-width: 1240px) {
  .news_sec .news .news_block .news_lists .txt {
    font-size: 14px;
  }
}
.news_sec .news .news_block .news_lists .cat {
  display: flex;
  gap: 10px;
}
.news_sec .news .news_block .news_lists .cat span {
  background: #EEEDE6;
  color: #687676;
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .news_sec .news .news_block .news_lists .cat span {
    font-size: 10px;
  }
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .pager {
    gap: 10px;
    padding-top: 40px;
  }
}
.pager span, .pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .pager span, .pager a {
    width: 30px;
    height: 30px;
  }
}
.pager a, .pager span.current {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pager a, .pager span.current {
    font-size: 14px;
  }
}
.pager a {
  background: #fff;
  color: #1BB1B1;
  border: 1px solid #1BB1B1;
}
@media screen and (min-width: 768px) {
  .pager a:hover {
    background: #1BB1B1;
    color: #fff;
  }
}
.pager a.prev, .pager a.next {
  background: url(../img/ico_arrow_pager.svg) no-repeat center/10px 100%;
  border: none;
}
@media screen and (max-width: 767px) {
  .pager a.prev, .pager a.next {
    background-size: 7px 100%;
  }
}
.pager a.prev {
  rotate: 180deg;
}
.pager span.current {
  background: #1BB1B1;
  color: #fff;
}
.pager span.num {
  color: #1BB1B1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.1px;
}
@media screen and (max-width: 767px) {
  .pager span.num {
    font-size: 10px;
  }
}

.business_sec .business_block {
  padding-top: 40px;
}

.post_sec .content {
  margin: 80px 0;
}
.post_sec .content > * + * {
  margin-top: 54px;
}
.post_sec .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 2.4px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .post_sec .content p {
    font-size: 14px;
  }
}
.post_sec .content a {
  color: #4F51F4;
  text-decoration: underline;
}
.post_sec ul li {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .post_sec ul li {
    font-size: 14px;
  }
}
.post_sec ul li::before {
  content: "";
  background: #1BB1B1;
  position: absolute;
  inset: 14px auto auto 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.post_sec ul li + li {
  margin-top: 8px;
}
.post_sec ol {
  counter-reset: num 0;
}
.post_sec ol li {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .post_sec ol li {
    font-size: 14px;
  }
}
.post_sec ol li::before {
  counter-increment: num 1;
  content: counter(num) ". ";
}
.post_sec ol li + li {
  margin-top: 8px;
}
.post_sec table {
  border-collapse: inherit !important;
  border: 1px solid #9F9F9F;
  border-radius: 4px;
  overflow: hidden;
  border-spacing: 0;
  width: 100%;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .post_sec table {
    font-size: 14px;
  }
}
.post_sec table tr {
  display: flex;
}
.post_sec table tr + tr {
  border-top: 1px solid #9F9F9F;
}
.post_sec table th, .post_sec table td{
  padding: 5px 10px;
}
.post_sec table td {
  flex: 1;
}
.post_sec table th {
  background: #F9F8F2;
  width: 295px;
  font-weight: 700;
  text-align: left;
  border-right: 1px solid #9F9F9F;
}
@media screen and (max-width: 767px) {
  .post_sec table th{
    width: 100px;
  }
}
.post_sec .c_btn {
  text-align: center;
}

.search_block p{
	padding-bottom: 40px;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 2.4px;
}
.search_block ul{
	padding-bottom: 40px;
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 2.4px;
}
.search_block ul li + li{
	margin-top: 16px;
}
.search_block ul a{
	color: #4F51F4;
	display: inline-block;
	position: relative;
	padding-left: 13px;
	text-decoration: underline;
}
.search_block ul a::before{
	content: '';
	background: #1BB1B1;
	position: absolute;
	inset: 14px auto auto 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.search_block .c_btn{
	text-align: center;
}
@media screen and (max-width: 767px) {
	.search_block p{
		font-size: 14px;
	}
	.search_block ul{
		font-size: 14px;
	}
}


.business_tags {
  margin-top: 40px;
}
.business_tags form{
  display: flex;
  gap: 10px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .business_tags form{
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    text-align: center;
  }
}
.business_tags select, .business_tags input {
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  line-height: 1;
  text-align: center;
  border: none;
  border-radius: 200px;
  outline: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
	.business_tags select:hover{
		background: #1BB1B1;
		color: #fff;
	}
}
@media screen and (max-width: 1240px) {
  .business_tags select, .business_tags input {
    padding: 6px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .business_tags select, .business_tags input {
    width: 100%;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center !important;
    text-align-last: center;
  }
  .business_tags option{
    text-align: center;
  }
}
.business_tags select {
  background: #D5E5E1;
  color: #79AEAE;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.business_tags select.active {
  background: #1BB1B1;
  color: #fff;
}
.business_tags input {
  background: #F9F9F9;
  color: #223232;
}
@media screen and (max-width: 767px) {
  .business_tags input {
    margin-top: 5px;
  }
}


.business_block p{
  margin: 40px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .business_block p{
    font-size: 14px;
  }
}
.business_block .business_lists li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .business_block .business_lists li + li {
    margin-top: 10px;
  }
}
.business_block .business_lists a {
  background: #F9F9F9;
  display: block;
  position: relative;
  padding: 20px 40px 20px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.8px;
  border-radius: 10px;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .business_block .business_lists a:hover {
    background-color: #E6E6E6;
  }
}
@media screen and (max-width: 767px) {
  .business_block .business_lists a {
    font-size: 16px;
  }
}
.business_block .business_lists a::after {
  content: "";
  background: url(../img/ico_arrow_primary.svg) no-repeat center/cover;
  position: absolute;
  inset: 50% 20px auto auto;
  translate: 0 -50%;
  width: 20px;
  height: 14px;
}

.business_block .c_btn{
	text-align: center;
}


.certificate{
	width: min(calc(100% - 40px), 850px);
	margin: 0 auto;
	font-family: "Shippori Mincho", serif;
}
.certificate .frame{
	background:
		url(../img/frame01.gif) no-repeat center top / contain,
		url(../img/frame03.gif) no-repeat center bottom / contain,
		url(../img/frame02.gif) repeat-y center top / contain;
	padding: 70px 70px 30px;
}
.certificate .frame .logo{
	width: 220px;
	margin-bottom: 10px;
}
.certificate .frame .logo img{
	width: 100%;
}
.certificate .frame .ttl{
	margin-bottom: 15px;
	padding: 15px 0px;
	border-top: 3px double #CCCCCC;
	border-bottom: 3px double #CCCCCC;
}
.certificate .frame .ttl img{
	width: 350px;
	margin: 0 auto;
}
.certificate .frame .declaration .ttl2{
	padding-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
}
.certificate .frame .declaration .day{
	padding-bottom: 15px;
	font-size: 12px;
	text-align: right;
}
.certificate .frame .declaration p{
	padding-bottom: 30px;
	font-size: 12px;
}
.certificate .frame .declaration ol{
	counter-reset: num 0;
	padding-bottom: 30px;
	font-size: 12px;
}
.certificate .frame .declaration ol li{
	padding-left: 1em;
	text-indent: -1em;
}
.certificate .frame .declaration ol li + li{
	margin-top: 8px;
}
.certificate .frame .declaration ol li::before{
	counter-increment: num 1;
	content: counter(num) ". ";
}
.certificate .frame .declaration .ceo{
	font-size: 12px;
	text-align: right;
}
.certificate .faq{
	padding-top: 10px;
	text-align: right;
}
.certificate .faq a{
	color: #666;
	font-size: 12px;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.certificate{
	}
	.certificate .frame{
		padding: 40px 20px 20px;
	}
	.certificate .frame .logo{
	    width: 160px;
	}
	.certificate .frame .ttl{
		margin-bottom: 10px;
		padding: 10px 0px;
	}
	.certificate .frame .ttl img{
		width: 250px;
	}
	.certificate .frame .declaration p:first-child{
		font-size: 13px;
	}
}

.low .num {
    color: #1BB1B1;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}
.low .num span {
    font-size: 24px;
    font-weight: 700;
}

.cta-container {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 42px 30px;
  gap: 24px;
  background: url(../img/cta_bg-image.jpg) no-repeat center/cover;
}

.cta-container .txt {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .15em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cta-container {
    padding: 42px 10px;
  }
  .cta-container .txt {
    font-size: 20px;
  }
}

.low_inner .form-section {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 32px;
}

.hidden-fields-container {
    display: none;
}

.wpcf7 {
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 10px;
}

.wpcf7-form * {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 0 auto;
  width: 100%;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
}

.wpcf7-form p {
  margin-top: 24px;
}
.wpcf7-form label , 
.wpcf7-form span.label {
  line-height: 2;
  font-size: 18px;
}

.wpcf7-form input ,
.wpcf7-form textarea {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  width: 100%;
  margin-top: 4px;
  font-size: 15px;
}
.wpcf7-form select {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  width: 100%;
  margin-top: 4px;
  font-size: 15px;
}
.wpcf7-form .wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
  margin-right: 8px;
  width: 16px;
  height: 16px
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus ,
.wpcf7-form select:focus {
  background-color: #ecf8ff;
  border-color: #477cd9;
  outline: none;
}


.wpcf7-form textarea {
  height: 100px;
  max-width: 100%;
}

.wpcf7-form input[type="submit"] {
  order: 9999;
  margin-top: 40px;
  display: inline-block;
  position: relative;
  min-width: 160px;
  padding: 16px 20px;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.2s;
  background: #fff;
  color: #1BB1B1;
  border: 1px solid #1BB1B1;
  text-align: center;
  max-width: 240px;
  min-width: 160px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
    .wpcf7-form input[type="submit"]:hover {
      background: #1BB1B1;
      color: #fff;
      cursor: pointer;
    }
}

.wpcf7-not-valid-tip {
  color: #ec472c;
  font-size: 12px;
  margin-top: 8px;
}

.wpcf7-form .required {
  background-color: #ec472c; /* レッド */
  color: white;
  padding: 4px 16px;
  border-radius: 13px;
  margin-left: 10px;
  font-size: 12px;
}

.screen-reader-response {
  font-size: 18px;
  font-weight: 500;
  color: #ec472c;
  /* padding: 20px; */
  /* background-color: #ffe5e1; */
  border-radius: 10px;
}
.screen-reader-response p {
  margin-bottom: 20px;
  /* text-align: center; */
  /* padding: 20px 20px 0; */
}
.screen-reader-response ul {
  /* padding: 0 20px 20px; */
  display: none;
}
.screen-reader-response ul li {
  font-size: 12px;
  margin-top: 8px;
  list-style: inside;
}
.wpcf7-response-output {
  display: none;
}
.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 8px;
}
.wpcf7-radio .wpcf7-list-item {
  width: fit-content;
}
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.fm17 .wpcf7-select , 
.fm18 .wpcf7-select {
  width: 100px;
  display: inline-block;
}