@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

/* スピンボタン非表示 chrome,safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;
   margin: 0;*/
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* input */
input {
  /* inputの枠線を消す */
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}

select {
  /* 右端の▼を消す */
  appearance: none;
  border: none;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

/*-- メディアクエリ --*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .is-sp {
    display: none;
  }
}

/*-- color --*/
/*=================================================
  アニメーション
===================================================*/
.header {
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header-inner {
  display: flex;
  justify-content: space-between;
}

.header-logo {
  color: #fff;
  font-size: clamp(14px, 3vw, 34px);
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-left: 4rem;
  line-height: 95px;
}

@media screen and (max-width: 767px) {
  .header-logo {
    line-height: 75px;
    margin-left: 2rem;
  }
}

.header-item a {
  height: 6rem;
  padding: 0 3rem;
  font-size: 2.4rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .header-item a {
    padding: 0 1rem;
    font-size: 1.4rem;
  }
}

.nav-toggle {
  cursor: pointer;
  width: 9.5rem;
  height: 9.5rem;
  background: #1E4D9F;
  position: relative;
  top: 0;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .nav-toggle {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.nav-toggle>div {
  width: 4rem;
  position: absolute;
  left: 50.2%;
  top: calc(50% - 10px);
  transform: translateX(-50%);
}

.nav-toggle>div>span.toggle {
  width: 100%;
  height: .2rem;
  display: block;
  background: #fafafa;
  position: absolute;
  transition: transform .3s ease-in-out, top .5s ease;
}

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

.nav-toggle span.toggle:nth-child(2) {
  top: 9px;
}

.nav-toggle span.toggle:nth-child(3) {
  top: 18px;
}

.open .nav-toggle {
  width: 12rem;
  height: 12rem;
}

@media screen and (max-width: 767px) {
  .open .nav-toggle {
    top: 2rem;
    right: 1rem;
    width: 8rem;
    height: 8rem;
  }
}

.open .nav-toggle span.toggle {
  background: #fff;
}

.open .nav-toggle span.toggle:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
  width: 3.9rem;
}

.open .nav-toggle span.toggle:nth-child(2) {
  top: 10px;
  width: 0;
}

.open .nav-toggle span.toggle:nth-child(3) {
  top: 5px;
  transform: rotate(-45deg);
  width: 3.9rem;
}

/* z-index */
.nav-toggle {
  position: fixed;
  z-index: 1000;
  right: 0;
}

.global_nav {
  background-color: rgba(69, 69, 69, 0.6);
  color: white;
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 990;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease, visibility .3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .global_nav {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .global_nav {
    width: 100%;
  }
}

.global_nav a {
  display: block;
  text-decoration: none;
}

.global_nav a:hover {
  color: #FF8A00;
}

.global_nav_list {
  list-style: none;
  padding: 0;
}

.global_nav_list li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform .3s ease, opacity .2s ease;
}

.global_nav ul li:nth-child(2) {
  transition-delay: .05s;
}

.global_nav ul li:nth-child(3) {
  transition-delay: .15s;
}

.global_nav ul li:nth-child(4) {
  transition-delay: .25s;
}

/* open */
.open {
  overflow: hidden;
}

.open .global_nav {
  visibility: visible;
  opacity: 1;
}

.open .global_nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease;
}

.header_nav_list {
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .header_nav_list {
    padding: 2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .header_nav_list {
    padding: 1.5rem 0;
  }
}

.header_nav {
  background: #1E4D9F;
  width: 40%;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
  overflow: auto;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header_nav {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .header_nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.header-nav-item a {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 1.4rem 0;
  transition: color .3s ease;
  font-size: clamp(22px, 2.2vw, 30px);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-nav-item a {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 767px) {
  .header-nav-item a {
    padding: 1rem 0;
  }
}

.header-nav-item a span {
  display: block;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Yu Gothic UI", sans-serif;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .header-nav-item a span {
    font-size: 1.2rem;
  }
}

.footer-inner {
  padding: 6rem 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-inner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .footer-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.footer .boxthree {
  justify-content: space-between;
}

.footer-logo {
  font-size: clamp(24px, 3.8vw, 4rem);
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #1E4D9F;
}

.footer-logo span {
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Yu Gothic UI", sans-serif;
  display: block;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 2rem;
  }
}

.footer-logo:hover {
  filter: brightness(90%) contrast(120%);
  transition: .3s;
}

.footer-nav {
  display: flex;
}

.footer-nav:last-of-type .footer-nav-list {
  margin-left: 4vw;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-nav:last-of-type .footer-nav-list {
    margin-left: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav:last-of-type .footer-nav-list {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav {
    display: block;
  }
}

.footer-nav-list {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}

.footer-nav-item+.footer-nav-item {
  padding-top: 0.5rem;
}

.footer-nav-item a:hover {
  transition: .3s;
  color: #FF8A00;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .footer-nav-item a {
    width: 100%;
    display: block;
    border-top: 1px solid #f4f4f4;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav-item:last-of-type {
    border-bottom: 1px solid #f4f4f4;
  }
}

.copyright {
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  padding: 2.3rem 0;
  border-top: solid 1px #1E4D9F;
}

.title,
.title02 {
  display: flex;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(30px, 5.7vw, 7.7rem);
  opacity: 0;
}

.title.inview,
.title02.inview {
  opacity: 1;
}

.title.inview .char,
.title02.inview .char {
  display: inline-block;
}

.title .char,
.title02 .char {
  opacity: 0;
}

.hero {
  position: relative;
  height: 100vh;
  max-height: 59vw;
  width: 100%;
}

.hero::after {
  content: '';
  background: url(../../images/top.jpg) left top/cover no-repeat;
  position: absolute;
  top: -9.5rem;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .hero::after {
    background: url(../../images/top.jpg) right/cover no-repeat;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero {
    height: 60vw;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    max-height: 92vw;
  }
}

.hero-message {
  position: absolute;
  top: 12.8rem;
  margin-left: 4rem;
  color: #fff;
  width: 50.71vw;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-message {
    width: 56.71vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-message {
    margin-left: 2rem;
    top: 6.8rem;
    width: 85%;
  }
}

.hero-message h3 {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 3.2rem);
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 3vw 0 2vw;
}

@media screen and (max-width: 767px) {
  .hero-message h3 {
    line-height: 1.65;
    padding: 2rem 0 2.4rem;
  }
}

@media (max-width: 365px) {
  .hero-message h3 {
    padding: 2rem 0 1.4rem;
    font-size: 1.4rem;
  }
}

.hero-message p {
  font-size: clamp(14px, 2.3vw, 2rem);
  line-height: 2;
  letter-spacing: 0.05em;
  margin-right: 5vw;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-message p {
    margin-right: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-message p {
    line-height: 1.55;
  }
}

/*=================================================
  concept
===================================================*/
.top-concept {
  padding-top: 6rem;
  padding-bottom: 12rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-concept {
    padding-left: 4rem;
    padding-right: 4rem;
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .top-concept {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.top-concept .boxtwo {
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .top-concept .boxtwo {
    gap: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .top-concept .boxtwo {
    gap: 3rem;
  }
}

.concept-body {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .concept-body {
    position: inherit;
  }
}

@media screen and (max-width: 767px) {
  .concept-body {
    position: inherit;
  }
}

.concept-body p {
  background: #1E4D9F;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  position: absolute;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 2.7rem 3rem;
  bottom: -65px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .concept-body p {
    position: inherit;
    padding: 2.4rem;
    margin-top: -2px;
  }
}

@media screen and (max-width: 767px) {
  .concept-body p {
    font-size: 1.4rem;
    position: inherit;
    padding: 2.4rem;
    margin-top: -1px;
  }
}

/*=================================================
  features
===================================================*/
.top-features-list {
  padding-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .top-features-list {
    padding-top: 2.4rem;
  }
}

.top-feature-body {
  padding: 2.4rem 3.2rem;
  line-height: 1.5;
  background: #FFEBC7;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .top-feature-body {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.top-feature-body h3 {
  font-size: clamp(16px, 3vw, 2.6rem);
  color: #603813;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.top-feature-body p {
  font-size: 1.6rem;
  padding-top: 1rem;
}

.top-feature-body a {
  text-decoration: underline;
  color: #FF8A00;
}

.top-feature-body a:hover {
  opacity: .7;
  transition: .5s;
}

.top-features-item .cover-slide {
  flex: 0 0 47.7%;
}

.top-features-item .cover-slide img {
  height: 100%;
  object-fit: cover;
}

.top-features-item:nth-child(odd) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .top-features-item:nth-child(odd) {
    flex-direction: column;
  }
}

.top-features-item+.top-features-item {
  margin-top: 7.7rem;
}

@media screen and (max-width: 767px) {
  .top-features-item+.top-features-item {
    margin-top: 4.2rem;
  }
}

/*=================================================
  access
===================================================*/
.vw {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 36.2304%;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .vw {
    padding-top: 50%;
  }
}

.vw iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.address {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 1.6rem;
}

/*=================================================
  contact
===================================================*/
.contact .boxtwo {
  /*justify-content: space-between*/
  margin-top: 4.8rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .contact .boxtwo {
    margin-top: 2.8rem;
  }
}

.contact-inner {
  max-width: 95.2rem;
  margin-left: auto;
  margin-right: auto;
}

.contact p {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 4.2rem;
}

@media screen and (max-width: 767px) {
  .contact p {
    padding-top: 2.2rem;
  }
}

.cta-list {
  text-align: center;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .cta-list {
    width: 100%;
  }
}

.cta-list dt {
  color: #1E4D9F;
  font-size: clamp(20px, 3.2vw, 3rem);
  font-weight: 700;
}

.cta-web {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .cta-web {
    margin-top: 1.5rem;
    margin-bottom: 6.2rem;
  }
}

.cta-web a {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin: 0 auto;
  padding: 2.5rem 0;
  max-width: 36.2rem;
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 700;
  background-color: #1E4D9F;
  transition: 0.3s;
}

.cta-web a:before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.cta-web a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.cta-web a:hover {
  text-decoration: none;
  background-color: #FF8A00;
}

.cta-web a:hover::before,
.cta-web a:hover::after {
  right: 0.5em;
}

.cta-tel {
  font-weight: 700;
  font-size: clamp(2.2rem, 3.2vw, 36px);
  letter-spacing: 0.05em;
  padding: 1.6rem 0;
  font-family: "Open Sans", sans-serif;
}

.cta-tel span {
  display: block;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Yu Gothic UI", sans-serif;
}

.cta-tel-time {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 1.611;
}

/*=================================================
  banner
===================================================*/
.banner-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}

.banner-list a:hover {
  transition: .3s;
  filter: brightness(0.8);
}

.forestrypage .otherpage-hero::after {
  background: url(../../images/forestry.jpg) left center/cover no-repeat;
}

.forestrypage .otherpage-main-picture img {
  object-position: bottom;
}

.passportpage .otherpage-hero::after {
  background: url(../../images/top.jpg) top -50px right/cover no-repeat;
}

.sky-camp-item:last-of-type {
  margin-left: 3rem;
}

@media screen and (max-width: 767px) {
  .sky-camp-item:last-of-type {
    margin-left: 0;
    margin-top: 4rem;
  }
}

.sky-camp-item:hover {
  filter: brightness(1.1);
  transition: .3s;
}

.sky-camp-item figcaption {
  background: #603813;
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 3.2vw, 3.2rem);
  font-weight: 700;
  padding: 1rem 0;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .sky-camp-item figcaption {
    line-height: 1.6;
  }
}

.sky-pass-ttl {
  margin-top: 4rem;
  background: #FF8A00;
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 3.2vw, 3.2rem);
  font-weight: 700;
  padding: 1rem 0;
  font-family: "Open Sans", sans-serif;
  border: solid 1px #000;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .sky-pass-ttl {
    padding: 1rem;
  }
}

.sky-pass-table {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-weight: bold;
}

.sky-pass-table th {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fdf7e4;
  text-align: left;
  padding-left: 1.5rem;
}

@media screen and (max-width: 767px) {
  .sky-pass-table th {
    width: 100%;
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 350px) {
  .sky-pass-table th {
    padding: 1rem;
  }
}

.sky-pass-table td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-left: 1.5rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .sky-pass-table td {
    width: 100%;
    display: block;
  }
}

@media (max-width: 350px) {
  .sky-pass-table td {
    padding: 1rem;
    font-size: 1.3rem;
  }
}

.kidspage .otherpage-hero::after {
  background: url(../../images/kids_main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 35% top 90%;
}

.kids-school dl {
  margin-top: 4rem;
  margin-bottom: 3.2rem;
}

.kids-school dl dt {
  font-size: clamp(18px, 3.2vw, 3.2rem);
  font-weight: bold;
  background: #603813;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  letter-spacing: 0.05em;
}

.kids-school dl dt span {
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 2;
}

.kids-school dl dd {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 500;
  font-weight: bold;
  text-align: center;
  padding: 2.4rem 0;
  border: 1px solid #603813;
  letter-spacing: 0.05em;
}

.kids-school-desc {
  margin-left: 4vw;
  margin-right: 4vw;
  font-size: clamp(14px, 2.2vw, 1.9rem);
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .kids-school-desc {
    margin-left: 2vw;
    margin-right: 2vw;
  }
}

.kids-price {
  font-size: clamp(14px, 2.8vw, 2.7rem);
}

.kids-school .top-feature-body .boxtwo {
  justify-content: space-between;
}




.coursepage .otherpage-hero::after {
  background: url(../../images/course.jpg) top right/cover no-repeat;
}

.course-list {
  margin-top: 4rem;
}

.course-list+.course-list {
  margin-top: 10rem;
}

.course-name {
  font-size: clamp(18px, 3.2vw, 3.2rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-bottom: 2rem;
}


@media screen and (max-width: 767px) {
  .course-name {
    padding-bottom: 1.5rem;
  }
}

.course-name span {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 500;
  line-height: 2;
}

.course-name-en {
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #FF8A00;
  padding-top: 2rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .course-name-en {
    padding-top: 1.5rem;
  }
}

.course-list .top-feature-body {
  margin-top: 0;
  margin-bottom: 0;
}

.course-list figure {
  flex: 0 0 47.7%;
}

.boxtwo-center {
  align-items: center;
}

.course-price {
  padding: 2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .course-price {
    padding: 1.5rem 1rem;
  }
}

.course-price span {
  display: inline-block;
}

.course-content {
  display: block;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
}

.course-content h4 {
  padding-left: 2rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .course-content h4 {
    padding: 1rem;
  }
}

.course-price p {
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  .course-price p {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.course-content-ttx {
  border-bottom: 1px solid #000;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  line-height: 1.75;
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  .course-content-ttx {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
  }
}

.course-button {
  margin-top: 4.2rem;
}

@media screen and (max-width: 767px) {
  .course-button {
    margin-bottom: 0;
  }
}

.common-course-message {
  font-size: 2.4rem;
  padding-top: 2rem;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .common-course-message {
    font-size: 1.8rem;
    padding-top: 1.5rem;
  }
}

.course-comments {
  padding-left: 2rem;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .course-comments {
    padding-left: 1rem;
  }
}



/*=================================================
  flow
===================================================*/
.flow-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 6rem;
  counter-reset: count 0;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .flow-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}

.flow-item {
  background-color: #FFEBC7;
}

.flow-item figure {
  position: relative;
}

.flow-item figure::before {
  content: "FLOW0" counter(count);
  counter-increment: count 1;
  top: 0;
  position: absolute;
  left: 0;
  background: #FF8A00;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  padding: .7rem 1.4rem;
  color: #fff;
}

.flow-item-body {
  background: #FFEBC7;
}

.flow-item .top-feature-body {
  margin-top: 0;
  margin-bottom: 0;
}

.contactpage .otherpage-hero::after {
  background: url(../../images/contact.jpg) center/cover no-repeat;
}

.contact-form-ttl {
  font-weight: bold;
  text-align: center;
  margin-top: 4rem;
  font-size: clamp(1.6rem, 2.6vw, 2.8rem);
  line-height: 2;
  letter-spacing: 0.05em;
}

.contact-form-ttl span {
  color: #FF8A00;
}

.contact-text {
  padding-top: 1rem;
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 2;
}

.contact-text span {
  color: #FF8A00;
}

/*=================================================
  フォーム
===================================================*/
input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  appearance: none;
  /* font-familyを継承しないので、継承させる */
  font-family: inherit;
  /* iOSの角丸をリセット */
  border-radius: 0;
  /* box-size */
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* スピンボタン非表示 chrome,safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;
  margin: 0;*/
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* input */
input {
  /* inputの枠線を消す */
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}

select {
  /* 右端の▼を消す */
  appearance: none;
  border: none;
  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}

.form-item {
  padding-top: 2.4rem;
  padding-bottom: 1.2rem;
  width: 100%;
}

.form-item-label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1rem;
}

.form-item-label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.form-label-required {
  margin-left: .5rem;
  font-size: 14px;
  font-weight: bold;
  color: #FF8A00;
}

.form-item-input {
  border: 1px solid #000;
  padding: 2rem 1.5rem;
  height: 48px;
  flex: 1;
  width: 100%;
  background: #fff;
  font-size: 18px;
}

.form-item-textarea {
  border: 1px solid #000;
  padding: 2rem;
  height: 216px !important;
  flex: 1;
  width: 100% !important;
  background: #fff;
  font-size: 18px;
  margin-top: 1rem;
}

.submit-button {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  padding: 2.5rem 0;
  max-width: 36.2rem;
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  font-weight: 700;
  background-color: #1E4D9F;
  transition: 0.3s;
  width: 100%;
}

.submit-button:hover {
  text-decoration: none;
  background-color: #FF8A00;
}

::placeholder {
  color: #c8c8c8;
  font-size: 1.8rem;
}

.form select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  border: solid 1px;
  padding: 0.5rem 1rem;
}

.form select::-ms-expand {
  display: block;
}

/*=================================================
  thanks
===================================================*/
.thanks-container {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  height: 70vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.thanks-container h1 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .thanks-container h1 {
    font-size: 2rem;
  }
}

.thanks-message {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 4.2rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .thanks-message {
    margin-top: 2.4rem;
    text-align: justify;
  }
}

.thanks-message span {
  display: block;
}

.thanks-message .space {
  margin-top: 2.8rem;
}

/*=================================================
  共通
===================================================*/
html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Yu Gothic UI", sans-serif;
}

.common-inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.boxtwo {
  display: flex;
}

@media screen and (max-width: 767px) {
  .boxtwo {
    flex-direction: column;
  }
}

.boxthree {
  display: flex;
}

@media screen and (max-width: 767px) {
  .boxthree {
    flex-direction: column;
  }
}

.common-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .common-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .common-section {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
  }
}

.common-section02 {
  padding-top: 6rem;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .common-section02 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .common-section02 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4.2rem;
    padding-bottom: 0;
  }
}

.common-center {
  text-align: center;
}

.bg-stripe {
  background: repeating-linear-gradient(135deg, #f2f2f2, #f2f2f2 7px, #fff 7px, #fff 14px);
}

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

.common-title {
  font-size: clamp(24px, 3.8vw, 4.8rem);
  color: #FF8A00;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.common-title span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #000;
  font-weight: 500;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Yu Gothic UI", sans-serif;
}

@media screen and (max-width: 767px) {
  .common-title span {
    text-align: center;
    line-height: 1.45;
  }
}

/*--------------------------------
ページトップへ戻るボタン
--------------------------------*/
.js-scroll-fadein {
  transition: opacity 1s;
  visibility: hidden;
  opacity: 0;
}

.js-scroll-fadein.is-fadein {
  visibility: visible;
  opacity: 1;
}

.page_top_arrow {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}

.page_top_arrow span {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page_top_arrow span {
    font-size: 1rem;
  }
}

.page_top_arrow img {
  width: 8rem;
}

@media screen and (max-width: 767px) {
  .page_top_arrow img {
    width: 6rem;
  }
}

.page_top_arrow:hover {
  filter: brightness(1.12);
  bottom: 15px;
}

@media screen and (max-width: 767px) {
  .page_top_arrow:hover {
    bottom: 9.3rem;
  }
}

/*=================================================
  下層ページ共通
===================================================*/
.otherpage-hero {
  position: relative;
  height: 28vw;
  width: 100%;
}

.otherpage-hero::after {
  content: '';
  position: absolute;
  top: -9.5rem;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.otherpage-sub-title {
  font-weight: bold;
}

.otherpage-main-body {
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

.otherpage-main-picture {
  width: 100%;
  /* 任意の横幅を指定 */
  position: relative;
}

.otherpage-main-picture::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.otherpage-main-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.otherpage-main-text {
  background: #1E4D9F;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 2.7rem 3rem;
  color: #fff;
  position: relative;
  bottom: 9vw;
}

.otherpage-main-text h3 {
  font-size: clamp(18px, 3.2vw, 3.2rem);
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .otherpage-main-text h3 {
    line-height: 1.6;
  }
}

.otherpage-main-text p {
  padding-top: 1rem;
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 2;
}

.common-mt-2 {
  margin-top: 2rem;
}

.space-1 {
  display: block;
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .tab02 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tab02 {
    display: none;
  }
}

#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background,
#mfp_overlay,
#mfp_hidden {
  display: none !important;
}

.mfp_err {
  font-size: 1.4rem;
  padding-top: 1rem;
  color: #FF8A00;
}


.entry-button .cta-web {
  margin-top: 0;
}


@media screen and (max-width: 767px) {
  .entry-button .cta-web a {
    width: 90%;
    max-width: 32rem;
  }
}

/*=================================================
entry
===================================================*/

.entrypage .otherpage-hero::after {
  background: url(../../images/entry.jpg) center/cover no-repeat;
}

.entry-message {
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1.75;
  margin-top: 4rem;
}

.entry-message span {
  color: #FF8A00;
}

.entry-sub-title {
  text-align: center;
  margin: 4rem 0 2rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .1em;
}


.entry-sub-title:before {
  content: '■';
  color: #FF8A00;
}

.booking-form select {
  width: 100%;
  height: 48px;
  background: #fff;
}

.course-plan-time {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}

/*********** 2023-06-27一部リニューアル ***************/
body {
  font-size: 1.6rem;
  line-height: 1.7;
}
.licensepage .otherpage-hero::after {
  background: url(../../images/license.jpg) bottom /cover no-repeat;
}
/*ライセンスページ*/
.license-list {
padding: 2.8rem 3.2rem;
background: #FFEBC7;
}
@media screen and (max-width: 767px) {
  .license-list {
    padding: 2rem 1.5rem;
    }
}

.license-list-body h3 {
  font-size: clamp(18px, 3vw, 2rem);
  color: #603813;
}
.license-list-body  {
  font-size: clamp(14px, 3vw, 1.6rem);
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .license-list-body  {
    margin-top: 2rem;
    margin-left: 0;
  }
}

.proof-lists,
.method-lists {
  margin-top: 2rem;
  line-height: 1.7;
}

.proof-lists li {
  padding-left: 2rem;
  margin-top: 1rem;
  position: relative;
}
.proof-lists li::before {
  content: '・';
  left: 0;
  position: absolute;
}

.license-method {
  margin-top: 4rem;
}

.c-red {
  color: red;
}

.license-method li{
  margin-top: 3rem;
}

.license-price-text {
  margin-top: -1.5rem;
}

.license-price-table {
  margin-top: 2rem;
  width: 100%;
}
.license-price-table th {
  width: 33.333%;
  font-weight: 400;
  text-align: left;
  padding-left: 1rem;
}
.license-price-table td {
  padding-left: 1rem;
}
.license-price-table th,
.license-price-table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #898989;
}

.license-price-table th:nth-child(n + 2),
.license-price-table td:nth-child(n + 2),
.border {
  border-left: 1px solid #898989;
}

.license-other-title {
  margin-top: 3.4rem;
  font-weight: 500;
  font-size: clamp(16px, 3vw, 2rem);
}

.license-price-table02 td {
  border-collapse: collapse;
  vertical-align: top;
}


.license-price-table02 td:last-of-type,
.license-price-table td:last-of-type{
  text-align: right;
  padding-right: 1rem;
}


.license-price-table02 {
  width: 100%;
  min-width: 52rem;
}



.long-ttx {
  word-break: break-all;
}

.calender {
  margin: 5rem 0;
  text-align: center;
  width: 100%;
}

.calender iframe {
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto; 
}

.callender-item select {
  display: none;
}
.calender-form {
  border: solid 1px #000;
  height: 4.8rem;
  max-width: 30rem;
  width: 100%;
  display: block!important;
  text-align: left!important;
  padding-left: 1rem;
}