@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=Kosugi+Maru&family=Zen+Kaku+Gothic+New:wght@300;400&family=Zen+Maru+Gothic:wght@300;400&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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) */
/* ============================================ */
nav,
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 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 {
  -webkit-box-sizing: content-box;
          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 */
  -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.
 */
/**
 * 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
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  /* font: inherit; */
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

body {
  line-height: 1;
}

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

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

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

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 追記 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "dinpro-bold";
  src: url("./../fonts/dinpro-bold.otf") format("opentype");
}
/*----------------------------
To Top
----------------------------*/
.pagetop {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: 14px;
  bottom: 130px;
  width: clamp(47px, 12.4342105263vw, 94.5px);
  height: clamp(47px, 12.4342105263vw, 94.5px);
  background-color: #fff;
  border: solid 5px #ed6c00;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}

.pagetop__arrow {
  display: block;
  width: 17px;
  height: 17px;
  border-top: 1px solid #ed6c00;
  border-right: 1px solid #ed6c00;
  -webkit-transform: translateY(10%) rotate(-45deg);
          transform: translateY(10%) rotate(-45deg);
}
.pagetop__arrow:first-of-type {
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

/*----------------------------
scroll_up ｜下から上へ出現しバウンド
----------------------------*/
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  letter-spacing: normal;
}

body {
  /* スマホ横向きのサイズ調整 */
  -webkit-text-size-adjust: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 1.6rem;
  color: #231815;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
body::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 550px) {
  body {
    font-size: 1.4rem;
  }
}

h1 {
  font-size: 2.4rem;
}

h2,
h3 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: normal;
}

p {
  font-size: 1.6rem;
}

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

button {
  letter-spacing: 2px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.65;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline-width: 0;
}
a[href^="tel:"] {
  pointer-events: none;
}

mark {
  font-style: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #e3007f));
  background: -webkit-linear-gradient(transparent 60%, #e3007f 0%);
  background: linear-gradient(transparent 60%, #e3007f 0%);
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.display-pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .display-pc {
    display: block;
  }
}

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

.col-red {
  color: #e83828;
}

.col-lightBlue {
  color: #0081cc;
}

.col-orange {
  background-color: #f6ab00;
}

.col-pink {
  background-color: #ee869a;
}

.underline {
  text-decoration: underline;
}

.l-footer__inner {
  height: 50px;
  background-color: #ed6c00;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    display: none;
  }
}

.l-header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header.background {
  background-color: #fcd68c;
}
.l-header .fixed {
  padding: 5px 0;
}
.l-header__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 21px 0 0;
  margin: 0 auto;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .l-header__inner {
    padding: 21px 20px 0;
    margin: 0;
  }
}
.l-header__logo {
  width: 102px;
  margin-bottom: 32px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: clamp(125px, 33.1578947368vw, 252px);
  }
}
.l-header__nav {
  display: block;
  width: 100%;
  max-width: 800px;
  line-height: 1.6;
  margin: 0;
  background-color: #fcd68c;
  border-radius: 11px;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    max-width: 1000px;
    position: absolute;
    top: 94px;
    left: 0;
    width: 100%;
    height: 100vh;
    border-radius: 0;
    z-index: 6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.l-header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  letter-spacing: normal;
  color: #ed6c00;
}
@media screen and (max-width: 980px) {
  .l-header__list {
    display: block;
    margin: auto;
    padding: 130px 0 0;
    position: relative;
    max-width: 70%;
    width: 100%;
  }
}
.l-header__list::-webkit-scrollbar {
  display: none;
}
.l-header__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 83px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  .l-header__item {
    position: relative;
    height: auto;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 980px) {
  .l-header__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 10px solid transparent;
    border-left: 15px solid #ed6c00;
  }
}
.l-header__item:not(:first-of-type) {
  border-left: 1.5px solid #ed6c00;
}
@media screen and (max-width: 980px) {
  .l-header__item:not(:first-of-type) {
    border: none;
  }
}
.l-header__item.current .l-header__text::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #313232;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__link {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .l-header__link {
    opacity: 0;
    visibility: hidden;
    padding: 15px 0;
  }
}
.l-header__link:hover .l-header__text::after {
  width: 100%;
}
.l-header__title--main {
  font-size: 2.1rem;
}
@media screen and (max-width: 980px) {
  .l-header__title--main {
    display: none;
  }
}
.l-header__title--sub {
  font-size: 0.9rem;
}
@media screen and (max-width: 980px) {
  .l-header__title--sub {
    text-align: left;
    font-size: clamp(16px, 4.2105263158vw, 32px);
  }
}
.l-header__toggle {
  display: none;
}
@media screen and (max-width: 980px) {
  .l-header__toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    text-align: center;
    position: absolute;
    padding: 13px;
    top: 15px;
    right: 10px;
    z-index: 7;
  }
}
.l-header__toggle[aria-expanded=true] .l-header__toggle__bar {
  background-color: transparent;
}
.l-header__toggle[aria-expanded=true] .l-header__toggle__bar::before {
  -webkit-transform: translateY(10px) rotate(135deg);
  transform: translateY(10px) rotate(135deg);
}
.l-header__toggle[aria-expanded=true] .l-header__toggle__bar::after {
  -webkit-transform: translateY(-10px) rotate(-135deg);
  transform: translateY(-10px) rotate(-135deg);
  width: 84px;
}
.l-header__toggle.collapse {
  display: none;
}
.l-header__toggle .collapse.in {
  display: block;
}
.l-header__toggle .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/******** Grid System width Flex ********/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

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

/*////////////////////////

 common parts

////////////////////////*/
[class*=container_] {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_l {
  max-width: 1500px;
}

[class*=circle__arrow--]::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #313232;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 100px;
}

[class*=circle__arrow--]::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 6.5px;
  margin: auto;
  width: 4px;
  height: 4px;
}

/*////////////////////////

 header

////////////////////////*/
/******* toggle button *******/
header .toggle {
  display: none;
}

header .toggle[aria-expanded=true] .toggle__bar {
  background-color: transparent;
}

header .toggle[aria-expanded=true] .toggle__bar::before {
  -webkit-transform: translateY(10px) rotate(135deg);
  transform: translateY(10px) rotate(135deg);
}

header .toggle[aria-expanded=true] .toggle__bar::after {
  -webkit-transform: translateY(-10px) rotate(-135deg);
  transform: translateY(-10px) rotate(-135deg);
  width: 84px;
}

/******* Hamburger menu *******/
header .collapse {
  display: none;
}

header .collapse.in {
  display: block;
}

header .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

header .gnav {
  line-height: 1.6;
  margin: 0;
}

/********* header common **********/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

header,
header .logo {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.logo img {
  width: 100%;
}

header.fixed {
  padding: 5px 0;
}

header .gnav__item a {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}

header .gnav__item_inner {
  display: inline-block;
  position: relative;
}

header .current .gnav__item_inner::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #313232;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 981px) {
  header.fixed .logo {
    width: 20%;
  }
  header .gnav {
    display: block;
    width: 100%;
    max-width: 800px;
  }
  header .gnav__item_inner::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #313232;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .gnav__item a:hover .gnav__item_inner::after {
    width: 100%;
  }
}
@media screen and (max-width: 980px) and (min-width: 551px) {
  header.fixed .logo {
    width: 50%;
    max-width: 345px;
  }
}
@media screen and (max-width: 980px) {
  header.fixed .gnav {
    top: 74px;
  }
  header.fixed .toggle {
    top: 10px;
  }
  header .gnav {
    max-width: 1000px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .gnav__item a {
    opacity: 0;
    visibility: hidden;
    padding: 15px 0;
  }
  header .in .gnav__item a {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
  }
  header .in .gnav__item:nth-child(2) a {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  header .in .gnav__item:nth-child(3) a {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  header .in .gnav__item:nth-child(4) a {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  header .in .gnav__item:nth-child(5) a {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  header .in .gnav__item:nth-child(6) a {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  header .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    text-align: center;
    position: absolute;
    padding: 13px;
    right: 10px;
    top: clamp(17px, 4.6052631579vw, 35px);
    z-index: 7;
  }
  header .toggle__bar {
    position: relative;
    margin: 8px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  header .toggle__bar,
  header .toggle__bar::before,
  header .toggle__bar::after {
    display: block;
    width: 84px;
    height: 3px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  header .toggle__bar::before,
  header .toggle__bar::after {
    position: absolute;
    content: "";
  }
  header .toggle__bar::before {
    top: -10px;
  }
  header .toggle__bar::after {
    top: 10px;
  }
  header .toggle__title {
    font-size: 1.3rem;
    display: block;
    padding-top: 7px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 550px) {
  header .logo {
    width: 80%;
  }
  header .toggle {
    right: 0;
  }
}
/******** Grid System width Flex ********/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

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

/*////////////////////////

 common parts

////////////////////////*/
[class*=container_] {
  width: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container_l {
  max-width: 1500px;
}

[class*=circle__arrow--]::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #313232;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 100px;
}

[class*=circle__arrow--]::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 2px;
  left: 6.5px;
  margin: auto;
  width: 4px;
  height: 4px;
}

.l-main {
  letter-spacing: -0.5px;
}
.l-main__inner {
  background-color: #fff6e9;
}
.l-main__contents {
  width: 100%;
  max-width: 729px;
  padding: 0 0 82px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-main__contents {
    padding: 44px clamp(12px, 3.2894736842vw, 25px) 88px;
  }
}

.c-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: center;
  color: #ed6c00;
}
.c-heading--main {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .c-heading--main {
    font-size: clamp(36px, 9.4736842105vw, 72px);
  }
}
.c-heading--sub {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-heading--sub {
    font-size: clamp(12px, 4.6052631579vw, 35px);
  }
}

.c-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}
@media screen and (max-width: 550px) {
  .c-button {
    width: 100%;
  }
}
.c-button__wrapper {
  height: 143px;
}
@media screen and (max-width: 550px) {
  .c-button__wrapper {
    height: auto;
  }
}
.c-button__text {
  padding: 20px 34px;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 550px) {
  .c-button__text {
    width: 100%;
    padding: 20px 10px;
    font-size: clamp(24px, 6.4473684211vw, 49px);
  }
}

.c-tag {
  padding: 6px 8px;
  border: 1.8px solid #f5aa00;
  background-color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .c-tag {
    width: 118px;
  }
}

.p-profile-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media screen and (max-width: 550px) {
  .p-profile-card {
    display: block;
    padding: clamp(27px, 7.1052631579vw, 54px) clamp(13px, 3.5526315789vw, 27px) clamp(22px, 5.9210526316vw, 45px);
  }
}
.p-profile-card__item:not(:first-child) {
  margin-top: 20px;
}
.p-profile-card__heading {
  margin: 32px auto 12px;
  font-size: 2.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  letter-spacing: -1.8px;
  color: #6a3906;
}
@media screen and (max-width: 550px) {
  .p-profile-card__heading {
    font-size: clamp(22px, 5.7894736842vw, 44px);
  }
}
.p-profile-card__heading::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  content: "";
  border-radius: 100%;
  background: #ed6c00;
}
.p-profile-card__avatar {
  display: block;
  width: 100%;
  max-width: 141px;
  position: relative;
  text-align: center;
  content-visibility: auto;
}
@media screen and (max-width: 550px) {
  .p-profile-card__avatar {
    max-width: 460px;
    height: clamp(263px, 69.3421052632vw, 527px);
    margin: auto;
  }
}
.p-profile-card__avatar img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 550px) {
  .p-profile-card__avatar img {
    position: inherit;
    width: clamp(230px, 60.5263157895vw, 460px);
    height: clamp(263px, 69.3421052632vw, 527px);
  }
}
.p-profile-card__avatar--big {
  max-width: 186px;
}
@media screen and (max-width: 550px) {
  .p-profile-card__avatar--big {
    max-width: 460px;
  }
}
.p-profile-card__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 13px 17px 13px 17px;
}
@media screen and (max-width: 550px) {
  .p-profile-card__content {
    margin: clamp(21px, 5.5263157895vw, 42px) 0 0;
  }
}
@media screen and (max-width: 550px) {
  .p-profile-card__name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.p-profile-card__name--main {
  font-size: 3.8rem;
}
@media screen and (max-width: 550px) {
  .p-profile-card__name--main {
    font-size: clamp(32px, 8.4210526316vw, 64px);
  }
}
.p-profile-card__name--sub {
  font-size: 1.8rem;
}
@media screen and (max-width: 550px) {
  .p-profile-card__name--sub {
    font-size: clamp(19px, 5vw, 38px);
  }
}
.p-profile-card__text {
  margin: 20px 0 0;
}
@media screen and (max-width: 550px) {
  .p-profile-card__text {
    margin: clamp(27px, 7.1052631579vw, 54px) 0 0;
    font-size: clamp(15px, 4.0789473684vw, 31px);
  }
}

.p-mv {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.p-mv picture {
  display: block;
  padding-top: 201px;
  background-color: #f6ab00;
}
@media screen and (max-width: 768px) {
  .p-mv picture {
    padding-top: clamp(80px, 21.0526315789vw, 160px);
  }
}
.p-mv__image {
  display: block;
  margin: auto;
  width: 753px;
}
@media screen and (max-width: 768px) {
  .p-mv__image {
    width: auto;
  }
}
.p-mv::after {
  content: "";
  display: inline-block;
  width: 188px;
  height: 150.3px;
  background-image: url(../images/mv-sub@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transform: translateX(330px) translateY(-70px);
          transform: translateX(330px) translateY(-70px);
}
@media screen and (max-width: 768px) {
  .p-mv::after {
    content: none;
  }
}

#program {
  margin: 138px 0 0;
}
@media screen and (max-width: 768px) {
  #program {
    margin: clamp(48px, 12.6315789474vw, 96px) 0 0;
  }
}

#application {
  margin: 116px 0 0;
}
@media screen and (max-width: 768px) {
  #application {
    margin: clamp(45px, 11.8421052632vw, 90px) 0 0;
  }
}

#access {
  margin: 134px 0 0;
}
@media screen and (max-width: 768px) {
  #access {
    margin: clamp(80px, 15.2631578947vw, 116px) 0 0;
  }
}

#contact {
  margin: 130px 0 0;
}
@media screen and (max-width: 768px) {
  #contact {
    margin: clamp(52px, 13.8157894737vw, 105px) 0 0;
  }
}

.p-description-period__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  .p-description-period__wrapper {
    display: block;
  }
}
.p-description-period__wrapper dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.p-description-period__wrapper dl:not(:first-of-type) {
  margin-top: clamp(19px, 5vw, 38px);
}
.p-description-period__wrapper dt {
  background: #f6ab00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21px;
  margin-right: 10.6px;
  text-align: center;
  font-size: 1.2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-description-period__wrapper dt {
    width: clamp(26px, 6.8421052632vw, 52px);
    height: clamp(56px, 14.8684210526vw, 113px);
    font-size: clamp(14px, 3.6842105263vw, 28px);
  }
}
.p-description-period__wrapper dt span {
  display: inline-block;
}
.p-description-period__wrapper dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-description-period__wrapper dd p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.p-description-period__wrapper dd time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-description-period__wrapper figcaption {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-description-period__wrapper figcaption {
    font-size: clamp(12px, 3.2894736842vw, 25px);
  }
}
.p-description-period__image {
  width: 372px;
}
@media screen and (max-width: 768px) {
  .p-description-period__image {
    width: clamp(310px, 81.5789473684vw, 620px);
  }
}
.p-description-period--days {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 3.4rem;
}
.p-description-period--num {
  font-size: 6.2rem;
}
.p-description-period-ornament {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 2rem;
  color: #ffffff;
  background: #e3007f;
}
.p-description-deadline strong {
  display: block;
  margin: 17.7px auto 8px;
}
@media screen and (max-width: 768px) {
  .p-description-deadline strong {
    margin: clamp(26px, 6.9736842105vw, 53px) auto clamp(10px, 2.6315789474vw, 20px);
    font-size: clamp(13px, 3.4210526316vw, 26px);
  }
}
.p-description-deadline--num {
  font-size: 4.7rem;
}
.p-description-deadline__image {
  width: 729px;
}
@media screen and (max-width: 768px) {
  .p-description-deadline__image {
    width: clamp(355px, 93.4210526316vw, 710px);
  }
}
.p-description-deadline-annotation {
  font-size: 1.2rem;
}
.p-description__heading {
  font-size: 2.2rem;
}

.p-about__text {
  margin: 25px auto 50px;
  font-size: 1.8rem;
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-about__text {
    margin: clamp(22px, 5.7894736842vw, 44px) auto clamp(35px, 9.3421052632vw, 71px);
    font-size: clamp(21px, 5.5263157895vw, 42px);
  }
}
.p-about__address p {
  font-size: 2.5rem;
}
.p-about__address span {
  display: block;
  font-size: 1rem;
}

.p-program__content {
  margin: 38px auto 75.5px;
}
@media screen and (max-width: 768px) {
  .p-program__content {
    margin: clamp(23px, 6.0526315789vw, 46px) auto clamp(47px, 12.5vw, 95px);
  }
}
.p-program__heading {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-program__heading {
    display: none;
  }
}
.p-program-title {
  display: block;
  font-size: 2.8rem;
  letter-spacing: -1.7px;
}
@media screen and (max-width: 768px) {
  .p-program-title {
    font-size: clamp(24px, 6.4473684211vw, 49px);
  }
}
.p-program__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-program__list > dt {
  width: 8%;
  padding: 6.5px 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-program__list > dt {
    width: 15%;
    font-size: clamp(17px, 4.6052631579vw, 35px);
  }
}
.p-program__list > dd {
  width: 92%;
  padding: 6.5px 0;
}
@media screen and (max-width: 768px) {
  .p-program__list > dd {
    width: 85%;
  }
}
.p-program__list > dd p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-program__list > dd p {
    font-size: clamp(17px, 4.6052631579vw, 35px);
  }
}
.p-program__list--sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 768px) {
  .p-program__list--sub {
    display: block;
  }
}
.p-program__team--sub {
  width: 24.1%;
  padding: 13px 0;
  font-size: 1.7rem;
  line-height: 2;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-program__team--sub {
    width: auto;
    padding: 0;
    font-size: clamp(15px, 3.9473684211vw, 30px);
  }
}
.p-program__team--sub:not(:last-of-type) {
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 768px) {
  .p-program__team--sub:not(:last-of-type) {
    border-bottom: none;
  }
}
.p-program__description--sub {
  width: 75.5%;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 768px) {
  .p-program__description--sub {
    width: auto;
  }
}
.p-program__description--sub:not(:last-of-type) {
  border-bottom: 1px solid #231815;
}
.p-programChild__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-programChild__list {
    display: block;
  }
}
.p-programChild__term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72%;
  font-size: 1.7rem;
  font-weight: normal;
  font-family: "Zen Maru Gothic", serif;
}
@media screen and (max-width: 768px) {
  .p-programChild__term {
    width: auto;
    font-size: clamp(15px, 3.9473684211vw, 30px);
  }
}
.p-programChild__term:not(:last-of-type) {
  border-bottom: 1px dashed #231815;
}
@media screen and (max-width: 768px) {
  .p-programChild__term:not(:last-of-type) {
    border-bottom: none;
  }
}
.p-programChild__term span {
  color: #f6ab00;
}
.p-programChild__description {
  width: 28%;
  padding: 13px 0;
  font-size: 1.9rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-programChild__description {
    width: auto;
    padding: 0;
    font-size: clamp(16px, 4.3421052632vw, 33px);
    text-align: right;
  }
}
.p-programChild__description:not(:last-of-type) {
  border-bottom: 1px dashed #231815;
}
.p-programChild__description b {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .p-programChild__description b {
    font-size: clamp(20px, 5.3947368421vw, 41px);
  }
}
.p-program__orderedList {
  margin: 13px auto 15px;
  list-style: none;
  counter-reset: list-counter;
}
@media screen and (max-width: 768px) {
  .p-program__orderedList {
    margin: clamp(13px, 3.4210526316vw, 26px) auto;
  }
}
.p-program__orderedList li {
  position: relative;
  padding-left: 30px;
  font-size: 2.8rem;
  letter-spacing: -0.3px;
}
@media screen and (max-width: 768px) {
  .p-program__orderedList li {
    width: auto;
    font-size: clamp(24px, 6.3157894737vw, 48px);
  }
}
.p-program__orderedList li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 26.5px;
  height: 26.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 65%;
}
@media screen and (max-width: 768px) {
  .p-program__orderedList li::before {
    width: clamp(23px, 6.0526315789vw, 46px);
    height: clamp(23px, 6.0526315789vw, 46px);
  }
}

.p-world__container {
  position: relative;
  padding: 22px 33px;
  margin-bottom: 148px;
  background-color: #decebd;
}
@media screen and (max-width: 550px) {
  .p-world__container {
    padding: clamp(14px, 3.6842105263vw, 28px) clamp(12px, 3.2894736842vw, 25px);
  }
}
.p-world__container::after {
  content: url(../images/icon/icon_ornament.svg);
  display: inline-block;
  width: 212px;
  vertical-align: sub;
  position: absolute;
  right: 5%;
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}
@media screen and (max-width: 550px) {
  .p-world__container::after {
    right: 4%;
  }
}
.p-world__heading {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .p-world__heading {
    font-size: clamp(19px, 4.8684210526vw, 37px);
  }
}
.p-world__heading::before {
  content: url("../images/icon/icon_heading01.svg");
  display: inline-block;
  width: 44px;
  margin-right: 16px;
  vertical-align: sub;
}
@media screen and (max-width: 550px) {
  .p-world__heading::before {
    margin-right: clamp(12px, 3.1578947368vw, 24px);
    width: clamp(34px, 8.9473684211vw, 68px);
  }
}
.p-world__text {
  margin-top: 33px;
  font-size: 1.8rem;
  letter-spacing: -0.1px;
}
@media screen and (max-width: 550px) {
  .p-world__text {
    margin-top: clamp(13px, 3.5526315789vw, 27px);
    font-size: clamp(15px, 3.9473684211vw, 30px);
  }
}

.p-access__content iframe {
  display: block;
  margin: 29.5px auto auto;
}
@media screen and (max-width: 768px) {
  .p-access__content iframe {
    width: 100%;
  }
}
.p-access__address {
  margin: 15px auto;
  font-family: "Zen Maru Gothic", serif;
  font-weight: normal;
}
@media screen and (max-width: 550px) {
  .p-access__address {
    margin: clamp(18px, 3.9473684211vw, 36px) auto clamp(22px, 5.7894736842vw, 44px);
  }
}
.p-access__address__link:hover {
  color: #036eb8;
  opacity: 1;
}
.p-access__address__link-text {
  display: inline-block;
  padding-bottom: 6px;
  font-size: 2.8rem;
  font-weight: bold;
  border-bottom: 1.5px solid;
}
@media screen and (max-width: 550px) {
  .p-access__address__link-text {
    padding-bottom: clamp(4.5px, 1.1842105263vw, 9px);
    margin-bottom: clamp(15px, 3.8157894737vw, 29px);
    font-size: clamp(23px, 6.0526315789vw, 46px);
  }
}
.p-access__address-text {
  font-size: 1.75rem;
}
@media screen and (max-width: 550px) {
  .p-access__address-text {
    display: block;
    font-size: clamp(15px, 3.9473684211vw, 30px);
  }
}
.p-access__please {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: normal;
}
.p-access__text {
  font-size: 1.3rem;
}
@media screen and (max-width: 550px) {
  .p-access__text {
    font-size: clamp(15px, 3.9473684211vw, 30px);
  }
}

.p-application__heading {
  font-size: 1.9rem;
  text-align: center;
  color: #fff;
  background-color: #7f4f21;
}
@media screen and (max-width: 550px) {
  .p-application__heading {
    font-size: clamp(19px, 5vw, 38px);
  }
}
.p-application__body {
  margin: 63px 0 0;
}
@media screen and (max-width: 550px) {
  .p-application__body {
    margin: clamp(23px, 6.0526315789vw, 46px) 0 0;
  }
}
.p-application__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}
@media screen and (max-width: 550px) {
  .p-application__list {
    display: block;
  }
}
.p-application__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.p-application__item:nth-of-type(odd) {
  padding-right: 10px;
}
@media screen and (max-width: 550px) {
  .p-application__item:nth-of-type(odd) {
    padding: 0 0 clamp(25px, 6.5789473684vw, 50px);
  }
}
.p-application__item:nth-of-type(even) {
  padding-left: 10px;
  border-left: 1.75px solid #ed6c00;
}
@media screen and (max-width: 550px) {
  .p-application__item:nth-of-type(even) {
    padding: clamp(25px, 6.5789473684vw, 50px) 0 0;
    border-left: none;
    border-top: 3.56px solid #ed6c00;
  }
}
.p-application__item .c-button {
  margin-top: 13px;
}
.p-application__item small {
  display: block;
}
.p-application__wrapper {
  margin-top: 12px;
}
.p-application__title {
  width: 100%;
  text-align: left;
  line-height: 1;
}
.p-application__title--big {
  font-size: 3.2rem;
}
@media screen and (max-width: 550px) {
  .p-application__title--big {
    font-size: clamp(33px, 8.6842105263vw, 66px);
  }
}
.p-application__title--medium {
  font-size: 2.2rem;
}
@media screen and (max-width: 550px) {
  .p-application__title--medium {
    font-size: clamp(22px, 5.7894736842vw, 44px);
  }
}
.p-application__title--medium02 {
  font-size: 1.9rem;
  font-weight: normal;
}
@media screen and (max-width: 550px) {
  .p-application__title--medium02 {
    font-size: clamp(17px, 4.4736842105vw, 34px);
  }
}
.p-application__title--small {
  width: 100%;
  font-size: 1.7rem;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .p-application__title--small {
    font-size: clamp(16px, 4.6052631579vw, 35px);
  }
}

.p-contact__body {
  margin: 26px auto auto;
}
.p-contact__content {
  padding: 29px 42px;
  background-color: #fff;
}
@media screen and (max-width: 550px) {
  .p-contact__content {
    padding: clamp(15px, 4.6052631579vw, 35px) clamp(13px, 3.5526315789vw, 27px);
  }
}
.p-contact__heading {
  text-align: center;
  color: #ed6c00;
}
@media screen and (max-width: 550px) {
  .p-contact__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .p-contact__heading--main {
    font-size: clamp(23px, 6.0526315789vw, 46px);
  }
}
.p-contact__heading--sub {
  font-size: 1.2rem;
}
@media screen and (max-width: 550px) {
  .p-contact__heading--sub {
    font-size: clamp(17px, 4.3421052632vw, 33px);
  }
}
.p-contact-annotation__list {
  margin-top: 16px;
}
.p-contact-annotation__item {
  font-size: 1.3rem;
}
.p-contact-annotation__item span {
  font-size: 1rem;
}
.p-contact__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact__item::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  content: "";
  border-radius: 100%;
  background: #ed6c00;
}
@media screen and (max-width: 550px) {
  .p-contact__item > p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 55%;
  }
}
.p-contact__item > p span {
  width: 100%;
}
.p-contact__item--small {
  width: 30%;
  font-size: 1.8rem;
}
@media screen and (max-width: 550px) {
  .p-contact__item--small {
    width: 40%;
    font-size: clamp(13px, 3.4210526316vw, 26px);
  }
}
.p-contact__item--medium {
  font-size: 2.2rem;
}
@media screen and (max-width: 550px) {
  .p-contact__item--medium {
    font-size: clamp(15px, 4.0789473684vw, 31px);
  }
}
.p-contact__item--big {
  font-size: 2.8rem;
}
@media screen and (max-width: 550px) {
  .p-contact__item--big {
    font-size: clamp(24px, 6.3157894737vw, 48px);
  }
}/*# sourceMappingURL=style.css.map */