@charset "UTF-8";
/* -------------------------------------------------------------- */
/*  初期値設定  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  media query  */
/* -------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    html {
        font-size: 4.1025641026vw;
    }
}

@media print, screen and (min-width: 769px) {
    html {
        font-size: 0.8333333333vw;
    }
}
/* -------------------------------------------------------------- */
/*  font-size 相対値化  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  position 配置 相対値化  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  width and height 相対値化  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  margin and padding 相対値化  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  要素横並び  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  角丸  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  ボタン  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  配置  */
/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */
/*  ボタンロールオーバー  */
/* -------------------------------------------------------------- */
@font-face {
    font-family: "Yu Gothic";
  font-weight: 100;
  src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: 200;
  src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: 300;
  src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: bold;
  src: local("Yu Gothic Bold");
}

html {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8;
    -ms-text-size-adjust: 100%;
 /* 2 */
    -webkit-text-size-adjust: 100%;
 /* 2 */;
}

* {
    box-sizing: border-box;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style-type: none;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
}

/* Links
   ========================================================================== */
a {
    background-color: transparent;
    display: block;
 /* 必要に応じて変えてね */
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

img {
    border-style: none;
    max-width: 100%;
    vertical-align: bottom;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
 /* 1 */
    font-size: 1em;
 /* 2 */;
}

/* Forms
   ========================================================================== */
button,
input,
select,
textarea {
    font: inherit;
 /* 1 */
    margin: 0;
 /* 2 */;
}

button,
input {
 /* 1 */
    overflow: visible;
}

button,
select {
 /* 1 */
    text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
 /* 2 */;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    resize: none;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
 /* 1 */
    padding: 0;
 /* 2 */;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
 /* 1 */
    outline-offset: -2px;
 /* 2 */;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

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

/* -------------------------------------------------------------- */
/* レイアウト調整用 */
/* -------------------------------------------------------------- */
.small {
    font-size: 80%;
}

.fix-box::before, .fix-box::after {
    content: " ";
    display: table;
}

.fix-box::after {
    clear: both;
}

.f-Left {
    float: left;
}

.f-Right {
    float: right;
}

.in-bl {
    display: inline-block;
}

.t-Center {
    text-align: center;
}

.t-Left {
    text-align: left;
}

.t-Right {
    text-align: right;
}

.v-Top {
    vertical-align: top;
}

.v-Bottom {
    vertical-align: bottom;
}

span.Br::before {
    content: "\a";
    white-space: pre;
}

.is-relative {
    position: relative;
}

.is-absolute {
    position: absolute;
}

.f-bold {
    font-weight: bold;
}

.object-fit-img img {
    font-family: "object-fit: cover;";
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* -------------------------------------------------------------- */
/* ロールオーバーアニメーション用 */
/* -------------------------------------------------------------- */
a,
input[type=submit] {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
input[type=submit]:hover {
    opacity: 0.7;
}

/* -------------------------------------------------------------- */
/* フォーム用 */
/* -------------------------------------------------------------- */
.form-control, textarea, .tel-form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    display: block;
    font-size: 1.4rem;
    line-height: 1.42857143;
    padding: 1rem 2%;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus, textarea:focus, .tel-form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0;
}

.form-control::-moz-placeholder, textarea::-moz-placeholder, .tel-form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-ms-input-placeholder, textarea::-ms-input-placeholder, .tel-form-control::-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .tel-form-control::-webkit-input-placeholder {
    color: #999;
}

/* -------------------------------------------------------------- */
/* オリジナルラジオボタン・セレクトボックス */
/* -------------------------------------------------------------- */
/*　オリジナルのラジオボタンを使う場合はコメントを外す

input[type=radio], input[type=checkbox] {
	display: none;
}

.radio {
  position: relative;
  display: inline-block;
  margin: 4px 20px 4px 0;
  padding: 3px 12px 3px 42px;
  cursor: pointer;
}

.radio:hover:after{
  border-color: #ccc;
}
.radio:after {
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 10px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  content: '';
  opacity: 0;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

input[type=checkbox]:checked + .checkbox:after {
    background: #fff;
}

.order-selecter-box label::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}

*/
/* -------------------------------------------------------------- */
/* 調整用 */
/* -------------------------------------------------------------- */
/* margin */
.m-Auto {
    margin: 0 auto;
}

.m-Auto-10 {
    margin: 10px auto;
}

.m-Auto-20 {
    margin: 20px auto;
}

.m-Auto-30 {
    margin: 30px auto;
}

.m-Auto-40 {
    margin: 40px auto;
}

.m-Auto-50 {
    margin: 50px auto;
}

.m-L-10 {
    margin-left: 10px;
}

.m-L-20 {
    margin-left: 20px;
}

.m-L-30 {
    margin-left: 30px;
}

.m-L-40 {
    margin-left: 40px;
}

.m-L-50 {
    margin-left: 50px;
}

.m-L-60 {
    margin-left: 60px;
}

.m-L-70 {
    margin-left: 70px;
}

.m-L-80 {
    margin-left: 80px;
}

.m-L-90 {
    margin-left: 90px;
}

.m-L-100 {
    margin-left: 100px;
}

.m-R-10 {
    margin-right: 10px;
}

.m-R-20 {
    margin-right: 20px;
}

.m-R-30 {
    margin-right: 30px;
}

.m-R-40 {
    margin-right: 40px;
}

.m-R-50 {
    margin-right: 50px;
}

.m-R-60 {
    margin-right: 60px;
}

.m-R-70 {
    margin-right: 70px;
}

.m-R-80 {
    margin-right: 80px;
}

.m-R-90 {
    margin-right: 90px;
}

.m-R-100 {
    margin-right: 100px;
}

.m-T-10 {
    margin-top: 10px;
}

.m-T-20 {
    margin-top: 20px;
}

.m-T-30 {
    margin-top: 30px;
}

.m-T-40 {
    margin-top: 40px;
}

.m-T-50 {
    margin-top: 50px;
}

.m-T-60 {
    margin-top: 60px;
}

.m-T-70 {
    margin-top: 70px;
}

.m-T-80 {
    margin-top: 80px;
}

.m-T-90 {
    margin-top: 90px;
}

.m-T-100 {
    margin-top: 100px;
}

.m-B-10 {
    margin-bottom: 10px;
}

.m-B-20 {
    margin-bottom: 20px;
}

.m-B-30 {
    margin-bottom: 30px;
}

.m-B-40 {
    margin-bottom: 40px;
}

.m-B-50 {
    margin-bottom: 50px;
}

.m-B-60 {
    margin-bottom: 60px;
}

.m-B-70 {
    margin-bottom: 70px;
}

.m-B-80 {
    margin-bottom: 80px;
}

.m-B-90 {
    margin-bottom: 90px;
}

.m-B-100 {
    margin-bottom: 100px;
}

/* padding */
.p-L-10 {
    padding-left: 10px;
}

.p-L-20 {
    padding-left: 20px;
}

.p-L-30 {
    padding-left: 30px;
}

.p-L-40 {
    padding-left: 40px;
}

.p-L-50 {
    padding-left: 50px;
}

.p-L-60 {
    padding-left: 60px;
}

.p-L-70 {
    padding-left: 70px;
}

.p-L-80 {
    padding-left: 80px;
}

.p-L-90 {
    padding-left: 90px;
}

.p-L-100 {
    padding-left: 100px;
}

.p-R-10 {
    padding-right: 10px;
}

.p-R-20 {
    padding-right: 20px;
}

.p-R-30 {
    padding-right: 30px;
}

.p-R-40 {
    padding-right: 40px;
}

.p-R-50 {
    padding-right: 50px;
}

.p-R-60 {
    padding-right: 60px;
}

.p-R-70 {
    padding-right: 70px;
}

.p-R-80 {
    padding-right: 80px;
}

.p-R-90 {
    padding-right: 90px;
}

.p-R-100 {
    padding-right: 100px;
}

.p-T-10 {
    padding-top: 10px;
}

.p-T-20 {
    padding-top: 20px;
}

.p-T-30 {
    padding-top: 30px;
}

.p-T-40 {
    padding-top: 40px;
}

.p-T-50 {
    padding-top: 50px;
}

.p-T-60 {
    padding-top: 60px;
}

.p-T-70 {
    padding-top: 70px;
}

.p-T-80 {
    padding-top: 80px;
}

.p-T-90 {
    padding-top: 90px;
}

.p-T-100 {
    padding-top: 100px;
}

.p-B-10 {
    padding-bottom: 10px;
}

.p-B-20 {
    padding-bottom: 20px;
}

.p-B-30 {
    padding-bottom: 30px;
}

.p-B-40 {
    padding-bottom: 40px;
}

.p-B-50 {
    padding-bottom: 50px;
}

.p-B-60 {
    padding-bottom: 60px;
}

.p-B-70 {
    padding-bottom: 70px;
}

.p-B-80 {
    padding-bottom: 80px;
}

.p-B-90 {
    padding-bottom: 90px;
}

.p-B-100 {
    padding-bottom: 100px;
}

/* -------------------------------------------------------------- */
/* 20181221追記  */
/* -------------------------------------------------------------- */
/* margin */
.m-Auto-lr {
    margin-left: auto;
    margin-right: auto;
}

/* background */
.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

/* color */
.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

/* font-weight */
.fo-we-normal {
    font-weight: normal !important;
}

.fo-we-bold {
    font-weight: bold !important;
}

/* letter-spacing XDの値 */
.le-sp-50 {
    letter-spacing: 0.05em;
}

.le-sp-100 {
    letter-spacing: 0.1em;
}

.le-sp-150 {
    letter-spacing: 0.15em;
}

.le-sp-200 {
    letter-spacing: 0.2em;
}

/* -------------------------------------------------------------- */
/*  smp  */
/* -------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
    .smp-f-left {
        float: left;
    }

    .smp-f-right {
        float: right;
    }

    .width-100 {
        width: 100%;
    }

    .width-49 {
        width: 49%;
    }

    .width-50 {
        width: 50%;
    }

    .width-33 {
        width: 33%;
    }

    span.smp-br::before {
        content: "\a";
        white-space: pre;
    }
  /* -------------------------------------------------------------- */
  /*  20181221追記  */
  /* -------------------------------------------------------------- */
  /* display: none; */
    .smp-d-none {
        display: none;
    }
  /* margin */
    .smp-m-Auto {
        margin: 0 auto;
    }

    .smp-m-Auto-lr {
        margin-left: auto;
        margin-right: auto;
    }

    .smp-m-Auto-10 {
        margin: 10px auto;
    }

    .smp-m-Auto-20 {
        margin: 20px auto;
    }

    .smp-m-Auto-30 {
        margin: 30px auto;
    }

    .smp-m-Auto-40 {
        margin: 40px auto;
    }

    .smp-m-Auto-50 {
        margin: 50px auto;
    }

    .smp-m-Auto-0-10 {
        margin: 0 auto 10px;
    }

    .smp-m-Auto-0-20 {
        margin: 0 auto 20px;
    }

    .smp-m-Auto-0-30 {
        margin: 0 auto 30px;
    }

    .smp-m-Auto-0-40 {
        margin: 0 auto 40px;
    }

    .smp-m-Auto-0-50 {
        margin: 0 auto 50px;
    }

    .smp-m-L-10 {
        margin-left: 10px;
    }

    .smp-m-L-20 {
        margin-left: 20px;
    }

    .smp-m-L-30 {
        margin-left: 30px;
    }

    .smp-m-L-40 {
        margin-left: 40px;
    }

    .smp-m-L-50 {
        margin-left: 50px;
    }

    .smp-m-R-10 {
        margin-right: 10px;
    }

    .smp-m-R-20 {
        margin-right: 20px;
    }

    .smp-m-R-30 {
        margin-right: 30px;
    }

    .smp-m-R-40 {
        margin-right: 40px;
    }

    .smp-m-R-50 {
        margin-right: 50px;
    }

    .smp-m-T-10 {
        margin-top: 10px;
    }

    .smp-m-T-20 {
        margin-top: 20px;
    }

    .smp-m-T-30 {
        margin-top: 30px;
    }

    .smp-m-T-40 {
        margin-top: 40px;
    }

    .smp-m-T-50 {
        margin-top: 50px;
    }

    .smp-m-B-10 {
        margin-bottom: 10px;
    }

    .smp-m-B-20 {
        margin-bottom: 20px;
    }

    .smp-m-B-30 {
        margin-bottom: 30px;
    }

    .smp-m-B-40 {
        margin-bottom: 40px;
    }

    .smp-m-B-50 {
        margin-bottom: 50px;
    }
  /* padding */
    .smp-p-10 {
        padding: 10px;
    }

    .smp-p-20-10 {
        padding: 20px 10px;
    }

    .smp-p-L-10 {
        padding-left: 10px;
    }

    .smp-p-L-20 {
        padding-left: 20px;
    }

    .smp-p-L-30 {
        padding-left: 30px;
    }

    .smp-p-L-40 {
        padding-left: 40px;
    }

    .smp-p-L-50 {
        padding-left: 50px;
    }

    .smp-p-R-10 {
        padding-right: 10px;
    }

    .smp-p-R-20 {
        padding-right: 20px;
    }

    .smp-p-R-30 {
        padding-right: 30px;
    }

    .smp-p-R-40 {
        padding-right: 40px;
    }

    .smp-p-R-50 {
        padding-right: 50px;
    }

    .smp-p-T-10 {
        padding-top: 10px;
    }

    .smp-p-T-20 {
        padding-top: 20px;
    }

    .smp-p-T-30 {
        padding-top: 30px;
    }

    .smp-p-T-40 {
        padding-top: 40px;
    }

    .smp-p-T-50 {
        padding-top: 50px;
    }

    .smp-p-B-10 {
        padding-bottom: 10px;
    }

    .smp-p-B-20 {
        padding-bottom: 20px;
    }

    .smp-p-B-30 {
        padding-bottom: 30px;
    }

    .smp-p-B-40 {
        padding-bottom: 40px;
    }

    .smp-p-B-50 {
        padding-bottom: 50px;
    }
}
/* -------------------------------------------------------------- */
/* PC */
/* -------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
    .pc-f-left {
        float: left;
    }

    .pc-f-right {
        float: right;
    }

    span.pc-br::before {
        content: "\a";
        white-space: pre;
    }
  /* -------------------------------------------------------------- */
  /* 20181221追記 */
  /* -------------------------------------------------------------- */
  /* display: none; */
    .pc-d-none {
        display: none;
    }
  /* margin */
    .pc-m-Auto {
        margin: 0 auto;
    }

    .pc-m-Auto-lr {
        margin-left: auto;
        margin-right: auto;
    }

    .pc-m-Auto-10 {
        margin: 10px auto;
    }

    .pc-m-Auto-20 {
        margin: 20px auto;
    }

    .pc-m-Auto-30 {
        margin: 30px auto;
    }

    .pc-m-Auto-40 {
        margin: 40px auto;
    }

    .pc-m-Auto-50 {
        margin: 50px auto;
    }

    .pc-m-Auto-0-10 {
        margin: 0 auto 10px;
    }

    .pc-m-Auto-0-20 {
        margin: 0 auto 20px;
    }

    .pc-m-Auto-0-30 {
        margin: 0 auto 30px;
    }

    .pc-m-Auto-0-40 {
        margin: 0 auto 40px;
    }

    .pc-m-Auto-0-50 {
        margin: 0 auto 50px;
    }

    .pc-m-L-10 {
        margin-left: 10px;
    }

    .pc-m-L-20 {
        margin-left: 20px;
    }

    .pc-m-L-30 {
        margin-left: 30px;
    }

    .pc-m-L-40 {
        margin-left: 40px;
    }

    .pc-m-L-50 {
        margin-left: 50px;
    }

    .pc-m-R-10 {
        margin-right: 10px;
    }

    .pc-m-R-20 {
        margin-right: 20px;
    }

    .pc-m-R-30 {
        margin-right: 30px;
    }

    .pc-m-R-40 {
        margin-right: 40px;
    }

    .pc-m-R-50 {
        margin-right: 50px;
    }

    .pc-m-T-10 {
        margin-top: 10px;
    }

    .pc-m-T-20 {
        margin-top: 20px;
    }

    .pc-m-T-30 {
        margin-top: 30px;
    }

    .pc-m-T-40 {
        margin-top: 40px;
    }

    .pc-m-T-50 {
        margin-top: 50px;
    }

    .pc-m-B-10 {
        margin-bottom: 10px;
    }

    .pc-m-B-20 {
        margin-bottom: 20px;
    }

    .pc-m-B-30 {
        margin-bottom: 30px;
    }

    .pc-m-B-40 {
        margin-bottom: 40px;
    }

    .pc-m-B-50 {
        margin-bottom: 50px;
    }
  /* padding */
    .pc-p-10 {
        padding: 10px;
    }

    .pc-p-20 {
        padding: 20px;
    }

    .pc-p-30 {
        padding: 30px;
    }

    .pc-p-L-10 {
        padding-left: 10px;
    }

    .pc-p-L-20 {
        padding-left: 20px;
    }

    .pc-p-L-30 {
        padding-left: 30px;
    }

    .pc-p-L-40 {
        padding-left: 40px;
    }

    .pc-p-L-50 {
        padding-left: 50px;
    }

    .pc-p-R-10 {
        padding-right: 10px;
    }

    .pc-p-R-20 {
        padding-right: 20px;
    }

    .pc-p-R-30 {
        padding-right: 30px;
    }

    .pc-p-R-40 {
        padding-right: 40px;
    }

    .pc-p-R-50 {
        padding-right: 50px;
    }

    .pc-p-T-10 {
        padding-top: 10px;
    }

    .pc-p-T-20 {
        padding-top: 20px;
    }

    .pc-p-T-30 {
        padding-top: 30px;
    }

    .pc-p-T-40 {
        padding-top: 40px;
    }

    .pc-p-T-50 {
        padding-top: 50px;
    }

    .pc-p-B-10 {
        padding-bottom: 10px;
    }

    .pc-p-B-20 {
        padding-bottom: 20px;
    }

    .pc-p-B-30 {
        padding-bottom: 30px;
    }

    .pc-p-B-40 {
        padding-bottom: 40px;
    }

    .pc-p-B-50 {
        padding-bottom: 50px;
    }
}

@media print, screen and (min-width: 769px) {
    #header-contents #nav-global .nav-global-inner a.contact-01 {
        min-width: 12.5vw;
    }
}
/*
// --------------------------------------------------
// Parts of common CSS
// --------------------------------------------------
*/
@media screen and (max-width: 768px) {
    html {
        font-size: 4.1025641026vw;
    }
}

@media print, screen and (min-width: 769px) {
    html {
        font-size: 0.8333333333vw;
    }
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: 100;
  src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: 200;
  src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: 300;
  src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic Medium");
}

@font-face {
    font-family: "Yu Gothic";
  font-weight: bold;
  src: local("Yu Gothic Bold");
}

html {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
}

a {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

img {
    border-style: none;
    max-width: 100%;
    vertical-align: bottom;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    resize: none;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.small {
    font-size: 80%;
}

.fix-box::before,
.fix-box::after {
    content: " ";
    display: table;
}

.fix-box::after {
    clear: both;
}

.f-Left {
    float: left;
}

.f-Right {
    float: right;
}

.in-bl {
    display: inline-block;
}

.t-Center {
    text-align: center;
}

.t-Left {
    text-align: left;
}

.t-Right {
    text-align: right;
}

.v-Top {
    vertical-align: top;
}

.v-Bottom {
    vertical-align: bottom;
}

span.Br::before {
    content: "\a";
    white-space: pre;
}

.is-relative {
    position: relative;
}

.is-absolute {
    position: absolute;
}

.f-bold {
    font-weight: bold;
}

.object-fit-img img {
    font-family: "object-fit: cover;";
    height: 100%;
    object-fit: cover;
    width: 100%;
}

a,
input[type=submit] {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
input[type=submit]:hover {
    opacity: 0.7;
}

.form-control,
textarea,
.tel-form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #555;
    display: block;
    font-size: 1.4rem;
    line-height: 1.42857143;
    padding: 1rem 2%;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus,
textarea:focus,
.tel-form-control:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0;
}

.form-control::-moz-placeholder,
textarea::-moz-placeholder,
.tel-form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
textarea::-ms-input-placeholder,
.tel-form-control::-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.tel-form-control::-webkit-input-placeholder {
    color: #999;
}

.m-Auto {
    margin: 0 auto;
}

.m-Auto-10 {
    margin: 10px auto;
}

.m-Auto-20 {
    margin: 20px auto;
}

.m-Auto-30 {
    margin: 30px auto;
}

.m-Auto-40 {
    margin: 40px auto;
}

.m-Auto-50 {
    margin: 50px auto;
}

.m-L-10 {
    margin-left: 10px;
}

.m-L-20 {
    margin-left: 20px;
}

.m-L-30 {
    margin-left: 30px;
}

.m-L-40 {
    margin-left: 40px;
}

.m-L-50 {
    margin-left: 50px;
}

.m-L-60 {
    margin-left: 60px;
}

.m-L-70 {
    margin-left: 70px;
}

.m-L-80 {
    margin-left: 80px;
}

.m-L-90 {
    margin-left: 90px;
}

.m-L-100 {
    margin-left: 100px;
}

.m-R-10 {
    margin-right: 10px;
}

.m-R-20 {
    margin-right: 20px;
}

.m-R-30 {
    margin-right: 30px;
}

.m-R-40 {
    margin-right: 40px;
}

.m-R-50 {
    margin-right: 50px;
}

.m-R-60 {
    margin-right: 60px;
}

.m-R-70 {
    margin-right: 70px;
}

.m-R-80 {
    margin-right: 80px;
}

.m-R-90 {
    margin-right: 90px;
}

.m-R-100 {
    margin-right: 100px;
}

.m-T-10 {
    margin-top: 10px;
}

.m-T-20 {
    margin-top: 20px;
}

.m-T-30 {
    margin-top: 30px;
}

.m-T-40 {
    margin-top: 40px;
}

.m-T-50 {
    margin-top: 50px;
}

.m-T-60 {
    margin-top: 60px;
}

.m-T-70 {
    margin-top: 70px;
}

.m-T-80 {
    margin-top: 80px;
}

.m-T-90 {
    margin-top: 90px;
}

.m-T-100 {
    margin-top: 100px;
}

.m-B-10 {
    margin-bottom: 10px;
}

.m-B-20 {
    margin-bottom: 20px;
}

.m-B-30 {
    margin-bottom: 30px;
}

.m-B-40 {
    margin-bottom: 40px;
}

.m-B-50 {
    margin-bottom: 50px;
}

.m-B-60 {
    margin-bottom: 60px;
}

.m-B-70 {
    margin-bottom: 70px;
}

.m-B-80 {
    margin-bottom: 80px;
}

.m-B-90 {
    margin-bottom: 90px;
}

.m-B-100 {
    margin-bottom: 100px;
}

.p-L-10 {
    padding-left: 10px;
}

.p-L-20 {
    padding-left: 20px;
}

.p-L-30 {
    padding-left: 30px;
}

.p-L-40 {
    padding-left: 40px;
}

.p-L-50 {
    padding-left: 50px;
}

.p-L-60 {
    padding-left: 60px;
}

.p-L-70 {
    padding-left: 70px;
}

.p-L-80 {
    padding-left: 80px;
}

.p-L-90 {
    padding-left: 90px;
}

.p-L-100 {
    padding-left: 100px;
}

.p-R-10 {
    padding-right: 10px;
}

.p-R-20 {
    padding-right: 20px;
}

.p-R-30 {
    padding-right: 30px;
}

.p-R-40 {
    padding-right: 40px;
}

.p-R-50 {
    padding-right: 50px;
}

.p-R-60 {
    padding-right: 60px;
}

.p-R-70 {
    padding-right: 70px;
}

.p-R-80 {
    padding-right: 80px;
}

.p-R-90 {
    padding-right: 90px;
}

.p-R-100 {
    padding-right: 100px;
}

.p-T-10 {
    padding-top: 10px;
}

.p-T-20 {
    padding-top: 20px;
}

.p-T-30 {
    padding-top: 30px;
}

.p-T-40 {
    padding-top: 40px;
}

.p-T-50 {
    padding-top: 50px;
}

.p-T-60 {
    padding-top: 60px;
}

.p-T-70 {
    padding-top: 70px;
}

.p-T-80 {
    padding-top: 80px;
}

.p-T-90 {
    padding-top: 90px;
}

.p-T-100 {
    padding-top: 100px;
}

.p-B-10 {
    padding-bottom: 10px;
}

.p-B-20 {
    padding-bottom: 20px;
}

.p-B-30 {
    padding-bottom: 30px;
}

.p-B-40 {
    padding-bottom: 40px;
}

.p-B-50 {
    padding-bottom: 50px;
}

.p-B-60 {
    padding-bottom: 60px;
}

.p-B-70 {
    padding-bottom: 70px;
}

.p-B-80 {
    padding-bottom: 80px;
}

.p-B-90 {
    padding-bottom: 90px;
}

.p-B-100 {
    padding-bottom: 100px;
}

.m-Auto-lr {
    margin-left: auto;
    margin-right: auto;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.fo-we-normal {
    font-weight: normal !important;
}

.fo-we-bold {
    font-weight: bold !important;
}

.le-sp-50 {
    letter-spacing: 0.05em;
}

.le-sp-100 {
    letter-spacing: 0.1em;
}

.le-sp-150 {
    letter-spacing: 0.15em;
}

.le-sp-200 {
    letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
    .smp-f-left {
        float: left;
    }

    .smp-f-right {
        float: right;
    }

    .width-100 {
        width: 100%;
    }

    .width-49 {
        width: 49%;
    }

    .width-50 {
        width: 50%;
    }

    .width-33 {
        width: 33%;
    }

    span.smp-br::before {
        content: "\a";
        white-space: pre;
    }

    .smp-d-none {
        display: none;
    }

    .smp-m-Auto {
        margin: 0 auto;
    }

    .smp-m-Auto-lr {
        margin-left: auto;
        margin-right: auto;
    }

    .smp-m-Auto-10 {
        margin: 10px auto;
    }

    .smp-m-Auto-20 {
        margin: 20px auto;
    }

    .smp-m-Auto-30 {
        margin: 30px auto;
    }

    .smp-m-Auto-40 {
        margin: 40px auto;
    }

    .smp-m-Auto-50 {
        margin: 50px auto;
    }

    .smp-m-Auto-0-10 {
        margin: 0 auto 10px;
    }

    .smp-m-Auto-0-20 {
        margin: 0 auto 20px;
    }

    .smp-m-Auto-0-30 {
        margin: 0 auto 30px;
    }

    .smp-m-Auto-0-40 {
        margin: 0 auto 40px;
    }

    .smp-m-Auto-0-50 {
        margin: 0 auto 50px;
    }

    .smp-m-L-10 {
        margin-left: 10px;
    }

    .smp-m-L-20 {
        margin-left: 20px;
    }

    .smp-m-L-30 {
        margin-left: 30px;
    }

    .smp-m-L-40 {
        margin-left: 40px;
    }

    .smp-m-L-50 {
        margin-left: 50px;
    }

    .smp-m-R-10 {
        margin-right: 10px;
    }

    .smp-m-R-20 {
        margin-right: 20px;
    }

    .smp-m-R-30 {
        margin-right: 30px;
    }

    .smp-m-R-40 {
        margin-right: 40px;
    }

    .smp-m-R-50 {
        margin-right: 50px;
    }

    .smp-m-T-10 {
        margin-top: 10px;
    }

    .smp-m-T-20 {
        margin-top: 20px;
    }

    .smp-m-T-30 {
        margin-top: 30px;
    }

    .smp-m-T-40 {
        margin-top: 40px;
    }

    .smp-m-T-50 {
        margin-top: 50px;
    }

    .smp-m-B-10 {
        margin-bottom: 10px;
    }

    .smp-m-B-20 {
        margin-bottom: 20px;
    }

    .smp-m-B-30 {
        margin-bottom: 30px;
    }

    .smp-m-B-40 {
        margin-bottom: 40px;
    }

    .smp-m-B-50 {
        margin-bottom: 50px;
    }

    .smp-p-10 {
        padding: 10px;
    }

    .smp-p-20-10 {
        padding: 20px 10px;
    }

    .smp-p-L-10 {
        padding-left: 10px;
    }

    .smp-p-L-20 {
        padding-left: 20px;
    }

    .smp-p-L-30 {
        padding-left: 30px;
    }

    .smp-p-L-40 {
        padding-left: 40px;
    }

    .smp-p-L-50 {
        padding-left: 50px;
    }

    .smp-p-R-10 {
        padding-right: 10px;
    }

    .smp-p-R-20 {
        padding-right: 20px;
    }

    .smp-p-R-30 {
        padding-right: 30px;
    }

    .smp-p-R-40 {
        padding-right: 40px;
    }

    .smp-p-R-50 {
        padding-right: 50px;
    }

    .smp-p-T-10 {
        padding-top: 10px;
    }

    .smp-p-T-20 {
        padding-top: 20px;
    }

    .smp-p-T-30 {
        padding-top: 30px;
    }

    .smp-p-T-40 {
        padding-top: 40px;
    }

    .smp-p-T-50 {
        padding-top: 50px;
    }

    .smp-p-B-10 {
        padding-bottom: 10px;
    }

    .smp-p-B-20 {
        padding-bottom: 20px;
    }

    .smp-p-B-30 {
        padding-bottom: 30px;
    }

    .smp-p-B-40 {
        padding-bottom: 40px;
    }

    .smp-p-B-50 {
        padding-bottom: 50px;
    }
}

@media print, screen and (min-width: 769px) {
    .pc-f-left {
        float: left;
    }

    .pc-f-right {
        float: right;
    }

    span.pc-br::before {
        content: "\a";
        white-space: pre;
    }

    .pc-d-none {
        display: none;
    }

    .pc-m-Auto {
        margin: 0 auto;
    }

    .pc-m-Auto-lr {
        margin-left: auto;
        margin-right: auto;
    }

    .pc-m-Auto-10 {
        margin: 10px auto;
    }

    .pc-m-Auto-20 {
        margin: 20px auto;
    }

    .pc-m-Auto-30 {
        margin: 30px auto;
    }

    .pc-m-Auto-40 {
        margin: 40px auto;
    }

    .pc-m-Auto-50 {
        margin: 50px auto;
    }

    .pc-m-Auto-0-10 {
        margin: 0 auto 10px;
    }

    .pc-m-Auto-0-20 {
        margin: 0 auto 20px;
    }

    .pc-m-Auto-0-30 {
        margin: 0 auto 30px;
    }

    .pc-m-Auto-0-40 {
        margin: 0 auto 40px;
    }

    .pc-m-Auto-0-50 {
        margin: 0 auto 50px;
    }

    .pc-m-L-10 {
        margin-left: 10px;
    }

    .pc-m-L-20 {
        margin-left: 20px;
    }

    .pc-m-L-30 {
        margin-left: 30px;
    }

    .pc-m-L-40 {
        margin-left: 40px;
    }

    .pc-m-L-50 {
        margin-left: 50px;
    }

    .pc-m-R-10 {
        margin-right: 10px;
    }

    .pc-m-R-20 {
        margin-right: 20px;
    }

    .pc-m-R-30 {
        margin-right: 30px;
    }

    .pc-m-R-40 {
        margin-right: 40px;
    }

    .pc-m-R-50 {
        margin-right: 50px;
    }

    .pc-m-T-10 {
        margin-top: 10px;
    }

    .pc-m-T-20 {
        margin-top: 20px;
    }

    .pc-m-T-30 {
        margin-top: 30px;
    }

    .pc-m-T-40 {
        margin-top: 40px;
    }

    .pc-m-T-50 {
        margin-top: 50px;
    }

    .pc-m-B-10 {
        margin-bottom: 10px;
    }

    .pc-m-B-20 {
        margin-bottom: 20px;
    }

    .pc-m-B-30 {
        margin-bottom: 30px;
    }

    .pc-m-B-40 {
        margin-bottom: 40px;
    }

    .pc-m-B-50 {
        margin-bottom: 50px;
    }

    .pc-p-10 {
        padding: 10px;
    }

    .pc-p-20 {
        padding: 20px;
    }

    .pc-p-30 {
        padding: 30px;
    }

    .pc-p-L-10 {
        padding-left: 10px;
    }

    .pc-p-L-20 {
        padding-left: 20px;
    }

    .pc-p-L-30 {
        padding-left: 30px;
    }

    .pc-p-L-40 {
        padding-left: 40px;
    }

    .pc-p-L-50 {
        padding-left: 50px;
    }

    .pc-p-R-10 {
        padding-right: 10px;
    }

    .pc-p-R-20 {
        padding-right: 20px;
    }

    .pc-p-R-30 {
        padding-right: 30px;
    }

    .pc-p-R-40 {
        padding-right: 40px;
    }

    .pc-p-R-50 {
        padding-right: 50px;
    }

    .pc-p-T-10 {
        padding-top: 10px;
    }

    .pc-p-T-20 {
        padding-top: 20px;
    }

    .pc-p-T-30 {
        padding-top: 30px;
    }

    .pc-p-T-40 {
        padding-top: 40px;
    }

    .pc-p-T-50 {
        padding-top: 50px;
    }

    .pc-p-B-10 {
        padding-bottom: 10px;
    }

    .pc-p-B-20 {
        padding-bottom: 20px;
    }

    .pc-p-B-30 {
        padding-bottom: 30px;
    }

    .pc-p-B-40 {
        padding-bottom: 40px;
    }

    .pc-p-B-50 {
        padding-bottom: 50px;
    }
}

.c-black01 {
    color: #707070 !important;
}

.c-black02 {
    color: #585757 !important;
}

.wrapper {
    background-color: #fff;
}

html,
body {
    color: #707070;
    font-family: "FP-こぶりなゴシック StdN W3", "FP-KoburinaGoStdN-W3";
    letter-spacing: 0.1em;
}

.f-koburina-W6 {
    font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6";
}

.f-tsukushi-L {
    font-family: "FOT-筑紫A丸ゴシック Std L", "TsukuARdGothicStd-L";
}

.f-tsukushi-D {
    font-family: "FOT-筑紫A丸ゴシック Std D", "TsukuARdGothicStd-D";
}

.f-tsukushi-B {
    font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B";
}

.cmn-btn {
    border-color: #707070;
    border-radius: 4rem;
    border-style: solid;
    border-width: 1.5px;
    color: #707070;
    line-height: 1.4;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.cmn-btn::after {
    background-color: #707070;
    content: "";
    display: block;
    height: 1.656em;
    -webkit-mask-image: url(../../img/common/icon-arrow-gray.png);
    mask-image: url(../../img/common/icon-arrow-gray.png);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 0.9em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.656em;
}

.cmn-btn.pink {
    background-color: #e59e9e;
    border: none;
    color: #fff;
}

.cmn-btn.pink:after {
    background-color: #fff;
}

.cmn-btn.blue {
    background-color: #8ea8d5;
    border: none;
    color: #fff;
}

.cmn-btn.blue:after {
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .cmn-btn {
        font-size: 1.375rem;
        padding: 5.1282051282vw 19.2307692308vw 5.1282051282vw 7.6923076923vw;
        width: 90%;
    }
}

@media print, screen and (min-width: 769px) {
    .cmn-btn {
        font-size: 2rem;
        padding: 1.5625vw 5.46875vw 1.5625vw 3.3854166667vw;
        width: 28.6458333333vw;
    }

    .cmn-btn.pink,
  .cmn-btn.blue {
        font-size: 2.375rem;
        width: 30.2083333333vw;
    }
}

a.contact-01,
a.contact-03 {
    border-radius: 10em;
    color: #fff !important;
    display: block;
    line-height: 1.2;
    line-height: 2.6;
    padding: 0 1em;
    text-align: center;
}

a.contact-01 {
    background-color: #e59e9e;
}

a.contact-03 {
    background-color: #8ea8d5;
}

a.contact-03 div {
    display: inline-block;
}

.area-contact {
    letter-spacing: 0.1em;
    text-align: center;
}

.area-contact a.contact-01 {
    margin: 0 auto;
    padding: 0.3em 1em;
}

.area-contact a.contact-02 {
    color: #707070;
    display: inline-block;
    line-height: 1.2;
    text-decoration: underline;
    text-decoration-thickness: 0.05em;
    text-underline-offset: 0.1em;
}

.area-contact a:hover {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    a.contact-01 {
        font-size: 1.125rem;
        width: 71.7948717949vw;
    }

    a.contact-03 {
        font-size: 1.125rem;
        width: 71.7948717949vw;
    }

    a.contact-03 img {
        filter: contrast(800%);
        vertical-align: text-bottom;
        width: 4.6153846154vw;
    }

    .area-contact {
        padding: 5.1282051282vw 0vw 17.9487179487vw 0vw;
    }

    .area-contact a.contact-01 {
        font-size: 1.25rem;
        width: 76.9230769231vw;
    }

    .area-contact a.contact-02 {
        font-size: 1.125rem;
        margin-top: 2.5641025641vw;
    }
}

@media print, screen and (min-width: 769px) {
    a.contact-01 {
        font-size: 1.125rem;
    }

    a.contact-03 {
        font-size: 1.125rem;
    }

    a.contact-03 img {
        vertical-align: text-bottom;
        width: 0.9375vw;
    }

    .area-contact {
        padding: 1.8229166667vw 0vw 7.03125vw 0vw;
    }

    .area-contact a.contact-01 {
        font-size: 2.8125rem;
        width: 40.1041666667vw;
    }

    .area-contact a.contact-02 {
        font-size: 2.5rem;
        margin-top: 1.3020833333vw;
    }
}

#header-contents a.pamphlet::after,
#footer-contents a.pamphlet::after {
    background-image: url(../../img/common/pdf.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1.8em;
    margin-left: 0.35em;
    position: relative;
    vertical-align: middle;
    width: 1.403em;
}

#header-contents a.pamphlet.noLink,
#footer-contents a.pamphlet.noLink {
    opacity: 0.5;
    pointer-events: none;
}

#header-contents #nav-global {
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 998;
}

#header-contents #nav-global .nav-global-inner .nav-homeLogo {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

#header-contents #nav-global .nav-global-inner .nav-list-main a {
    color: #898989;
    display: inline-block;
    font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B";
    font-weight: 600;
    line-height: 2;
}

#header-contents .header-bg-01 {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 995;
}

#header-contents .header-bg-02 {
    background-color: rgba(234, 169, 179, 0.85);
    bottom: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 997;
}

#header-contents.open #nav-global {
    margin-right: 0;
}

#header-contents.open #nav-global .nav-global-inner {
    opacity: 1;
}

#header-contents.open .header-bg-02 {
    height: 100%;
}

@media screen and (max-width: 768px) {
    #header-contents #nav-global {
        margin-right: -100%;
        width: 100%;
    }

    #header-contents #nav-global .nav-global-inner {
        display: none;
        max-height: 100vh;
        opacity: 0;
        overflow-y: scroll;
        padding: 30.7692307692vw 0vw 15.3846153846vw 0vw;
        position: relative;
    }

    #header-contents #nav-global .nav-global-inner .nav-homeLogo {
        background-image: url(../../img/common/cmn-logo.png);
        height: 9.4871794872vw;
        left: 5vw;
        position: absolute;
        top: 5vw;
        width: 9.4871794872vw;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main {
        padding-left: 20.5128205128vw;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li {
        margin-bottom: 5.1282051282vw;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li a {
        color: #fff;
        font-size: 1.25rem;
    }

    #header-contents #nav-global .nav-global-inner a.contact-01 {
        background-color: #fff;
        color: #e59e9e !important;
        margin: 50px auto 0;
        padding-bottom: 3.8461538462vw;
        padding-top: 3.8461538462vw;
    }

    #header-contents #nav-global .nav-global-inner a.contact-03 {
        background-color: #fff;
        color: #8ea8d5 !important;
        line-height: 1.5;
        margin: 25px auto;
        padding-bottom: 2.5641025641vw;
        padding-top: 2.5641025641vw;
    }

    #header-contents #nav-global .nav-global-inner a.contact-03 div {
        background-color: #8ea8d5;
        height: 7.6923076923vw;
        -webkit-mask-image: url(../../img/common/tel.svg);
        mask-image: url(../../img/common/tel.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        vertical-align: middle;
        width: 4.6153846154vw;
    }

    #header-contents #nav-global .nav-global-inner a.contact-03 div img {
        display: none;
    }

    #header-contents #nav-global .nav-global-inner a.pamphlet::after {
        filter: brightness(0) invert(100%);
    }

    #header-contents .header-bg-02 {
        height: 100%;
        width: 0;
    }

    #header-contents.open .header-bg-02 {
        width: 100%;
    }
}

@media print, screen and (min-width: 769px) {
    #header-contents #nav-global {
        transition: all 1s ease;
        width: 100%;
    }

    #header-contents #nav-global .nav-global-inner {
        align-items: center;
        background-color: #fff;
        border-radius: 0 0 1vw 1vw;
        box-shadow: 0 0 0.415vw rgba(0, 0, 0, 0.35);
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0vw 2.8645833333vw 0vw 2.8645833333vw;
        padding: 1.1979166667vw 3.28125vw 1.1979166667vw 3.28125vw;
    }

    #header-contents #nav-global .nav-global-inner .nav-homeLogo {
        background-image: url(../../img/top/beads_logo_Y_small.png);
        height: 3.5416666667vw;
        width: 12.1354166667vw;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-left: 4.4270833333vw;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li {
        margin-right: 1.5625vw;
        position: relative;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li a {
        font-size: 1.375rem;
        position: relative;
        z-index: 2;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li.selected01::after,
  #header-contents #nav-global .nav-global-inner .nav-list-main li.selected02::after {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 2.6041666667vw;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 2.6041666667vw;
        z-index: 1;
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li.selected01::after {
        background-image: url(../../img/common/icon-menu-01.png);
    }

    #header-contents #nav-global .nav-global-inner .nav-list-main li.selected02::after {
        background-image: url(../../img/common/icon-menu-02.png);
    }
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wrapper #footer-contents {
    margin-top: auto;
}

#footer-contents {
    position: relative;
}

#footer-contents::before {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#footer-contents.main {
    background-color: #f8f8f8;
}

#footer-contents img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

#footer-contents h2 {
    background-image: url(../../img/common/footer-logo.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    color: #707070;
    position: relative;
    text-indent: -9999px;
    z-index: 2;
}

#footer-contents .footer-info h3 {
    border-bottom: 1px solid #707070;
    font-family: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6";
    line-height: 2;
}

#footer-contents .footer-info .f-start {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#footer-contents .footer-info p.txt01 {
    line-height: 1.5;
}

#footer-contents .footer-info a.tel {
    background-color: #707070;
    border-radius: 5em;
    color: #fff;
    line-height: 2.4;
    margin-left: 0.7em;
    padding: 0 1.15em 0 2.3em;
    position: relative;
}

#footer-contents .footer-info a.tel img {
    left: 0.9em;
    position: absolute;
    top: 0;
    width: 1.1em;
}

#footer-contents .footer-info a.sns {
    background-color: #fff;
    border-radius: 50%;
    margin-left: 0.7rem;
}

#footer-contents .footer-info a.sns img {
    padding: 0.5rem;
}

#footer-contents .nav-footer {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#footer-contents .nav-footer ul a {
    color: #707070;
    display: inline-block;
    font-family: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B";
    letter-spacing: 0.1em;
}

#footer-contents .nav-footer ul a::before {
    background-image: url(../../img/common/arrow.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 1em;
    margin-right: 0.6em;
    position: relative;
    vertical-align: middle;
    width: 0.902em;
}

#footer-contents .footer-company h3 {
    font-size: 2.1875rem;
    letter-spacing: 0.1em;
    line-height: 1;
}

#footer-contents .footer-company dl {
    align-items: flex-start;
    color: #707070;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    letter-spacing: 0.1em;
    line-height: 1.85;
}

#footer-contents .footer-bottom > * {
    display: inline-block;
    vertical-align: bottom;
}

#footer-contents .footer-bottom a {
    color: #707070;
    margin-left: 2.5em;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    #footer-contents::before {
        background-image: url(../../img/common/deco-footer-01_sp.png);
        height: 33.3333333333vw;
        top: -21.7948717949vw;
    }

    #footer-contents.main {
        padding: 2.5641025641vw 5.1282051282vw 7.6923076923vw 5.1282051282vw;
    }

    #footer-contents .flexBox {
        margin-top: 8.9743589744vw;
    }

    #footer-contents h2 {
        height: 18.7179487179vw;
        width: 64.1025641026vw;
    }

    #footer-contents .footer-info h3 {
        font-size: 1rem;
        margin-bottom: 2.5641025641vw;
    }

    #footer-contents .footer-info .f-start {
        padding-bottom: 3.8461538462vw;
    }

    #footer-contents .footer-info p {
        font-size: 1rem;
    }

    #footer-contents .footer-info p.txt01 {
        margin-bottom: 3.8461538462vw;
    }

    #footer-contents .footer-info a.tel {
        font-size: 1rem;
    }

    #footer-contents .footer-info a.sns {
        height: 9.7435897436vw;
        width: 9.7435897436vw;
    }

    #footer-contents .nav-footer {
        margin-top: 7.6923076923vw;
    }

    #footer-contents .nav-footer ul li {
        margin-top: 3.8461538462vw;
    }

    #footer-contents .nav-footer ul li a {
        font-size: 1.375rem;
    }

    #footer-contents .footer-company {
        margin-top: 7.6923076923vw;
    }

    #footer-contents .footer-company h3 {
        font-size: 1.5625rem;
        margin-bottom: 2.5641025641vw;
    }

    #footer-contents .footer-company dl {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #footer-contents .footer-company dl > * {
        font-size: 1rem;
        letter-spacing: 0.05em;
        line-height: 1.5;
        padding-top: 5.1282051282vw;
    }

    #footer-contents .footer-company dl dt {
        width: 33.3333333333vw;
    }

    #footer-contents .footer-company dl dd {
        width: 56.1538461538vw;
    }

    #footer-contents .footer-bottom {
        margin-top: 17.9487179487vw;
    }

    #footer-contents .footer-bottom a {
        font-size: 0.8125rem;
    }

    #footer-contents .footer-bottom p {
        font-size: 0.8125rem;
    }
}

@media print, screen and (min-width: 769px) {
    #footer-contents::before {
        background-image: url(../../img/common/deco-footer-01.png);
        height: 8.9583333333vw;
        top: -7.03125vw;
    }

    #footer-contents.main {
        padding: 0.5208333333vw 0vw 3.90625vw 15.625vw;
    }

    #footer-contents .flexBox {
        align-items: flex-start;
        column-gap: 3.65vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 1.8229166667vw;
    }

    #footer-contents h2 {
        height: 5.3125vw;
        width: 18.28125vw;
    }

    #footer-contents .footer-info {
        width: 29.1666666667vw;
    }

    #footer-contents .footer-info h3 {
        font-size: 1.25rem;
        margin-bottom: 0.625vw;
    }

    #footer-contents .footer-info .f-start {
        padding-bottom: 0.8854166667vw;
    }

    #footer-contents .footer-info p {
        font-size: 1.25rem;
    }

    #footer-contents .footer-info p.txt01 {
        margin-bottom: 0.8854166667vw;
    }

    #footer-contents .footer-info a.tel {
        font-size: 1.25rem;
        pointer-events: none;
    }

    #footer-contents .footer-info a.sns {
        height: 1.9791666667vw;
        width: 1.9791666667vw;
    }

    #footer-contents .nav-footer {
        column-gap: 3.4866667vw;
    }

    #footer-contents .nav-footer ul li {
        margin-top: 1.09375vw;
    }

    #footer-contents .nav-footer ul li a {
        font-size: 1.5rem;
    }

    #footer-contents .footer-company h3 {
        font-size: 2.1875rem;
        margin-bottom: 0.5208333333vw;
    }

    #footer-contents .footer-company dl {
        width: 46.875vw;
    }

    #footer-contents .footer-company dl > * {
        font-size: 1.25rem;
        padding-top: 0.7291666667vw;
    }

    #footer-contents .footer-company dl dt {
        width: 8.59375vw;
    }

    #footer-contents .footer-company dl dd {
        width: 37.5vw;
    }

    #footer-contents .footer-img {
        width: 29.1666666667vw;
    }

    #footer-contents .footer-bottom {
        margin-top: 0.8854166667vw;
    }

    #footer-contents .footer-bottom a {
        font-size: 1.125rem;
    }

    #footer-contents .footer-bottom p {
        font-size: 1.125rem;
    }
}

#subHeader {
    background-image: url(../../img/common/bg-subhead.webp);
    background-repeat: no-repeat;
    text-align: center;
}

#subHeader h1 {
    letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
    #subHeader {
        background-position: top 16vw left -7vw;
        background-size: 120% auto;
        min-height: 65.4vw;
        padding: 33.3333333333vw 7.6923076923vw 0vw 7.6923076923vw;
        position: relative;
    }

    #subHeader h1 {
        font-size: 1.625rem;
        line-height: 1.4;
        margin-bottom: 12.8205128205vw;
    }

    #subHeader p {
        font-size: 1.125rem;
        margin-bottom: 2.0512820513vw;
    }

    #subHeader.single {
        padding-top: 23.0769230769vw;
    }
}

@media print, screen and (min-width: 769px) {
    #subHeader {
        background-position: top center;
        background-size: 100% auto;
        min-height: 33.6vw;
        padding: 18.2291666667vw 19.7916666667vw 0vw 19.7916666667vw;
    }

    #subHeader h1 {
        font-size: 3.25rem;
        line-height: 1.4;
        margin-bottom: 7.8125vw;
    }

    #subHeader p {
        font-size: 2.25rem;
        line-height: 1.4;
        margin-bottom: 0.5208333333vw;
    }

    #subHeader.single {
        padding-top: 15.1041666667vw;
    }
}

@media screen and (max-width: 768px) {
    #header-contents a.sub-homeLogo {
        left: 0;
        margin: 5.1282051282vw 0vw 0vw 4.358974359vw;
        position: absolute;
        top: 0;
        width: 39.7435897436vw;
        z-index: 990;
    }
}

@media print, screen and (min-width: 769px) {
    #header-contents a.sub-homeLogo {
        display: none;
    }
}

input[type=submit],
button {
    cursor: pointer;
    display: block;
}

figure {
    margin: 0;
}

.omission {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

body.fix {
    overflow: hidden;
}

.box-nav-toggle {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.box-nav-toggle div {
    position: relative;
}

.box-nav-toggle span {
    background: #707070;
    display: block;
    left: 0;
    position: absolute;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    width: 100%;
}

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

.open .box-nav-toggle span:nth-child(1) {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.open .box-nav-toggle span:nth-child(2) {
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.open .box-nav-toggle span:nth-child(3) {
    left: 50%;
    width: 0;
}

@media screen and (max-width: 768px) {
    .box-nav-toggle {
        height: 19.2307692308vw;
        padding: 6.4102564103vw 5.1282051282vw 5.641025641vw 3.8461538462vw;
        width: 17.9487179487vw;
    }

    .box-nav-toggle span {
        height: 0.3076923077vw;
        min-height: 1.2px;
    }

    .box-nav-toggle span:nth-child(1) {
        top: 0.2vw;
        width: 100%;
    }

    .box-nav-toggle span:nth-child(2) {
        top: 3vw;
        width: 100%;
    }

    .box-nav-toggle span:nth-child(3) {
        top: 5.8vw;
        width: 66.67%;
    }

    .open .box-nav-toggle span:nth-child(1) {
        right: 1vw;
        top: 3vw;
    }

    .open .box-nav-toggle span:nth-child(2) {
        right: 1vw;
        top: 3vw;
    }
}

@media print, screen and (min-width: 769px) {
    .nav-btn {
        display: none;
    }
}
/* --------------------------------------------
Toggle button
--------------------------------------------*/
body.fix {
    overflow: hidden;
}

.box-nav-toggle {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.box-nav-toggle div {
    position: relative;
}

.box-nav-toggle span {
    background: clr(black01);
    display: block;
    left: 0;
    position: absolute;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    width: 100%;
}

/* #nav-toggle 切り替えアニメーション */
.open .box-nav-toggle span {
    background: #fff;
}

.open .box-nav-toggle span:nth-child(1) {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}

.open .box-nav-toggle span:nth-child(2) {
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

.open .box-nav-toggle span:nth-child(3) {
    left: 50%;
    width: 0;
}

/*　SMP　*/
@media screen and (max-width: 768px) {
  /* --------------------------------------------
  Toggle button
  --------------------------------------------*/
    .box-nav-toggle {
        height: 19.2307692308vw;
        padding: 6.4102564103vw 5.1282051282vw 5.641025641vw 3.8461538462vw;
        width: 17.9487179487vw;
    }

    .box-nav-toggle span {
        height: 0.3076923077vw;
        min-height: 1.2px;
    }

    .box-nav-toggle span:nth-child(1) {
        top: 0.2vw;
        width: 100%;
    }

    .box-nav-toggle span:nth-child(2) {
        top: 3vw;
        width: 100%;
    }

    .box-nav-toggle span:nth-child(3) {
        top: 5.8vw;
        width: 66.67%;
    }
  /* #nav-toggle 切り替えアニメーション */
    .open .box-nav-toggle span:nth-child(1) {
        right: 1vw;
        top: 3vw;
    }

    .open .box-nav-toggle span:nth-child(2) {
        right: 1vw;
        top: 3vw;
    }
}
/* PC */
@media print, screen and (min-width: 769px) {
  /* --------------------------------------------
  Toggle button
  --------------------------------------------*/
    .nav-btn {
        display: none;
    }
}

:root {
    --ff-koburina-w3: "FP-こぶりなゴシック StdN W3", "FP-KoburinaGoStdN-W3";
    --ff-koburina-w6: "FP-こぶりなゴシック StdN W6", "FP-KoburinaGoStdN-W6";
    --ff-tsukushi-b: "FOT-筑紫A丸ゴシック Std B", "TsukuARdGothicStd-B";
    --duration: .35s;
    --cubic: cubic-bezier(.645, .045, .355, 1);
}