@charset "UTF-8";
/* ------------------------------------------------

* Style Index
	#. Cores
	#. Layouts    :prefix[l-]
	#. Components :prefix[c-]
	#. Units
	#. Utilities  :prefix[u-]
	// #. Functions :prefix[js-]

------------------------------------------------ */
/* ------------------------------------------------
# Cores
------------------------------------------------ */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:visited {
  color: #323232;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #323232;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #323232;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*--------------------------------------------------------*/
:root {
  --color-greenyellow: #e3ff5c;
  --color-pink1: #fff6fb;
  --color-line1: #325558;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

svg {
  width: auto;
  height: auto;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

html {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  html {
    font-size: 0.6949270327vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 2.5641025641vw;
    letter-spacing: 0;
  }
}

body {
  margin: 0 auto;
  font-size: 1rem;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  color: #323232;
}
@media screen and (max-width: 960px) {
  body {
    padding-bottom: calc(7.5rem + env(safe-area-inset-bottom));
  }
}

main {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

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

a {
  display: inline-block;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s;
}

a:hover {
  transform: translateY(-4px);
  transition: all 0.4s;
}
@media screen and (max-width: 960px) {
  a:hover {
    transform: none;
  }
}

button {
  cursor: pointer;
  border: none;
  background-color: initial;
  font-family: inherit;
}

h1 {
  font-size: 34px;
  line-height: 56px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  h1 {
    font-size: 3.4rem;
    line-height: 5.6rem;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

h2 {
  font-size: 48px;
  font-weight: 500;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  h2 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 960px) {
  h2 {
    font-size: 5.4rem;
  }
}

h3 {
  font-size: 24px;
  line-height: 48px;
  font-weight: 500;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  h3 {
    font-size: 2.4rem;
    line-height: 4.8rem;
  }
}
@media screen and (max-width: 960px) {
  h3 {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  p {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 960px) {
  p {
    font-size: 1.4rem;
    line-height: 3.5rem;
  }
}

span {
  display: inline-block;
}

/*-------------------------- SP/PC表示非表示 ------------------------------*/
.sp {
  display: none;
}

.br_sp {
  display: none;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
  .br_pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br_sp {
    display: inline-block;
  }
}
/*-------------------------- スムーススクロール ------------------------------*/
/*-------------------------- コンテンツ幅 ------------------------------*/
/* -------------------------------------------------------------------- 

  #ヘッダー

-------------------------------------------------------------------- */
.header {
  height: 100px;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .header {
    height: 10rem;
  }
}
@media screen and (max-width: 960px) {
  .header {
    height: 7rem;
  }
}
.header .header-inner {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .header .header-inner {
    justify-content: center;
  }
}
.header .logo a {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-size: 28px;
  margin-left: 40px;
  color: #fff;
}
.header .logo a.is-dark {
  color: #323232;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .header .logo a {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 960px) {
  .header .logo a {
    font-size: 2.4rem;
    margin: 0 auto;
  }
}
.header .header-cta {
  display: grid;
  grid-template-columns: 40% 60%;
  overflow: hidden;
  background: #a1803c;
  color: #fff;
  min-height: 100px;
  width: 610px;
  border-radius: 0 0 8px 8px;
  padding: 0px 30px;
  margin-right: 40px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .header .header-cta {
    width: 63rem;
    border-radius: 0 0 0.8rem 0.8rem;
    padding: 0px 2.084781098vw;
    margin-right: 2.7797081306vw;
    min-height: 10rem;
  }
}
.header .header-cta.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .header .header-cta {
    margin-right: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0px 4.6153846154vw;
    margin-right: 0;
    min-height: 7.5rem;
    border-radius: 0;
  }
}
.header .header-cta__heading {
  display: flex;
  align-items: baseline;
  gap: 15px;
  border-bottom: 1px solid #fff;
  margin: 30px 0px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .header .header-cta__heading {
    gap: 1.042390549vw;
    margin: 2.084781098vw 0px;
  }
}
@media screen and (max-width: 960px) {
  .header .header-cta__heading {
    gap: 0.7692307692vw;
    margin: 5.641025641vw 0px;
  }
}
.header .header-cta__heading span {
  font-size: 18px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .header .header-cta__heading span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .header .header-cta__heading span {
    font-size: 1.2rem;
  }
}
.header .header-cta__heading strong {
  font-size: 33px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .header .header-cta__heading strong {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 960px) {
  .header .header-cta__heading strong {
    font-size: 2.2rem;
  }
}
.header .header-cta__telBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-cta__telLead p {
  margin-right: 10px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #604b2a;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .header .header-cta__telLead p {
    margin-right: 0.6949270327vw;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .header .header-cta__telLead p {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}
.header .header-cta__telMain {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 960px) {
  .header .header-cta__telMain {
    gap: 0.8rem;
  }
}
.header .header-cta__telIcon {
  display: inline-flex;
  width: 29px;
  flex-shrink: 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .header .header-cta__telIcon {
    margin-right: 0.6949270327vw;
    width: 2.9rem;
  }
}
@media screen and (max-width: 960px) {
  .header .header-cta__telIcon {
    width: 1.9rem;
  }
}
.header .header-cta__number {
  font-size: 28px;
  white-space: nowrap;
  color: #fff;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .header .header-cta__number {
    margin-right: 0.6949270327vw;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 960px) {
  .header .header-cta__number {
    font-size: 1.8rem;
  }
}
.header .floating-mail {
  position: fixed;
  top: 21.25%;
  right: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 290px;
  padding: 10px 6px 0 10px;
  background: #fff;
  border: 1px solid #1e5172;
  border-right: none;
  border-radius: 8px 0 0 8px;
  text-decoration: none;
  color: #1e5172;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .header .floating-mail {
    width: 7.2rem;
    height: 29rem;
    padding: 0.6949270327vw 0.4169562196vw 0 0.6949270327vw;
  }
}
@media screen and (max-width: 960px) {
  .header .floating-mail {
    top: 10%;
    height: 18rem;
    width: 6rem;
    padding: 3.5897435897vw 4.1025641026vw 2.0512820513vw 5.1282051282vw;
    border-radius: 0.8rem 0 0 0.8rem;
  }
}
.header .floating-mail__icon {
  width: 30px;
  margin-bottom: 14px;
  color: #fff;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .header .floating-mail__icon {
    width: 3rem;
    margin-bottom: 0.9728978457vw;
  }
}
@media screen and (max-width: 960px) {
  .header .floating-mail__icon {
    width: 2rem;
    margin-bottom: 2.0512820513vw;
  }
}
.header .floating-mail__text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 18px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .header .floating-mail__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .header .floating-mail__text {
    font-size: 1.1rem;
  }
}
@media (max-width: 960px) {
  .header .head__btn {
    flex-direction: row;
    justify-content: flex-end;
  }
}

/* -------------------------------------------------------------------- 

  #キービジュアル

-------------------------------------------------------------------- */
#keyvisual {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#keyvisual .contents_inner .fv {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
  height: 100%;
}
#keyvisual .contents_inner .fv.is-active {
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #keyvisual .contents_inner .fv {
    max-width: none;
    margin: 0 auto 25.641025641vw;
  }
}
#keyvisual .contents_inner .fv .fv_bgimg {
  position: absolute;
  inset: 0;
}
#keyvisual .contents_inner .fv .fv_bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#keyvisual .contents_inner .fv .fv_text {
  position: absolute;
  color: #fff;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 960px) {
  #keyvisual .contents_inner .fv .fv_text {
    top: 35%;
    width: 80%;
  }
}
#keyvisual .contents_inner .fv .fv_text h2 {
  font-size: 28px;
  margin-bottom: 24px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  #keyvisual .contents_inner .fv .fv_text h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 960px) {
  #keyvisual .contents_inner .fv .fv_text h2 {
    font-size: 2.2rem;
    line-height: 3.6rem;
    margin-bottom: 6.4102564103vw;
  }
}
#keyvisual .contents_inner .fv .fv_text h1 {
  font-size: 58px;
  line-height: 86px;
  font-weight: 400;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  #keyvisual .contents_inner .fv .fv_text h1 {
    font-size: 5.8rem;
    line-height: 8.6rem;
  }
}
@media screen and (max-width: 960px) {
  #keyvisual .contents_inner .fv .fv_text h1 {
    font-size: 3.6rem;
    line-height: 5.2rem;
  }
}
#keyvisual .contents_inner .fv .fv-scroll {
  position: absolute;
  left: -25px;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  z-index: 2;
  transform: rotate(90deg);
  transform-origin: right bottom;
  border-bottom: 1px solid #fff;
  padding: 0 29px 10px 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  #keyvisual .contents_inner .fv .fv-scroll {
    left: -2.5rem;
    font-size: 1.6rem;
    padding: 0 2.0152883947vw 0.6949270327vw 0;
  }
}
@media screen and (max-width: 960px) {
  #keyvisual .contents_inner .fv .fv-scroll {
    left: -8.5rem;
    bottom: 20.5rem;
    font-size: 1.2rem;
  }
}

/* -------------------------------------------------------------------- 

  #page-top

-------------------------------------------------------------------- */
.pagetop {
  height: 80px;
  width: 80px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #1e5172;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  box-shadow: 0 10px 18px 0 rgba(0, 70, 130, 0.15);
}
@media screen and (max-width: 960px) {
  .pagetop {
    height: 6rem;
    width: 6rem;
    position: fixed;
    right: 1.5rem;
    bottom: 9.5rem;
  }
}
.pagetop .arrow {
  position: relative;
  display: inline-block;
  width: 1.5px;
  height: 30px;
  margin: 0 9.7px;
  border-radius: 9999px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .pagetop .arrow {
    width: 0.1rem;
    height: 2.3rem;
    margin: 0 0.78rem;
  }
}
.pagetop .arrow::before,
.pagetop .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.65px);
  width: 1.3px;
  height: 15px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% 0.65px;
}
@media screen and (max-width: 960px) {
  .pagetop .arrow::before,
  .pagetop .arrow::after {
    width: 0.1rem;
    height: 1.2rem;
    transform-origin: 50% 0.05rem;
  }
}
.pagetop .arrow::before {
  transform: rotate(45deg);
}
.pagetop .arrow::after {
  transform: rotate(-45deg);
}

/* -------------------------------------------------------------------- 

  #introduction

-------------------------------------------------------------------- */
.introduction .contents_inner {
  margin: 410px auto 388px;
  width: 420px;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .introduction .contents_inner {
    width: 42rem;
  }
}
@media screen and (max-width: 960px) {
  .introduction .contents_inner {
    margin: 66.6666666667vw auto 53.8461538462vw;
    width: 29rem;
  }
}
.introduction .contents_inner h2 {
  font-size: 52px;
  line-height: 76px;
  color: #1e5172;
  margin-bottom: 50px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .introduction .contents_inner h2 {
    font-size: 5.2rem;
    line-height: 7.6rem;
  }
}
@media screen and (max-width: 960px) {
  .introduction .contents_inner h2 {
    font-size: 3.6rem;
    line-height: 5.3rem;
  }
}
.introduction .contents_inner p {
  line-height: 45px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .introduction .contents_inner p {
    line-height: 4.5rem;
  }
}
@media screen and (max-width: 960px) {
  .introduction .contents_inner p {
    line-height: 3.5rem;
  }
}
.introduction .contents_inner::before, .introduction .contents_inner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.introduction .contents_inner::before {
  top: -185px;
  right: -205px;
  width: 146px;
  height: 146px;
  border: 1px solid #1e5172;
  animation: float1 7s ease-in-out infinite;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .introduction .contents_inner::before {
    top: -18.5rem;
    right: -20.5rem;
    width: 14.6rem;
    height: 14.6rem;
  }
}
@media screen and (max-width: 960px) {
  .introduction .contents_inner::before {
    top: -17rem;
    right: 5rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
.introduction .contents_inner::after {
  top: -145px;
  right: -350px;
  width: 188px;
  height: 188px;
  border: 1px solid #1e5172;
  animation: float2 10s ease-in-out infinite;
  animation-delay: 2s;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .introduction .contents_inner::after {
    top: -14.5rem;
    right: -35rem;
    width: 18.8rem;
    height: 18.8rem;
  }
}
@media screen and (max-width: 960px) {
  .introduction .contents_inner::after {
    top: -16rem;
    right: 0rem;
    width: 6.7rem;
    height: 6.7rem;
  }
}

/* -------------------------------------------------------------------- 

  #about

-------------------------------------------------------------------- */
.about {
  width: 100%;
  margin: 0 auto 220px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .about {
    margin: 0 auto 34.1025641026vw;
  }
}
.about .trouble__head .trouble__caption {
  font-size: 26px;
  color: #61859c;
  display: flex;
  align-items: center;
  margin-bottom: 426px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .trouble__head .trouble__caption {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 960px) {
  .about .trouble__head .trouble__caption {
    font-size: 2rem;
    margin-bottom: 61.5384615385vw;
  }
}
.about .trouble__head .trouble__caption::before {
  content: "";
  display: inline-block;
  width: 60.4166666667vw;
  max-width: 870px;
  height: 1px;
  margin-right: 2.4305555556vw;
  background-color: #61859c;
}
@media screen and (max-width: 960px) {
  .about .trouble__head .trouble__caption::before {
    font-size: 2rem;
    width: 8.7rem;
    margin-right: 5.1282051282vw;
  }
}
.about .contents_inner {
  max-width: 1257px;
  padding: 315px 50px 30px 0;
  margin-right: 0;
  position: relative;
  background-color: #e8eef1;
  border-radius: 0 20px 20px 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner {
    max-width: 125.7rem;
    padding: 315px 3.4746351633vw 30px 0;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner {
    padding: 80.7692307692vw 0 14.1025641026vw 0;
    max-width: none;
    width: 35rem;
    margin: 0 auto;
    border-radius: 0 0 1rem 1rem;
  }
}
.about .contents_inner .swiper {
  width: 100vw;
  overflow: hidden;
  position: absolute;
  top: -300px;
}
@media screen and (max-width: 960px) {
  .about .contents_inner .swiper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    top: -17.8rem;
  }
}
.about .contents_inner .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.about .contents_inner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  display: block;
}
.about .contents_inner .swiper .swiper-wrapper .swiper-slide img {
  margin-right: 40px;
  border-radius: 8px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .swiper .swiper-wrapper .swiper-slide img {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .swiper .swiper-wrapper .swiper-slide img {
    margin-right: 2rem;
  }
}
.about .contents_inner .swiper .swiper-wrapper .slide01,
.about .contents_inner .swiper .swiper-wrapper .slide05 {
  width: 432px;
  padding-top: 193px;
}
@media screen and (max-width: 960px) {
  .about .contents_inner .swiper .swiper-wrapper .slide01,
  .about .contents_inner .swiper .swiper-wrapper .slide05 {
    width: 31.2rem;
    padding-top: 35.8974358974vw;
  }
}
.about .contents_inner .swiper .swiper-wrapper .slide02,
.about .contents_inner .swiper .swiper-wrapper .slide06 {
  width: 324px;
}
@media screen and (max-width: 960px) {
  .about .contents_inner .swiper .swiper-wrapper .slide02,
  .about .contents_inner .swiper .swiper-wrapper .slide06 {
    width: 23.4rem;
  }
}
.about .contents_inner .swiper .swiper-wrapper .slide03,
.about .contents_inner .swiper .swiper-wrapper .slide07 {
  width: 432px;
  padding-top: 114px;
}
@media screen and (max-width: 960px) {
  .about .contents_inner .swiper .swiper-wrapper .slide03,
  .about .contents_inner .swiper .swiper-wrapper .slide07 {
    width: 31.2rem;
    padding-top: 21.0256410256vw;
  }
}
.about .contents_inner .swiper .swiper-wrapper .slide04,
.about .contents_inner .swiper .swiper-wrapper .slide08 {
  width: 324px;
  padding-top: 50px;
}
@media screen and (max-width: 960px) {
  .about .contents_inner .swiper .swiper-wrapper .slide04,
  .about .contents_inner .swiper .swiper-wrapper .slide08 {
    width: 23.4rem;
    padding-top: 8.9743589744vw;
  }
}
.about .contents_inner .textArea {
  display: flex;
  justify-content: space-between;
  padding-left: 80px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .textArea {
    padding-left: 5.5594162613vw;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea {
    flex-direction: column;
    padding-left: 5.1282051282vw;
  }
}
.about .contents_inner .textArea .title-area {
  position: relative;
}
.about .contents_inner .textArea .title-area h3 {
  color: #1e5172;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .title-area h3 {
    margin-bottom: 6.4102564103vw;
  }
}
.about .contents_inner .textArea .title-area h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .title-area h2 {
    font-size: 3.2rem;
    line-height: 5rem;
    margin-bottom: 15.3846153846vw;
  }
}
.about .contents_inner .textArea .title-area::before, .about .contents_inner .textArea .title-area::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.about .contents_inner .textArea .title-area::before {
  top: -65px;
  right: 185px;
  width: 56px;
  height: 56px;
  border: 1px solid #1e5172;
  animation: float2 10s ease-in-out infinite;
  -webkit-animation-delay: 2s;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .textArea .title-area::before {
    top: -6.5rem;
    right: 18.5rem;
    width: 5.6rem;
    height: 5.6rem;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .title-area::before {
    top: -9rem;
    right: 7rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
.about .contents_inner .textArea .title-area::after {
  top: -45px;
  right: 135px;
  width: 72px;
  height: 72px;
  border: 1px solid #1e5172;
  animation: float1 7s ease-in-out infinite;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .textArea .title-area::after {
    top: -4.5rem;
    right: 13.5rem;
    width: 7.2rem;
    height: 7.2rem;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .title-area::after {
    top: -8rem;
    right: 3rem;
    width: 5.7rem;
    height: 5.7rem;
  }
}
.about .contents_inner .textArea .text-area {
  margin-top: 125px;
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .text-area {
    margin-top: 14.1025641026vw;
  }
}
.about .contents_inner .textArea .text-area ul {
  width: 560px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .textArea .text-area ul {
    width: 56rem;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .text-area ul {
    width: 31rem;
  }
}
.about .contents_inner .textArea .text-area ul li {
  border-bottom: 0.8px solid #7897aa;
  display: flex;
  justify-content: flex-start;
  padding: 40px 0 40px 20px;
}
.about .contents_inner .textArea .text-area ul li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .textArea .text-area ul li {
    padding: 2.7797081306vw 0 2.7797081306vw 1.3898540653vw;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .text-area ul li {
    padding: 11.5384615385vw 0 11.5384615385vw 5.1282051282vw;
  }
}
.about .contents_inner .textArea .text-area ul li p {
  font-size: 22px;
  line-height: 40px;
  min-width: 430px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .textArea .text-area ul li p {
    font-size: 2.2rem;
    line-height: 4rem;
    min-width: 43rem;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .text-area ul li p {
    font-size: 1.6rem;
    line-height: 3.1rem;
    min-width: 19rem;
  }
}
.about .contents_inner .textArea .text-area ul li .about_img01 {
  width: 70px;
  height: auto;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .textArea .text-area ul li .about_img01 {
    width: 7rem;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .text-area ul li .about_img01 {
    width: 6.2rem;
  }
}
.about .contents_inner .textArea .text-area ul li .about_img02 {
  width: 91px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .textArea .text-area ul li .about_img02 {
    width: 9.1rem;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .text-area ul li .about_img02 {
    width: 8rem;
  }
}
.about .contents_inner .textArea .text-area ul li .about_img03 {
  width: 68px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .about .contents_inner .textArea .text-area ul li .about_img03 {
    width: 6.8rem;
  }
}
@media screen and (max-width: 960px) {
  .about .contents_inner .textArea .text-area ul li .about_img03 {
    width: 6rem;
  }
}

/* -------------------------------------------------------------------- 

  #courses

-------------------------------------------------------------------- */
.courses .contents_inner {
  background: #e8eef1;
  padding: 240px 0 260px;
  border-top: 1px solid #1e5172;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner {
    padding: 38.4615384615vw 0 35.8974358974vw;
  }
}
.courses .contents_inner .title-area {
  text-align: center;
  position: relative;
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
}
.courses .contents_inner .title-area h3 {
  color: #1e5172;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .title-area h3 {
    margin-bottom: 6.4102564103vw;
  }
}
.courses .contents_inner .title-area h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .title-area h2 {
    font-size: 3.2rem;
    line-height: 5rem;
    margin-bottom: 21.7948717949vw;
  }
}
.courses .contents_inner .title-area::before, .courses .contents_inner .title-area::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.courses .contents_inner .title-area::before {
  top: -93px;
  left: 94px;
  width: 150px;
  height: 150px;
  border: 1px solid #a1803c;
  animation: float2 10s ease-in-out infinite;
  -webkit-animation-delay: 2s;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .title-area::before {
    top: -9.3rem;
    left: 9.4rem;
    width: 15rem;
    height: 15rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .title-area::before {
    top: -11rem;
    left: 1rem;
    width: 6.6rem;
    height: 6.6rem;
  }
}
.courses .contents_inner .title-area::after {
  top: -18px;
  left: 185px;
  width: 118px;
  height: 118px;
  border: 1px solid #1e5172;
  animation: float1 7s ease-in-out infinite;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .title-area::after {
    top: -1.8rem;
    left: 18.5rem;
    width: 11.8rem;
    height: 11.8rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .title-area::after {
    top: -7rem;
    left: 5rem;
    width: 5.1rem;
    height: 5.1rem;
  }
}
.courses .contents_inner .price-course {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .price-course {
    width: 35rem;
    margin: 0 auto;
  }
}
.courses .contents_inner .price-course__inner {
  width: 100%;
}
.courses .contents_inner .price-course__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: stretch;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .price-course__grid {
    gap: 6rem;
    max-width: 124rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .price-course__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.courses .contents_inner .price-course__more {
  margin-top: 90px;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .price-course__more {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.courses .contents_inner .price-course .price-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overscroll-behavior: contain;
}
.courses .contents_inner .price-course .price-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.courses .contents_inner .price-course .price-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.courses .contents_inner .price-course .price-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1240px);
  height: min(100vh - 60px, 1080px);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.courses .contents_inner .price-course .price-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
}
.courses .contents_inner .price-course .price-modal__title {
  flex-shrink: 0;
  margin: 0;
  padding: 20px 60px 16px 24px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.courses .contents_inner .price-course .price-modal__body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  flex: 1;
  min-height: 0;
  padding: 120px 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  overscroll-behavior: contain;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .price-course .price-modal__body {
    width: 35rem;
    padding: 6rem;
    overflow-y: auto;
    overflow-x: auto;
  }
}
.courses .contents_inner .price-course .price-table-wrap {
  display: grid;
  gap: 80px;
  padding-right: 60px;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .price-course .price-table-wrap {
    transform: scale(0.75);
    transform-origin: top center;
  }
}
.courses .contents_inner .price-course .price-table-block {
  position: relative;
}
.courses .contents_inner .price-course .price-table-block__note {
  text-align: right;
  font-size: 14px;
  margin-bottom: 8px;
  color: #323232;
}
.courses .contents_inner .price-course .price-table-block--teal .price-table thead th {
  background: #0d7f95;
  border-color: #0d7f95;
  color: #fff;
  border: 1px solid #fff;
}
.courses .contents_inner .price-course .price-table-block--teal .price-table tbody th {
  color: #0d7f95;
  border-right: 1px solid #70acb8;
  background: #f3f8f9;
}
.courses .contents_inner .price-course .price-table-block--teal .price-table tbody td {
  border-right: 1px solid #70acb8;
}
.courses .contents_inner .price-course .price-table-block--teal .price-table tbody tr:nth-child(4n) {
  border-bottom: 1px solid #70acb8;
}
.courses .contents_inner .price-course .price-table-block--teal .course-title span {
  color: #004354;
}
.courses .contents_inner .price-course .price-table-block--gold .price-table thead th {
  background: #b08a3d;
  border-color: #b08a3d;
  color: #fff;
  border: 1px solid #fff;
}
.courses .contents_inner .price-course .price-table-block--gold .price-table tbody th {
  color: #b08a3d;
  border-right: 1px solid #c7b38a;
  background: #faf9f5;
}
.courses .contents_inner .price-course .price-table-block--gold .price-table tbody td {
  border-right: 1px solid #c7b38a;
}
.courses .contents_inner .price-course .price-table-block--gold .price-table tbody tr:nth-child(4n) {
  border-bottom: 1px solid #c7b38a;
}
.courses .contents_inner .price-course .price-table-block--gold .course-title span {
  color: #724d19;
}
.courses .contents_inner .price-course .price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}
.courses .contents_inner .price-course .price-table tr {
  height: 50px;
}
.courses .contents_inner .price-course .price-table th {
  padding: 6px 10px;
  height: 56px;
  width: 180px;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  border-right: 1px solid #70acb8;
  vertical-align: middle;
}
.courses .contents_inner .price-course .price-table td {
  padding: 12px 10px;
  height: 56px;
  width: 180px;
  text-align: center;
  font-size: 20px;
  line-height: 18px;
  vertical-align: middle;
}
.courses .contents_inner .price-course .price-table th:nth-child(2) {
  border-radius: 8px 0 0 0;
}
.courses .contents_inner .price-course .price-table th:last-child {
  border-radius: 0 8px 0 0;
}
.courses .contents_inner .price-course .price-table thead th {
  font-weight: 700;
  font-size: 16px;
}
.courses .contents_inner .price-course .price-table .course-title {
  text-align: center;
  font-size: 22px;
  border-radius: 8px 8px 0 0;
  width: 400px;
}
.courses .contents_inner .price-course .price-table .course-title span {
  font-size: 14px;
  white-space: nowrap;
}
.courses .contents_inner .price-course .price-table tbody tr {
  border-bottom: 2px dotted #d0d0d0;
}
.courses .contents_inner .price-course .price-table tbody th {
  font-weight: 700;
}
.courses .contents_inner .price-course .price-table tbody th:last-child,
.courses .contents_inner .price-course .price-table tbody td:last-child {
  border-right: none;
}
.courses .contents_inner .price-course .price-table .group-title {
  width: 220px;
  font-size: 22px;
  background: #f3f8f9;
}
.courses .contents_inner .price-course .price-table .group-title small {
  display: block;
  margin-top: 14px;
  font-size: 16px;
  color: #323232;
}
.courses .contents_inner .price-course .price-table td {
  font-weight: 700;
  color: #323232;
  background: #fff;
}
.courses .contents_inner .price-course .price-table-notes {
  margin-top: 30px;
}
.courses .contents_inner .price-course .price-table-notes p {
  text-align: right;
  font-size: 14px;
  color: #323232;
}
.courses .contents_inner .price-course .price-table-notes ul {
  background: #e8eef1;
  padding: 30px 42px;
  border-radius: 8px;
  margin: 0;
  padding-left: 1.2em;
}
.courses .contents_inner .price-course .price-table-notes li {
  font-size: 18px;
  line-height: 32px;
  color: #1e5172;
  font-weight: 600;
}
.courses .contents_inner .price-course__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1e5172;
  font-size: 24px;
  border-bottom: 1.2px solid #1e5172;
  padding-bottom: 12px;
  width: 340px;
  justify-content: center;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .price-course__link {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .price-course__link {
    font-size: 1.8rem;
    width: 26rem;
  }
}
.courses .contents_inner .price-course__link span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1e5172;
  position: relative;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .price-course__link span {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .price-course__link span {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.courses .contents_inner .price-course__link span::before {
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 1px;
  content: "";
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .price-course__link span::before {
    width: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .price-course__link span::before {
    width: 1.4rem;
  }
}
.courses .contents_inner .price-course__link span::after {
  position: absolute;
  top: 40%;
  right: 10px;
  width: 8.5px;
  height: 8.5px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .price-course__link span::after {
    right: 1rem;
    width: 0.85rem;
    height: 0.85rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .price-course__link span::after {
    right: 0.8rem;
    width: 0.67rem;
    height: 0.67rem;
  }
}
.courses .contents_inner .price-course__notes {
  margin: 34px auto 0;
  text-align: left;
  width: 340px;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .price-course__notes {
    margin: 6.4102564103vw auto 0;
    width: 26rem;
  }
}
.courses .contents_inner .price-course__notes p {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .price-course__notes p {
    font-size: 1.2rem;
  }
}
.courses .contents_inner .price-course__more {
  text-align: center;
  margin: 116px auto 0;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .price-course__more {
    margin-top: 15.3846153846vw auto 0;
    width: 25.6rem;
  }
}
.courses .contents_inner html.is-modal-open,
.courses .contents_inner body.is-modal-open {
  overflow: hidden;
  height: 100%;
}
.courses .contents_inner body.is-modal-open {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.courses .contents_inner .course-card {
  background: #fff;
  border: 1.2px solid;
  border-radius: 10px;
  overflow: hidden;
}
.courses .contents_inner .course-card--teal {
  border-color: #117588;
}
.courses .contents_inner .course-card--teal .course-card__head {
  background: #117588;
}
.courses .contents_inner .course-card--teal .course-card__subtitle {
  color: #004354;
}
.courses .contents_inner .course-card--teal .course-card__badge {
  background: #117588;
}
.courses .contents_inner .course-card--teal .course-card__list li::before {
  background: #117588;
}
.courses .contents_inner .course-card--teal .course-card__label {
  color: #117588;
}
.courses .contents_inner .course-card--teal .course-card__label span {
  background: #117588;
}
.courses .contents_inner .course-card--teal .course-card__spot {
  border: 1.2px solid #117588;
  color: #117588;
}
.courses .contents_inner .course-card--teal .course-card__bottomMessage {
  color: #117588;
}
.courses .contents_inner .course-card--gold {
  border-color: #a1803c;
}
.courses .contents_inner .course-card--gold .course-card__head {
  background: #a1803c;
}
.courses .contents_inner .course-card--gold .course-card__subtitle {
  color: #724d19;
}
.courses .contents_inner .course-card--gold .course-card__badge {
  background: #a1803c;
}
.courses .contents_inner .course-card--gold .course-card__list li::before {
  background: #a1803c;
}
.courses .contents_inner .course-card--gold .course-card__label {
  color: #a1803c;
}
.courses .contents_inner .course-card--gold .course-card__label span {
  background: #a1803c;
}
.courses .contents_inner .course-card--gold .course-card__spot {
  border: 1.2px solid #a1803c;
  color: #a1803c;
}
.courses .contents_inner .course-card--gold .course-card__bottomMessage {
  color: #a1803c;
}
.courses .contents_inner .course-card__head {
  text-align: center;
  padding: 18px 0px 20px;
  color: #fff;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__head {
    padding: 1.2508686588vw 0px 1.3898540653vw;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__head {
    padding: 5.1282051282vw 0px 5.1282051282vw;
  }
}
.courses .contents_inner .course-card__title {
  font-size: 32px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__title {
    font-size: 2.4rem;
  }
}
.courses .contents_inner .course-card__subtitle {
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__subtitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__subtitle {
    font-size: 1.6rem;
  }
}
.courses .contents_inner .course-card__body {
  padding: 34px 44px 42px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__body {
    padding: 2.362751911vw 3.0576789437vw 2.9186935372vw;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__body {
    padding: 10.2564102564vw 5.1282051282vw 12.8205128205vw;
  }
}
.courses .contents_inner .course-card__list {
  margin: 0;
  padding-left: 30px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__list {
    padding-left: 2.084781098vw;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__list {
    padding-left: 3.8461538462vw;
    letter-spacing: -0.08rem;
  }
}
.courses .contents_inner .course-card__list li {
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.7;
  position: relative;
}
.courses .contents_inner .course-card__list li::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__list li {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__list li {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 3.1rem;
  }
}
.courses .contents_inner .course-card__label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 36px 0 36px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__label {
    gap: 1.8rem;
    margin: 2.5017373176vw 0 2.5017373176vw;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__label {
    margin: 7.6923076923vw 0 7.6923076923vw;
  }
}
.courses .contents_inner .course-card__label span {
  flex: 1;
  height: 1.2px;
}
.courses .contents_inner .course-card__label strong {
  flex-shrink: 0;
  font-size: 22px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__label strong {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__label strong {
    font-size: 1.8rem;
  }
}
.courses .contents_inner .course-card__priceList {
  display: grid;
  gap: 25px;
  padding: 0 12px;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__priceList {
    gap: 2.5rem;
    padding: 0;
  }
}
.courses .contents_inner .course-card__priceRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__priceRow {
    gap: 0.8rem;
  }
}
.courses .contents_inner .course-card__priceText {
  margin: 0;
  min-width: 190px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__priceText {
    min-width: 19rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__priceText {
    font-size: 1.2rem;
    min-width: 9rem;
  }
}
.courses .contents_inner .course-card__spot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__spot {
    min-width: 16rem;
    padding: 0.5559416261vw 0.9728978457vw;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__spot {
    font-size: 1.2rem;
    min-width: 6rem;
  }
}
.courses .contents_inner .course-card__priceMain {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__priceMain {
    gap: 1rem;
  }
}
.courses .contents_inner .course-card__badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__badge {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__badge {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1.2rem;
  }
}
.courses .contents_inner .course-card__price {
  margin: 0;
  line-height: 1;
  white-space: nowrap;
}
.courses .contents_inner .course-card__price strong {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.03em;
  flex-shrink: 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__price strong {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__price strong {
    font-size: 3.6rem;
  }
}
.courses .contents_inner .course-card__price span {
  margin-left: 8px;
  font-size: 24px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__price span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__price span {
    margin-left: 1.5384615385vw;
    font-size: 1.6rem;
  }
}
.courses .contents_inner .course-card__bottomMessage {
  margin: 44px 0 0;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .courses .contents_inner .course-card__bottomMessage {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .courses .contents_inner .course-card__bottomMessage {
    margin: 9.2307692308vw 0 0;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

/* -------------------------------------------------------------------- 

  #services

-------------------------------------------------------------------- */
.services {
  padding: 240px 0 260px;
  background: #e8eef1;
  position: relative;
  border-bottom: 1px solid #1e5172;
}
@media screen and (max-width: 960px) {
  .services {
    padding: 39.7435897436vw 0 41.0256410256vw;
  }
}
.services .contents_inner {
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .contents_inner {
    width: min(100% - 4rem, 112rem);
  }
}
.services .title-area {
  position: relative;
  text-align: center;
  margin-bottom: 147px;
}
@media screen and (max-width: 960px) {
  .services .title-area {
    margin-bottom: 20.5128205128vw;
  }
}
.services .title-area h3 {
  color: #1e5172;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .services .title-area h3 {
    margin-bottom: 6.4102564103vw;
  }
}
.services .title-area h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .services .title-area h2 {
    font-size: 3.2rem;
    line-height: 5rem;
    margin-bottom: 21.7948717949vw;
  }
}
.services .title-area::before, .services .title-area::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.services .title-area::before {
  top: -93px;
  right: 46px;
  width: 150px;
  height: 150px;
  border: 1px solid #1e5172;
  animation: float1 7s ease-in-out infinite;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .title-area::before {
    top: -9.3rem;
    right: 4.6rem;
    width: 15rem;
    height: 15rem;
  }
}
@media screen and (max-width: 960px) {
  .services .title-area::before {
    top: -9rem;
    right: 3rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
.services .title-area::after {
  top: -18px;
  right: -20px;
  width: 118px;
  height: 118px;
  border: 1px solid #a1803c;
  animation: float2 10s ease-in-out infinite;
  -webkit-animation-delay: 2s;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .title-area::after {
    top: -1.8rem;
    right: -2rem;
    width: 11.8rem;
    height: 11.8rem;
  }
}
@media screen and (max-width: 960px) {
  .services .title-area::after {
    top: -6rem;
    right: 1rem;
    width: 4.1rem;
    height: 4.1rem;
  }
}
.services .service-contents__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px 114px;
  max-width: 1074px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .service-contents__grid {
    gap: 12rem 11.4rem;
    max-width: 107.4rem;
  }
}
@media screen and (max-width: 960px) {
  .services .service-contents__grid {
    grid-template-columns: 1fr;
    gap: 9rem;
    max-width: 35rem;
  }
}
.services .service-card {
  width: 480px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .service-card {
    width: 48rem;
  }
}
@media screen and (max-width: 960px) {
  .services .service-card {
    width: 35rem;
  }
}
.services .service-card__image {
  margin: 0 0 20px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .services .service-card__image {
    margin: 0 0 10.2564102564vw;
    border-radius: 0.6rem;
  }
}
.services .service-card__image img {
  width: 100%;
}
.services .service-card__title {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #1e5172;
  text-align: center;
  color: #1e5172;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .service-card__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .services .service-card__title {
    padding-bottom: 1rem;
    font-size: 1.9rem;
  }
}
.services .service-card__title span {
  margin-left: 8px;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .services .service-card__title span {
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.services .service-card__lead {
  margin: 14px 0 22px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .service-card__lead {
    margin: 0.9728978457vw 0 1.5288394719vw;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .services .service-card__lead {
    margin: 2.5641025641vw 0 3.8461538462vw;
    font-size: 1.3rem;
  }
}
.services .service-card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  width: 460px;
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .service-card__list {
    width: 46rem;
  }
}
@media screen and (max-width: 960px) {
  .services .service-card__list {
    width: 35rem;
  }
}
.services .service-card__list li {
  position: relative;
  padding: 11px 18px;
  border-bottom: 2px dotted #d5d5d5;
  font-size: 18px;
  letter-spacing: -0.8px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .service-card__list li {
    padding: 0.7644197359vw 1.2508686588vw;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .services .service-card__list li {
    padding: 2.8205128205vw 0 2.8205128205vw 2.8205128205vw;
    font-size: 1.4rem;
    letter-spacing: -0.08rem;
  }
}
.services .service-card__list li:nth-child(2n+1) {
  border-right: 2px dotted #d5d5d5;
}
.services .service-card__list li:nth-child(2n) {
  padding: 11px 0 11px 36px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .service-card__list li:nth-child(2n) {
    padding: 0.7644197359vw 0 0.7644197359vw 2.5017373176vw;
  }
}
@media screen and (max-width: 960px) {
  .services .service-card__list li:nth-child(2n) {
    padding: 2.8205128205vw 0 2.8205128205vw 6.4102564103vw;
  }
}
.services .service-card__list li:nth-child(2n)::before {
  left: 14px;
}
.services .service-card__list li:nth-last-child(-n+2) {
  border-bottom: none;
}
.services .service-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #1e5172;
}
.services .facility-support {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  margin-top: 110px;
  padding: 60px 55px 65px 55px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .facility-support {
    gap: 4.8rem;
    padding: 4.169562196vw 3.8220986796vw 4.5170257123vw 3.8220986796vw;
  }
}
@media screen and (max-width: 960px) {
  .services .facility-support {
    grid-template-columns: 1fr;
    padding: 12.8205128205vw 3.8461538462vw 10.2564102564vw;
    gap: 3.5em;
    margin-top: 23.0769230769vw;
    width: 35rem;
    border-radius: 0.6rem;
  }
}
.services .facility-support__title {
  margin: 0;
  color: #1e5172;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .facility-support__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .services .facility-support__title {
    font-size: 1.9rem;
  }
}
.services .facility-support__title span {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .services .facility-support__title span {
    font-size: 1.4rem;
  }
}
.services .facility-support__text {
  margin: 18px 0 28px;
  padding-top: 22px;
  border-top: 1px solid #1e5172;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .facility-support__text {
    margin: 1.2508686588vw 0 1.9457956915vw;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .services .facility-support__text {
    margin: 4.6153846154vw auto 0;
    padding-top: 3.8461538462vw;
    font-size: 1.3rem;
    line-height: 2.2rem;
    letter-spacing: -0.05rem;
    width: 31rem;
  }
}
.services .facility-support__note {
  padding: 24px;
  background: #e8eef1;
  color: #1e5172;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .facility-support__note {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .services .facility-support__note {
    padding: 3.0769230769vw;
    font-size: 1.3rem;
    line-height: 2.2rem;
    letter-spacing: -0.08rem;
  }
}
.services .facility-support__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.services .facility-support__list li {
  position: relative;
  padding: 0 0 26px 18px;
  margin-bottom: 24px;
  border-bottom: 2px dotted #d5d5d5;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .facility-support__list li {
    padding: 0 0 1.8068102849vw 1.2508686588vw;
    margin-bottom: 1.6678248784vw;
  }
}
@media screen and (max-width: 960px) {
  .services .facility-support__list li {
    padding: 0 0 26px 18px;
    margin-bottom: 24px;
  }
}
.services .facility-support__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0 0 0px 18px;
}
@media screen and (max-width: 960px) {
  .services .facility-support__list li:last-child {
    padding: 0 0 0px 3.0769230769vw;
  }
}
.services .facility-support__list li strong {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .facility-support__list li strong {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .services .facility-support__list li strong {
    margin-bottom: 2.5641025641vw;
    font-size: 1.4rem;
  }
}
.services .facility-support__list li strong::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1e5172;
}
@media screen and (max-width: 960px) {
  .services .facility-support__list li strong::before {
    top: 0.6rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.services .facility-support__list li span {
  display: block;
  font-size: 16px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .services .facility-support__list li span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .services .facility-support__list li span {
    font-size: 1.3rem;
    line-height: 2.1rem;
    letter-spacing: -0.08rem;
  }
}

/* -------------------------------------------------------------------- 

  #points

-------------------------------------------------------------------- */
.points {
  padding: 240px 0 260px;
  border-bottom: 1px solid #1e5172;
}
@media screen and (max-width: 960px) {
  .points {
    padding: 39.7435897436vw 0 30.7692307692vw;
  }
}
.points .contents_inner {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .points .contents_inner {
    width: 100vw;
  }
}
.points .title-area {
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 960px) {
  .points .title-area {
    margin-bottom: 20.5128205128vw;
  }
}
.points .title-area h3 {
  color: #1e5172;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .points .title-area h3 {
    margin-bottom: 6.4102564103vw;
  }
}
.points .title-area h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .points .title-area h2 {
    font-size: 3.2rem;
    line-height: 5rem;
    margin-bottom: 21.7948717949vw;
  }
}
.points .points-layout .points-visual img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .points .points-layout .points-visual .points_img01 {
    width: 48.2rem;
    margin: 0 0 23.0769230769vw -30.2564102564vw;
  }
}
@media screen and (max-width: 960px) {
  .points .points-layout .points-visual .points_img02 {
    width: 35rem;
    margin-left: auto;
  }
}

/* -------------------------------------------------------------------- 

  #questions

-------------------------------------------------------------------- */
.questions {
  padding: 240px 0 280px;
}
@media screen and (max-width: 960px) {
  .questions {
    padding: 39.7435897436vw 0 30.7692307692vw;
  }
}
.questions .contents_inner {
  width: min(100% - 40px, 864px);
  margin: 0 auto;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .questions .contents_inner {
    width: min(100% - 4rem, 86.4rem);
  }
}
.questions .title-area {
  position: relative;
  text-align: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 960px) {
  .questions .title-area {
    margin-bottom: 0;
  }
}
.questions .title-area h3 {
  color: #1e5172;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .questions .title-area h3 {
    margin-bottom: 6.4102564103vw;
  }
}
.questions .title-area h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .questions .title-area h2 {
    font-size: 3.2rem;
    line-height: 5rem;
    margin-bottom: 15.3846153846vw;
  }
}
.questions .title-area::before, .questions .title-area::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.questions .title-area::before {
  top: -35px;
  right: -98px;
  width: 150px;
  height: 150px;
  border: 1px solid #1e5172;
  animation: float2 10s ease-in-out infinite;
  -webkit-animation-delay: 2s;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .questions .title-area::before {
    top: -3.5rem;
    right: -9.8rem;
    width: 15rem;
    height: 15rem;
  }
}
@media screen and (max-width: 960px) {
  .questions .title-area::before {
    top: -9rem;
    right: 4rem;
    width: 5.7rem;
    height: 5.7rem;
  }
}
.questions .title-area::after {
  top: -76px;
  right: -170px;
  width: 118px;
  height: 118px;
  border: 1px solid #a1803c;
  animation: float1 7s ease-in-out infinite;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .questions .title-area::after {
    top: -7.6rem;
    right: -17rem;
    width: 11.8rem;
    height: 11.8rem;
  }
}
@media screen and (max-width: 960px) {
  .questions .title-area::after {
    top: -10rem;
    right: 1.5rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}
.questions .faq-list {
  display: grid;
  gap: 22px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .questions .faq-list {
    gap: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .questions .faq-list {
    gap: 3rem;
  }
}
.questions .faq-item {
  border: 1px solid #1e5172;
  border-radius: 12px;
  background: #e8eef1;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .questions .faq-item {
    border-radius: 0.6rem;
  }
}
.questions .faq-item.is-open .faq-question__icon::before {
  transform: translate(-50%, 50%) rotate(-45deg);
}
.questions .faq-question {
  width: 100%;
  display: grid;
  grid-template-columns: 38px 1fr 34px;
  gap: 18px;
  align-items: center;
  border: 0;
  background: #e8eef1;
  padding: 32px 32px 32px;
  cursor: pointer;
  text-align: left;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .questions .faq-question {
    gap: 1.8rem;
    padding: 2.2237665045vw 2.2237665045vw 2.2237665045vw;
  }
}
@media screen and (max-width: 960px) {
  .questions .faq-question {
    grid-template-columns: 5.1282051282vw 1fr 4.6153846154vw;
    gap: 0.8rem;
    padding: 4.6153846154vw 4.6153846154vw 4.6153846154vw;
  }
}
.questions .faq-question__label {
  color: #1e5172;
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .questions .faq-question__label {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 960px) {
  .questions .faq-question__label {
    font-size: 2.4rem;
  }
}
.questions .faq-question__text {
  color: #1e5172;
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .questions .faq-question__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .questions .faq-question__text {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.questions .faq-question__icon {
  position: relative;
}
.questions .faq-question__icon::before {
  position: absolute;
  top: -10px;
  right: 10px;
  width: 15px;
  height: 15px;
  transform: rotate(135deg);
  border-top: 1.2px solid #1e5172;
  border-right: 1.2px solid #1e5172;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .questions .faq-question__icon::before {
    top: -1rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .questions .faq-question__icon::before {
    top: -0.9rem;
    right: 0.1rem;
    width: 1.1rem;
    height: 1.1rem;
  }
}
.questions .faq-answer {
  height: 0;
  overflow: hidden;
  padding: 0 32px;
  transition: height 0.4s ease;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .questions .faq-answer {
    padding: 0 2.2237665045vw;
  }
}
@media screen and (max-width: 960px) {
  .questions .faq-answer {
    padding: 0 4.6153846154vw;
  }
}
.questions .faq-answer__inner {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  align-items: start;
  padding: 32px 0 36px;
  border-top: 2px dotted #1e5172;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .questions .faq-answer__inner {
    gap: 1.8rem;
    padding: 2.2237665045vw 0 2.5017373176vw;
  }
}
@media screen and (max-width: 960px) {
  .questions .faq-answer__inner {
    grid-template-columns: 4.6153846154vw 1fr;
    gap: 0.8rem;
    padding: 4.6153846154vw 0 4.6153846154vw;
  }
}
.questions .faq-answer__label {
  color: #1e5172;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .questions .faq-answer__label {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .questions .faq-answer__label {
    font-size: 2.4rem;
  }
}
.questions .faq-answer__text {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .questions .faq-answer__text {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 960px) {
  .questions .faq-answer__text {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

/* -------------------------------------------------------------------- 

  #CTA

-------------------------------------------------------------------- */
.contact-cta {
  min-height: 400px;
  background: #e8eef1;
  overflow: hidden;
}
.contact-cta.bg-white {
  background: #fff;
}
@media screen and (max-width: 960px) {
  .contact-cta {
    min-height: 21.7rem;
  }
}
.contact-cta .contents_inner {
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 46.5% 53.5%;
}
@media screen and (max-width: 960px) {
  .contact-cta .contents_inner {
    grid-template-columns: 1fr;
  }
}
.contact-cta__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .contact-cta__image img {
    height: 10.9rem;
  }
}
.contact-cta__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #1e5172;
}
@media screen and (max-width: 960px) {
  .contact-cta__content {
    flex-direction: row;
    gap: 1rem;
    height: 10.8rem;
  }
}
.contact-cta__heading {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .contact-cta__heading {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 0;
  }
}
.contact-cta__heading span {
  font-size: 34px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .contact-cta__heading span {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 960px) {
  .contact-cta__heading span {
    font-size: 1.4rem;
  }
}
.contact-cta__heading strong {
  font-size: 60px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .contact-cta__heading strong {
    font-size: 6rem;
  }
}
@media screen and (max-width: 960px) {
  .contact-cta__heading strong {
    font-size: 2.4rem;
  }
}
.contact-cta__telBox {
  width: min(100%, 480px);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 36px 50px;
  background: #a1803c;
  border-radius: 999px;
  color: #fff;
}
.contact-cta__telBox:visited {
  color: #fff;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .contact-cta__telBox {
    width: min(100%, 48rem);
    padding: 2.5017373176vw 3.4746351633vw;
  }
}
@media screen and (max-width: 960px) {
  .contact-cta__telBox {
    width: min(100%, 23.2rem);
    padding: 5.1282051282vw 6.4102564103vw;
    gap: 0.6rem;
  }
}
.contact-cta__telLead p {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .contact-cta__telLead p {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media screen and (max-width: 960px) {
  .contact-cta__telLead p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.contact-cta__telMain {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .contact-cta__telMain {
    gap: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  .contact-cta__telMain {
    justify-content: center;
    gap: 0.6rem;
  }
}
.contact-cta__telIcon {
  display: inline-flex;
  width: 34px;
  flex-shrink: 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .contact-cta__telIcon {
    width: 3.4rem;
  }
}
@media screen and (max-width: 960px) {
  .contact-cta__telIcon {
    width: 1.7rem;
  }
}
.contact-cta__number {
  font-size: 32px;
  white-space: nowrap;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .contact-cta__number {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .contact-cta__number {
    font-size: 1.6rem;
  }
}

/* -------------------------------------------------------------------- 

  #フッター

-------------------------------------------------------------------- */
.footer {
  padding: 80px 0 30px;
}
@media screen and (max-width: 960px) {
  .footer {
    padding: 20.5128205128vw 0 5.1282051282vw;
  }
}
.footer .contents_inner {
  width: 93%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .footer .contents_inner {
    width: 35rem;
  }
}
.footer__head {
  margin-bottom: 46px;
}
@media screen and (max-width: 960px) {
  .footer__head {
    margin-bottom: 12.8205128205vw;
  }
}
.footer__en {
  margin: 0 0 18px;
  color: #1e5172;
}
@media screen and (max-width: 960px) {
  .footer__en {
    margin-bottom: 5.1282051282vw;
    font-size: 1.6rem;
  }
}
.footer__title {
  margin: 0;
  color: #1e5172;
}
@media screen and (max-width: 960px) {
  .footer__title {
    font-size: 3.2rem;
  }
}
.footer__info {
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  .footer__info {
    margin-bottom: 23.0769230769vw;
  }
}
.footer__info p {
  display: flex;
  align-items: baseline;
  margin: 0 0 14px;
  color: #1e5172;
  font-size: 22px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .footer__info p {
    margin: 0 0 0.9728978457vw;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 960px) {
  .footer__info p {
    font-size: 1.6rem;
    margin: 0 0 0;
  }
}
.footer__info span {
  font-size: 18px;
  margin-right: 18px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .footer__info span {
    font-size: 1.8rem;
    margin-right: 1.2508686588vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__info span {
    font-size: 1.4rem;
    margin-right: 2.5641025641vw;
  }
}
.footer__info .weekday {
  font-size: 12px;
  margin-right: 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .footer__info .weekday {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .footer__info .weekday {
    font-size: 1.2rem;
  }
}
.footer__main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 90px;
  padding-bottom: 34px;
  border-bottom: 1.2px solid #c8c8c8;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .footer__main {
    gap: 9rem;
    padding-bottom: 2.362751911vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__main {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    padding-bottom: 5.1282051282vw;
  }
}
.footer__company h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .footer__company h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .footer__company h3 {
    font-size: 1.6rem;
    margin-bottom: 2.5641025641vw;
  }
}
.footer__company p {
  font-size: 14px;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .footer__company p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .footer__company p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.footer__brand {
  width: 218px;
  flex-shrink: 0;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .footer__brand {
    width: 21.8rem;
  }
}
@media screen and (max-width: 960px) {
  .footer__brand {
    width: 17.4rem;
  }
}
.footer__brand img {
  width: 100%;
  height: auto;
}
.footer__copyright {
  padding-top: 30px;
  text-align: right;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .footer__copyright {
    padding-top: 2.084781098vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__copyright {
    padding-top: 5.1282051282vw;
    text-align: center;
  }
}
.footer__copyright p {
  margin: 0;
  font-size: 14px;
  color: #c8c8c8;
}
@media screen and (min-width: 961px) and (max-width: 1439px) {
  .footer__copyright p {
    font-size: 1.4rem;
  }
}

@media (max-width: 960px) {
  .site-footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .site-footer .footer-inner {
    align-items: center;
  }
}
/* -------------------------------------------------------------------- 

  #アニメーション

-------------------------------------------------------------------- */
@keyframes fadein0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein1 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-l {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(20px);
  }
}
@keyframes fade-r {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fade-in {
  transition: all 1s ease;
  opacity: 0;
}

.fade-in.active {
  opacity: 1;
}

.fade-up {
  transition: all 1s ease;
  opacity: 0;
  transform: translate(0, 20px);
}

.fade-up.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-l {
  transition: all 1s ease;
  opacity: 0;
  transform: translate(-20px, 0);
}

.fade-l.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-r {
  transition: all 1s ease;
  opacity: 0;
  transform: translate(20px, 0);
}

.fade-r.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* -------------------------------------------------------------------- 

  #タブ切り替え

-------------------------------------------------------------------- */
.tab-content {
  display: none;
  transition: opacity 0.4s ease;
}

.tab-content.active {
  display: block;
  transition: opacity 0.4s ease;
}

/* -------------------------------------------------------------------- 

  #丸のアニメーション

-------------------------------------------------------------------- */
@keyframes float1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-6px, 8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes float2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}/*# sourceMappingURL=styles.css.map */