html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

#second-apform{
  margin-top: 50px;
}

#single-contents{
  margin-top: 60px;
}

#single-contents p{
  line-height: 1.8;
}

/* link */

/* ============================================ */

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a[href^="tel:"],
a[href^="mailto:"] {
  pointer-events: none;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {

  a {
    opacity: 1;
    opacity: initial;
  }

  a[href^="tel:"],
  a[href^="mailto:"] {
    pointer-events: auto;
  }

}

/* img */

/* ============================================ */


/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

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

/* 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 {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  line-height: 1.15;
  /* 1 */
}

/* 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;
}

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  border-top-width: 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  clear: both;
  color: inherit;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  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;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.l-header {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 50;
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 1206.6666px;
  padding-left: 3.3333%;
  padding-right: 3.3333%;
  width: 100%;
}

/* ヘッダー */

.header {
  background: #fff;
  width: 100%;
}

.header__inner {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 20px 40px;
}

.header__logo {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
}

.header__nav {
  margin-left: 50px;
}

.header__lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__list a {
  font-size: 16px;
  letter-spacing: 2.5px;
  padding: 0.625rem;
}

.header__list a:hover {
  text-decoration: underline;
}

.header__drawer {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header__inner {
    max-width: 100%;
    padding: 20px;
  }

  .header__logo {
    font-size: 20px;
  }

  .header__nav {
    display: none;
  }

  .header__drawer {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
  }
}

@media screen and (max-width: 768px) {
  .header__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 63px;
  }
}

@media screen and (max-width: 560px) {

  .header__logo {
    font-size: 3.8vw;
  }

}

@media screen and (max-width: 360px) {

  .header__logo {
    font-size: 14px;
  }
}


/* ドロワー */

.drawer__button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 63px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 63px;
  z-index: 200;
}


.drawer__button:hover,
.drawer__button:focus {
  background: #f7f8f8;
}

.drawer__line {
  font-size: 0;
}

.drawer__line,
.drawer__line::before,
.drawer__line::after {
  background-color: #999;
  border-radius: 0.1875rem;
  content: "";
  display: block;
  height: 0.1875rem;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 1.5625rem;
}

.drawer__line::before {
  bottom: 0.5rem;
}

.drawer__line::after {
  top: 0.5rem;
}

.drawer__button.is-open {
  background: #f7f8f8;
}

.drawer__button.is-open .drawer__line {
  background-color: transparent;
}

.drawer__button.is-open .drawer__line::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer__button.is-open .drawer__line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer__modal {
  background: rgba(255, 255, 255, 0.95);
  display: block;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
}

.drawer__modal.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.drawer__lists {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.drawer__link {
  color: #000;
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  padding-block: 1.25rem;
  text-align: center;
}

/* c-drawer--open-right */

.drawer--open-right .drawer__modal {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.drawer--open-right .drawer__modal.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* c-drawer--open-left */

.drawer--open-left .drawer__modal {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drawer--open-left .drawer__modal.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* c-drawer--open-top */

.drawer--open-top .drawer__modal {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.drawer--open-top .drawer__modal.is-open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main {
  margin-top: 90px;
}

/* メインビジュアル */

.main-visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.main-visual__content {
  left: 7%;
  position: absolute;
  top: 130px;
}

.main-visual__copy {
  color: #e84c28;
  font-size: 70px;
  letter-spacing: 15px;
  line-height: 2.05;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 40px;
  font-weight: bold;
}

.main-visual__text {
  font-size: 18px;
  line-height: 2.3;
  margin-top: 60px;
}

.main-visual__image {
  height: calc(100vh - 90px);
  height: calc(100dvh - 90px);
  max-width: calc(100% - 420px);
  min-height: 830px;
  width: 100%;
}

.main-visual__image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .main {
    margin-top: 63px;
  }

  .main-visual__content {
    left: 5%;
    top: 100px;
  }

  .main-visual__copy {
    font-size: 50px;
    letter-spacing: 10px;
    text-underline-offset: 20px;
  }

  .main-visual__text {
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    font-size: 16px;
    margin-top: 40px;
    padding: 10px;
    text-align: justify;
  }

  .main-visual__image {
    height: calc(40vh - 63px);
    height: calc(40dvh - 63px);
    max-width: calc(100% - 200px);
    min-height: 500px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual__content {
    left: 5%;
    top: 50px;
  }

  .main-visual__copy {
    font-size: 30px;
    letter-spacing: 5px;
    text-underline-offset: 10px;
  }

  .main-visual__image {
    height: calc(30vh - 50px);
    max-width: calc(100% - 100px);
    min-height: 400px;
  }

  #faq-b{
    width: 80%;
    margin: 0 auto;
  }
}

/* .reception */
.reception {
  margin-top: 135px;
}

.reception__text {
  font-size: 26px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 1024px) {

  .reception {
    margin-top: 100px;
  }

  .reception__text {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .reception__text {
    line-height: 1.6;
  }
}


/* .news */
.news {
  padding-top: 140px;
}

.news__lists {
  margin-top: 62px;
}

.news__list {
  border-top: 1px solid #333;
}

.news__list:last-child {
  border-bottom: 1px solid #333;
}

.news__list a {
  display: -ms-grid;
  display: grid;
  font-size: 17px;
  -ms-grid-columns: 170px 1fr;
  grid-template-columns: 170px 1fr;
  padding: 18px 5px;
}

.news__list-text {
  line-height: 1.6;
}

.news__list a:hover .news__list-text {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {

  .news {
    padding-top: 100px;
  }

  .news__lists {
    margin-top: 50px;
  }

  .news__list a {
    font-size: 16px;
    -ms-grid-columns: 150px 1fr;
    grid-template-columns: 150px 1fr;
    padding: 20px 5px;
  }
}

@media screen and (max-width: 768px) {

  .news__list a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .news__list-text {
    margin-top: 10px;
  }
}

/* .document */
.document {
  padding-top: 120px;
}

.document__lists {
  margin-top: 70px;
}

.document__list a {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  margin-left: 20px;
  position: relative;
  text-decoration: underline;
}

.document__list a::before {
  content: "＞";
  left: -20px;
  position: absolute;
}

.document__list:not(:first-child) {
  margin-top: 12px;
}

@media screen and (max-width: 1024px) {

  .document {
    padding-top: 100px;
  }

  .document__lists {
    margin-top: 50px;
  }

  .document__list a {
    font-size: 18px;
  }

}

/* .faq */
.faq {
  padding-top: 135px;
}

.faq__content {
  margin-top: 80px;
}

.faq__item+.faq__item {
  border-top: 1px solid #000;
  margin-top: 27px;
  padding-top: 44px;
}

.faq__answer,
.faq__question {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-grid;
  display: grid;
  font-size: 18px;
  font-weight: normal;
  -ms-grid-columns: 55px 1fr;
  grid-template-columns: 55px 1fr;
  line-height: 1.7;
  padding-right: 120px;
  padding-top: 5px;
}

.faq__question {
  position: relative;
}

.faq__question::before {
  background: url(../images/common/question_icon.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 39px;
  position: relative;
  top: -5px;
  width: 39px;
}

.faq__answer {
  padding-top: 10px;
  position: relative;
}

.faq__answer::before {
  background: url(../images/common/answer_icon.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 39px;
  position: relative;
  top: 5px;
  width: 39px;
}


@media screen and (max-width: 1024px) {

  .faq {
    padding-top: 100px;
  }

  .faq__content {
    margin-top: 50px;
  }

  .faq__item+.faq__item {
    margin-top: 20px;
    padding-top: 30px;
  }

  .faq__answer,
  .faq__question {
    font-size: 16px;
    padding-right: 20px;
  }

  .faq__question::before {
    height: 35px;
    width: 35px;
  }

  .faq__answer::before {
    height: 35px;
    top: 0;
    width: 35px;
  }

}

/* フッター */

.footer {
  background: #f7f8f8;
  margin-top: 130px;
  padding-bottom: 90px;
  padding-top: 90px;
}

.footer .section-title {
  font-size: 30px;
}

.footer__inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__title {
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 75px;
  text-align: center;
}

.footer__address {
  text-align: center;
}

.footer__address,
.footer__contact {
  letter-spacing: 2px;
  line-height: 1.6;
  margin-top: 20px;
  text-align: center;
}



@media screen and (max-width: 1024px) {

  .footer {
    margin-top: 100px;
    padding-bottom: 70px;
    padding-top: 70px;
  }

  .footer .section-title {
    font-size: 24px;
  }

  .footer__title {
    font-size: 16px;
    margin-top: 50px;
  }

  .footer__address,
  .footer__contact {
    margin-top: 15px;
  }
}

.u-hidden-pc {
  display: none;
}

.u-hidden-sp {
  display: block;
}

.u-visible-ssm {
  display: none;
}

@media screen and (max-width: 768px) {

  .l-inner {
    max-width: 43.75rem;
    padding-left: 6%;
    padding-right: 6%;
  }

  .u-hidden-pc {
    display: block;
  }

  .u-hidden-sp {
    display: none;
  }

}

@media screen and (max-width: 360px) {
  .u-visible-ssm {
    display: block;
  }

}

/*--- 2024.03.12 ---*/


@media screen and (max-width:767px){
  #kyufu-title{
    width: 90%;
    margin: 6rem auto 0;
  }
  
  #kyufu-title img{
    width: 100%;
  }

}

@media screen and (min-width:768px){
  #kyufu-title{
    width: 90%;
    margin: 6rem auto 0;
  }
  
  #kyufu-title img{
    width: 100%;
  }

}

@media screen and (min-width:1280px){
  #kyufu-title{
    width: 60%;
    margin: 7rem auto 0;
  }
  
  #kyufu-title img{
    width: 100%;
  }  

}