@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Montserrat");

/* ==========================================================================
INDEX
---- Base ----
*base
---- Layout ----
*header
*main-layout
*footer
---- Object ----
*general-conponent
*form-conponent
*form-page
---- Print ----
*print
========================================================================== */

/********************************** *Utility **********************************/

/* **typography */
.u-fs-10 {
  font-size: 1.0rem !important;
}
.u-fs-11 {
  font-size: 1.1rem !important;
}
.u-fs-12 {
  font-size: 1.2rem !important;
}
.u-fs-13 {
  font-size: 1.3rem !important;
}
.u-fs-14 {
  font-size: 1.4rem !important;
}
.u-fs-15 {
  font-size: 1.5rem !important;
}
.u-fs-16 {
  font-size: 1.6rem !important;
}
.u-fs-17 {
  font-size: 1.7rem !important;
}
.u-fs-18 {
  font-size: 1.8rem !important;
}
.u-fs-19 {
  font-size: 1.9rem !important;
}
.u-fs-20 {
  font-size: 2.0rem !important;
}
.u-fs-21 {
  font-size: 2.1rem !important;
}
.u-fs-22 {
  font-size: 2.2rem !important;
}
.u-fs-23 {
  font-size: 2.3rem !important;
}
.u-fs-24 {
  font-size: 2.4rem !important;
}
.u-fw-b {
  font-weight: bold !important;
}
.u-fw-n {
  font-weight: normal !important;
}
.u-fc-w {
  color: #fff !important;
}
.u-fc-b {
  color: #000 !important;
}
.u-fc-bl {
  color: #034ea2 !important;
}
.u-fc-r {
  color: #dc3200 !important;
}
.u-ta-c {
  text-align: center !important;
}
.u-ta-l {
  text-align: left !important;
}
.u-ta-r {
  text-align: right !important;
}
.u-ws-nw {
  white-space: nowrap !important;
}
.u-va-t {
  vertical-align: top !important;
}
.u-va-m {
  vertical-align: middle !important;
}
.u-va-b {
  vertical-align: bottom !important;
}
.u-td-ul {
  text-decoration: underline;
}

/* **margin */
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mb-5 {
  margin-bottom: 5px !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
.u-mb-35 {
  margin-bottom: 35px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
.u-mb-45 {
  margin-bottom: 45px !important;
}
.u-mb-50 {
  margin-bottom: 50px !important;
}
.u-mb-55 {
  margin-bottom: 55px !important;
}
.u-mb-60 {
  margin-bottom: 60px !important;
}
.u-mb-65 {
  margin-bottom: 65px !important;
}
.u-mb-70 {
  margin-bottom: 70px !important;
}
.u-mb-75 {
  margin-bottom: 75px !important;
}
.u-mb-80 {
  margin-bottom: 80px !important;
}
.u-mb-85 {
  margin-bottom: 85px !important;
}
.u-mb-90 {
  margin-bottom: 90px !important;
}
.u-mb-95 {
  margin-bottom: 95px !important;
}
.u-mb-100 {
  margin-bottom: 100px !important;
}
.u-mb-zero {
  margin-bottom: 0 !important;
}
.u-mb-ultra-mcr {
  margin-bottom: 5px !important;
}
.u-mb-mcr {
  margin-bottom: 10px !important;
}
.u-mb-semi-mcr {
  margin-bottom: 15px !important;
}
.u-mb-sml {
  margin-bottom: 30px !important;
}
.u-mb-mdl {
  margin-bottom: 40px !important;
}
.u-mb-semi-lrg {
  margin-bottom: 50px !important;
}
.u-mb-lrg {
  margin-bottom: 70px !important;
}
.u-mb-auto {
  margin-bottom: auto !important;
}
.u-ml-mcr {
  margin-left: 0 !important;
}
.u-ml-semi-mcr {
  margin-left: 15px !important;
}
.u-ml-sml {
  margin-left: 30px !important;
}
.u-ml-mdl {
  margin-left: 40px !important;
}
.u-ml-semi-lrg {
  margin-left: 50px !important;
}
.u-ml-lrg {
  margin-left: 70px !important;
}
.u-ml-auto {
  margin-left: auto !important;
}
.u-mr-semi-mcr {
  margin-right: 15px !important;
}
.u-mr-sml {
  margin-right: 30px !important;
}
.u-mr-mdl {
  margin-right: 40px !important;
}
.u-mr-semi-lrg {
  margin-right: 50px !important;
}
.u-mr-lrg {
  margin-right: 70px !important;
}
.u-mr-auto {
  margin-right: auto !important;
}
.u-mt-zero {
  margin-top: 0 !important;
}
.u-mt-ultra-mcr {
  margin-top: 0 !important;
}
.u-mt-mcr {
  margin-top: 0 !important;
}
.u-mt-semi-mcr {
  margin-top: 15px !important;
}
.u-mt-sml {
  margin-top: 30px !important;
}
.u-mt-mdl {
  margin-top: 40px !important;
}
.u-mt-semi-lrg {
  margin-top: 50px !important;
}
.u-mt-lrg {
  margin-top: 70px !important;
}
.u-mt-auto {
  margin-top: auto !important;
}
.u-pt-zero {
  padding-top: 0 !important;
}
.u-pr-zero {
  padding-right: 0 !important;
}
.u-pb-zero {
  padding-bottom: 0 !important;
}
.u-pl-zero {
  padding-left: 0 !important;
}
.u-pt24 {
  padding-top: 24px;
} 
.u-pb24 {
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .u-mt-24-sp {
    margin-top: 24px !important;
  }
  .u-mb-zero-sp {
    margin-bottom: 0 !important;
  }
  .u-pb-zero-sp {
    padding-bottom: 0 !important;
  }
}
/* **layout */
.u-pos-r {
  position: relative !important;
}
.u-pos-a {
  position: absolute !important;
}
.u-pos-r {
  position: relative !important;
}
.u-dsp-b {
  display: block !important;
}
.u-dsp-ib {
  display: inline-block !important;
}
.u-dsp-n {
  display: none !important;
}
.u-dsp-f {
  display: flex !important;
  display: -webkit-flex !important;
}
.u-dsp-if {
  display: inline-flex !important;
  display: -webkit-inline-flex !important;
}
.u-h-full {
  height: 100% !important;
}
.u-wid-full {
  width: 100% !important;
}
.u-wid-80 {
  width: 80% !important;
}
.u-wid-half {
  width: 50% !important;
}
@media screen and (max-width: 768px) {
  .u-wid-100-sp {
    width: 100% !important;
  }
}
.u-wid-half-separate {
  width: calc(50% - 10px) !important;
}
@media screen and (min-width: 768px), print {
  .u-wid-long {
    width: 80% !important;
  }
}
@media screen and (max-width: 767px) {
  .u-wid-long {
    width: 95% !important;
  }
}
.u-wid-33per {
  width: 33.33% !important;
}
.u-wid-2em {
  width: calc(2em + 8px) !important;
}
.u-wid-3em {
  width: calc(3em + 6px) !important;
}
.u-wid-4em {
  width: calc(4em + 4px) !important;
}
.u-wid-5em {
  width: 5em !important;
}
.u-wid-6em {
  width: 6em !important;
}
.u-wid-100px {
  width: 100px !important;
}
.u-wid-150px {
  width: 150px !important;
}
.u-wid-200px {
  width: 200px !important;
}
.u-wid-250px {
  width: 250px !important;
}
.u-wid-300px {
  width: 300px !important;
}
.u-wid-m800px {
  max-width: 800px;
}
@media screen and (min-width: 768px), print {
  .u-pc-wid-full {
    width: 100% !important;
  }
  .u-pc-wid-half {
    width: 50% !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-wid-full {
    width: 100% !important;
  }
  .u-sp-wid-half {
    width: 50% !important;
  }
}
.u-sp-break {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-break {
    display: inherit !important;
  }
}

/* **layout-flex */
.u-flex-as-fs {
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}
.u-flex-as-fe {
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
}
.u-flex-ai-st {
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}
.u-flex-ai-fs {
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}
.u-flex-ai-fe {
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}
.u-flex-ai-c {
  -webkit-align-items: center !important;
  align-items: center !important;
}
.u-flex-jc-sa {
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}
.u-flex-jc-sb {
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}
.u-flex-jc-fs {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.u-flex-jc-fe {
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}
.u-flex-jc-c {
  -webkit-justify-content: center !important;
  justify-content: center !important;
}
.u-flex-dr-rw {
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}
.u-flex-dr-rwr {
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.u-flex-dr-cl {
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}
.u-flex-dr-clr {
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.u-flex-wr-w {
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.u-flex-order-end {
  -webkit-order: 99;
  order: 99;
}
.u-flex-auto {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .u-sp-flex-as-fs {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .u-sp-flex-as-fe {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .u-sp-flex-ai-st {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .u-sp-flex-ai-fs {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .u-sp-flex-ai-fe {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .u-sp-flex-ai-c {
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .u-sp-flex-jc-sa {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .u-sp-flex-jc-sb {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .u-sp-flex-jc-fs {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .u-sp-flex-jc-fe {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .u-sp-flex-jc-c {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .u-sp-flex-dr-rw {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .u-sp-flex-dr-rwr {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .u-sp-flex-dr-cl {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .u-sp-flex-dr-clr {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .u-sp-flex-wr-w {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}

/* **action */
.u-mc-d {
  cursor: default !important;
}
.u-mh-alpha:hover,.u-mh-alpha:hover img,.u-mh-alpha:hover span {
  opacity: 0.8;
}
.u-mh-ul {
  text-decoration: underline;
}
.u-mh-ul:hover {
  text-decoration: none;
}
.u-of-h {
  overflow: hidden;
}

/* **for-reader */
.u-spk-n {
  speak: none;
}

/* **ime-mode */
.u-ime-a {
  ime-mode: active !important;
}
.u-ime-i {
  ime-mode: inactive !important;
}
.u-ime-d {
  ime-mode: disabled !important;
}

/* border */
.u-separator-h {
  border-bottom: solid 1px #ccc;
  margin-left: -7px;
  margin-right: -7px;
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (min-width: 768px), print {
  .u-separator-h {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .u-separator-h {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.u-lh-mcr {
  line-height: 1.3;
}
.u-lh-sml {
  display: inline-block;
  line-height: 1.625;
}
.on-fade {
  opacity: 1;
  transition-duration: 0.3s;
}
.on-fade:hover {
  opacity: 0.7;
}
.u-link-line {
  text-decoration: underline;
}
.u-link-line:hover {
  text-decoration: none;
}

/* google map */
@media screen and (max-width: 768px) {
  .g-map {
    height: 100%;
    aspect-ratio: 16 / 9;
  }
}

/* ボーダー用 */
@media screen and (max-width: 768px) {
  .u-border-b-sp {
    border-bottom: 1px solid #dcdcdc !important;
  }
  .u-border-b-none-sp {
    border-bottom: none !important;
  }
}

/* eng/business/ aタグボタンのみテキストが長いので整形 */
@media screen and (max-width: 768px) {
  a.border-box.u-link-btn-long-sp {
    height: auto;
    padding: 10px 1rem 10px 5rem;
    width: 100%;
  }
}

/* businessページでorderを変えるため */
@media screen and (max-width: 768px) {
  div.u-order-layout-sp {
    display: flex;
    flex-direction: column;
  }
  div.u-order-layout-sp :nth-child(1){
    order: 2;
  }
  div.u-order-layout-sp :nth-child(2){
    order: 1;
  }
}



/* ==========================================================================
Base
========================================================================== */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  
/* 1 */
  -webkit-text-size-adjust: 100%;
  
/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  scroll-behavior: smooth;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  
/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  
/* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  
/* 1 */
  text-decoration: underline;
  
/* 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: 1em;
  
/* 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;
}
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,input,optgroup,select,textarea {
  font-family: inherit;
  
/* 1 */
  font-size: 100%;
  
/* 1 */
  line-height: 1.15;
  
/* 1 */
  margin: 0;
  
/* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  
/* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  
/* 1 */
  padding: 0;
  
/* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  
/* 1 */
  outline-offset: -2px;
  
/* 2 */
}

/**
 * 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 */
}

/* 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;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*********************************** *base  ***********************************/
html {
  font-size: 62.5%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
*,*:before,*:after {
  box-sizing: border-box;
}
body,form {
  background: transparent;
  border: 0;
  color: #000;
  font-family: "Noto Sans JP", Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
}
button,input,optgroup,select,textarea {
  font-family: "Noto Sans JP", Verdana, Arial, Helvetica, sans-serif;
}
table {
  border-collapse: collapse;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
}
input[type="text"],input[type="password"],input[type="tel"],input[type="email"],input[type="date"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:invalid {
  box-shadow: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  background: transparent;
  border: none;
  color: transparent;
}
select,input,textarea,button {
  vertical-align: middle;
}
button {
  cursor: pointer;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1,h2,h3,h4 {
  margin-bottom: 0;
  margin-top: 0;
}
figure {
  margin: 0;
  padding: 0;
}
figure img {
  vertical-align: top;
}
figcaption {
  font-size: 1.6rem;
  margin-top: 10px;
}
img {
  height: auto;
  max-width: 100%;
}
p {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

/* iosのリンクを押した時の青い枠線の削除 */
@media screen and (max-width: 1024px) {
  *:focus {
    outline: none;
    }
}
/*********************************** レスポンシブ用  ***********************************/
.only-pc {
  display: block !important;
}
.only-sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}
/*********************************** レスポンシブ用  ***********************************/

.wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 104px;
  width: 100%;
}
.is-maintenance .wrapper {
  height: 100vh;
  min-height: 500px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    min-width: inherit;
    overflow-x: hidden;
  }
}

/* ==========================================================================
Layout
========================================================================== */

/********************************** *header  **********************************/
.header {
  background: #fff;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  min-width: 800px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header-sp {
  display: none;
}
@media screen and (max-width: 1024px){
  /* SPヘッダー内の記述 */
  .header {
    display: none;
  }
  .header-sp {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 20px 15px;
    margin: 0;
    transition: background-color 0.8s;
  }
  .header-sp__scroll {
    background-color: #fff;
  }
  /* ハンバーガーメニューが開いている時 */
  .header-sp.active {
    background-color: #FFF2EC;
    height: 100vh;
  }

  .header-sp__group1 {
    display: grid;
    grid-template-columns: 1fr auto 20px;
    align-items: center;
    gap: 20px;
  }
  .header-sp__logo {
    max-width: 180px;
    width: 100%;
  }
  /* jp enの切り替え */
  .header-sp__translate{
    display: grid;
    grid-template-columns: auto auto;
    background-color: #D45315;
    width: 100px;
    border-radius: 9999px;
  }
  .header-sp__jp {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }
  .header-sp__jp::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 2px;
    height: 60%;
    background-color: #fff;
  }
  .header-sp__en {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
  }
  /* ハンバーガーメニュー */
  .header-sp__hamburger {
    width: 20px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-sp__hamburger > span {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #1c1c1c;
    transition: all 0.5s;
  }
  .header-sp__hamburger > span::before,
  .header-sp__hamburger > span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #1c1c1c;
    transition: all 0.5s;
  }

  .header-sp__hamburger > span::before {
    top: 10px;
  }
  .header-sp__hamburger > span::after {
    top: -10px;
  }

  /* ハンバーガーメニュー開いた時に×にする */
  .header-sp.active .header-sp__hamburger span {
    background-color: inherit;
  }

  .header-sp.active .header-sp__hamburger span::after {
    transform: rotate(45deg);
    top: 50%;
    
  }

  .header-sp.active .header-sp__hamburger span::before {
    transform: rotate(-45deg);
    top: 50%;
  }

  /* ハンバーガーメニュー内 */
  .header-sp__group2 {
    display: none;
    height: 100%;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    background-color: #FFF2EC;
  }

  .header-sp__lists > ul {
    display: none;
  }

  .header-sp__nav {
    overflow: auto;
    height: 100%;
    padding-bottom: 150px;
  }
  .header-sp__nav li {
    position: relative;
    font-weight: 800;
    border-top: 1px solid #fff;
  }

  .header-sp__nav > li a{
    display: block;
    padding: 10px 1em;
    
  }
  .header-sp__nav > li.header-sp__lists > a{
    pointer-events: none;
    transition: all 0.8s;
  }
  .header-sp__nav > li.header-sp__lists.active > a{
    background-color: #D45315;
    color: #fff;
  }
  
  .header-sp__nav > .header-sp__lists::before {
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 30%;
    height: 45px;
    background: url(../images/common/arrow_down.svg) no-repeat center right 40px / 13px;
    cursor: pointer;
  }

  .header-sp__nav > .header-sp__lists.active::before {
    background: url(../images/common/arrow_up.svg) no-repeat center right 40px / 13px;
  }
  .header-sp__nav > :last-child {
    border-bottom: 1px solid #fff;
  }

}
@media screen and (max-width: 767px){

}
.header::before {
  background: #333;
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.header-inner {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1200px;
  min-height: 100px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  width: 100%;
}
.header-logo {
  margin-right: 10px;
  min-width: 260px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  width: 260px;
}
.header-logo a {
  transition-duration: 0.2s;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-logo img {
  vertical-align: top;
}
.global-navi {
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.global-navi .gnavi-list {
  -webkit-align-self: center;
  align-self: center;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.global-navi .gnavi-list > li {
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 40px;
  margin-top: 5px;
  position: relative;
}
.global-navi .gnavi-list > li a {
  color: #333;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.2s;
  z-index: 1;
}
.global-navi .gnavi-list > li a::after {
  background-color: #dc3200;
  bottom: -7px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.global-navi .gnavi-list > li.current > a::after {
  width: 100%;
}
.global-navi .inner-navi-wrapper {
  display: none;
  left: -55px;
  position: absolute;
  top: 35px;
  z-index: 10;
}
.global-navi .inner-navi-wrapper .inner-navi-close {
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 100px;
}
.global-navi .inner-navi {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  display: -webkit-flex;
  margin: 15px;
  position: relative;
  width: 380px;
  z-index: 10;
}
.global-navi .inner-navi .inner-navi__category {
  background: #333;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 0 0 140px;
  flex: 0 0 140px;
  padding: 20px 0;
  position: relative;
}
.global-navi .inner-navi .inner-navi__category .inner-navi__triangle {
  border-color: transparent transparent #333 transparent;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  display: block;
  height: 0;
  height: 15px;
  left: calc(50% - 15px);
  position: absolute;
  top: -15px;
  width: 30px;
  width: 0;
}
.global-navi .inner-navi .inner-navi__category p {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  text-align: center;
}
.global-navi .inner-navi .inner-navi__category a {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
}
.global-navi .inner-navi .inner-navi__sub-category {
  background: #fff;
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.global-navi .inner-navi .inner-navi__sub-category ul {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 20px;
  padding-top: 15px;
}
.global-navi .inner-navi .inner-navi__sub-category li {
  min-height: 1%;
  min-width: 1%;
}
.global-navi .inner-navi .inner-navi__sub-category a {
  display: block;
  font-size: 1.4rem;
  margin: 0 40px;
  padding: 11px 3px 8px;
}
.global-navi .inner-navi .inner-navi__sub-category a::after {
  bottom: 0;
  left: 0;
}
.global-navi .global-other {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch;
  background-color: #dcdcdc;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 10px 15px;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.global-navi .global-other li {
  font-size: 1.2rem;
  margin: 5px 0;
  padding: 0 10px;
  text-align: center;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.global-navi .global-other li a {
  position: relative;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  white-space: nowrap;
}
body:not(.is-ios) .global-navi .gnavi-list > li a:hover::after {
  right: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .global-navi .gnavi-list > li {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
.is-short-header .header-logo {
  min-width: 210px;
  width: 210px;
}
.is-short-header .header .header-inner {
  min-height: 60px;
}
.is-short-header .header .global-navi .gnavi-list > li {
  font-size: 1.4rem;
}
.is-short-header .header .global-navi .global-other {
  padding: 4px 15px 8px;
}
.is-short-header .header .global-navi .global-other li {
  margin: 2px 0;
}
.is-short-header .header .global-navi .global-other li a {
  font-size: 1rem;
}
.is-short-header .global-navi .gnavi-list > li > a::after {
  height: 2px !important;
}
.is-short-header #site-nav .local-nav-wrapper {
  top: 64px;
}

/********************************** *nav  **********************************/

@media screen and (max-width: 1024px) {
  .nav-wrapper {
    overflow: auto;
    background-color: #e6e6e6;
    border-bottom: 3px solid #D45315;
    /* スクロールバーの非表示 */
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    }
    /* スクロールバーの非表示 */
    /*Google Chrome、Safariへの対応*/
    .nav-wrapper::-webkit-scrollbar{
    display: none;
    }
}

#site-nav {
  background: #e6e6e6;
  padding: 10px 0 12px;
}
#site-nav .site-frame {
  padding-left: 20px !important;
  position: relative;
}
.has-local-nav #site-nav .site-frame .site-nav__list {
  padding-left: 230px;
}

@media screen and (max-width: 1024px) {
  .has-local-nav #site-nav .site-frame .site-nav__list {
    padding-left: 0;
  }
}

#site-nav .site-nav__list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#site-nav .site-nav__list li {
  font-size: 1.2rem;
  margin: 10px 70px 10px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #site-nav .site-nav__list {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  #site-nav .site-nav__list li {
    margin: 0 20px 0 0;
    text-wrap: nowrap;
    padding-right: 2em;
  }
}

#site-nav .site-nav__list li:last-child {
  margin-right: 0;
}
#site-nav .site-nav__list li:last-child::after {
  display: none;
}
#site-nav .site-nav__list li b {
  color: #d45315;
}
#site-nav .site-nav__list li::after {
  background-image: url(/images/common/ic_triangle.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: -35px;
  top: calc(50% - 6px);
  width: 6px;
}

@media screen and (max-width: 1024px) {
  #site-nav .site-nav__list li::after {
    right: 0;
  }
}
#site-nav .site-nav__list a {
  display: inline-block;
  position: relative;
}
#site-nav .local-nav-wrapper {
  background: #fff;
  border-left: 2px solid #d45315;
  border-right: 1px solid #e6e6e6;
  bottom: 0;
  overflow: auto;
  position: fixed;
  top: 104px;
  transition-duration: 0.2s;
  transition-property: top;
  transition-timing-function: ease-in-out;
  width: 200px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  #site-nav .local-nav-wrapper {
    display: none;
  }
}

#site-nav #local-nav {
  margin-bottom: 126px;
}
#site-nav .local-nav__list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
#site-nav .local-nav__list li {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1;
  overflow: hidden;
}
#site-nav .local-nav__list a {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 23px 10px 23px 28px;
  position: relative;
  position: relative;
  text-decoration: none !important;
  transition-duration: 0.2s;
  z-index: 1;
}
#site-nav .local-nav__list a::after {
  background: #e56d46;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.24, 1, 0.5, 1);
  width: 100%;
  z-index: -1;
}
#site-nav .local-nav__list a:hover {
  color: #fff;
}
#site-nav .local-nav__list a:hover::after {
  opacity: 1;
}
.is-pc #site-nav .local-nav__list a:focus {
  color: #fff;
}
.is-pc #site-nav .local-nav__list a:focus::after {
  opacity: 1;
}
#site-nav .local-nav__list a.is-current {
  background: #d45315;
  color: #fff;
}
#site-nav .local-nav__list a.is-current::after {
  background: #d45315;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  width: 1px;
}

/******************************** *main-layout ********************************/
.font-en {
  font-family: "Montserrat", sans-serif;
}
.site-frame {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.contents-wrapper {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
body:not(.is-top) .contents-wrapper {
  padding-bottom: 140px;
}

@media screen and (max-width: 1024px) {
  body:not(.is-top) .contents-wrapper {
    padding-bottom: 40px;
  }
}
.has-local-nav .site-frame {
  padding-left: 270px;
}

@media screen and (max-width: 1024px) {
  .has-local-nav .site-frame {
    padding-left: 20px;
  }
}

/** section and page title **/
.section {
  padding-bottom: 85px;
}

@media screen and (max-width: 1024px) {
  .section {
    /* padding-bottom: 0; */
  }
}
.section:last-child {
  padding-bottom: 0;
}
.section-heading-only {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .section-heading-only {
    padding-bottom: 0px;
  }
}
.primary-heading {
  font-size: 3.6rem;
  margin: 0;
  padding-top: 65px;
}
.primary-heading + .index-block{
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .primary-heading {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .primary-heading {
    font-size: 2.4rem;
    padding-top: 48px;
    margin-bottom: 24px;
  }
  .primary-heading + .index-block{
    margin-top: 48px;
  }
}

.primary-heading-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 60px;
  padding-left: 50px;
  position: relative;
}
.primary-heading-image img {
  opacity: 0;
}
.has-local-nav .primary-heading-image {
  margin-left: -50px;
}
.primary-heading-image .primary-heading {
  background: #fff;
  bottom: 0;
  left: 0;
  padding: 5px 25px 0 50px;
  position: absolute;
}
.secondary-heading {
  background: #e6e6e6;
  display: flex;
  display: -webkit-flex;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
  .secondary-heading {
    margin-bottom: 40px;
  }
}

.secondary-heading .secondary-heading__text {
  background: #333;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  padding: 19px 35px 19px;
}

@media screen and (max-width: 768px) {
  .secondary-heading .secondary-heading__text {
    padding: 10px 20px 10px;
  }
}
.has-local-nav .secondary-heading {
  margin-left: -50px;
}
.has-local-nav .secondary-heading .secondary-heading__text {
  padding-left: 50px;
}
.secondary-simple-heading {
  border-left: 5px solid #d45315;
  color: #000;
  font-size: 2.4rem;
  margin: 0 0 30px;
  margin-left: -25px;
  padding-left: 25px;
}
.tertiary-heading {
  font-size: 2.0rem;
  margin-bottom: 25px;
}
.tertiary-heading--has-sub {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tertiary-heading--has-sub .tertiary-heading__main-text {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1.5em;
}
.tertiary-heading--has-sub .tertiary-heading__sub-text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 80%;
  padding-top: 0.2em;
}
.quaternary-heading {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.lead-text {
  line-height: 2.5;
  margin: 0;
}
.lead-text__message {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.08;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .lead-text__message {
    font-size: 1.6rem;
    padding-bottom: 28px;
  }
}
.lead-text__index {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.08;
  padding: 80px 0;
}
.primary-heading + .lead-text {
  padding-top: 50px;
}

@media screen and (max-width: 1024px) {
  .primary-heading + .lead-text {
    padding-top: 0px;
  }
  .site-frame .secondary-heading {
    margin-left: -50px;
  }
}
.text-frame p {
  line-height: 2.25;
  margin: 0 0 20px;
}
.text-frame p:last-child {
  margin-bottom: 0;
}
.text-frame p + .tertiary-heading,.text-frame table + .tertiary-heading,.text-frame ul + .tertiary-heading,.text-frame ol + .tertiary-heading {
  margin-top: 40px;
}
.text-frame a {
  text-decoration: underline;
}
.text-frame a:hover {
  text-decoration: none;
}
.text-frame--lead p {
  line-height: 2.5;
}

/* 2nd index page */
.index-block {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.index-block .index-block__col {
  display: flex;
  display: -webkit-flex;
  padding: 0 10px;
  width: 25%;
}
.index-block .product-block {
  display: flex;
  display: -webkit-flex;
  padding: 0 10px;
  width: 50%;
}
.index-block .index-block__col:not(:nth-last-child(-n + 4)) {
  margin-bottom: 20px;
}

/* 2nd index page レスポンシブ*/
@media screen and (max-width: 1024px) {
  .index-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    gap: 10px;
  }
  .product-detail .index-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    gap: 10px;
  }
  .index-block .index-block__col {
    width: 100%;
    padding: 0;
  }
  .index-block .product-block {
    width: 100%;
    padding: 0;
  }
  .index-block .index-block__col:not(:nth-last-child(-n + 4)) {
    margin-bottom: 0;
  }
  .index-block .product-block:not(:nth-last-child(-n + 4)) {
    margin-bottom: 0;
  }
}

.index-block .index-block__link {
  background: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.index-block .index-block__link::before {
  content: "";
  display: block;
  padding-top: 49%;
}
.index-block .product-block .index-block__link::before {
  content: "";
  display: block;
  padding-top: 23.8%;
}
.index-block .index-block__link:hover .index-block__link__bg {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.index-block .index-block__link:hover .index-block__text::after {
  border-width: 8px;
}
.index-block .index-block__link:hover .index-block__text::before {
  background: rgba(0, 0, 0, 0.3);
}
.is-pc .index-block .index-block__link:focus .index-block__link__bg {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.is-pc .index-block .index-block__link:focus .index-block__text::after {
  border-width: 8px;
}
.is-pc .index-block .index-block__link:focus .index-block__text::before {
  background: rgba(0, 0, 0, 0.3);
}
.index-block .index-block__text {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  font-size: 1.8rem;
  left: 0;
  line-height: 1.1;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.index-block .index-block__text::after {
  border: 0 solid #d45315;
  content: "";
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  top: -2px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 0.2s;
  transition-property: border-width;
  transition-timing-function: cubic-bezier(0.24, 1, 0.5, 1);
  width: calc(100% + 4px);
}
.index-block .index-block__text::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  width: 100%;
}
.index-block .index-block__text span {
  margin-top: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .index-block .index-block__text span {
    font-size: 1.2rem;
  }
}

.index-block .index-block__text span::after {
  background: #fff;
  bottom: 8px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 3px;
}
.index-block .index-block__link__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.1, 0.04, 0.24, 0.98), -webkit-transform 0.5s cubic-bezier(0.1, 0.04, 0.24, 0.98);
}

/* message */
.message-img__sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .message-img__sp {
    display: block;
    width: 100%;

  }
}

.message-wrap{
  position: relative;
  padding: 20px;
  margin-top: 32px;
  background:  url(../about_ppc/images/message02.jpg) no-repeat center / cover;
}

@media screen and (max-width: 1024px) {
  .message-wrap {
    padding: 0;
    background: none;
  }
}
.message-box{
  width: 500px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .message-box {
    width: 100%;
    padding: 0;
  }
}

.message-box p:nth-child(1){
  margin-bottom: 1.4em;
  font-size: 20px;
  line-height: 1.3;
}
.message-box p:nth-child(n + 2){
  font-size: 16px;
  line-height: 1.3;
  margin-top: 1em;
}
.message-sing{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.message-sing img{
  width: 180px;
  margin-left: 16px;
}

@media screen and (max-width: 768px) {
  .message-sing img{
    width: 100%;
    max-width: 120px;
  }
}
.message-2col {
  display: flex;
  display: -webkit-flex;
}
.message-2col .message-2col__text {
  line-height: 2.25;
  max-width: 100%;
  min-width: 1%;
  padding-right: 40px;
  text-align: justify;
  text-justify: inter-ideograph;
  width: 51.58%;
}
.message-2col .message-2col__text p {
  margin: 0;
}
.message-2col .message-2col__image {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 10px;
}

/* box */
.border-box {
  padding: 27px 30px;
  position: relative;
}

.border-box::after {
  border: 1px solid #dcdcdc;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.border-box--small {
  padding: 17px;
}
a.border-box {
  background: #fff;
  border-color: #969696;
  display: block;
  font-weight: bold;
  padding-left: 80px;
  position: relative;
  text-decoration: none !important;
  transition-duration: 0.3s;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  a.border-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 55px;
    padding: 0;
    padding-left: 10px;
    margin: auto;
  }
}

a.border-box::before {
  border-left: 1.5px solid #d45315;
  border-top: 1.5px solid #d45315;
  content: "";
  display: block;
  height: 15px;
  left: 30px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 15px;
}

@media screen and (max-width: 768px) {
  a.border-box::before {
    left: 12px;
  }
}

a.border-box::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 0.2s;
  transition-property: border-width;
  transition-timing-function: cubic-bezier(0.24, 1, 0.5, 1);
}
a.border-box:hover::after {
  border-color: #d45315;
  border-width: 3px;
}
.is-pc a.border-box:focus::after {
  border-color: #d45315;
  border-width: 3px;
}
a.border-box.icon-mail {
  padding-left: 100px;
}
a.border-box.icon-mail::before {
  background-image: url(/images/common/ic_mail.svg);
  background-repeat: no-repeat;
  border: none;
  content: "";
  display: block;
  height: 30px;
  left: 30px;
  position: absolute;
  top: calc(50% - 9px);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  width: 40px;
}
a.border-box--small {
  padding-left: 60px;
  padding-right: 30px;
}
a.border-box--small::before {
  height: 10px;
  left: 20px;
  margin-top: -5px;
  width: 10px;
}
a.border-box--small:hover::after {
  border-width: 1px;
}
.is-pc a.border-box--small:focus::after {
  border-width: 1px;
}
.border-box--inline {
  display: inline-block;
}
a.border-box--inline {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  a.border-box--inline {
    display: flex;
    align-items: center;
    justify-content: center;
  } 
}
.contact-box {
  background: #e6e6e6;
  padding: 27px 60px;
}
.contact-button {
  -webkit-align-items: center;
  align-items: center;
  background: #e6e6e6;
  display: -webkit-flex;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 380px;
  padding: 35px 40px 35px 78px;
  position: relative;
  text-decoration: none !important;
  transition-duration: 0.3s;
  width: 100%;
}
.contact-button::before {
  background-image: url(/images/common/ic_mail.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 30px;
  left: 30px;
  position: absolute;
  top: calc(50% - 15px);
  width: 40px;
}
.contact-button:hover {
  opacity: 0.7 !important;
}

/* list */
.anchor-list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .anchor-list {
    flex-direction: column;
  }
}

.anchor-list li {
  line-height: 1.6;
}
.anchor-list li:not(:last-child) {
  margin-right: 80px;
}

@media screen and (max-width: 768px) {
  .anchor-list li:not(:last-child) {
    margin-right: 0;
  }
  .anchor-list li:not(:first-child) {
    margin-top: 16px;
  }
}
.anchor-icon,a.anchor-icon {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.anchor-icon:before,a.anchor-icon:before {
  border-left: 2px solid #d45315;
  border-top: 2px solid #d45315;
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  margin-top: -12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-duration: 0.3s;
  transition-property: margin;
  transition-timing-function: cubic-bezier(0.24, 1, 0.5, 1);
}

@media screen and (max-width: 768px) {
  .anchor-icon:before,a.anchor-icon:before {
    height: 12px;
    width: 12px;
  }
}
.close-icon,a.close-icon {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.close-icon:before,a.close-icon:before {
  border-left: 2px solid #d45315;
  border-top: 2px solid #d45315;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 16px;
}
.icon-text {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  padding: 4px 12px 6px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .icon-text--new {
    position: absolute;
    top: -5px;
    left: 110px;
    font-size: 1.2rem;
  }
}
.icon-text--new {
  background: #d45315;
}
* + .icon-text {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  * + .icon-text--new {
    margin-left: 0;
  }
}

.icon-text-spec {
  color: #333;
  font-size: 80%;
  font-weight: normal;
}
.icon-text + .icon-text-spec {
  margin-left: 13px;
}
.icon-other::after {
  background: url(../images/common/icon_other_w.png) no-repeat center;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  margin-left: 12px;
  width: 14px;
}

/* column */
.col-block {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .col-block {
    flex-direction: column;
    gap: 24px;
  }
}

.col-block__col {
  max-width: 100%;
  min-width: 1%;
}
.col-block--col2 {
  margin: 0 -5px;
}
.col-block--col2 .col-block__col {
  padding: 0 5px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .col-block--col2 {
    flex-direction: row;
    margin: 0;
  }
  .col-block--col2 .col-block__col {
    padding: 0;
    width: 100%;
    max-width: calc(50% - 24px);
    flex: 1 1 calc(50% - 24px);
  }
}

.col-block--col3 {
  margin: 0 -5px;
}
.col-block--col3 .col-block__col {
  padding: 0 5px;
  width: 33.33%;
}

@media screen and (max-width: 768px) {
  .col-block--col3 {
    flex-direction: row;
    margin: 0;
  }
  .col-block--col3 .col-block__col {
    padding: 0;
    width: 100%;
    max-width: calc(50% - 24px);
    flex: 1 1 calc(50% - 24px);
  }
  /* サイトマップページのみ */
  .sitemap .col-block--col3 .col-block__col {
    max-width: 100%;
  } 
}
.col-block--has-image {
  display: block;
}
.col-block--has-image .col-block__image {
  margin-bottom: 30px;
  max-width: 520px;
  padding-left: 60px;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .col-block--has-image .col-block__image {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .col-block--has-image .col-block__image img {
    aspect-ratio: 16 / 9;
    width: 100%;
  }
}

.col-block--has-image .col-block__image-r {
  float: right;
}

@media screen and (max-width: 768px) {
  .col-block--has-image .col-block__image-r {
    float: none;
  }
}

.col-block--has-image .col-block__image-l {
  float: left;
}
.col-block--has-image::after {
  clear: both;
  content: " ";
  display: block;
}
.col-block--has-thum {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.col-block__thum {
  -webkit-flex: 0 0 240px;
  flex: 0 0 240px;
  width: 240px;
}
.col-block__thum + .col-block__text {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: calc(100% - 240px);
  padding-left: 35px;
}

@media screen and (max-width: 768px) {
  .col-block__thum {
    width: 100%;
    flex:  1 1 100%;
  }
  .col-block__thum img {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
  }
  .col-block__thum + .col-block__text {
    flex: 1 1 auto;
    max-width: 100%;
    padding-left: 0;
  }
}

/* news */
body:not(.has-local-nav) .secondary-heading .secondary-heading__text {
  padding-left: 50px;
  padding-right: 25px;
}
.text-indent {
  padding-left: 50px;
}
.news-indent {
  padding-left: 100px;
  padding-right: 100px;
}
.news-list-index {
  padding: 0 50px;
}
.news-list-index li {
  display: flex;
  display: -webkit-flex;
  font-size: 1.6rem;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .news-indent {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-indent .col-block--col3{
    flex-direction: column;
  }
  .news-indent .col-block--col3 a {
    text-wrap: nowrap;
  }
  .text-indent {
    padding-left: 0px;
  }
  .news-list-index {
    padding: 0;
  }
  .news-list-index li {
    position: relative;
    flex-direction: column;
  }
  .news-list-index li .icon-text--new{
    top: 0;
    left: 130px;
  }
}
.news-list-index li:last-child {
  margin-bottom: 0;
}
.news-list-index li .date {
  min-width: 9em;
  width: 9em;
}
.news-list-index li .date.date--en {
  min-width: 14em;
  width: 14em;
}
.news-list-index li .date::before {
  content: "[";
}
.news-list-index li .date::after {
  content: "]";
}
.news-list-index .new-icon {
  color: #d45315;
}

/* table */
.common-table {
  border-bottom: 1px solid #000;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #000;
  width: 100%;
}
.common-table tbody td {
  border-bottom: 1px solid #dcdcdc;
  padding: 13px;
  vertical-align: middle;
}
.common-table tbody th {
  border-bottom: 1px solid #dcdcdc;
  padding: 13px 10px 13px 0;
  text-align: left;
  vertical-align: middle;
}
.common-table tbody tr:last-child td,.common-table tbody tr:last-child th {
  border-bottom: none;
}
.common-table tbody .border-bottom-none {
  border-bottom: none !important;
}
.common-border-table {
  width: 100%;
}
.common-border-table thead th {
  border: 1px solid #dcdcdc;
  font-weight: normal;
}
.common-border-table td {
  border: 1px solid #dcdcdc;
  padding: 12px 20px;
  text-align: left;
}
.common-border-table th {
  background: #f2f2f2;
  border: 1px solid #dcdcdc;
  padding: 12px 20px;
  text-align: left;
}
.common-border-table .blank {
  background-color: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  .common-border-table th,.common-border-table td {
    font-size: 1.4rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .common-table th,.common-table td {
    font-size: 1.4rem;
  }
  .common-table .u-wid-200px {
    width: 100px !important;
  }
}

/* テーブルレイアウトをSP時に縦並びにする */
@media screen and (max-width: 768px) {
  .common-grid-table-sp tbody tr{
    display: grid;
    grid-template-columns: 1fr;
  }
  .common-grid-table-sp tbody th{
    border-bottom: none;
    padding-bottom: 0;
  }
  .common-grid-table-sp tbody td{
    padding-left: 0;
  }
}


.anchor-box-wrapper {
  position: relative;
}
.anchor-box-wrapper::before {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}
.anchor-box-wrapper .current-line {
  background: transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.24, 1, 0.5, 1);
  width: 5px;
}
.anchor-box-wrapper.group1::before {
  background-color: #eee5e3;
}
.anchor-box-wrapper.group1 .current-line {
  background-color: #d45315;
}
.anchor-box-wrapper.group2::before {
  background-color: #e3f2f2;
}
.anchor-box-wrapper.group2 .current-line {
  background-color: #1b4765;
}
.anchor-box-wrapper.group3::before {
  background-color: #f1f1db;
}
.anchor-box-wrapper.group3 .current-line {
  background-color: #8c7d43;
}
@media screen and (max-width: 1360px) {
  .anchor-box-wrapper {
    padding-right: 70px;
  }
}
@media screen and (max-width: 768px) {
  .anchor-box-wrapper {
    padding-right: 0px;
  }
}
.anchor-box {
  border-left: 5px solid transparent;
  margin-bottom: 85px;
  padding-bottom: 5px;
  padding-left: 35px;
  position: relative;
  transition-duration: 0.3s;
  transition-property: border-color;
}
.anchor-box:last-child {
  margin-bottom: 0;
}
.anchor-box .anchor-box__heading {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 12px;
}
.anchor-box .anchor-box__heading span {
  display: inline-block;
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
  margin-right: 20px;
}
.anchor-navi-list-wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: fixed;
  right: -58px;
  top: 130px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.24, 1, 0.5, 1);
  width: 58px;
  z-index: 30;
}
.is-navi-in .anchor-navi-list-wrapper {
  right: 0;
}
.anchor-navi-list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 50px;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
}
.anchor-navi-list li {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.anchor-navi-list li a {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .anchor-navi-list-wrapper {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 71px;
  }
  .anchor-navi-list {
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    opacity: 0;
  }
  .is-navi-in .anchor-navi-list {
    visibility: visible;
    opacity: 1;
  }

  .anchor-navi-list li{
    flex: 1;
  }
  .anchor-navi-list li a {
    width: 100%;
  }
  .anchor-navi-list li a img{
    aspect-ratio: 1 / 1;
    width: 100%;
  }
}
.anchor-navi-list li a:focus {
  z-index: 10;
}
.anchor-navi-list li a::before {
  background: #d45315;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  width: 100%;
  z-index: 10;
}
.anchor-navi-list li a .text {
  background: #000;
  color: #fff;
  display: block;
  font-size: 1.3rem;
  height: calc(1em + 16px);
  line-height: 1;
  padding: 7px 10px 9px;
  position: absolute;
  right: 50px;
  top: calc(50% - 0.5em - 8px);
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.24, 1, 0.5, 1);
  white-space: nowrap;
}
.anchor-navi-list li a .text span {
  font-size: 90%;
}
.anchor-navi-list li a .icn img {
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.anchor-navi-list li.is-active a::before {
  opacity: 0.5;
}
.anchor-navi-list li a:hover .text {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.anchor-navi-list li a:hover::before {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  /* スマホの時はホバーだとopacityがのこってしまう */
  .anchor-navi-list li a:hover::before {
    opacity: 0;
  }
  .anchor-navi-list li a:active::before {
    opacity: 0.3;
  }
  .anchor-navi-list li.is-active a::before {
    opacity: 0.5;
  }
}

.anchor-navi-list li a.to-top:hover {
  padding: 30px 0;
}
.is-pc .anchor-navi-list li a.to-top:focus {
  padding: 30px 0;
}
.anchor-navi-list li a.to-top .icn {
  margin-top: -30px;
}
.number-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.number-list li {
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 100%;
  min-width: 1%;
  padding-left: 2em;
  position: relative;
}
.number-list li .number-list__number {
  left: 0;
  position: absolute;
}
.number-list li:last-child {
  margin-bottom: 0;
}
.common-list {
  margin: 0;
}
.common-list li {
  line-height: 1.7;
  margin-bottom: 30px;
  padding-left: 18px;
  position: relative;
}
.common-list li::before {
  background: #dcdcdc;
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0.6em;
  width: 8px;
}
.common-list li:last-child {
  margin-bottom: 0;
}
.is-ios .anchor-navi-list li a .text,.is-android .anchor-navi-list li a .text {
  display: none;
}
.text-indent-list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.text-indent-list .text-indent-list__icon {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.text-indent-list .text-indent-list__body {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 1%;
}
.js-toggle-body {
  display: none;
}
#mapster_wrap_0,#mapster_wrap_0 canvas,#mapster_wrap_0 img,#mapster_wrap_1,#mapster_wrap_1 canvas,#mapster_wrap_1 img {
  height: auto !important;
  width: 100% !important;
}
#mapster_wrap_0 canvas:not(:target),#mapster_wrap_1 canvas:not(:target) {
  display: none\9;
}
.js-usemap {
  max-width: inherit;
}
.text-link-icon {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
.text-link-icon::before {
  border-left: 1.5px solid #d45315;
  border-top: 1.5px solid #d45315;
  content: "";
  display: block;
  height: 9px;
  left: 0;
  position: absolute;
  position: absolute;
  top: calc(0.95em - 6px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 9px;
}
a.child-link {
  display: inline-flex;
  display: -webkit-inline-flex;
  position: relative;
  text-decoration: none;
}
a.child-link::before {
  color: #d45315;
  content: "ー";
  display: inline-block;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 5px;
}
a.child-link span {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 1%;
  text-decoration: underline;
}
a.child-link:hover span {
  text-decoration: none;
}

/* eng */
.is-en .global-navi .inner-navi {
  width: 420px;
}
.is-en .global-navi .inner-navi .inner-navi__category {
  -webkit-flex: 0 0 190px;
  flex: 0 0 190px;
  padding-left: 15px;
  padding-right: 15px;
}
.is-en .global-navi .inner-navi .inner-navi__category a {
  display: block;
}

/* plugin */
.ps--active-x > .ps__rail-x,.ps--active-y > .ps__rail-y {
  z-index: 10;
}

/* 表などの横スクロール */
.common-scroll_x:has(table) {
  margin: 24px 0;
}
.common-scroll_x {
  overflow-y: hidden !important;
}
@media screen and (max-width: 1024px) {
  .common-scroll_x {
    width: 100%;
    overflow-x: auto;
    /* スクロールバーの非表示 */
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
    }
  /* スクロールバーの非表示 */
  /*Google Chrome、Safariへの対応*/
  .common-scroll_x::-webkit-scrollbar {
    display: none;
  }
  .common-scroll_x figure {
    width: 900px;
  }
  .common-scroll_x table {
    width: 900px;
  }
}


/********************************** *footer  **********************************/
.child-common__footer {
  display: none;
}
@media screen and (max-width: 1024px) {
  .child-common__footer {
    display: block;
    padding: 24px 20px;
  }

  .child-common__footer li:not(:first-child) {
    margin-top: 12px;
  }

  .child-common__footer li a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 2em;
    font-size: 1.4rem;
    border: 1px solid #D45315;
    border-radius: 5px;
    position: relative;
  }

  .child-common__footer li a::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url(../images/common/arrow_btn.svg) no-repeat center / cover;
    position: absolute;
    right: 2em;
    pointer-events: none;
  }

  /* そのページにいるときはリンクさせない */
  .child-common__footer li a.is-active-page {
    pointer-events: none;
    background-color: #FFDBCA;
  }
  .child-common__footer li a.is-active-page::after {
    display: none;
  }

}
.footer {
  position: relative;
  z-index: 10;
}
.footer-ui {
  background-color: #000;
  color: #fff;
  padding: 13px 20px;
}
.footer-inner {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}
.footer-ui-logo {
  width: 210px;
}
.footer-ui-logo img {
  vertical-align: top;
}
.footer-ui-global-link {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-ui-global-link li {
  font-size: 1.3rem;
  margin-left: 35px;
}
.footer-ui-global-link li a {
  color: #fff;
  position: relative;
}
.footer-bottom {
  background: #f2f2f2;
  padding: 13px 20px;
}
.footer-other-link {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-other-link li {
  font-size: 1.3rem;
  margin-right: 30px;
}
.footer-other-link li a {
  text-decoration: none;
}
.footer-other-link li a:hover {
  text-decoration: underline;
}
.footer-copyright {
  font-size: 1.3rem;
}
#page-top {
  height: 200px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -200px;
  transition-duration: 0.5s;
  transition-property: opacity;
  width: 200px;
}
#page-top.is-fixed {
  bottom: 0;
  position: fixed;
  right: 0;
  top: auto;
}
#page-top::before {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 0 200px 200px;
  content: "";
  height: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
}
#page-top::after {
  background: #e6e6e6;
  content: "";
  height: 1px;
  left: -130px;
  position: absolute;
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 680px;
  z-index: 3;
}
#page-top a {
  bottom: 32px;
  display: block;
  height: 40px;
  position: absolute;
  right: 30px;
  width: 40px;
  z-index: 10;
}
#page-top a::before {
  border-left: 4px solid #000;
  border-top: 4px solid #000;
  content: "";
  height: 32px;
  position: absolute;
  right: 10%;
  top: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: top 0.5s cubic-bezier(0.24, 1, 0.5, 1) 0s;
  width: 32px;
  z-index: 3;
}
#page-top a::after {
  background: #f2f2f2;
  content: "";
  display: block;
  height: 300px;
  opacity: 0;
  position: absolute;
  right: -30px;
  top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  transition-duration: 0.3s;
  transition-property: opacity;
  width: 300px;
}
#page-top a:hover::before {
  top: -10%;
}
#page-top {
  height: 150px;
  top: -150px;
  width: 150px;
}
#page-top a {
  bottom: 10px;
  right: 10px;
}
#page-top a:after {
  right: -130px;
}
#page-top a::before {
  height: 22px;
  right: 10px;
  top: 15px;
  width: 22px;
}
#page-top a:hover::before {
  top: 5px;
}

.footer-sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .footer {
    display: none;
  }

  /* フッター内の記述 */
  .footer-sp {
    display: block;
    padding: 32px 0px 0;
    background-color: #E6E6E6;
  }

  .footer-sp__logo {
    text-align: center;
  }

  .footer-sp__logo img {
    width: 70%;
    max-width: 300px;
  }

  .footer-sp__main nav{
    margin-top: 28px;
  }

  .footer-sp__nav_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 15px 16px;
    border-bottom: 1px solid #fff;
    text-align: left;

  }

  .footer-sp__nav_left,
  .footer-sp__nav_right {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  /* 親ページのみセレクター */
  .footer-sp__nav > li > :first-child {
    font-weight: 800;
    font-size: 16px;
  }

  /* 下層ページのリンクにセレクター */
  .footer-sp__lists li {
    font-weight: 400;
    font-size: 12px;
    margin-top: 8px;
  }

  .footer-sp__nav_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 16px 15px;
    font-size: 12px;
    gap: 8px 0;
    text-align: left;
  }

  .footer-sp__sub {
    text-align: center;
    padding: 5px 0;
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {

  .footer-sp__nav_left,
  .footer-sp__nav_right {
    display: block;
  }

  .footer-sp__nav > li:not(:first-child) {
    margin-top: 16px;
  }

  .footer-sp__lists li {
    margin-top: 8px;
  }

}
/* ==========================================================================
Object
========================================================================== */

/* Component
----------------------------------------------------------------- */

/***************************** *general-conponent *****************************/

/* **for reader */
.c-reader {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.c-ignore {
  display: none;
}
.button-wrapper {
  display: flex;
  display: -webkit-flex;
  margin: 0;
}
.button-wrapper > button + button {
  margin-left: 30px;
}
.button-wrapper--center {
  -webkit-justify-content: center;
  justify-content: center;
}
.border-button {
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 28px 50px;
  text-decoration: none;
}
.border-button::after {
  border: 1px solid #dcdcdc;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
a.border-button {
  position: relative;
  text-decoration: none;
}
a.border-button::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 0.2s;
  transition-property: border-width;
  transition-timing-function: cubic-bezier(0.24, 1, 0.5, 1);
  z-index: 0;
}
a.border-button:hover::after {
  border-color: #d45315;
  border-width: 3px;
}
.is-pc a.border-button:focus::after {
  border-color: #d45315;
  border-width: 3px;
}

/********************************** *form  **********************************/
.color-required {
  color: #d45315;
}
.form-navi {
  display: flex;
  display: -webkit-flex;
  margin: 0 0 70px;
  padding: 0;
}
.form-navi__item {
  border-bottom: 5px solid #000;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
  width: 33.33%;
}
.form-navi__item.is-active {
  border-color: #d45315;
}
.form-navi__item span {
  color: #333;
  display: block;
  font-size: 90%;
  margin-top: 10px;
}
.form-contents {
  display: flex;
  display: -webkit-flex;
  padding: 30px 30px 15px;
}
.form-contents.is-error {
  background: #fff5f5;
  padding-top: 60px;
}
.form-contents__heading {
  -webkit-flex: 0 0 280px;
  flex: 0 0 280px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 60px;
  padding-top: 0.4em;
  position: relative;
}
.form-contents__heading .icon-text__required {
  background-color: #d45315;
  left: -20px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  text-align: center;
  top: 0.7em;
}
.form-contents__heading .icon-text__required span {
  border-top: 2px solid #fff;
  display: block;
  font-size: 80%;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: 8px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
}
.form-contents__notice {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
.form-contents__notice-inline {
  display: inline-block;
}
.form-contents__en {
  color: #333;
  display: block;
  font-size: 1.4rem;
  margin-top: 4px;
}
.form-contents__en span {
  color: #d45315;
  font-size: 120%;
}
.form-contents__input {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.form-contents__input .ime-han {
  ime-mode: disabled;
}
.form-contents__input .error-text {
  color: #d45315;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: -2.4em;
  position: relative;
}
.form-contents__input .placeholder {
  color: #333;
  font-size: 1.4rem;
  margin-top: 6px;
}
.form-contents__input textarea {
  background: #f8f8f8;
  border: 1px solid #ccc !important;
  border: none;
  line-height: 1.7;
  padding: 0.5em;
  width: 100%;
}
.form-contents__input input[type="text"] {
  background: #f8f8f8;
  border: 1px solid #ccc !important;
  border: 0;
  line-height: 1.7;
  padding: 0.5em;
  width: 100%;
}
.form-contents__input .input-size-middle {
  max-width: 500px;
}
.form-contents__input .input-size-small {
  max-width: 230px;
}
.back-button {
  background: #fff;
  max-width: 380px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  width: 100%;
}
.back-button::before {
  background: #969696;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  width: 100%;
}
.back-button:hover::before {
  opacity: 1;
}
.back-button:hover .back-button__inner {
  color: #fff !important;
}
.back-button__inner {
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #969696;
  color: #333 !important;
  color: #d45315;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 25px;
  position: relative;
  position: relative;
  transition-duration: 0.5s;
  width: 100%;
}
.back-button__inner .en {
  font-size: 80%;
  margin-top: 10px;
}
.submit-button {
  background: #f8e6d6;
  max-width: 380px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  width: 100%;
}
.submit-button::before {
  background: #d45315;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  width: 100%;
}
.submit-button:hover::before {
  opacity: 1;
}
.submit-button:hover .submit-button__inner {
  color: #fff;
}
.submit-button__inner {
  -webkit-align-items: center;
  align-items: center;
  color: #d45315;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 25px;
  position: relative;
  transition-duration: 0.5s;
  width: 100%;
}
.submit-button__inner .en {
  font-size: 80%;
  margin-top: 10px;
}
.scroll-box {
  height: 140px;
  overflow: auto;
}

/***************************** *top *****************************/
@-webkit-keyframes slider-bar {
  0% {
    left: 0;
    right: 100%;
  }
  100% {
    left: 0;
    right: 0;
  }
}
@keyframes slider-bar {
  0% {
    left: 0;
    right: 100%;
  }
  100% {
    left: 0;
    right: 0;
  }
}
@-webkit-keyframes slider-bar-end {
  0% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
@keyframes slider-bar-end {
  0% {
    left: 0;
    right: 0;
  }
  100% {
    left: 100%;
    right: 0;
  }
}
.toppage-main-visual {
  border-top: 4px solid #ccc;
  display: flex;
  display: -webkit-flex;
  height: 460px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .toppage-main-visual {
    height: 100vh;
  }
}

.toppage-main-visual::before {
  background: #d45315;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  position: absolute;
  right: 100%;
  top: -4px;
  z-index: 10;
}
.toppage-main-visual.is-bar-start::before {
  -webkit-animation: slider-bar 6s linear 0s 1 normal forwards;
  animation: slider-bar 6s linear 0s 1 normal forwards;
}
.toppage-main-visual.is-bar-end:before {
  -webkit-animation: slider-bar-end 1s ease-in-out 0s 1 normal forwards;
  animation: slider-bar-end 1s ease-in-out 0s 1 normal forwards;
}
.toppage-main-visual .site-frame {
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .toppage-main-visual .site-frame {
    flex-direction: column;
    gap: 90px;
    justify-content: flex-start;
    padding-top: 120px;
  }
  /* 英語版 */
  body.is-en .toppage-main-visual .site-frame {
    gap: 40px;
  }
}

.toppage-main-visual .toppage-main-logo {
  -webkit-flex: 0 0 240px;
  flex: 0 0 240px;
  margin-left: 35px;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .toppage-main-visual .toppage-main-logo {
    margin-left: 0;
    text-align: center;
    flex: 0 0 auto;
  }
}
.toppage-main-visual .toppage-main-logo img {
  min-width: 1%;
}

@media screen and (max-width: 768px) {
  .toppage-main-visual .toppage-main-logo img {
    width: 100%;
    max-width: 50vw;
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }
}

.toppage-main-visual__list {
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.toppage-main-visual__list li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .toppage-main-visual__list li img {
    aspect-ratio:  375 / 512;
  }
}

.toppage-main-visual__list li:nth-child(1) {
  opacity: 1;
}
.toppage-main-visual__list li.is-active {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: rotate_up;
  animation-name: rotate_up;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.05, 0.46, 1);
  animation-timing-function: cubic-bezier(0.17, 0.05, 0.46, 1);
}
@-webkit-keyframes rotate_up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  100% {
    -webkit-transform: scale(1.1) rotateZ(0.001deg);
    transform: scale(1.1) rotateZ(0.001deg);
  }
}
@keyframes rotate_up {
  0% {
    -webkit-transform: scale(1) rotateZ(0);
    transform: scale(1) rotateZ(0);
  }
  100% {
    -webkit-transform: scale(1.1) rotateZ(0.001deg);
    transform: scale(1.1) rotateZ(0.001deg);
  }
}
.toppage-main-copy {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.66;
  margin: -5px 0 0 45px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
body.is-en .toppage-main-copy {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  /* トップのキャッチコピー */
    .toppage-main-copy,
    body.is-en .toppage-main-copy {
      font-size: 1.6rem;
      margin: 0;
      text-shadow: 0px 0px 4px #000;
      letter-spacing: calc(16px* 0.1);
    }
  }
  
@media screen and (max-width: 1024px) {
  body.is-en .toppage-main-copy br {
    display: none;
  }
}
.toppage-read__text {
  color: #000;
  font-size: 1.8rem;
  padding: 27px 0 26px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .toppage-read__text {
    font-size: 1.4rem;
    letter-spacing: calc( 1.4rem * 0.1);
    text-align: left;
  }
  
}
.toppage-navi {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .toppage-navi {
    flex-direction: column;
  }
}

.toppage-navi li {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  position: relative;
  width: 25%;
}

@media screen and (max-width: 768px) {
  .toppage-navi li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .toppage-navi li:last-of-type {
    border-bottom: none;
  }
}
.toppage-navi a {
  background: #fff;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.1;
  padding: 22px;
  text-decoration: none !important;
  width: 100%;
}
.toppage-navi a .sub-text {
  font-size: 1.4rem;
  margin-top: 15px;
  position: relative;
}
.toppage-navi a .sub-text::before {
  background: #fff;
  bottom: -10px;
  content: "";
  height: 2px;
  left: -2px;
  position: absolute;
  width: calc(100% + 4px);
}
.toppage-navi a::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.toppage-navi a:hover .toppage-navi__bg {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.toppage-navi a:hover::after {
  border-width: 8px;
}
.toppage-navi a:hover .toppage-navi__text:before {
  background: rgba(0, 0, 0, 0.2);
}
.is-pc .toppage-navi a:focus .toppage-navi__bg {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.is-pc .toppage-navi a:focus::after {
  border-width: 8px;
}
.is-pc .toppage-navi a:focus .toppage-navi__text:before {
  background: rgba(0, 0, 0, 0.2);
}
.toppage-navi a::after {
  border: 0 solid #d45315;
  content: "";
  height: calc(100% + 4px);
  left: -2px;
  position: absolute;
  top: -2px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-duration: 0.2s;
  transition-property: border-width;
  transition-timing-function: cubic-bezier(0.24, 1, 0.5, 1);
  width: calc(100% + 4px);
  z-index: 10;
}
.toppage-navi .toppage-navi__text {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  padding: 22px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .toppage-navi .toppage-navi__text {
     justify-content: space-between;
   }
}
@media screen and (max-width: 768px) {
  .toppage-navi .toppage-navi__text {
     justify-content: center;
   }
}
.toppage-navi .toppage-navi__text::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  width: 100%;
}
.toppage-navi .toppage-navi__text span {
  max-width: 100%;
  min-width: 1%;
  position: relative;
}
.toppage-navi .toppage-navi__bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.1, 0.04, 0.24, 0.98), -webkit-transform 0.5s cubic-bezier(0.1, 0.04, 0.24, 0.98);
}
.toppage-news {
  background: #f2f2f2;
  padding-bottom: 70px;
  padding-top: 105px;
}

@media screen and (max-width: 768px) {
 .toppage-news {
    padding: 36px 0;
  }
}
.news-header__heading {
  color: #000;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .news-header__heading {
     font-size: 1.6rem;
     letter-spacing: calc(1.6rem * 0.1);
     text-align: center;
   }
 }

.news-list-wrapper {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .news-list-wrapper {
    flex-direction: column;
  }
}
.news-list-wrapper .news-header {
  margin-top: -5px;
}
.news-list-wrapper .news-list {
  display: flex;
  display: -webkit-flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 800px;
  padding-left: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .news-list-wrapper .news-list {
    padding-left: 0;
    font-size: 1.4rem;
    letter-spacing: calc(1.4rem * 0.1);
  }
}

.news-list-wrapper .news-list li {
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .news-list-wrapper .news-list li {
    position: relative;
    border-bottom: 0.5px solid #BABABA;
    padding-bottom: 10px;
  }
 }
.news-list-wrapper .news-list li .date {
  color: #333;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .news-list-wrapper .news-list li .date {
    margin-bottom: 10px;
  }
}
.news-list-wrapper .news-list li a {
  max-width: 100%;
  text-decoration: none;
}
.news-list-wrapper .news-list li a:hover {
  text-decoration: underline;
}
.news-list-wrapper .news-list li a .new-icon {
  color: #d45315;
}

@media screen and (max-width: 768px) {
  .new-icon {
    position: absolute;
    top: -5px;
    left: 110px;
    font-size: 1.2rem;
  }
}

.is-top .wrapper {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .is-top .wrapper {
    padding-top: 0;
  }
}
.is-top .header::before {
  transition-duration: 0.3s;
}
.is-top.is-scroll-top .header::before {
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .toppage-navi .toppage-navi__text .font-en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .toppage-navi .toppage-navi__text .font-en {
    font-size: 2.4rem;
  }
}

/* Page
----------------------------------------------------------------- */

/* ==========================================================================
Print
========================================================================== */

/*********************************** *print ***********************************/
@media print {
  .wrapper {
    display: block;
    min-height: inherit;
  }
}
@media print {
  .wrapper {
    min-width: 1024px;
  }
}
@media print {
  .header-wrapper {
    position: relative !important;
  }
}
@media print {
  .header-wrapper {
    min-width: 1024px;
  }
}
@media print {
  .contents {
    display: block;
    height: inherit;
  }
}
@media print {
  .contents {
    width: 1024px;
  }
}
@media print {
  .footer-pc-pagetop__button,.pc-pagetop-wrapper,.sp-page-top-button,.c-printer {
    display: none !important;
  }
  .c-card__body {
    display: block !important;
    height: auto !important;
  }
  .js-accordion-button::before {
    display: none;
  }
  .c-scroll-container {
    height: auto !important;
  }
}