@charset "UTF-8";
:root {
  --main:#333333;
  --main-sub:#383838;
  --primary:#333333;
  --accent: #4665b3;
  --login: #ffaa2c;
  --register: #9ac637;
  --gray: #f1f1f1;
  --inverse: #fff;
  --red: #732020;
  --color-def: #333333;
  --color-catch: #f5f5f5;
  --color-link: #aa9986;
  --color-footer: #fff;
  --inverse-def: #fff;
  --bg-blue: #dde2f1;
  --btn-bg: var(--primary);
  --btn-color: #fff;
  --btn-border: var(--primary);
  --btn-bg-h: #fff;
  --btn-color-h: var(--main);
  --btn-border-h: var(--primary);
  --btn-w: calc(280em / 18);
  --btn-h: calc(64em / 18);
  --btn-round: 0;
  --btn-size: inherit;
  --header-h: 112px;
  --header-bg: transparent;
  --header-bg-scroll: #000;
  --gnav-bg:#f8f8f8;
  --gnav-bg_hv:var(--main);
  --gnav-color: #fff;
  --gnav-color-h:var(--primary);
  --gnav-h: 60px;
  --gnav-btn-h:30px;
  --gnav-btn-w:clamp(40px, calc(140vmin / 15), 46px);
  --gnav-btn-bg:#fff;
  --gnav-btn-active:#000;
  --svg-bg: var(--primary);
  --svg-color: #fff;
  --svg-w: 1em;
  --gra-base: rgba(0,129,155,1) 0%, rgba(0,130,180,1) 23%, rgba(0,74,147,1) 60%, rgba(66,94,164,1) 100%;
  --gra: linear-gradient(var(--gra-agl, 90deg), var(--gra-base));
  --table-head: #aa9986;
  --title-bottom: 1.5em;
  --lineheight: calc(28 / 16);
  --lineheight-title: 1.5;
  --letterspace-def: 0;
  --letterspace: 0.025em;
  --letterspace-narrow: 0.0em;
  --letterspace-wide: 0.1em;
  --size-def: clamp(13px, calc(13vmin / 4), 16px);
  --size-12: clamp(10px, calc(10vmin / 4), 12px);
  --size-14: clamp(12px, calc(10vmin / 4), 14px);
  --size-16: clamp(14px, calc(10vmin / 4), 16px);
  --size-18: clamp(14px, calc(12vmin / 4), 18px);
  --size-20: clamp(16px, calc(16vmin / 4), 20px);
  --size-21: clamp(16px, calc(16vmin / 4), 21px);
  --size-22: clamp(16px, calc(16vmin / 4), 22px);
  --size-24: clamp(18px, calc(16vmin / 4), 24px);
  --size-25: clamp(18px, calc(16vmin / 4), 25px);
  --size-26: clamp(18px, calc(18vmin / 4), 26px);
  --size-28: clamp(18px, calc(18vmin / 4), 28px);
  --size-30: clamp(18px, calc(18vmin / 4), 30px);
  --size-32: clamp(18px, calc(18vmin / 4), 32px);
  --size-34: clamp(18px, calc(18vmin / 4), 34px);
  --size-35: clamp(18px, calc(18vmin / 4), 35px);
  --size-36: clamp(20px, calc(20vmin / 4), 36px);
  --size-38: clamp(22px, calc(20vmin / 4), 38px);
  --size-40: clamp(26px, calc(24vmin / 4), 40px);
  --size-42: clamp(26px, calc(24vmin / 4), 42px);
  --size-44: clamp(26px, calc(24vmin / 4), 44px);
  --size-48: clamp(30px, calc(26vmin / 4), 48px);
  --size-56: clamp(30px, calc(28vmin / 4), 56px);
  --size-60: clamp(30px, calc(28vmin / 4), 60px);
  --size-64: clamp(30px, calc(30vmin / 4), 64px);
  --size-68: clamp(30px, calc(30vmin / 4), 68px);
  --size-70: clamp(30px, calc(30vmin / 4), 70px);
  --size-72: clamp(30px, calc(30vmin / 4), 72px);
  --size-80: clamp(40px, calc(40vmin / 4), 80px);
  --size-84: clamp(40px, calc(40vmin / 4), 84px);
  --size-90: clamp(40px, calc(40vmin / 4), 90px);
  --size-120: clamp(40px, calc(50vmin / 4), 120px);
  --size-150: clamp(45px, calc(150vw / 16.8), 150px);
  --easing: cubic-bezier(0.37, 0, 0.63, 1);
  --easing-def: cubic-bezier(0.42, 0, 0.58, 1);
  --easing-slide: cubic-bezier(0.77, 0, 0.175, 1);
  --container: 1190px;
  --container-wide: 1430px;
  --container-slim: 1030px;
  --container-pad: min(calc(10% / 3.75), 15px);
  --container-pad_sp: min(calc(10% /3.75), 15px);
  --sec-top:clamp(3em, calc(100% / 12), 80px);
  --sec-bottom:clamp(3em, calc(100% / 12), 80px);
  --thumb-aspect: 470 / 307;
  --font-gothic:'Noto Sans JP','Yu Gothic', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
  --font-mincho: 'Shippori Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  --font-en: 'Cormorant Garamond','Yu Gothic','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', sans-serif;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* ===========================================================================

/assets/sass/common/_reset.scss
Reset

=========================================================================== */
body {
  /* webkit系のスマホで文字が拡大されるのを防ぐ */
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: inherit;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  /* 必要に応じて下記はコメントアウト */
  /*
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
  */
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

a, span, small, strong {
  color: inherit;
  font-weight: inherit;
}

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

/assets/sass/common/_common.scss

=========================================================================== */
html {
  box-sizing: border-box;
}

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

*, *::before, *::after {
  box-sizing: inherit;
}

p {
  margin-bottom: var(--p-margin, 1.5em);
}
p:last-of-type {
  margin-bottom: var(--p-margin-last, 0);
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

/* -----------------------------
 margin,padding
----------------------------- */
.pt0 {
  padding-top: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pr55 {
  padding-right: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.pl55 {
  padding-left: 55px;
}

.mt55 {
  margin-top: 55px;
}

.mr55 {
  margin-right: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pr65 {
  padding-right: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.pl65 {
  padding-left: 65px;
}

.mt65 {
  margin-top: 65px;
}

.mr65 {
  margin-right: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pr75 {
  padding-right: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.pl75 {
  padding-left: 75px;
}

.mt75 {
  margin-top: 75px;
}

.mr75 {
  margin-right: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pr85 {
  padding-right: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.pl85 {
  padding-left: 85px;
}

.mt85 {
  margin-top: 85px;
}

.mr85 {
  margin-right: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pr95 {
  padding-right: 95px;
}

.pb95 {
  padding-bottom: 95px;
}

.pl95 {
  padding-left: 95px;
}

.mt95 {
  margin-top: 95px;
}

.mr95 {
  margin-right: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.pt105 {
  padding-top: 105px;
}

.pr105 {
  padding-right: 105px;
}

.pb105 {
  padding-bottom: 105px;
}

.pl105 {
  padding-left: 105px;
}

.mt105 {
  margin-top: 105px;
}

.mr105 {
  margin-right: 105px;
}

.mb105 {
  margin-bottom: 105px;
}

.ml105 {
  margin-left: 105px;
}

.pt110 {
  padding-top: 110px;
}

.pr110 {
  padding-right: 110px;
}

.pb110 {
  padding-bottom: 110px;
}

.pl110 {
  padding-left: 110px;
}

.mt110 {
  margin-top: 110px;
}

.mr110 {
  margin-right: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.ml110 {
  margin-left: 110px;
}

.pt115 {
  padding-top: 115px;
}

.pr115 {
  padding-right: 115px;
}

.pb115 {
  padding-bottom: 115px;
}

.pl115 {
  padding-left: 115px;
}

.mt115 {
  margin-top: 115px;
}

.mr115 {
  margin-right: 115px;
}

.mb115 {
  margin-bottom: 115px;
}

.ml115 {
  margin-left: 115px;
}

.pt120 {
  padding-top: 120px;
}

.pr120 {
  padding-right: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl120 {
  padding-left: 120px;
}

.mt120 {
  margin-top: 120px;
}

.mr120 {
  margin-right: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.ml120 {
  margin-left: 120px;
}

.pt125 {
  padding-top: 125px;
}

.pr125 {
  padding-right: 125px;
}

.pb125 {
  padding-bottom: 125px;
}

.pl125 {
  padding-left: 125px;
}

.mt125 {
  margin-top: 125px;
}

.mr125 {
  margin-right: 125px;
}

.mb125 {
  margin-bottom: 125px;
}

.ml125 {
  margin-left: 125px;
}

.pt130 {
  padding-top: 130px;
}

.pr130 {
  padding-right: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.pl130 {
  padding-left: 130px;
}

.mt130 {
  margin-top: 130px;
}

.mr130 {
  margin-right: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.ml130 {
  margin-left: 130px;
}

.pt135 {
  padding-top: 135px;
}

.pr135 {
  padding-right: 135px;
}

.pb135 {
  padding-bottom: 135px;
}

.pl135 {
  padding-left: 135px;
}

.mt135 {
  margin-top: 135px;
}

.mr135 {
  margin-right: 135px;
}

.mb135 {
  margin-bottom: 135px;
}

.ml135 {
  margin-left: 135px;
}

.pt140 {
  padding-top: 140px;
}

.pr140 {
  padding-right: 140px;
}

.pb140 {
  padding-bottom: 140px;
}

.pl140 {
  padding-left: 140px;
}

.mt140 {
  margin-top: 140px;
}

.mr140 {
  margin-right: 140px;
}

.mb140 {
  margin-bottom: 140px;
}

.ml140 {
  margin-left: 140px;
}

.pt145 {
  padding-top: 145px;
}

.pr145 {
  padding-right: 145px;
}

.pb145 {
  padding-bottom: 145px;
}

.pl145 {
  padding-left: 145px;
}

.mt145 {
  margin-top: 145px;
}

.mr145 {
  margin-right: 145px;
}

.mb145 {
  margin-bottom: 145px;
}

.ml145 {
  margin-left: 145px;
}

.pt150 {
  padding-top: 150px;
}

.pr150 {
  padding-right: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pl150 {
  padding-left: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mr150 {
  margin-right: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.ml150 {
  margin-left: 150px;
}

.pt155 {
  padding-top: 155px;
}

.pr155 {
  padding-right: 155px;
}

.pb155 {
  padding-bottom: 155px;
}

.pl155 {
  padding-left: 155px;
}

.mt155 {
  margin-top: 155px;
}

.mr155 {
  margin-right: 155px;
}

.mb155 {
  margin-bottom: 155px;
}

.ml155 {
  margin-left: 155px;
}

.pt160 {
  padding-top: 160px;
}

.pr160 {
  padding-right: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pl160 {
  padding-left: 160px;
}

.mt160 {
  margin-top: 160px;
}

.mr160 {
  margin-right: 160px;
}

.mb160 {
  margin-bottom: 160px;
}

.ml160 {
  margin-left: 160px;
}

.pt165 {
  padding-top: 165px;
}

.pr165 {
  padding-right: 165px;
}

.pb165 {
  padding-bottom: 165px;
}

.pl165 {
  padding-left: 165px;
}

.mt165 {
  margin-top: 165px;
}

.mr165 {
  margin-right: 165px;
}

.mb165 {
  margin-bottom: 165px;
}

.ml165 {
  margin-left: 165px;
}

.pt170 {
  padding-top: 170px;
}

.pr170 {
  padding-right: 170px;
}

.pb170 {
  padding-bottom: 170px;
}

.pl170 {
  padding-left: 170px;
}

.mt170 {
  margin-top: 170px;
}

.mr170 {
  margin-right: 170px;
}

.mb170 {
  margin-bottom: 170px;
}

.ml170 {
  margin-left: 170px;
}

.pt175 {
  padding-top: 175px;
}

.pr175 {
  padding-right: 175px;
}

.pb175 {
  padding-bottom: 175px;
}

.pl175 {
  padding-left: 175px;
}

.mt175 {
  margin-top: 175px;
}

.mr175 {
  margin-right: 175px;
}

.mb175 {
  margin-bottom: 175px;
}

.ml175 {
  margin-left: 175px;
}

.pt180 {
  padding-top: 180px;
}

.pr180 {
  padding-right: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pl180 {
  padding-left: 180px;
}

.mt180 {
  margin-top: 180px;
}

.mr180 {
  margin-right: 180px;
}

.mb180 {
  margin-bottom: 180px;
}

.ml180 {
  margin-left: 180px;
}

.pt185 {
  padding-top: 185px;
}

.pr185 {
  padding-right: 185px;
}

.pb185 {
  padding-bottom: 185px;
}

.pl185 {
  padding-left: 185px;
}

.mt185 {
  margin-top: 185px;
}

.mr185 {
  margin-right: 185px;
}

.mb185 {
  margin-bottom: 185px;
}

.ml185 {
  margin-left: 185px;
}

.pt190 {
  padding-top: 190px;
}

.pr190 {
  padding-right: 190px;
}

.pb190 {
  padding-bottom: 190px;
}

.pl190 {
  padding-left: 190px;
}

.mt190 {
  margin-top: 190px;
}

.mr190 {
  margin-right: 190px;
}

.mb190 {
  margin-bottom: 190px;
}

.ml190 {
  margin-left: 190px;
}

.pt195 {
  padding-top: 195px;
}

.pr195 {
  padding-right: 195px;
}

.pb195 {
  padding-bottom: 195px;
}

.pl195 {
  padding-left: 195px;
}

.mt195 {
  margin-top: 195px;
}

.mr195 {
  margin-right: 195px;
}

.mb195 {
  margin-bottom: 195px;
}

.ml195 {
  margin-left: 195px;
}

.pt200 {
  padding-top: 200px;
}

.pr200 {
  padding-right: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.pl200 {
  padding-left: 200px;
}

.mt200 {
  margin-top: 200px;
}

.mr200 {
  margin-right: 200px;
}

.mb200 {
  margin-bottom: 200px;
}

.ml200 {
  margin-left: 200px;
}

@media print, screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0px;
  }
  .pr0 {
    padding-right: 0px;
  }
  .pb0 {
    padding-bottom: 0px;
  }
  .pl0 {
    padding-left: 0px;
  }
  .mt0 {
    margin-top: 0px;
  }
  .mr0 {
    margin-right: 0px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .ml0 {
    margin-left: 0px;
  }
  .pt5 {
    padding-top: 2.5px;
  }
  .pr5 {
    padding-right: 2.5px;
  }
  .pb5 {
    padding-bottom: 2.5px;
  }
  .pl5 {
    padding-left: 2.5px;
  }
  .mt5 {
    margin-top: 2.5px;
  }
  .mr5 {
    margin-right: 2.5px;
  }
  .mb5 {
    margin-bottom: 2.5px;
  }
  .ml5 {
    margin-left: 2.5px;
  }
  .pt10 {
    padding-top: 5px;
  }
  .pr10 {
    padding-right: 5px;
  }
  .pb10 {
    padding-bottom: 5px;
  }
  .pl10 {
    padding-left: 5px;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mr10 {
    margin-right: 5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .ml10 {
    margin-left: 5px;
  }
  .pt15 {
    padding-top: 7.5px;
  }
  .pr15 {
    padding-right: 7.5px;
  }
  .pb15 {
    padding-bottom: 7.5px;
  }
  .pl15 {
    padding-left: 7.5px;
  }
  .mt15 {
    margin-top: 7.5px;
  }
  .mr15 {
    margin-right: 7.5px;
  }
  .mb15 {
    margin-bottom: 7.5px;
  }
  .ml15 {
    margin-left: 7.5px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pr20 {
    padding-right: 10px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .pl20 {
    padding-left: 10px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mr20 {
    margin-right: 10px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .ml20 {
    margin-left: 10px;
  }
  .pt25 {
    padding-top: 12.5px;
  }
  .pr25 {
    padding-right: 12.5px;
  }
  .pb25 {
    padding-bottom: 12.5px;
  }
  .pl25 {
    padding-left: 12.5px;
  }
  .mt25 {
    margin-top: 12.5px;
  }
  .mr25 {
    margin-right: 12.5px;
  }
  .mb25 {
    margin-bottom: 12.5px;
  }
  .ml25 {
    margin-left: 12.5px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pr30 {
    padding-right: 15px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  .pl30 {
    padding-left: 15px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mr30 {
    margin-right: 15px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .ml30 {
    margin-left: 15px;
  }
  .pt35 {
    padding-top: 17.5px;
  }
  .pr35 {
    padding-right: 17.5px;
  }
  .pb35 {
    padding-bottom: 17.5px;
  }
  .pl35 {
    padding-left: 17.5px;
  }
  .mt35 {
    margin-top: 17.5px;
  }
  .mr35 {
    margin-right: 17.5px;
  }
  .mb35 {
    margin-bottom: 17.5px;
  }
  .ml35 {
    margin-left: 17.5px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pr40 {
    padding-right: 20px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pl40 {
    padding-left: 20px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mr40 {
    margin-right: 20px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .ml40 {
    margin-left: 20px;
  }
  .pt45 {
    padding-top: 22.5px;
  }
  .pr45 {
    padding-right: 22.5px;
  }
  .pb45 {
    padding-bottom: 22.5px;
  }
  .pl45 {
    padding-left: 22.5px;
  }
  .mt45 {
    margin-top: 22.5px;
  }
  .mr45 {
    margin-right: 22.5px;
  }
  .mb45 {
    margin-bottom: 22.5px;
  }
  .ml45 {
    margin-left: 22.5px;
  }
  .pt50 {
    padding-top: 25px;
  }
  .pr50 {
    padding-right: 25px;
  }
  .pb50 {
    padding-bottom: 25px;
  }
  .pl50 {
    padding-left: 25px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mr50 {
    margin-right: 25px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .ml50 {
    margin-left: 25px;
  }
  .pt55 {
    padding-top: 27.5px;
  }
  .pr55 {
    padding-right: 27.5px;
  }
  .pb55 {
    padding-bottom: 27.5px;
  }
  .pl55 {
    padding-left: 27.5px;
  }
  .mt55 {
    margin-top: 27.5px;
  }
  .mr55 {
    margin-right: 27.5px;
  }
  .mb55 {
    margin-bottom: 27.5px;
  }
  .ml55 {
    margin-left: 27.5px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pr60 {
    padding-right: 30px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pl60 {
    padding-left: 30px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mr60 {
    margin-right: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .ml60 {
    margin-left: 30px;
  }
  .pt65 {
    padding-top: 32.5px;
  }
  .pr65 {
    padding-right: 32.5px;
  }
  .pb65 {
    padding-bottom: 32.5px;
  }
  .pl65 {
    padding-left: 32.5px;
  }
  .mt65 {
    margin-top: 32.5px;
  }
  .mr65 {
    margin-right: 32.5px;
  }
  .mb65 {
    margin-bottom: 32.5px;
  }
  .ml65 {
    margin-left: 32.5px;
  }
  .pt70 {
    padding-top: 35px;
  }
  .pr70 {
    padding-right: 35px;
  }
  .pb70 {
    padding-bottom: 35px;
  }
  .pl70 {
    padding-left: 35px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mr70 {
    margin-right: 35px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .ml70 {
    margin-left: 35px;
  }
  .pt75 {
    padding-top: 37.5px;
  }
  .pr75 {
    padding-right: 37.5px;
  }
  .pb75 {
    padding-bottom: 37.5px;
  }
  .pl75 {
    padding-left: 37.5px;
  }
  .mt75 {
    margin-top: 37.5px;
  }
  .mr75 {
    margin-right: 37.5px;
  }
  .mb75 {
    margin-bottom: 37.5px;
  }
  .ml75 {
    margin-left: 37.5px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pr80 {
    padding-right: 40px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pl80 {
    padding-left: 40px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mr80 {
    margin-right: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .ml80 {
    margin-left: 40px;
  }
  .pt85 {
    padding-top: 42.5px;
  }
  .pr85 {
    padding-right: 42.5px;
  }
  .pb85 {
    padding-bottom: 42.5px;
  }
  .pl85 {
    padding-left: 42.5px;
  }
  .mt85 {
    margin-top: 42.5px;
  }
  .mr85 {
    margin-right: 42.5px;
  }
  .mb85 {
    margin-bottom: 42.5px;
  }
  .ml85 {
    margin-left: 42.5px;
  }
  .pt90 {
    padding-top: 45px;
  }
  .pr90 {
    padding-right: 45px;
  }
  .pb90 {
    padding-bottom: 45px;
  }
  .pl90 {
    padding-left: 45px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mr90 {
    margin-right: 45px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .ml90 {
    margin-left: 45px;
  }
  .pt95 {
    padding-top: 47.5px;
  }
  .pr95 {
    padding-right: 47.5px;
  }
  .pb95 {
    padding-bottom: 47.5px;
  }
  .pl95 {
    padding-left: 47.5px;
  }
  .mt95 {
    margin-top: 47.5px;
  }
  .mr95 {
    margin-right: 47.5px;
  }
  .mb95 {
    margin-bottom: 47.5px;
  }
  .ml95 {
    margin-left: 47.5px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pr100 {
    padding-right: 50px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pl100 {
    padding-left: 50px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mr100 {
    margin-right: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .ml100 {
    margin-left: 50px;
  }
  .pt105 {
    padding-top: 52.5px;
  }
  .pr105 {
    padding-right: 52.5px;
  }
  .pb105 {
    padding-bottom: 52.5px;
  }
  .pl105 {
    padding-left: 52.5px;
  }
  .mt105 {
    margin-top: 52.5px;
  }
  .mr105 {
    margin-right: 52.5px;
  }
  .mb105 {
    margin-bottom: 52.5px;
  }
  .ml105 {
    margin-left: 52.5px;
  }
  .pt110 {
    padding-top: 55px;
  }
  .pr110 {
    padding-right: 55px;
  }
  .pb110 {
    padding-bottom: 55px;
  }
  .pl110 {
    padding-left: 55px;
  }
  .mt110 {
    margin-top: 55px;
  }
  .mr110 {
    margin-right: 55px;
  }
  .mb110 {
    margin-bottom: 55px;
  }
  .ml110 {
    margin-left: 55px;
  }
  .pt115 {
    padding-top: 57.5px;
  }
  .pr115 {
    padding-right: 57.5px;
  }
  .pb115 {
    padding-bottom: 57.5px;
  }
  .pl115 {
    padding-left: 57.5px;
  }
  .mt115 {
    margin-top: 57.5px;
  }
  .mr115 {
    margin-right: 57.5px;
  }
  .mb115 {
    margin-bottom: 57.5px;
  }
  .ml115 {
    margin-left: 57.5px;
  }
  .pt120 {
    padding-top: 60px;
  }
  .pr120 {
    padding-right: 60px;
  }
  .pb120 {
    padding-bottom: 60px;
  }
  .pl120 {
    padding-left: 60px;
  }
  .mt120 {
    margin-top: 60px;
  }
  .mr120 {
    margin-right: 60px;
  }
  .mb120 {
    margin-bottom: 60px;
  }
  .ml120 {
    margin-left: 60px;
  }
  .pt125 {
    padding-top: 62.5px;
  }
  .pr125 {
    padding-right: 62.5px;
  }
  .pb125 {
    padding-bottom: 62.5px;
  }
  .pl125 {
    padding-left: 62.5px;
  }
  .mt125 {
    margin-top: 62.5px;
  }
  .mr125 {
    margin-right: 62.5px;
  }
  .mb125 {
    margin-bottom: 62.5px;
  }
  .ml125 {
    margin-left: 62.5px;
  }
  .pt130 {
    padding-top: 65px;
  }
  .pr130 {
    padding-right: 65px;
  }
  .pb130 {
    padding-bottom: 65px;
  }
  .pl130 {
    padding-left: 65px;
  }
  .mt130 {
    margin-top: 65px;
  }
  .mr130 {
    margin-right: 65px;
  }
  .mb130 {
    margin-bottom: 65px;
  }
  .ml130 {
    margin-left: 65px;
  }
  .pt135 {
    padding-top: 67.5px;
  }
  .pr135 {
    padding-right: 67.5px;
  }
  .pb135 {
    padding-bottom: 67.5px;
  }
  .pl135 {
    padding-left: 67.5px;
  }
  .mt135 {
    margin-top: 67.5px;
  }
  .mr135 {
    margin-right: 67.5px;
  }
  .mb135 {
    margin-bottom: 67.5px;
  }
  .ml135 {
    margin-left: 67.5px;
  }
  .pt140 {
    padding-top: 70px;
  }
  .pr140 {
    padding-right: 70px;
  }
  .pb140 {
    padding-bottom: 70px;
  }
  .pl140 {
    padding-left: 70px;
  }
  .mt140 {
    margin-top: 70px;
  }
  .mr140 {
    margin-right: 70px;
  }
  .mb140 {
    margin-bottom: 70px;
  }
  .ml140 {
    margin-left: 70px;
  }
  .pt145 {
    padding-top: 72.5px;
  }
  .pr145 {
    padding-right: 72.5px;
  }
  .pb145 {
    padding-bottom: 72.5px;
  }
  .pl145 {
    padding-left: 72.5px;
  }
  .mt145 {
    margin-top: 72.5px;
  }
  .mr145 {
    margin-right: 72.5px;
  }
  .mb145 {
    margin-bottom: 72.5px;
  }
  .ml145 {
    margin-left: 72.5px;
  }
  .pt150 {
    padding-top: 75px;
  }
  .pr150 {
    padding-right: 75px;
  }
  .pb150 {
    padding-bottom: 75px;
  }
  .pl150 {
    padding-left: 75px;
  }
  .mt150 {
    margin-top: 75px;
  }
  .mr150 {
    margin-right: 75px;
  }
  .mb150 {
    margin-bottom: 75px;
  }
  .ml150 {
    margin-left: 75px;
  }
  .pt155 {
    padding-top: 77.5px;
  }
  .pr155 {
    padding-right: 77.5px;
  }
  .pb155 {
    padding-bottom: 77.5px;
  }
  .pl155 {
    padding-left: 77.5px;
  }
  .mt155 {
    margin-top: 77.5px;
  }
  .mr155 {
    margin-right: 77.5px;
  }
  .mb155 {
    margin-bottom: 77.5px;
  }
  .ml155 {
    margin-left: 77.5px;
  }
  .pt160 {
    padding-top: 80px;
  }
  .pr160 {
    padding-right: 80px;
  }
  .pb160 {
    padding-bottom: 80px;
  }
  .pl160 {
    padding-left: 80px;
  }
  .mt160 {
    margin-top: 80px;
  }
  .mr160 {
    margin-right: 80px;
  }
  .mb160 {
    margin-bottom: 80px;
  }
  .ml160 {
    margin-left: 80px;
  }
  .pt165 {
    padding-top: 82.5px;
  }
  .pr165 {
    padding-right: 82.5px;
  }
  .pb165 {
    padding-bottom: 82.5px;
  }
  .pl165 {
    padding-left: 82.5px;
  }
  .mt165 {
    margin-top: 82.5px;
  }
  .mr165 {
    margin-right: 82.5px;
  }
  .mb165 {
    margin-bottom: 82.5px;
  }
  .ml165 {
    margin-left: 82.5px;
  }
  .pt170 {
    padding-top: 85px;
  }
  .pr170 {
    padding-right: 85px;
  }
  .pb170 {
    padding-bottom: 85px;
  }
  .pl170 {
    padding-left: 85px;
  }
  .mt170 {
    margin-top: 85px;
  }
  .mr170 {
    margin-right: 85px;
  }
  .mb170 {
    margin-bottom: 85px;
  }
  .ml170 {
    margin-left: 85px;
  }
  .pt175 {
    padding-top: 87.5px;
  }
  .pr175 {
    padding-right: 87.5px;
  }
  .pb175 {
    padding-bottom: 87.5px;
  }
  .pl175 {
    padding-left: 87.5px;
  }
  .mt175 {
    margin-top: 87.5px;
  }
  .mr175 {
    margin-right: 87.5px;
  }
  .mb175 {
    margin-bottom: 87.5px;
  }
  .ml175 {
    margin-left: 87.5px;
  }
  .pt180 {
    padding-top: 90px;
  }
  .pr180 {
    padding-right: 90px;
  }
  .pb180 {
    padding-bottom: 90px;
  }
  .pl180 {
    padding-left: 90px;
  }
  .mt180 {
    margin-top: 90px;
  }
  .mr180 {
    margin-right: 90px;
  }
  .mb180 {
    margin-bottom: 90px;
  }
  .ml180 {
    margin-left: 90px;
  }
  .pt185 {
    padding-top: 92.5px;
  }
  .pr185 {
    padding-right: 92.5px;
  }
  .pb185 {
    padding-bottom: 92.5px;
  }
  .pl185 {
    padding-left: 92.5px;
  }
  .mt185 {
    margin-top: 92.5px;
  }
  .mr185 {
    margin-right: 92.5px;
  }
  .mb185 {
    margin-bottom: 92.5px;
  }
  .ml185 {
    margin-left: 92.5px;
  }
  .pt190 {
    padding-top: 95px;
  }
  .pr190 {
    padding-right: 95px;
  }
  .pb190 {
    padding-bottom: 95px;
  }
  .pl190 {
    padding-left: 95px;
  }
  .mt190 {
    margin-top: 95px;
  }
  .mr190 {
    margin-right: 95px;
  }
  .mb190 {
    margin-bottom: 95px;
  }
  .ml190 {
    margin-left: 95px;
  }
  .pt195 {
    padding-top: 97.5px;
  }
  .pr195 {
    padding-right: 97.5px;
  }
  .pb195 {
    padding-bottom: 97.5px;
  }
  .pl195 {
    padding-left: 97.5px;
  }
  .mt195 {
    margin-top: 97.5px;
  }
  .mr195 {
    margin-right: 97.5px;
  }
  .mb195 {
    margin-bottom: 97.5px;
  }
  .ml195 {
    margin-left: 97.5px;
  }
  .pt200 {
    padding-top: 100px;
  }
  .pr200 {
    padding-right: 100px;
  }
  .pb200 {
    padding-bottom: 100px;
  }
  .pl200 {
    padding-left: 100px;
  }
  .mt200 {
    margin-top: 100px;
  }
  .mr200 {
    margin-right: 100px;
  }
  .mb200 {
    margin-bottom: 100px;
  }
  .ml200 {
    margin-left: 100px;
  }
  .pt0-smt {
    padding-top: 0px;
  }
  .pr0-smt {
    padding-right: 0px;
  }
  .pb0-smt {
    padding-bottom: 0px;
  }
  .pl0-smt {
    padding-left: 0px;
  }
  .mt0-smt {
    margin-top: 0px;
  }
  .mr0-smt {
    margin-right: 0px;
  }
  .mb0-smt {
    margin-bottom: 0px;
  }
  .ml0-smt {
    margin-left: 0px;
  }
  .pt5-smt {
    padding-top: 2.5px;
  }
  .pr5-smt {
    padding-right: 2.5px;
  }
  .pb5-smt {
    padding-bottom: 2.5px;
  }
  .pl5-smt {
    padding-left: 2.5px;
  }
  .mt5-smt {
    margin-top: 2.5px;
  }
  .mr5-smt {
    margin-right: 2.5px;
  }
  .mb5-smt {
    margin-bottom: 2.5px;
  }
  .ml5-smt {
    margin-left: 2.5px;
  }
  .pt10-smt {
    padding-top: 5px;
  }
  .pr10-smt {
    padding-right: 5px;
  }
  .pb10-smt {
    padding-bottom: 5px;
  }
  .pl10-smt {
    padding-left: 5px;
  }
  .mt10-smt {
    margin-top: 5px;
  }
  .mr10-smt {
    margin-right: 5px;
  }
  .mb10-smt {
    margin-bottom: 5px;
  }
  .ml10-smt {
    margin-left: 5px;
  }
  .pt15-smt {
    padding-top: 7.5px;
  }
  .pr15-smt {
    padding-right: 7.5px;
  }
  .pb15-smt {
    padding-bottom: 7.5px;
  }
  .pl15-smt {
    padding-left: 7.5px;
  }
  .mt15-smt {
    margin-top: 7.5px;
  }
  .mr15-smt {
    margin-right: 7.5px;
  }
  .mb15-smt {
    margin-bottom: 7.5px;
  }
  .ml15-smt {
    margin-left: 7.5px;
  }
  .pt20-smt {
    padding-top: 10px;
  }
  .pr20-smt {
    padding-right: 10px;
  }
  .pb20-smt {
    padding-bottom: 10px;
  }
  .pl20-smt {
    padding-left: 10px;
  }
  .mt20-smt {
    margin-top: 10px;
  }
  .mr20-smt {
    margin-right: 10px;
  }
  .mb20-smt {
    margin-bottom: 10px;
  }
  .ml20-smt {
    margin-left: 10px;
  }
  .pt25-smt {
    padding-top: 12.5px;
  }
  .pr25-smt {
    padding-right: 12.5px;
  }
  .pb25-smt {
    padding-bottom: 12.5px;
  }
  .pl25-smt {
    padding-left: 12.5px;
  }
  .mt25-smt {
    margin-top: 12.5px;
  }
  .mr25-smt {
    margin-right: 12.5px;
  }
  .mb25-smt {
    margin-bottom: 12.5px;
  }
  .ml25-smt {
    margin-left: 12.5px;
  }
  .pt30-smt {
    padding-top: 15px;
  }
  .pr30-smt {
    padding-right: 15px;
  }
  .pb30-smt {
    padding-bottom: 15px;
  }
  .pl30-smt {
    padding-left: 15px;
  }
  .mt30-smt {
    margin-top: 15px;
  }
  .mr30-smt {
    margin-right: 15px;
  }
  .mb30-smt {
    margin-bottom: 15px;
  }
  .ml30-smt {
    margin-left: 15px;
  }
  .pt35-smt {
    padding-top: 17.5px;
  }
  .pr35-smt {
    padding-right: 17.5px;
  }
  .pb35-smt {
    padding-bottom: 17.5px;
  }
  .pl35-smt {
    padding-left: 17.5px;
  }
  .mt35-smt {
    margin-top: 17.5px;
  }
  .mr35-smt {
    margin-right: 17.5px;
  }
  .mb35-smt {
    margin-bottom: 17.5px;
  }
  .ml35-smt {
    margin-left: 17.5px;
  }
  .pt40-smt {
    padding-top: 20px;
  }
  .pr40-smt {
    padding-right: 20px;
  }
  .pb40-smt {
    padding-bottom: 20px;
  }
  .pl40-smt {
    padding-left: 20px;
  }
  .mt40-smt {
    margin-top: 20px;
  }
  .mr40-smt {
    margin-right: 20px;
  }
  .mb40-smt {
    margin-bottom: 20px;
  }
  .ml40-smt {
    margin-left: 20px;
  }
  .pt45-smt {
    padding-top: 22.5px;
  }
  .pr45-smt {
    padding-right: 22.5px;
  }
  .pb45-smt {
    padding-bottom: 22.5px;
  }
  .pl45-smt {
    padding-left: 22.5px;
  }
  .mt45-smt {
    margin-top: 22.5px;
  }
  .mr45-smt {
    margin-right: 22.5px;
  }
  .mb45-smt {
    margin-bottom: 22.5px;
  }
  .ml45-smt {
    margin-left: 22.5px;
  }
  .pt50-smt {
    padding-top: 25px;
  }
  .pr50-smt {
    padding-right: 25px;
  }
  .pb50-smt {
    padding-bottom: 25px;
  }
  .pl50-smt {
    padding-left: 25px;
  }
  .mt50-smt {
    margin-top: 25px;
  }
  .mr50-smt {
    margin-right: 25px;
  }
  .mb50-smt {
    margin-bottom: 25px;
  }
  .ml50-smt {
    margin-left: 25px;
  }
  .pt55-smt {
    padding-top: 27.5px;
  }
  .pr55-smt {
    padding-right: 27.5px;
  }
  .pb55-smt {
    padding-bottom: 27.5px;
  }
  .pl55-smt {
    padding-left: 27.5px;
  }
  .mt55-smt {
    margin-top: 27.5px;
  }
  .mr55-smt {
    margin-right: 27.5px;
  }
  .mb55-smt {
    margin-bottom: 27.5px;
  }
  .ml55-smt {
    margin-left: 27.5px;
  }
  .pt60-smt {
    padding-top: 30px;
  }
  .pr60-smt {
    padding-right: 30px;
  }
  .pb60-smt {
    padding-bottom: 30px;
  }
  .pl60-smt {
    padding-left: 30px;
  }
  .mt60-smt {
    margin-top: 30px;
  }
  .mr60-smt {
    margin-right: 30px;
  }
  .mb60-smt {
    margin-bottom: 30px;
  }
  .ml60-smt {
    margin-left: 30px;
  }
  .pt65-smt {
    padding-top: 32.5px;
  }
  .pr65-smt {
    padding-right: 32.5px;
  }
  .pb65-smt {
    padding-bottom: 32.5px;
  }
  .pl65-smt {
    padding-left: 32.5px;
  }
  .mt65-smt {
    margin-top: 32.5px;
  }
  .mr65-smt {
    margin-right: 32.5px;
  }
  .mb65-smt {
    margin-bottom: 32.5px;
  }
  .ml65-smt {
    margin-left: 32.5px;
  }
  .pt70-smt {
    padding-top: 35px;
  }
  .pr70-smt {
    padding-right: 35px;
  }
  .pb70-smt {
    padding-bottom: 35px;
  }
  .pl70-smt {
    padding-left: 35px;
  }
  .mt70-smt {
    margin-top: 35px;
  }
  .mr70-smt {
    margin-right: 35px;
  }
  .mb70-smt {
    margin-bottom: 35px;
  }
  .ml70-smt {
    margin-left: 35px;
  }
  .pt75-smt {
    padding-top: 37.5px;
  }
  .pr75-smt {
    padding-right: 37.5px;
  }
  .pb75-smt {
    padding-bottom: 37.5px;
  }
  .pl75-smt {
    padding-left: 37.5px;
  }
  .mt75-smt {
    margin-top: 37.5px;
  }
  .mr75-smt {
    margin-right: 37.5px;
  }
  .mb75-smt {
    margin-bottom: 37.5px;
  }
  .ml75-smt {
    margin-left: 37.5px;
  }
  .pt80-smt {
    padding-top: 40px;
  }
  .pr80-smt {
    padding-right: 40px;
  }
  .pb80-smt {
    padding-bottom: 40px;
  }
  .pl80-smt {
    padding-left: 40px;
  }
  .mt80-smt {
    margin-top: 40px;
  }
  .mr80-smt {
    margin-right: 40px;
  }
  .mb80-smt {
    margin-bottom: 40px;
  }
  .ml80-smt {
    margin-left: 40px;
  }
  .pt85-smt {
    padding-top: 42.5px;
  }
  .pr85-smt {
    padding-right: 42.5px;
  }
  .pb85-smt {
    padding-bottom: 42.5px;
  }
  .pl85-smt {
    padding-left: 42.5px;
  }
  .mt85-smt {
    margin-top: 42.5px;
  }
  .mr85-smt {
    margin-right: 42.5px;
  }
  .mb85-smt {
    margin-bottom: 42.5px;
  }
  .ml85-smt {
    margin-left: 42.5px;
  }
  .pt90-smt {
    padding-top: 45px;
  }
  .pr90-smt {
    padding-right: 45px;
  }
  .pb90-smt {
    padding-bottom: 45px;
  }
  .pl90-smt {
    padding-left: 45px;
  }
  .mt90-smt {
    margin-top: 45px;
  }
  .mr90-smt {
    margin-right: 45px;
  }
  .mb90-smt {
    margin-bottom: 45px;
  }
  .ml90-smt {
    margin-left: 45px;
  }
  .pt95-smt {
    padding-top: 47.5px;
  }
  .pr95-smt {
    padding-right: 47.5px;
  }
  .pb95-smt {
    padding-bottom: 47.5px;
  }
  .pl95-smt {
    padding-left: 47.5px;
  }
  .mt95-smt {
    margin-top: 47.5px;
  }
  .mr95-smt {
    margin-right: 47.5px;
  }
  .mb95-smt {
    margin-bottom: 47.5px;
  }
  .ml95-smt {
    margin-left: 47.5px;
  }
  .pt100-smt {
    padding-top: 50px;
  }
  .pr100-smt {
    padding-right: 50px;
  }
  .pb100-smt {
    padding-bottom: 50px;
  }
  .pl100-smt {
    padding-left: 50px;
  }
  .mt100-smt {
    margin-top: 50px;
  }
  .mr100-smt {
    margin-right: 50px;
  }
  .mb100-smt {
    margin-bottom: 50px;
  }
  .ml100-smt {
    margin-left: 50px;
  }
  .pt105-smt {
    padding-top: 52.5px;
  }
  .pr105-smt {
    padding-right: 52.5px;
  }
  .pb105-smt {
    padding-bottom: 52.5px;
  }
  .pl105-smt {
    padding-left: 52.5px;
  }
  .mt105-smt {
    margin-top: 52.5px;
  }
  .mr105-smt {
    margin-right: 52.5px;
  }
  .mb105-smt {
    margin-bottom: 52.5px;
  }
  .ml105-smt {
    margin-left: 52.5px;
  }
  .pt110-smt {
    padding-top: 55px;
  }
  .pr110-smt {
    padding-right: 55px;
  }
  .pb110-smt {
    padding-bottom: 55px;
  }
  .pl110-smt {
    padding-left: 55px;
  }
  .mt110-smt {
    margin-top: 55px;
  }
  .mr110-smt {
    margin-right: 55px;
  }
  .mb110-smt {
    margin-bottom: 55px;
  }
  .ml110-smt {
    margin-left: 55px;
  }
  .pt115-smt {
    padding-top: 57.5px;
  }
  .pr115-smt {
    padding-right: 57.5px;
  }
  .pb115-smt {
    padding-bottom: 57.5px;
  }
  .pl115-smt {
    padding-left: 57.5px;
  }
  .mt115-smt {
    margin-top: 57.5px;
  }
  .mr115-smt {
    margin-right: 57.5px;
  }
  .mb115-smt {
    margin-bottom: 57.5px;
  }
  .ml115-smt {
    margin-left: 57.5px;
  }
  .pt120-smt {
    padding-top: 60px;
  }
  .pr120-smt {
    padding-right: 60px;
  }
  .pb120-smt {
    padding-bottom: 60px;
  }
  .pl120-smt {
    padding-left: 60px;
  }
  .mt120-smt {
    margin-top: 60px;
  }
  .mr120-smt {
    margin-right: 60px;
  }
  .mb120-smt {
    margin-bottom: 60px;
  }
  .ml120-smt {
    margin-left: 60px;
  }
  .pt125-smt {
    padding-top: 62.5px;
  }
  .pr125-smt {
    padding-right: 62.5px;
  }
  .pb125-smt {
    padding-bottom: 62.5px;
  }
  .pl125-smt {
    padding-left: 62.5px;
  }
  .mt125-smt {
    margin-top: 62.5px;
  }
  .mr125-smt {
    margin-right: 62.5px;
  }
  .mb125-smt {
    margin-bottom: 62.5px;
  }
  .ml125-smt {
    margin-left: 62.5px;
  }
  .pt130-smt {
    padding-top: 65px;
  }
  .pr130-smt {
    padding-right: 65px;
  }
  .pb130-smt {
    padding-bottom: 65px;
  }
  .pl130-smt {
    padding-left: 65px;
  }
  .mt130-smt {
    margin-top: 65px;
  }
  .mr130-smt {
    margin-right: 65px;
  }
  .mb130-smt {
    margin-bottom: 65px;
  }
  .ml130-smt {
    margin-left: 65px;
  }
  .pt135-smt {
    padding-top: 67.5px;
  }
  .pr135-smt {
    padding-right: 67.5px;
  }
  .pb135-smt {
    padding-bottom: 67.5px;
  }
  .pl135-smt {
    padding-left: 67.5px;
  }
  .mt135-smt {
    margin-top: 67.5px;
  }
  .mr135-smt {
    margin-right: 67.5px;
  }
  .mb135-smt {
    margin-bottom: 67.5px;
  }
  .ml135-smt {
    margin-left: 67.5px;
  }
  .pt140-smt {
    padding-top: 70px;
  }
  .pr140-smt {
    padding-right: 70px;
  }
  .pb140-smt {
    padding-bottom: 70px;
  }
  .pl140-smt {
    padding-left: 70px;
  }
  .mt140-smt {
    margin-top: 70px;
  }
  .mr140-smt {
    margin-right: 70px;
  }
  .mb140-smt {
    margin-bottom: 70px;
  }
  .ml140-smt {
    margin-left: 70px;
  }
  .pt145-smt {
    padding-top: 72.5px;
  }
  .pr145-smt {
    padding-right: 72.5px;
  }
  .pb145-smt {
    padding-bottom: 72.5px;
  }
  .pl145-smt {
    padding-left: 72.5px;
  }
  .mt145-smt {
    margin-top: 72.5px;
  }
  .mr145-smt {
    margin-right: 72.5px;
  }
  .mb145-smt {
    margin-bottom: 72.5px;
  }
  .ml145-smt {
    margin-left: 72.5px;
  }
  .pt150-smt {
    padding-top: 75px;
  }
  .pr150-smt {
    padding-right: 75px;
  }
  .pb150-smt {
    padding-bottom: 75px;
  }
  .pl150-smt {
    padding-left: 75px;
  }
  .mt150-smt {
    margin-top: 75px;
  }
  .mr150-smt {
    margin-right: 75px;
  }
  .mb150-smt {
    margin-bottom: 75px;
  }
  .ml150-smt {
    margin-left: 75px;
  }
  .pt155-smt {
    padding-top: 77.5px;
  }
  .pr155-smt {
    padding-right: 77.5px;
  }
  .pb155-smt {
    padding-bottom: 77.5px;
  }
  .pl155-smt {
    padding-left: 77.5px;
  }
  .mt155-smt {
    margin-top: 77.5px;
  }
  .mr155-smt {
    margin-right: 77.5px;
  }
  .mb155-smt {
    margin-bottom: 77.5px;
  }
  .ml155-smt {
    margin-left: 77.5px;
  }
  .pt160-smt {
    padding-top: 80px;
  }
  .pr160-smt {
    padding-right: 80px;
  }
  .pb160-smt {
    padding-bottom: 80px;
  }
  .pl160-smt {
    padding-left: 80px;
  }
  .mt160-smt {
    margin-top: 80px;
  }
  .mr160-smt {
    margin-right: 80px;
  }
  .mb160-smt {
    margin-bottom: 80px;
  }
  .ml160-smt {
    margin-left: 80px;
  }
  .pt165-smt {
    padding-top: 82.5px;
  }
  .pr165-smt {
    padding-right: 82.5px;
  }
  .pb165-smt {
    padding-bottom: 82.5px;
  }
  .pl165-smt {
    padding-left: 82.5px;
  }
  .mt165-smt {
    margin-top: 82.5px;
  }
  .mr165-smt {
    margin-right: 82.5px;
  }
  .mb165-smt {
    margin-bottom: 82.5px;
  }
  .ml165-smt {
    margin-left: 82.5px;
  }
  .pt170-smt {
    padding-top: 85px;
  }
  .pr170-smt {
    padding-right: 85px;
  }
  .pb170-smt {
    padding-bottom: 85px;
  }
  .pl170-smt {
    padding-left: 85px;
  }
  .mt170-smt {
    margin-top: 85px;
  }
  .mr170-smt {
    margin-right: 85px;
  }
  .mb170-smt {
    margin-bottom: 85px;
  }
  .ml170-smt {
    margin-left: 85px;
  }
  .pt175-smt {
    padding-top: 87.5px;
  }
  .pr175-smt {
    padding-right: 87.5px;
  }
  .pb175-smt {
    padding-bottom: 87.5px;
  }
  .pl175-smt {
    padding-left: 87.5px;
  }
  .mt175-smt {
    margin-top: 87.5px;
  }
  .mr175-smt {
    margin-right: 87.5px;
  }
  .mb175-smt {
    margin-bottom: 87.5px;
  }
  .ml175-smt {
    margin-left: 87.5px;
  }
  .pt180-smt {
    padding-top: 90px;
  }
  .pr180-smt {
    padding-right: 90px;
  }
  .pb180-smt {
    padding-bottom: 90px;
  }
  .pl180-smt {
    padding-left: 90px;
  }
  .mt180-smt {
    margin-top: 90px;
  }
  .mr180-smt {
    margin-right: 90px;
  }
  .mb180-smt {
    margin-bottom: 90px;
  }
  .ml180-smt {
    margin-left: 90px;
  }
  .pt185-smt {
    padding-top: 92.5px;
  }
  .pr185-smt {
    padding-right: 92.5px;
  }
  .pb185-smt {
    padding-bottom: 92.5px;
  }
  .pl185-smt {
    padding-left: 92.5px;
  }
  .mt185-smt {
    margin-top: 92.5px;
  }
  .mr185-smt {
    margin-right: 92.5px;
  }
  .mb185-smt {
    margin-bottom: 92.5px;
  }
  .ml185-smt {
    margin-left: 92.5px;
  }
  .pt190-smt {
    padding-top: 95px;
  }
  .pr190-smt {
    padding-right: 95px;
  }
  .pb190-smt {
    padding-bottom: 95px;
  }
  .pl190-smt {
    padding-left: 95px;
  }
  .mt190-smt {
    margin-top: 95px;
  }
  .mr190-smt {
    margin-right: 95px;
  }
  .mb190-smt {
    margin-bottom: 95px;
  }
  .ml190-smt {
    margin-left: 95px;
  }
  .pt195-smt {
    padding-top: 97.5px;
  }
  .pr195-smt {
    padding-right: 97.5px;
  }
  .pb195-smt {
    padding-bottom: 97.5px;
  }
  .pl195-smt {
    padding-left: 97.5px;
  }
  .mt195-smt {
    margin-top: 97.5px;
  }
  .mr195-smt {
    margin-right: 97.5px;
  }
  .mb195-smt {
    margin-bottom: 97.5px;
  }
  .ml195-smt {
    margin-left: 97.5px;
  }
  .pt200-smt {
    padding-top: 100px;
  }
  .pr200-smt {
    padding-right: 100px;
  }
  .pb200-smt {
    padding-bottom: 100px;
  }
  .pl200-smt {
    padding-left: 100px;
  }
  .mt200-smt {
    margin-top: 100px;
  }
  .mr200-smt {
    margin-right: 100px;
  }
  .mb200-smt {
    margin-bottom: 100px;
  }
  .ml200-smt {
    margin-left: 100px;
  }
}
.mb1em {
  margin-bottom: 1em;
}

/* -----------------------------
 text-align
----------------------------- */
.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

@media print, screen and (max-width: 767px) {
  .ta_r-smt {
    text-align: right;
  }
  .ta_c-smt {
    text-align: center;
  }
  .ta_l-smt {
    text-align: left;
  }
}
/* -----------------------------
 font-size
----------------------------- */
.fz10 {
  font-size: 1rem;
}

.fz11 {
  font-size: 1.1rem;
}

.fz12 {
  font-size: 1.2rem;
}

.fz13 {
  font-size: 1.3rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz17 {
  font-size: 1.7rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz19 {
  font-size: 1.9rem;
}

.fz20 {
  font-size: 2rem;
}

.fz21 {
  font-size: 2.1rem;
}

.fz22 {
  font-size: 2.2rem;
}

.fz23 {
  font-size: 2.3rem;
}

.fz24 {
  font-size: 2.4rem;
}

.fz25 {
  font-size: 2.5rem;
}

.fz26 {
  font-size: 2.6rem;
}

.fz27 {
  font-size: 2.7rem;
}

.fz28 {
  font-size: 2.8rem;
}

.fz29 {
  font-size: 2.9rem;
}

.fz30 {
  font-size: 3rem;
}

.fz31 {
  font-size: 3.1rem;
}

.fz32 {
  font-size: 3.2rem;
}

.fz33 {
  font-size: 3.3rem;
}

.fz34 {
  font-size: 3.4rem;
}

.fz35 {
  font-size: 3.5rem;
}

.fz36 {
  font-size: 3.6rem;
}

.fz37 {
  font-size: 3.7rem;
}

.fz38 {
  font-size: 3.8rem;
}

.fz39 {
  font-size: 3.9rem;
}

.fz40 {
  font-size: 4rem;
}

.fz41 {
  font-size: 4.1rem;
}

.fz42 {
  font-size: 4.2rem;
}

.fz43 {
  font-size: 4.3rem;
}

.fz44 {
  font-size: 4.4rem;
}

.fz45 {
  font-size: 4.5rem;
}

.fz46 {
  font-size: 4.6rem;
}

.fz47 {
  font-size: 4.7rem;
}

.fz48 {
  font-size: 4.8rem;
}

.fz49 {
  font-size: 4.9rem;
}

.fz50 {
  font-size: 5rem;
}

@media print, screen and (max-width: 767px) {
  .fz10-smt {
    font-size: 1rem;
  }
  .fz11-smt {
    font-size: 1.1rem;
  }
  .fz12-smt {
    font-size: 1.2rem;
  }
  .fz13-smt {
    font-size: 1.3rem;
  }
  .fz14-smt {
    font-size: 1.4rem;
  }
  .fz15-smt {
    font-size: 1.5rem;
  }
  .fz16-smt {
    font-size: 1.6rem;
  }
  .fz17-smt {
    font-size: 1.7rem;
  }
  .fz18-smt {
    font-size: 1.8rem;
  }
  .fz19-smt {
    font-size: 1.9rem;
  }
  .fz20-smt {
    font-size: 2rem;
  }
  .fz21-smt {
    font-size: 2.1rem;
  }
  .fz22-smt {
    font-size: 2.2rem;
  }
  .fz23-smt {
    font-size: 2.3rem;
  }
  .fz24-smt {
    font-size: 2.4rem;
  }
  .fz25-smt {
    font-size: 2.5rem;
  }
  .fz26-smt {
    font-size: 2.6rem;
  }
  .fz27-smt {
    font-size: 2.7rem;
  }
  .fz28-smt {
    font-size: 2.8rem;
  }
  .fz29-smt {
    font-size: 2.9rem;
  }
  .fz30-smt {
    font-size: 3rem;
  }
  .fz31-smt {
    font-size: 3.1rem;
  }
  .fz32-smt {
    font-size: 3.2rem;
  }
  .fz33-smt {
    font-size: 3.3rem;
  }
  .fz34-smt {
    font-size: 3.4rem;
  }
  .fz35-smt {
    font-size: 3.5rem;
  }
  .fz36-smt {
    font-size: 3.6rem;
  }
  .fz37-smt {
    font-size: 3.7rem;
  }
  .fz38-smt {
    font-size: 3.8rem;
  }
  .fz39-smt {
    font-size: 3.9rem;
  }
  .fz40-smt {
    font-size: 4rem;
  }
  .fz41-smt {
    font-size: 4.1rem;
  }
  .fz42-smt {
    font-size: 4.2rem;
  }
  .fz43-smt {
    font-size: 4.3rem;
  }
  .fz44-smt {
    font-size: 4.4rem;
  }
  .fz45-smt {
    font-size: 4.5rem;
  }
  .fz46-smt {
    font-size: 4.6rem;
  }
  .fz47-smt {
    font-size: 4.7rem;
  }
  .fz48-smt {
    font-size: 4.8rem;
  }
  .fz49-smt {
    font-size: 4.9rem;
  }
  .fz50-smt {
    font-size: 5rem;
  }
}
/* -----------------------------
 line-height
----------------------------- */
.lh10 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh20 {
  line-height: 2;
}

.lh21 {
  line-height: 2.1;
}

.lh22 {
  line-height: 2.2;
}

.lh23 {
  line-height: 2.3;
}

.lh24 {
  line-height: 2.4;
}

.lh25 {
  line-height: 2.5;
}

.lh26 {
  line-height: 2.6;
}

.lh27 {
  line-height: 2.7;
}

.lh28 {
  line-height: 2.8;
}

.lh29 {
  line-height: 2.9;
}

.lh30 {
  line-height: 3;
}

.lh31 {
  line-height: 3.1;
}

.lh32 {
  line-height: 3.2;
}

.lh33 {
  line-height: 3.3;
}

.lh34 {
  line-height: 3.4;
}

.lh35 {
  line-height: 3.5;
}

.lh36 {
  line-height: 3.6;
}

.lh37 {
  line-height: 3.7;
}

.lh38 {
  line-height: 3.8;
}

.lh39 {
  line-height: 3.9;
}

.lh40 {
  line-height: 4;
}

.lh41 {
  line-height: 4.1;
}

.lh42 {
  line-height: 4.2;
}

.lh43 {
  line-height: 4.3;
}

.lh44 {
  line-height: 4.4;
}

.lh45 {
  line-height: 4.5;
}

.lh46 {
  line-height: 4.6;
}

.lh47 {
  line-height: 4.7;
}

.lh48 {
  line-height: 4.8;
}

.lh49 {
  line-height: 4.9;
}

.lh50 {
  line-height: 5;
}

/* -----------------------------
 max-width
----------------------------- */
.mw100 {
  max-width: 100px;
}

.mw110 {
  max-width: 110px;
}

.mw120 {
  max-width: 120px;
}

.mw130 {
  max-width: 130px;
}

.mw140 {
  max-width: 140px;
}

.mw150 {
  max-width: 150px;
}

.mw160 {
  max-width: 160px;
}

.mw170 {
  max-width: 170px;
}

.mw180 {
  max-width: 180px;
}

.mw190 {
  max-width: 190px;
}

.mw200 {
  max-width: 200px;
}

.mw210 {
  max-width: 210px;
}

.mw220 {
  max-width: 220px;
}

.mw230 {
  max-width: 230px;
}

.mw240 {
  max-width: 240px;
}

.mw250 {
  max-width: 250px;
}

.mw260 {
  max-width: 260px;
}

.mw270 {
  max-width: 270px;
}

.mw280 {
  max-width: 280px;
}

.mw290 {
  max-width: 290px;
}

.mw300 {
  max-width: 300px;
}

.mw310 {
  max-width: 310px;
}

.mw320 {
  max-width: 320px;
}

.mw330 {
  max-width: 330px;
}

.mw340 {
  max-width: 340px;
}

.mw350 {
  max-width: 350px;
}

.mw360 {
  max-width: 360px;
}

.mw370 {
  max-width: 370px;
}

.mw380 {
  max-width: 380px;
}

.mw390 {
  max-width: 390px;
}

.mw400 {
  max-width: 400px;
}

.mw410 {
  max-width: 410px;
}

.mw420 {
  max-width: 420px;
}

.mw430 {
  max-width: 430px;
}

.mw440 {
  max-width: 440px;
}

.mw450 {
  max-width: 450px;
}

.mw460 {
  max-width: 460px;
}

.mw470 {
  max-width: 470px;
}

.mw480 {
  max-width: 480px;
}

.mw490 {
  max-width: 490px;
}

.mw500 {
  max-width: 500px;
}

.mw510 {
  max-width: 510px;
}

.mw520 {
  max-width: 520px;
}

.mw530 {
  max-width: 530px;
}

.mw540 {
  max-width: 540px;
}

.mw550 {
  max-width: 550px;
}

.mw560 {
  max-width: 560px;
}

.mw570 {
  max-width: 570px;
}

.mw580 {
  max-width: 580px;
}

.mw590 {
  max-width: 590px;
}

.mw600 {
  max-width: 600px;
}

.mw610 {
  max-width: 610px;
}

.mw620 {
  max-width: 620px;
}

.mw630 {
  max-width: 630px;
}

.mw640 {
  max-width: 640px;
}

.mw650 {
  max-width: 650px;
}

.mw660 {
  max-width: 660px;
}

.mw670 {
  max-width: 670px;
}

.mw680 {
  max-width: 680px;
}

.mw690 {
  max-width: 690px;
}

.mw700 {
  max-width: 700px;
}

.mw710 {
  max-width: 710px;
}

.mw720 {
  max-width: 720px;
}

.mw730 {
  max-width: 730px;
}

.mw740 {
  max-width: 740px;
}

.mw750 {
  max-width: 750px;
}

.mw760 {
  max-width: 760px;
}

.mw770 {
  max-width: 770px;
}

.mw780 {
  max-width: 780px;
}

.mw790 {
  max-width: 790px;
}

.mw800 {
  max-width: 800px;
}

.mw810 {
  max-width: 810px;
}

.mw820 {
  max-width: 820px;
}

.mw830 {
  max-width: 830px;
}

.mw840 {
  max-width: 840px;
}

.mw850 {
  max-width: 850px;
}

.mw860 {
  max-width: 860px;
}

.mw870 {
  max-width: 870px;
}

.mw880 {
  max-width: 880px;
}

.mw890 {
  max-width: 890px;
}

.mw900 {
  max-width: 900px;
}

.mw910 {
  max-width: 910px;
}

.mw920 {
  max-width: 920px;
}

.mw930 {
  max-width: 930px;
}

.mw940 {
  max-width: 940px;
}

.mw950 {
  max-width: 950px;
}

.mw960 {
  max-width: 960px;
}

.mw970 {
  max-width: 970px;
}

.mw980 {
  max-width: 980px;
}

.mw990 {
  max-width: 990px;
}

.mw1000 {
  max-width: 1000px;
}

.mw1010 {
  max-width: 1010px;
}

.mw1020 {
  max-width: 1020px;
}

.mw1030 {
  max-width: 1030px;
}

.mw1040 {
  max-width: 1040px;
}

.mw1050 {
  max-width: 1050px;
}

.mw1060 {
  max-width: 1060px;
}

.mw1070 {
  max-width: 1070px;
}

.mw1080 {
  max-width: 1080px;
}

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

/assets/sass/common/_item.scss

=========================================================================== */
/* -----------------------------
 clearfix
----------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* for IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* -----------------------------
 hide
----------------------------- */
@media print, screen and (min-width: 1021px) {
  .pc-hide {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1020px) {
  .tablet-hide {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .smt-hide {
    display: none;
  }
}
/* -----------------------------
 text-indent
----------------------------- */
.ind-1em {
  text-indent: -1em;
  padding-left: 1em;
}

/* -----------------------------
 hover
----------------------------- */
@media print, screen and (min-width: 1021px) {
  .h-alpha {
    transition: 0.2s opacity ease-in;
  }
  .h-alpha:hover {
    opacity: 0.6;
  }
}

@media print, screen and (min-width: 1021px) {
  .hover-line:hover {
    text-decoration: underline;
  }
}

/* ANIMATION */
.delay-03 {
  --anim-delay: 0.3s;
}
.delay-05 {
  --anim-delay: 0.5s;
}
.delay-06 {
  --anim-delay: 0.6s;
}
.delay-08 {
  --anim-delay: 0.8s;
}
.delay-1 {
  --anim-delay: 1s;
}

.js-animate-fig {
  overflow: hidden;
  position: relative;
}
.js-animate-fig::before {
  background: var(--gray);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.js-animate-fig img {
  opacity: 0;
  display: block;
  position: relative;
  z-index: 0;
}
.js-animate-fig.inView {
  opacity: 1;
}
.js-animate-fig.inView::before {
  transition: all 0.8s var(--anim-delay, 0.1s) cubic-bezier(0.47, 0, 0.745, 0.715);
  transform: translateX(100%);
}
.js-animate-fig.inView img {
  transition: all 0.5s calc(var(--anim-delay, 0.1s) + 0.3s) cubic-bezier(0.47, 0, 0.745, 0.715);
  opacity: 1;
}
.js-animate.blur {
  filter: blur(14px);
  opacity: 0;
}
.js-animate.blur.active {
  transition: all 1.2s 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  filter: blur(0);
  opacity: 1;
}
.js-animate-fadeup {
  opacity: 0;
  transform: translateY(10%);
  --anim-delay:0.1s;
}
.js-animate-fadeup.inView {
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.9s var(--anim-delay) cubic-bezier(0.37, 0, 0.63, 1), opacity 0.8s calc(var(--anim-delay) + 0.1s) cubic-bezier(0.61, 1, 0.88, 1);
}
.js-animate-fadeup:nth-of-type(2) {
  --anim-delay:0.5s;
}
.js-animate-fadeup:nth-of-type(3) {
  --anim-delay:0.9s;
}
.js-animate-fadeup:nth-of-type(4) {
  --anim-delay:1.3s;
}
.js-animate-fadeleft {
  opacity: 0;
  transform: translateX(-50px);
}
.js-animate-fadeleft.inView {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.6s 0.1s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.8s 0.2s cubic-bezier(0.61, 1, 0.88, 1);
}
.js-animate-faderight {
  opacity: 0;
  transform: translateX(50px);
}
.js-animate-faderight.inView {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.6s 0.1s cubic-bezier(0.37, 0, 0.63, 1), opacity 0.8s 0.2s cubic-bezier(0.61, 1, 0.88, 1);
}
.js-animate-blk {
  overflow: hidden;
  position: relative;
}
.js-animate-blk::before {
  background-color: #f3f3f3;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.js-animate-blk .js-blk-in {
  opacity: 0;
  display: block;
  position: relative;
  z-index: 0;
}
.js-animate-blk.inView::before {
  animation: 0.8s var(--anim-delay, 0s) cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  animation-name: blockBg;
}
.js-animate-blk.inView .js-blk-in {
  animation: 0.5s calc(var(--anim-delay, 0s) + 0.3s) cubic-bezier(0.47, 0, 0.745, 0.715) forwards;
  animation-name: fade_in;
}
.js-animate-blk:nth-of-type(2)::before {
  transition-delay: 0.3s;
}
.js-animate-blk:nth-of-type(2) .js-blk-in {
  transition-delay: 0.6s;
}
.js-animate-blk:nth-of-type(2)::before {
  transition-delay: 0.6s;
}
.js-animate-blk:nth-of-type(2) .js-blk-in {
  transition-delay: 0.9s;
}
.js-animate.fadein {
  opacity: 0;
}
.js-animate.fadein.inView {
  animation: 0.9s var(--anim-delay, 0s) cubic-bezier(0.37, 0, 0.63, 1) forwards, 0.8s calc(var(--anim-delay, 0s) + 0.1s) cubic-bezier(0.61, 1, 0.88, 1) forwards;
  animation-name: fade_in, slide_in_y;
}
.js-animate.fadein-left {
  opacity: 0;
}
.js-animate.fadein-left.inView {
  animation: 0.8s var(--anim-delay, 0.1s) cubic-bezier(0.37, 0, 0.63, 1) forwards;
  animation-name: fade_in, slide_in_x_left;
}
.js-animate.fadein-blur {
  opacity: 0;
  filter: blur(100px);
}
.js-animate.fadein-blur.inView {
  animation: 0.8s var(--anim-delay, 0.1s) cubic-bezier(0.37, 0, 0.63, 1) both;
  animation-name: fade_in, blur;
}
.js-animate.slidein-bounce {
  opacity: 0;
}
.js-animate.slidein-bounce.inView {
  animation: slideInBounce 1s ease-out forwards;
}

@media print, screen and (max-width: 767px) {
  .js-blk-in img {
    width: 100%;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide_in_y {
  0% {
    transform: translateY(5vw);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide_in_x_left {
  0% {
    transform: translateX(-1.5em);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x {
  0% {
    transform: translateX(25vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x_left2 {
  0% {
    transform: translateX(-50vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_x2 {
  0% {
    transform: translateX(50vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bg_slide_x {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes slide_in_down {
  0% {
    transform: translateY(-5vw);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes blur {
  0% {
    filter: blur(1em);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes mvslider {
  0% {
    filter: blur(20px);
    transform: scale(1.2);
  }
  10% {
    filter: blur(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes dash {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgfill {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  40% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #55A540;
  }
}
@keyframes blockBg {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes hoverOv {
  0% {
    clip-path: polygon(50% 50%, 100% 0, 50% 50%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes mv-fadeIn {
  0% {
    transform: scale(1.15);
    filter: blur(5px);
  }
  100% {
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes bgGra {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes slideInBounce {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    transform: translateX(0);
    opacity: 1;
  }
  60% {
    transform: translateY(-5px);
  }
  70% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(-3px);
  }
  90% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
body {
  font-family: var(--font-mincho);
  color: var(--color-def);
  line-height: var(--lineheight);
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  letter-spacing: var(--letterspace-def);
  font-size: var(--size-def);
  font-weight: 400;
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 1020px) {
  body {
    --header-h: 60px;
    --gotop:40px;
    --gnav-btn-h: calc(var(--gnav-btn-w) * 0.6);
  }
}
body {
  --wp--style--root--padding-right:0;
  --wp--style--root--padding-left:0;
}
@media print, screen and (max-width: 767px) {
  body {
    --wp--preset--font-size--size-16: var(--size-16);
    --wp--preset--font-size--size-18: var(--size-18);
    --wp--preset--font-size--size-20: var(--size-20);
    --wp--preset--font-size--size-22: var(--size-22);
    --wp--preset--font-size--size-24: var(--size-24);
    --wp--preset--font-size--size-26: var(--size-26);
    --wp--preset--font-size--size-28: var(--size-28);
    --wp--preset--font-size--size-32: var(--size-32);
    --wp--preset--font-size--size-36: var(--size-36);
    --wp--preset--font-size--size-42: var(--size-42);
  }
}

.table {
  color: var(--color-def);
}

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

.ff-en {
  font-family: var(--font-en);
}

.ff-mincho {
  font-family: var(--font-mincho);
}

.ff-gothic {
  font-family: var(--font-gothic);
}

b, strong, .bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.t-vtl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  white-space: nowrap;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-pad);
  padding-right: var(--container-pad);
}
@media print, screen and (min-width: 768px) {
  .container {
    max-width: var(--container);
  }
  .container .-wide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: var(--container-wide);
  }
  .container-slim {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: var(--container-slim);
  }
}
@media print, screen and (max-width: 767px) {
  .container-fluid {
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
  }
  .container-wide {
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
  }
  .container-slim {
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
  }
}

h1, h2, h3, h4, h5 {
  line-height: var(--lineheight-title);
  font-feature-settings: "palt" 1;
}

.d-flex {
  display: flex;
}

a:hover {
  opacity: 0.75;
}

a img:hover {
  opacity: 0.75;
}
a img.js-img-on:hover {
  opacity: 1;
}

.h-alpha {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.h-alpha:hover {
  opacity: 0.75;
}

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

.image-full img {
  max-width: none;
  width: 100%;
}

.ilblk {
  display: inline-block;
}

@media print, screen and (min-width: 1021px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) {
  .spacer {
    height: 10rem;
  }
}
@media print, screen and (max-width: 767px) {
  .spacer {
    height: 4em;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  background-color: var(--header-bg);
  transition: background-color 0.3s 0.2s ease-in-out;
  pointer-events: none;
  --container: 1850px;
  background: url(../images/theme/header-bg.webp) center bottom repeat-x;
  color: var(--gnav-color);
}
.header > .container {
  position: relative;
  z-index: 110;
}
.header a {
  color: var(--gnav-color);
}
.header-row {
  display: flex;
  align-items: center;
  height: var(--header-h);
  position: relative;
  gap: 0 1em;
}
.header-logo {
  position: relative;
  z-index: 18;
  pointer-events: initial;
}
.header-tel .-link {
  display: flex;
  line-height: 1;
  gap: 0.25em;
}
.header-btns {
  pointer-events: initial;
}
@media print, screen and (max-width: 1020px) {
  .header-row {
    padding: 0.5em 0;
  }
  .header-top {
    display: none;
  }
  .header-contact .-tel {
    justify-content: center;
  }
  .header-ig {
    display: none;
  }
  .header-sp-bottom {
    --gnav-color: #000;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
    font-size: clamp(14px, 4.2666666667vmin, 30px);
    --size-28: clamp(14px, calc(64vmin / 7.5), 60px);
    --size-12: clamp(10px, calc(28vmin / 7.5), 28px);
  }
  .header-sp-bottom .header-tel {
    filter: brightness(0);
  }
  .header-sp-bottom .header-btns {
    font-size: clamp(14px, 4.2666666667vmin, 30px);
    --btn-w:100%;
    --btn-h:calc(120em / 32);
    width: 69.3333333333%;
  }
  .header-sp-bottom .header-btns .btn:first-of-type {
    --btn-border:var(--main);
    --btn-color:var(--main);
    --btn-bg:transparent;
    margin-bottom: 1.25em;
  }
  .header-sp-bottom .header-btns .btn:last-of-type {
    --btn-color:#fff;
    color: #fff;
  }
  .header-sp-bottom .header-logo {
    filter: brightness(0);
  }
  .header-sp-bottom .header-ig-btn {
    --btn-w:100%;
    --btn-h:calc(100em / 32);
    width: 53.3333333333%;
    --btn-bg:#fff;
    --btn-round:calc(50em / 32);
    --btn-border:#fff;
  }
  .header-sp-bottom .header-ig-btn .-icon {
    filter: brightness(0);
  }
}
@media print, screen and (min-width: 1021px) {
  .header-row {
    display: grid;
    grid-template-areas: "logo htop" "logo hbottom";
    grid-template-columns: 220px auto;
    gap: 2px 1em;
  }
  .header-logo {
    grid-area: logo;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header-top {
    grid-area: htop;
    display: flex;
    justify-content: flex-end;
    gap: 1.25em;
    align-items: center;
  }
  .header-bottom {
    grid-area: hbottom;
  }
  .header-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-basis: 540px;
    --btn-color:#fff;
    --btn-bg:transparent;
    --btn-border: #fff;
    --btn-w: 100%;
    --btn-h:calc(40em / 14);
  }
  .header-btns .btn:nth-of-type(n + 2) {
    border-left: 0;
  }
  .header-sp-bottom {
    display: none;
  }
}

.gnav {
  pointer-events: initial;
}
.gnav-menu a {
  color: var(--gnav-color);
}
@media print, screen and (max-width: 1020px) {
  .gnav {
    --gnav-color:#000000;
    background-color: var(--gnav-bg);
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: clamp(260px, 100%, 700px);
    pointer-events: none;
    transition: transform 0.3s 0.2s ease-in-out;
    z-index: 105;
    overflow-y: scroll;
    transform: scaleX(0);
    transform-origin: right;
    display: block;
    padding: calc(0.5em + var(--header-h)) 0 1em;
  }
  .gnav-menu {
    font-size: clamp(16px, 5.3333333333vw, 20px);
    border-bottom: 1px #dddddd solid;
    margin-bottom: 1.5em;
  }
  .gnav-menu .menu-item {
    border-top: 1px #dddddd solid;
  }
  .gnav-menu .menu-item a {
    color: var(--main);
    transition: color 0.3s, background-color 0.3s;
    position: relative;
    padding: 0.8em 1.5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gnav-menu .menu-item a::after {
    content: "";
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: 1px var(--link-color, var(--main)) solid;
    border-right: 1px var(--link-color, var(--main)) solid;
    transform: rotate(45deg);
    transform-origin: center;
  }
  .gnav-menu .sub-menu {
    padding-left: 1em;
    background-color: #f0f0f0;
  }
  .gnav-btn {
    position: fixed;
    right: 1em;
    top: 1.25em;
    z-index: 140;
    width: var(--gnav-btn-w);
    height: var(--gnav-btn-h);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: initial;
    flex-shrink: 0;
  }
  .gnav-btn .-line {
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background-color: var(--gnav-btn-bg);
    display: block;
  }
  .gnav-btn .-line::before, .gnav-btn .-line::after {
    content: "";
    background-color: var(--gnav-btn-bg);
    display: block;
    position: absolute;
    height: 1px;
    border-radius: 2px;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in;
  }
  .gnav-btn .-line::after {
    top: calc(100% - 1px);
  }
  .gnav {
    overflow: scroll;
  }
  .gnav .menu-gnav-container {
    flex-basis: 100%;
  }
  .gnav .menu-list {
    gap: 1em 1em;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1021px) {
  .gnav {
    font-size: var(--size-22);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.2;
    gap: 1em clamp(10px, 2.1428571429vw, 30px);
  }
  .gnav-menu {
    display: flex;
    gap: 1em clamp(10px, 2.1428571429vw, 30px);
  }
  .gnav-menu .sub-menu {
    position: absolute;
    padding-top: 0.5em;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }
  .gnav-menu .sub-menu .menu-item {
    background-color: rgba(0, 0, 0, 0.8196078431);
    padding: 1em;
    border-bottom: 1px #ddd solid;
    font-size: 90%;
  }
  .gnav-menu .sub-menu .menu-item a::before {
    content: none;
  }
  .gnav-menu .sub-menu.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: initial;
  }
  .gnav-btn {
    display: none;
  }
}
.onscroll {
  --header-bg:rgba(255, 255, 255, 1);
}
@media print, screen and (min-width: 1021px) {
  .onscroll .header {
    background: #000;
  }
}

.navopen {
  --header-bg:#fff;
}
.navopen .gnav {
  pointer-events: initial;
  transform: scaleY(1);
}
.navopen .gnav-btn .-line {
  background-color: transparent;
}
.navopen .gnav-btn .-line::before, .navopen .gnav-btn .-line::after {
  background-color: var(--gnav-btn-active);
}
.navopen .gnav-btn .-line::before {
  transform: rotate(45deg);
  top: 8px;
}
.navopen .gnav-btn .-line::after {
  top: 8px;
  transform: rotate(315deg);
}

.fcontact {
  background-color: #f8f8f8;
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  --title-margin:0.3em;
  --btn-pos:center;
  --btn-w:calc(400em / 18);
  --btn-h:calc(80em / 18);
}
.fcontact-tel {
  line-height: 1;
}
.fcontact p {
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  .fcontact-col {
    text-align: center;
    padding: 1.5em 0;
  }
  .fcontact-col:nth-of-type(2) {
    border-top: 1px #dddddd solid;
  }
  .fcontact-col {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .fcontact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2em;
  }
  .fcontact-col {
    text-align: center;
    height: 190px;
    padding: 1em 0;
  }
  .fcontact-col:nth-of-type(2) {
    border-left: 1px #dddddd solid;
  }
  .fcontact-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.fnav {
  margin-left: auto;
  display: flex;
  gap: 1em 2em;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.fnav-menu {
  display: flex;
  justify-content: flex-end;
  gap: 1em 2.2857142857vw;
  flex-wrap: wrap;
}
.gotop {
  position: fixed;
  z-index: 10;
  right: 1.5em;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s 0.3s var(--easing-def);
}
.onscroll .gotop {
  opacity: 1;
  bottom: 2em;
  pointer-events: initial;
}
@media print, screen and (max-width: 767px) {
  .gotop {
    width: 5em;
  }
}

.footer {
  position: relative;
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  background-color: #000;
  color: #fff;
}
.footer-logo {
  margin-bottom: 1em;
}
.footer-tel {
  margin-top: 1em;
}
.footer-btns {
  display: grid;
  --btn-color:#fff;
  --btn-bg:transparent;
  --btn-border: #fff;
  --btn-w: 100%;
  --btn-h:calc(70em / 14);
}
.footer-copy {
  text-align: right;
  margin-top: auto;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
@media print, screen and (max-width: 1020px) {
  .footer-btns {
    gap: 1em;
    width: 18.75em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 1021px) {
  .footer-row {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .footer-btns {
    margin-left: auto;
    max-width: 720px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.is-style-title-gra {
  background: linear-gradient(var(--gra-agl, 90deg), var(--gra-base));
  color: white;
  font-size: var(--title-size, var(--size-25));
  padding: 0.5em;
  margin-bottom: var(--mb, 1em);
  letter-spacing: var(--letterspace-wide);
}

/* 下線スタイル */
.is-style-title-line {
  font-size: var(--title-size, var(--size-25));
  padding: 0.5em;
  margin-bottom: var(--mb, 1em);
  border-bottom: var(--primary) 1px solid;
}

.block-sec + .block-sec {
  --sec-top:0;
}
.block-sec .block-table td {
  border: 1px #cacaca solid;
  padding: 1em;
  vertical-align: middle;
  min-height: 100px;
}
.block-sec .block-table .column-1 {
  width: 25.8620689655%;
  background-color: #ebf9f8;
  font-weight: bold;
}
.block-sec .block-table a {
  color: var(--primary);
  text-decoration: underline;
  display: inline-block;
  margin-right: 2em;
}
.block-sec .block-table a[href$=".pdf"] {
  background: url(../images/theme/icon-pdf@2x.webp) right center no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 1.875em;
}

.page-mv {
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
.page-mv-img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  grid-column: 1/2;
  grid-row: 1/2;
}
.page-mv-img picture {
  width: 100%;
}
.page-mv-img img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-mv-front {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-mv-title {
  color: #fff;
  line-height: 1;
  text-align: center;
}
.page-mv-en {
  display: block;
}
.page-mv-jp {
  display: block;
  margin-top: 1em;
}
@media print, screen and (max-width: 767px) {
  .page-mv-img img {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.wf-active .page-mv-title {
  --anim-delay: 0.3s;
}

.main-row {
  display: grid;
  gap: 2em 3.4482758621%;
  margin-bottom: var(--sec-bottom);
  padding-bottom: var(--sec-bottom);
}
.main-aside {
  order: 2;
}
@media print, screen and (min-width: 768px) {
  .main-row {
    grid-template-columns: auto clamp(180px, 22.4137931034%, 260px);
  }
}

.title-sec {
  letter-spacing: 0;
  margin-bottom: var(--title-margin, 1em);
  line-height: var(--title-lh, 1.2);
  display: flex;
  align-items: var(--title-pos, center);
  flex-direction: column;
  gap: 0.25em;
}
.title-section {
  letter-spacing: 0.17em;
  margin-bottom: 1em;
}
.title-section sup {
  font-size: var(--size-14);
}
.title-line-side {
  display: flex;
  gap: 0.5em;
  margin-bottom: var(--title-margin, 1em);
}
.title-line-side::before {
  content: "";
  width: 6px;
  border-radius: 3px;
  flex-shrink: 0;
  background-color: var(--primary);
}
.title-line2 {
  border-bottom: 1px #cacaca solid;
  padding-bottom: 0.5em;
  margin-bottom: var(--title-margin, 1em);
  position: relative;
}
.title-line2::before {
  content: "";
  width: 25.8620689655%;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  bottom: -1px;
}
.title-q {
  background-color: var(--primary);
  padding: 10px;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 40px;
  gap: 0.5em;
  margin-bottom: var(--title-margin, 0.5em);
}
.title-q::before {
  content: "Q";
  font-size: var(--size-32);
  font-family: var(--font-en);
  background-color: #fff;
  color: var(--primary);
  flex-shrink: 0;
  width: 1.875em;
  aspect-ratio: 1/1;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .title-q {
    letter-spacing: 0.1em;
  }
}
.title-a {
  background-color: transparent;
  padding: 10px;
  display: flex;
  align-items: baseline;
  border-radius: 40px;
  gap: 0.5em;
  margin-bottom: var(--title-margin, 0.5em);
}
.title-a::before {
  content: "A";
  font-size: var(--size-32);
  font-family: var(--font-en);
  color: #fff;
  background-color: #ffaa2c;
  flex-shrink: 0;
  width: 1.875em;
  aspect-ratio: 1/1;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .title-a {
    letter-spacing: 0.1em;
  }
}

.text-link-arrow a {
  display: flex;
  align-items: baseline;
}
.text-link-arrow a::after {
  content: "";
  width: 2.2222222222em;
  height: 0.5555555556em;
  display: block;
  flex-shrink: 0;
  border-bottom: var(--btn-color) 1px solid;
  border-right: var(--btn-color) 1px solid;
  transform: skewX(45deg);
  transition: 0.3s ease-in-out;
}
.text-link-arrow a:hover::after {
  transform: skewX(45deg) translateX(15%);
}

.sec {
  padding: var(--sec-top, clamp(3em, 8.3333333333%, 10rem)) 0 var(--sec-bottom, clamp(3em, 8.3333333333%, 10rem));
}
.sec-inner {
  max-width: var(--sec-inner, 1000px);
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb {
  margin: 0;
  background-color: #000;
  line-height: 1.5;
  padding: 0.5em 0;
}
.breadcrumb-list {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #fff;
  min-height: 3.5714285714em;
  align-items: center;
}
.breadcrumb-list a {
  color: #fff;
}
.breadcrumb-list li:nth-of-type(n + 2) {
  display: flex;
  align-items: center;
}
.breadcrumb-list li:nth-of-type(n + 2)::before {
  content: "｜";
  margin: 0 1em;
  line-height: 1;
}
.pager {
  --pager-bg: #fff;
  --pager-color: var(--primary);
}
.pager-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: var(--primary);
  line-height: 1.2;
  flex-wrap: wrap;
  gap: 10px;
}
.pager-nav .page-numbers {
  flex-basis: 2.5em;
  aspect-ratio: 1/1;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: var(--pager-bg);
  color: var(--pager-color);
  border: 1px #cccccc solid;
}
.pager-nav .page-numbers:hover, .pager-nav .page-numbers.current {
  --pager-bg: var(--primary);
  --pager-color: #fff;
}
.pager-nav .page-numbers.prev .-arrow {
  transform: scaleX(-1);
}
.pager-nav .pager-btn {
  flex-basis: 2.5em;
  aspect-ratio: 1/1;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: var(--pager-bg);
  color: var(--pager-color);
  border: 1px #cccccc solid;
}
.pager-nav .pager-btn svg {
  width: 8px;
  line-height: 1;
}
.pager-nav .pager-btn svg .-path {
  fill: var(--pager-color);
}
.pager-nav .pager-btn:hover {
  --pager-bg: var(--primary);
  --pager-color: #fff;
}
.pager-nav .-arrow {
  line-height: 0.5;
}
.pager-nav .-arrow svg {
  width: 1em;
}
.pager-nav .-arrow svg .path {
  fill: var(--pager-color);
}
.pager-btn {
  display: flex;
  align-items: baseline;
  gap: 0 1em;
}
.pager-btn.prev svg {
  transform: scaleX(-1);
}
@media print, screen and (max-width: 767px) {
  .pager {
    margin: 3em auto;
  }
}
.page-nav .btn-wrap {
  --btn-w:calc(360em / 16);
  gap: 1.5em 3.4482758621%;
  --btn-color:var(--primary);
  --btn-border:var(--primary);
  --btn-bg:transparent;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}

.arrow {
  display: inline-block;
  width: 2.2222222222em;
  height: 0.5555555556em;
  border-bottom: 1px var(--btn-color) solid;
  position: relative;
  margin-left: auto;
}
.arrow::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  transform: rotate(-45deg);
  background-color: var(--btn-color);
  transform-origin: bottom right;
}

.btn {
  position: relative;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, color 0.3s ease, color 0.3s ease, color 0.3s ease;
  line-height: 1;
  cursor: pointer;
  border: 1px var(--btn-border) solid;
  color: var(--btn-color);
  font-size: var(--btn-size);
  font-weight: var(--btn-weight, bold);
  background-color: var(--btn-bg);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: var(--btn-align, center);
  max-width: var(--btn-w);
  width: 100%;
  height: var(--btn-h);
  border-radius: var(--btn-round);
  font-weight: inherit;
  padding: 0.5em 1em;
  gap: 1em;
}
.btn-wide {
  --btn-w: calc(390em / 16);
}
.btn-s {
  --btn-w: calc(160em / 16);
  --btn-h: calc(40em / 16);
}
.btn-back {
  flex-direction: row-reverse;
  gap: 0 1em;
}
.btn-back .btn-arrow {
  transform: scaleX(-1);
}
.btn-arrow {
  line-height: 1;
  position: absolute;
  right: 1em;
}
.btn-arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px var(--btn-color) solid;
  border-right: 1px var(--btn-color) solid;
  transform: rotate(45deg);
  transform-origin: center;
}
.btn:hover {
  opacity: 1;
  border-color: var(--btn-border-h, var(--btn-bg-h));
  color: var(--btn-color-h);
  background-color: var(--btn-bg-h);
}
.btn:hover .arrow {
  border-bottom: 1px var(--btn-color-h) solid;
}
.btn:hover .arrow::before {
  background-color: var(--btn-color-h);
}
.btn:hover .btn-arrow .-path {
  fill: var(--btn-color-h);
}
.btn-wrap {
  display: flex;
  justify-content: var(--btn-pos, flex-start);
}
@media print, screen and (max-width: 767px) {
  .btn {
    min-width: 6em;
  }
  .btn-wide {
    --btn-width: 100%;
    max-width: 24.375em;
  }
}

.map-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.map-wrap::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 62.5%;
}
.map-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gmap-btn {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 0.45em 1em;
  line-height: 1;
  font-size: var(--size-16);
}

.size-12 {
  font-size: var(--size-12);
}
.size-14 {
  font-size: var(--size-14);
}
.size-16 {
  font-size: var(--size-16);
}
.size-18 {
  font-size: var(--size-18);
}
.size-20 {
  font-size: var(--size-20);
}
.size-21 {
  font-size: var(--size-21);
}
.size-22 {
  font-size: var(--size-22);
}
.size-24 {
  font-size: var(--size-24);
}
.size-25 {
  font-size: var(--size-25);
}
.size-26 {
  font-size: var(--size-26);
}
.size-28 {
  font-size: var(--size-28);
}
.size-30 {
  font-size: var(--size-30);
}
.size-32 {
  font-size: var(--size-32);
}
.size-34 {
  font-size: var(--size-34);
}
.size-35 {
  font-size: var(--size-35);
}
.size-36 {
  font-size: var(--size-36);
}
.size-38 {
  font-size: var(--size-38);
}
.size-40 {
  font-size: var(--size-40);
}
.size-42 {
  font-size: var(--size-42);
}
.size-44 {
  font-size: var(--size-44);
}
.size-48 {
  font-size: var(--size-48);
}
.size-56 {
  font-size: var(--size-56);
}
.size-60 {
  font-size: var(--size-60);
}
.size-64 {
  font-size: var(--size-64);
}
.size-68 {
  font-size: var(--size-68);
}
.size-70 {
  font-size: var(--size-70);
}
.size-72 {
  font-size: var(--size-72);
}
.size-80 {
  font-size: var(--size-80);
}
.size-84 {
  font-size: var(--size-84);
}
.size-90 {
  font-size: var(--size-90);
}
.size-120 {
  font-size: var(--size-120);
}
.size-150 {
  font-size: var(--size-150);
}

.lh-35 {
  line-height: 2.1875;
}

.fc-primary {
  color: var(--primary);
}
.fc-secondary {
  color: var(--secondary);
}
.fc-accent {
  color: var(--accent);
}
.fc-red {
  color: var(--red);
}

.ltsp-0 {
  letter-spacing: 0;
}
.ltsp-25 {
  letter-spacing: 0.025em;
}
.ltsp-50 {
  letter-spacing: 0.05em;
}
.ltsp-75 {
  letter-spacing: 0.075em;
}
.ltsp-100 {
  letter-spacing: 0.1em;
}

.d-ilblk {
  display: inline-block;
}

.marker-ol mark {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2;
  border: 1px var(--ol-color, #ed97bc) solid;
}

.marker mark {
  box-decoration-break: clone;
  line-height: 2;
  -webkit-box-decoration-break: clone;
  background: linear-gradient(transparent 70%, #ccddd9 70%) !important;
}

.gra-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list-circle li {
  display: flex;
  margin-bottom: 0.5em;
}
.list-circle li::before {
  content: "●";
  color: var(--list-color, var(--accent));
  flex-shrink: 0;
}
.list-disc {
  list-style: disc;
  padding-left: 1.2em;
}
.list-ind1 li {
  padding-left: 1em;
  text-indent: -1em;
}
.list-num li {
  display: flex;
  gap: 0.5em;
  align-items: baseline;
}
.list-num li > *:first-child {
  flex-shrink: 0;
}

.d-grid {
  display: grid;
}

.jc-c {
  justify-content: center;
}
.jc-sb {
  justify-content: space-between;
}

.ai-c {
  align-items: center;
}

.accordion-inner {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.5s;
}

.separator {
  background-color: var(--line-color, var(--main));
  height: 1px;
  width: 100%;
}

.tab__panel-box {
  display: none;
}
.tab__panel-box img {
  opacity: 0;
}
.tab__panel-box.is-show {
  display: block;
}
.tab__panel-box.is-show img {
  animation: 0.8s var(--anim-delay, 0s) cubic-bezier(0.37, 0, 0.63, 1) forwards;
  animation-name: fade_in;
}

.align-self-center {
  align-self: center;
}

.w-440 {
  max-width: 440px;
}

.table-wrap {
  --table-gap:20px;
}
.table-line {
  position: relative;
  left: calc(var(--table-gap) * -0.5) !important;
  width: calc(100% + var(--table-gap));
}
.table-line table {
  border-collapse: separate;
  border-spacing: calc(var(--table-gap) * 1) 0;
}
.table-line table th, .table-line table td {
  border: none;
  border-bottom: 1px #c1c1c1 solid;
  padding: 1.5em 0;
}
.table-line table th:first-child, .table-line table td:first-child {
  font-weight: 500;
}
.table-line table tr:first-of-type th, .table-line table tr:first-of-type td {
  border-top: 1px #c1c1c1 solid;
}
.tel-link {
  line-height: 1;
  display: flex;
  gap: 0.25em;
}

.link-arrow {
  display: flex;
  gap: 1em;
  align-items: center;
  color: var(--link-color, var(--main));
}
.link-arrow-ic {
  line-height: 1;
}
.link-arrow-ic::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px var(--link-color, var(--main)) solid;
  border-right: 1px var(--link-color, var(--main)) solid;
  transform: rotate(45deg);
  transform-origin: center;
}

.contact-sec {
  --container: 1000px;
}

.form .btn-wrap {
  gap: 1.5em 2em;
  flex-wrap: wrap;
}
.form-row {
  padding: 1.875em 0;
  display: grid;
  border-bottom: 1px #dcdcdc solid;
  gap: 0.5em 0;
  --form-req:"任意";
  --form-reqbg:#333333;
}
.form-row.-required {
  --form-req:"必須";
  --form-reqbg:var(--red);
}
.form-row .-grid2 {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.form-head {
  display: flex;
  gap: 0.5em 1em;
  flex-wrap: wrap;
  align-items: center;
}
.form-head::after {
  content: var(--form-req);
  background-color: var(--form-reqbg);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 1px 1em;
}
.form-bottom .btn {
  margin-left: auto;
  margin-right: auto;
}
.form-radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.form-text {
  background-color: #ffffff;
  border-radius: 0;
  border: 1px #b5b5b5 solid;
  height: 2.625em;
  padding: 0.5em 1em;
  line-height: 1.25;
  width: 100%;
  font-size: var(--size-def);
}
.form-text:placeholder-shown {
  color: #b5b5b5;
}
.form-text::-webkit-input-placeholder {
  color: #b5b5b5;
}
.form-text:-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-text::-moz-placeholder {
  color: #b5b5b5;
  opacity: 1;
}
.form-text:-ms-input-placeholder {
  color: #b5b5b5;
}
.form-text.-fat {
  height: 18.75em;
  padding: 1em;
  max-width: 100%;
}
.form-text.-mid {
  height: 5em;
  padding: 1em;
  max-width: 100%;
}
.form-text.short {
  max-width: 430px;
}
.form .input-m {
  width: 560px;
}
.form-btns {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin-top: 2.5em;
  justify-content: center;
  --btn-w:calc(360em / 20);
  --btn-h:calc(80em / 20);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .form-head {
    gap: 0 1em;
  }
  .form-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-label {
    padding: 1em 0;
  }
  .form-col {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .form-row {
    grid-template-columns: 31.25% auto;
    gap: 0 3.125%;
  }
}

.mwform-radio-field {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

@media print, screen and (min-width: 1021px) {
  .page-template-page-home .header {
    opacity: 0;
    position: fixed;
    transition: opacity 0.3s var(--easing-def);
  }
  .page-template-page-home .header .gnav {
    pointer-events: none;
  }
  .page-template-page-home .onscroll .header .gnav {
    pointer-events: initial;
  }
  .page-template-page-home .onscroll .header {
    opacity: 1;
  }
}
.page-template-page-home .mv-sec {
  --mv-h: 800px;
  --container: 100%;
  position: relative;
  display: grid;
}
.page-template-page-home .mv-bg {
  grid-column: 1/2;
  grid-row: 1/2;
}
.page-template-page-home .mv-front {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 2;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
}
.page-template-page-home .mv-text {
  color: #fff;
}
.page-template-page-home .mv-title {
  display: flex;
  flex-direction: column;
}
.page-template-page-home .mv-title .-jp {
  text-align: left;
}
.page-template-page-home .mv-title .-sub {
  text-align: right;
}
.page-template-page-home .mv-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: bottom;
  height: 95px;
}
.page-template-page-home .mv-bottom .-scroll {
  width: 130px;
  border-bottom: 1px #fff solid;
  display: block;
  transform: rotate(90deg);
  text-align: left;
  transform-origin: bottom;
}
.page-template-page-home .mv-bottom .-scroll-arrow {
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #333;
  top: 100%;
  left: 100%;
}
.page-template-page-home .mv.-loaded .mv-img img {
  transition-delay: 0s;
  transform: scale(1.05);
}
.page-template-page-home .mv.-loaded .mv-logo, .page-template-page-home .mv.-loaded .mv-login, .page-template-page-home .mv.-loaded .mv-contact, .page-template-page-home .mv.-loaded .mv-sns {
  animation: 0.8s var(--anim-delay, 0.1s) cubic-bezier(0.37, 0, 0.63, 1) forwards;
  animation-name: fade_in, slide_in_x_left;
}
.page-template-page-home .mv.-loaded .mv-catch {
  animation: 0.8s 1s cubic-bezier(0.37, 0, 0.63, 1) both;
  animation-name: fade_in, blur;
}
.page-template-page-home .mv.-loaded .mv-btn {
  animation: slideInBounce 1s 1.5s ease-out forwards;
}
@media print, screen and (max-width: 1020px) {
  .page-template-page-home .mv-img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
  }
  .page-template-page-home .mv-text {
    padding: 1em;
  }
  .page-template-page-home .mv-title .-en {
    line-height: 1;
    margin: 0.5em 0;
  }
  .page-template-page-home .mv-bottom {
    height: 54px;
  }
  .page-template-page-home .mv-bottom .-scroll {
    width: 60px;
  }
  .page-template-page-home .mv-bottom .-scroll-arrow {
    width: 20px;
  }
}
.page-template-page-home .mv.-loaded::after {
  animation: fade_out 0.5s var(--easing-def) forwards;
}
.page-template-page-home .mv.-loaded .mv-img {
  animation: fade_in 0.5s 0.3s var(--easing-def) forwards;
}
.page-template-page-home .mv.-loaded .mv-title {
  animation: blur 1.2s 0.6s var(--easing-slide) forwards, fade_in 1.2s 0.6s var(--easing-slide) forwards;
}
.page-template-page-home .title-sec .en, .page-template-page-home .title-sec .jp {
  display: block;
  opacity: 0;
}
.page-template-page-home .title-sec.inView .en {
  animation: blur 1.2s 0.1s var(--easing-slide) forwards, fade_in 1.2s 0.1s var(--easing-slide) forwards, slide_in_x_left 1.2s 0.1s var(--easing-slide) forwards;
}
.page-template-page-home .title-sec.inView .jp {
  animation: blur 1.2s 0.4s var(--easing-slide) forwards, fade_in 1.2s 0.4s var(--easing-slide) forwards, slide_in_x_left 1.2s 0.4s var(--easing-slide) forwards;
}

.top-title {
  margin-bottom: var(--title-margin, 1em);
  text-align: center;
  line-height: 1.2;
}
.top-title .-jp {
  display: block;
}
.top-concept {
  --container:1090px;
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
}
.top-concept-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: space-between;
}
.top-concept-col {
  flex-basis: 560px;
}
.top-concept-title {
  margin-top: 0.75em;
}
.top-concept-desc {
  margin: 2.7777777778em 0;
}
@media print, screen and (max-width: 767px) {
  .top-concept-logo {
    padding: 0 20%;
  }
}
.top-service {
  background-color: #f8f8f8;
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  --service-col:460px;
  --service-col-order:0;
  --service-img-order:1;
  overflow-x: hidden;
}
.top-service-catch {
  margin: 1em 0;
}
.top-service-title {
  margin-bottom: 1em;
  line-height: 1.3157894737;
}
.top-service-sub {
  display: flex;
  align-items: center;
}
.top-service-sub .-text {
  flex-shrink: 0;
}
.top-service-sub::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--sub-line, transparent);
}
.top-service-sec {
  margin-bottom: var(--sec-bottom);
}
.top-service-sec p {
  margin-bottom: 1em;
}
.top-service-sec.-service-1 {
  --sub-line:var(--main);
}
.top-service-sec.-service-1 .-img {
  position: relative;
}
.top-service-sec.-service-1 .-img-sub {
  position: absolute;
  left: 9.0909090909%;
  bottom: 0;
  transform: translateY(40%);
}
.top-service-sec.-service-2 {
  --sub-line:var(--main);
}
.top-service-sec.-service-2 .-img {
  position: relative;
}
.top-service-sec.-service-2 .-img-sub {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(8%, 33.3333333333%);
}
.top-service-sec.-service-3 .-img {
  position: relative;
}
.top-service-sec.-service-3 .-img-sub {
  margin-top: 1.625em;
  text-align: center;
}
.top-service-sec.-service-4 {
  --sec-bottom:0;
}
.top-service-sec.-service-4 .-img {
  position: relative;
}
.top-service-sec.-service-4 .-img-sub {
  display: inline-block;
  position: relative;
  transform: translate(29.6%, -41.3333333333%);
}
.top-service-desc {
  margin: 1.25em 0 3.125em;
}
@media print, screen and (max-width: 1020px) {
  .top-service-col {
    margin-bottom: 3em;
  }
  .top-service-sec.-service-1 .-img-sub {
    width: 7em;
    transform: translateY(20%);
  }
  .top-service-sec.-service-2 .-img-sub {
    width: 14em;
    transform: translateY(20%);
  }
}
@media print, screen and (min-width: 1021px) {
  .top-service-sec {
    display: flex;
    gap: 0 6.0344827586%;
  }
  .top-service-sec.-service-1 {
    --service-col-order:2;
  }
  .top-service-sec.-service-1 .-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 770px;
  }
  .top-service-sec.-service-3 {
    --service-col-order:2;
  }
  .top-service-sec.-service-3 .-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 770px;
    max-width: 100%;
  }
  .top-service-col {
    order: var(--service-col-order);
    flex-shrink: 0;
    flex-basis: var(--service-col);
  }
  .top-service-img {
    order: var(--service-img-order);
    position: relative;
    flex-grow: 1;
    flex-basis: 100%;
  }
  .top-service-img .-img {
    position: absolute;
  }
}
.top-pages {
  --btn-border:#fff;
  --btn-color:#fff;
  --btn-bg:transparent;
  --btn-pos:center;
  --btn-w:calc(240em / 18);
  --sec-top:0;
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
}
.top-pages-row {
  display: grid;
  gap: 1px;
}
.top-pages-item {
  display: grid;
  color: #fff;
}
.top-pages-bg {
  grid-column: 1/2;
  grid-row: 1/2;
}
.top-pages-bg > div {
  width: 100%;
  height: 100%;
}
.top-pages-bg img {
  width: 100%;
  height: 100%;
  max-width: none;
}
.top-pages-front {
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-pages-desc {
  margin-bottom: 2em;
}
.top-pages.-bottom {
  --sec-top:0;
}
.top-pages.-bottom .btn-wrap {
  margin-top: 2em;
}
@media print, screen and (max-width: 767px) {
  .top-pages-bg img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
@media print, screen and (min-width: 768px) {
  .top-pages {
    --title-margin:0.25em;
  }
  .top-pages-row {
    grid-template-columns: 1fr 1fr;
  }
  .top-pages-item.-works {
    grid-column: 1/3;
  }
  .top-pages-item.-works .btn-wrap {
    flex-basis: var(--btn-w);
  }
  .top-pages-item.-works .top-title {
    text-align: left;
  }
  .top-pages-item.-works .top-pages-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 760px;
  }
}
.top-news {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  --container:990px;
  position: relative;
}
.top-news-bottom {
  margin-top: 2em;
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (min-width: 768px) {
  .top-news .top-title {
    transform: translateY(-20%);
  }
  .top-news-row {
    display: grid;
    grid-template-columns: 160px auto;
    gap: 7.2916666667%;
  }
}

.news-list {
  border-top: 1px #dddddd solid;
}
.news-list .-item {
  border-bottom: 1px #dddddd solid;
}
.news-list .-item-link {
  display: flex;
  min-height: 6.25em;
  align-items: center;
  padding: 1em 0;
  gap: 1em;
}
.news-list .-item-date {
  flex-basis: 5.625em;
  flex-shrink: 0;
}
.news-list .-item-label {
  flex-basis: 5.625em;
  flex-shrink: 0;
  background-color: var(--main);
  color: #fff;
  text-align: center;
}
.news-list .-item .new-icon {
  background-color: var(--accent);
  color: #fff;
  display: inline-block;
  padding: 0.21em 0.5em;
  line-height: 1;
}

.flow-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
}
.flow-step {
  --step-inner:760px;
}
.flow-step .step {
  background-color: #f8f8f8;
  padding: clamp(1em, 7.7586206897%, 90px) 1em;
  margin-bottom: 40px;
}
.flow-step .step > div {
  max-width: var(--step-inner);
  margin-left: auto;
  margin-right: auto;
}
.flow-step .step-head {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 2em;
}
.flow-step .step-no {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.flow-step .step-no::after {
  content: "";
  display: block;
  height: 1px;
  width: 90px;
  background-color: #333;
}
.flow-step .step-title {
  margin: 0.5em 0 0.75em;
}
.flow-step .step-img {
  margin-left: auto;
}
.flow-step .step-time {
  display: flex;
}
.flow-step .step-time dt {
  background-color: var(--main);
  color: #fff;
  display: flex;
  align-items: center;
}
.flow-step .step-time dt, .flow-step .step-time dd {
  border: 1px var(--main) solid;
  padding: 0.5em 1em;
}
.flow-step .step-block {
  background-color: #fff;
  padding: 1em;
}
.flow-step .step-block-row {
  --step-inner: 960px;
  margin-top: 2em;
  display: grid;
  gap: 10px;
}
.flow-step .step-block h4 {
  margin: 0.5em 0;
}
.flow-step .step-contact {
  text-align: center;
  --p-margin:0;
  --btn-w:100%;
}
.flow-step .step-contact .step-block {
  display: flex;
  padding: 2em 1em;
  display: flex;
  flex-direction: column;
}
.flow-step .step-contact .btn-wrap {
  width: 100%;
  max-width: 280px;
}
.flow-step .step-note {
  margin-top: 1.5em;
}
.flow-step .step-07-files {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-wrap: wrap;
  gap: 1.5em 6.9444444444%;
}
.flow-step .step-07-files h5 {
  background-color: #f8f8f8;
  margin-bottom: 0.25em;
}
@media print, screen and (max-width: 767px) {
  .flow-step .step-block {
    align-items: center;
    gap: 0.8em;
  }
  .flow-step .step-img {
    flex-grow: 1;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .flow-step .step-block {
    padding: 2em 1em;
  }
  .flow-step .step-block-row {
    grid-template-columns: 1fr 1fr;
  }
  .flow-step .step-block {
    display: grid;
    justify-content: center;
    grid-template-columns: clamp(200px, 100%, 360px);
    align-items: flex-start;
    grid-auto-rows: max-content;
  }
  .flow-step .step-contact .step-block {
    align-items: center;
    height: 190px;
    justify-content: space-between;
  }
}

.company-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
}
.company-intro-imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 2em auto;
}
.company-intro-desc {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.company-profile {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  --container:990px;
  background-color: #f8f8f8;
}
.company-profile .table-line td {
  border-top: 1px #dddddd solid;
  border-bottom: 1px #dddddd solid;
  padding: 1em;
}
.company-profile .table-line th {
  border-top: 1px var(--main) solid;
  border-bottom: 1px var(--main) solid;
  padding: 1em 0;
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .company-profile .table-wrap {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .company-profile .table-line th, .company-profile .table-line td {
    height: 100px;
    vertical-align: middle;
  }
  .company-profile .table-line td {
    padding-left: 7.8947368421%;
  }
}
.company-access {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
}
.company-access-blk {
  position: relative;
  margin-top: var(--sec-top);
}
.company-access-blk::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  height: 380px;
  background-color: #f8f8f8;
  transform: translateY(-50%);
}
.company-access-blk .-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 2em 8.6206896552%;
  align-items: center;
  justify-content: center;
}

.service-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
}
.service-children {
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
}
.service-children-title {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8em;
}
.service-children-pages .-item {
  margin-bottom: 20px;
  display: grid;
  --btn-color:#fff;
  --btn-bg:transparent;
  --btn-border:#fff;
  color: #fff;
}
.service-children-pages .-item-img {
  grid-column: 1/2;
  grid-row: 1/2;
}
.service-children-pages .-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-children-pages .-item-front {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
.service-children-pages .-item-inner {
  flex-basis: 840px;
  display: flex;
  gap: 1em;
  align-items: center;
}
.service-children-pages .-item-btn {
  flex-basis: 240px;
  flex-shrink: 0;
  margin-left: auto;
}
.service-children-pages .-item-title {
  line-height: 1.25;
}
.service-children-pages .-item-desc {
  margin-top: 2em;
}
.service-children-pages .-item-text {
  flex-basis: 600px;
}
@media print, screen and (max-width: 767px) {
  .service-children-pages .-item-front {
    padding: 2em;
  }
  .service-children-pages .-item-inner {
    flex-wrap: wrap;
    gap: 1.5em;
  }
  .service-children-pages .-item-btn {
    margin-right: auto;
    --btn-w:100%;
  }
}

.cg-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  --container:100%;
}
.cg-intro-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em clamp(2em, 6.8965517241%, 80px);
}
.cg-intro-row .-col {
  flex-basis: clamp(350px, 44.8275862069%, 520px);
}
.cg-intro-row .-col-img {
  flex-basis: clamp(350px, 50%, 50%);
  text-align: right;
}
.cg-intro-title {
  line-height: 2;
  margin-bottom: 1em;
}
.cg-sec {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  background-color: var(--cg-bg, #fff);
}
.cg-sec.cg-01 {
  --cg-bg: #f0f0f0;
  --cg-blk: #fff;
}
.cg-sec-img {
  margin: clamp(2em, 6.0344827586%, 70px) auto;
}
.cg-sec-desc {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.cg-sec-desc h3 {
  margin-bottom: 1em;
}
.cg-sec-blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 2em auto 2.5em;
  text-align: center;
}
.cg-sec-blk .-blk {
  background-color: var(--cg-blk, #f0f0f0);
  flex-basis: clamp(350px, 43.1034482759%, 475px);
  min-height: 11.875em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cg-sec-table {
  text-align: center;
  max-width: 960px;
  margin: 2em auto 2.5em;
}
.cg-sec-table table {
  width: 100%;
  table-layout: fixed;
}
.cg-sec-table td {
  vertical-align: middle;
  padding: 1em;
  min-height: 100px;
  border: 1px #333333 solid;
}
@media print, screen and (max-width: 767px) {
  .cg-intro-row .-col {
    flex-grow: 1;
  }
  .cg-intro-row .-col-img {
    flex-grow: 1;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .cg-sec-table th, .cg-sec-table td {
    float: left;
    width: 100%;
    min-height: 0;
  }
  .cg-sec-table th:nth-of-type(n+2), .cg-sec-table td:nth-of-type(n+2) {
    border-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .cg-intro {
    --container-pad:0;
  }
}

.vr-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  --container:100%;
}
.vr-intro-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em clamp(2em, 5.1724137931%, 80px);
}
.vr-intro-row .-col {
  flex-basis: clamp(350px, 44.8275862069%, 520px);
}
.vr-intro-row .-col-img {
  flex-basis: clamp(350px, 50%, 50%);
  text-align: right;
}
.vr-intro-title {
  line-height: 2;
  margin-bottom: 1em;
}
.vr-sec {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  background-color: var(--cg-bg, #fff);
}
.vr-sec.vr-01 {
  --cg-bg: #f0f0f0;
  --cg-blk: #fff;
}
.vr-sec-inner {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.vr-sec-img {
  margin: clamp(2em, 6.0344827586%, 70px) auto;
}
.vr-sec-desc {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.vr-sec-desc h3 {
  margin-bottom: 1em;
}
.vr-sec-blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 2em auto 2.5em;
  text-align: center;
}
.vr-sec-blk .-blk {
  background-color: var(--cg-blk, #f0f0f0);
  flex-basis: clamp(280px, 26.9827586207%, 313px);
  min-height: 13.375em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vr-sec-blk .-blk-icon {
  line-height: 0.15;
}
.vr-sec-table {
  max-width: 960px;
  margin: 0 auto 0;
  padding-top: 4em;
}
.vr-sec-table table {
  width: 100%;
  border: none;
}
.vr-sec-table th, .vr-sec-table td {
  border: 1px #dddddd solid;
}
.vr-sec-table thead {
  color: #fff;
}
.vr-sec-table thead th {
  background-color: #333333;
  padding: 1em 1em;
  text-align: left;
  width: 280px;
}
.vr-sec-table thead th.-empty {
  width: 120px;
  background-color: transparent;
  border: none;
}
.vr-sec-table tbody th {
  background-color: #f0f0f0;
  text-align: left;
  padding: 1em 0.5em;
}
.vr-sec-table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.vr-sec-table td {
  vertical-align: middle;
  padding: 1em 1em;
}
.vr-sec-gallery {
  max-width: 960px;
  margin: 2em auto;
  display: grid;
  gap: 3em 3.125%;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.vr-sec-gallery .-col {
  text-align: center;
}
.vr-sec-gallery .-col img {
  object-fit: cover;
  aspect-ratio: 300/210;
}
.vr-sec-gallery .-col h4 {
  margin: 0.5em 0;
  text-align: left;
}
.vr-sec-gallery .-col p {
  margin: 0.5em 0;
  text-align: left;
}
.vr-sec-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em clamp(2em, 3.4482758621%, 40px);
  margin-top: clamp(2em, 6.0344827586%, 70px);
}
.vr-sec-row .-col {
  flex-basis: clamp(350px, 34.4827586207%, 400px);
}
.vr-sec-row .-col-img {
  flex-basis: clamp(350px, 56.8965517241%, 660px);
  text-align: right;
}
.vr-slide {
  position: relative;
}
.vr-slide .splide__arrows {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  padding: 0 1em;
}
.vr-slide .splide__arrow {
  position: relative;
  width: 2em;
  height: 2em;
}
.vr-slide .splide__arrow svg {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.vr-slide .splide__arrow::before {
  width: 2em;
  height: 2em;
  transform-origin: center;
  content: "";
  display: block;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  transform: rotate(45deg);
}
.vr-slide .splide__arrow--prev {
  transform: rotate(180deg);
}
.vr-slide .splide__pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  gap: 10px;
  padding-bottom: 2em;
  --pagerop:0.3;
}
.vr-slide .splide__pagination__page {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: var(--pagerop);
}
.vr-slide .splide__pagination__page.is-active {
  --pagerop:1;
}
@media print, screen and (max-width: 767px) {
  .vr-intro-row .-col {
    flex-grow: 1;
  }
  .vr-intro-row .-col-img {
    flex-grow: 1;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .vr-sec-table th, .vr-sec-table td {
    float: left;
    width: 100%;
    min-height: 0;
  }
  .vr-sec-table th:nth-of-type(n+2), .vr-sec-table td:nth-of-type(n+2) {
    border-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .vr-intro {
    --container-pad:0;
  }
}

.animation-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  --container:100%;
}
.animation-intro-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em clamp(2em, 6.8965517241%, 80px);
}
.animation-intro-row .-col {
  flex-basis: clamp(350px, 43.1034482759%, 500px);
}
.animation-intro-row .-col-img {
  flex-basis: clamp(350px, 50%, 50%);
  text-align: right;
}
.animation-intro-title {
  line-height: 2;
  margin-bottom: 1em;
}
.animation-sec {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  background-color: var(--cg-bg, #fff);
}
.animation-sec.animation-01 {
  --cg-bg: #f0f0f0;
  --cg-blk: #fff;
  margin-bottom: var(--sec-bottom);
}
.animation-sec-inner {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.animation-sec-img {
  margin: clamp(2em, 6.0344827586%, 70px) auto;
}
.animation-sec-desc {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.animation-sec-desc h3 {
  margin-bottom: 1em;
}
.animation-sec-gallery {
  max-width: 960px;
  margin: 2em auto;
  display: grid;
  gap: 3em 3.125%;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.animation-sec-gallery .-col {
  text-align: center;
}
.animation-sec-gallery .-col img {
  object-fit: cover;
  aspect-ratio: 300/210;
}
.animation-sec-gallery .-col h4 {
  margin: 0.5em 0;
  text-align: left;
}
.animation-sec-gallery .-col p {
  margin: 0.5em 0;
  text-align: left;
}
.animation-sec-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em clamp(2em, 3.4482758621%, 40px);
  margin-top: clamp(2em, 6.0344827586%, 70px);
}
.animation-sec-row .-col {
  flex-basis: clamp(350px, 34.4827586207%, 400px);
}
.animation-sec-row .-col-img {
  flex-basis: clamp(350px, 56.8965517241%, 660px);
  text-align: right;
}
@media print, screen and (max-width: 767px) {
  .animation-intro-row .-col {
    flex-grow: 1;
  }
  .animation-intro-row .-col-img {
    flex-grow: 1;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .animation-sec-table th, .animation-sec-table td {
    float: left;
    width: 100%;
    min-height: 0;
  }
  .animation-sec-table th:nth-of-type(n+2), .animation-sec-table td:nth-of-type(n+2) {
    border-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .animation-intro {
    --container-pad:0;
  }
}

.page-commitment .page-mv .ff-en {
  font-family: var(--font-mincho);
}

.commitment-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  --container:100%;
}
.commitment-intro-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em clamp(2em, 6.8965517241%, 80px);
}
.commitment-intro-row .-col {
  flex-basis: clamp(350px, 43.1034482759%, 500px);
}
.commitment-intro-row .-col-img {
  flex-basis: clamp(350px, 50%, 50%);
  text-align: right;
}
.commitment-intro-title {
  line-height: 2;
  margin-bottom: 1em;
}
@media print, screen and (max-width: 767px) {
  .commitment-intro-row .-col {
    flex-grow: 1;
  }
  .commitment-intro-row .-col-img {
    flex-grow: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .commitment-intro {
    --container-pad:0;
  }
}
.commitment-list {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  background-color: #f0f0f0;
}
.commitment-list-gallery {
  margin-top: clamp(2em, 6%, 60px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  gap: 5em 1em;
}
.commitment-list-gallery .-col img {
  margin-bottom: -1.2em;
}
.commitment-list-gallery .-col h4 {
  margin: 0 0 0.5em;
}
.commitment-list-gallery .-col p {
  margin: 0.5em 0;
}
@media print, screen and (min-width: 768px) {
  .commitment-list-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.commitment-detail {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
}
.commitment-detail-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2em clamp(2em, 3.4482758621%, 40px);
}
.commitment-detail-row .-col {
  flex-basis: clamp(350px, 48.275862069%, 560px);
  display: flex;
  justify-content: center;
}
.commitment-detail-row .-col-img {
  flex-basis: clamp(350px, 48.275862069%, 560px);
}
.commitment-detail-row .-col-inner {
  flex-basis: 520px;
}
.commitment-detail-row:nth-of-type(odd) .-col {
  order: 0;
}
.commitment-detail-row:nth-of-type(odd) .-col-img {
  order: 1;
}
.commitment-detail-row:nth-of-type(n + 2) {
  margin-top: clamp(3em, 8.6206896552%, 100px);
}
.commitment-detail-title {
  line-height: 1.6315789474;
  margin-bottom: 0.5em;
}
@media print, screen and (max-width: 767px) {
  .commitment-detail-row .-col {
    flex-grow: 1;
  }
  .commitment-detail-row .-col-img {
    flex-grow: 1;
  }
}

.coop-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
}
.coop-pages {
  --sec-top:0;
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  --container:1440px;
  --container-pad:0;
}
.coop-pages-row {
  display: flex;
  flex-wrap: wrap;
}
.coop-pages-row .-item {
  flex-basis: clamp(350px, 50%, 720px);
  flex-grow: 1;
  display: grid;
  color: #fff;
  text-align: center;
  --btn-bg:transparent;
  --btn-color:#fff;
  --btn-border:#fff;
  --btn-pos:center;
  padding-bottom: 1px;
}
.coop-pages-row .-item-img {
  grid-column: 1/2;
  grid-row: 1/2;
}
.coop-pages-row .-item-front {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coop-pages-row .-item-front h2 {
  line-height: 1;
}
.coop-pages-row .-item-front h2 .size-90 {
  line-height: 50px;
}
.coop-pages-row .-item-front h2 .size-64 {
  line-height: 50px;
}
.coop-pages-row .-item-title {
  display: grid;
  align-items: flex-end;
}
.coop-pages-row .-item-inner {
  display: grid;
  grid-template-rows: 7.5em auto 1fr;
  gap: 2em;
}
.coop-pages-row .-item-inner .btn-wrap {
  width: 100%;
}
.history-sec {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
}
.history-sec-blk {
  background-color: #f0f0f0;
  padding: clamp(3em, 15.5172413793%, 180px) 1em;
}
.history-sec .timeline-grp {
  margin-top: clamp(2em, 6.0344827586%, 70px);
  max-width: 660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.timeline-grp .-item {
  display: flex;
  gap: 0 9.0909090909%;
  position: relative;
  padding-bottom: 3.125em;
}
.timeline-grp .-item::before {
  content: "";
  width: 1px;
  top: 0;
  left: 5px;
  bottom: 0;
  background-color: var(--main);
  position: absolute;
}
.timeline-grp .-item:first-of-type::before {
  top: 1em;
}
.timeline-grp .-item:last-of-type::before {
  bottom: calc(100% - 1em);
}
.timeline-grp .-item-time {
  font-size: var(--size-24);
  display: flex;
  gap: 1em;
  align-items: center;
  align-self: flex-start;
  line-height: 1;
  flex-basis: 4.1666666667em;
}
.timeline-grp .-item-time::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: var(--main);
  line-height: 1;
}

.message-sec {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
}
.message-sec-head {
  display: grid;
}
.message-sec-head .-bg {
  grid-column: 1/2;
  grid-row: 1/2;
}
.message-sec-head .-front {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-sec-head .-text {
  flex-basis: 960px;
  padding: 1em;
}
.message-sec-title {
  line-height: 1.6315789474;
}
.message-sec-title .-en {
  display: block;
}
.message-sec-body {
  max-width: 760px;
  margin: clamp(2em, 7%, 70px) auto;
}
.message-sec .timeline-grp {
  margin-top: clamp(2em, 6.0344827586%, 70px);
  max-width: 660px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.price-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  line-height: 2;
}
.price-sec {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  background-color: var(--price-bg, #fff);
}
.price-sec:nth-of-type(even) {
  --price-bg: #f0f0f0;
}
.price-sec-title {
  max-width: 760px;
  margin: clamp(2em, 5%, 50px) auto 1.5em;
}
.price-sec-table {
  max-width: 960px;
  margin: 1.5em auto 0;
}
.price-sec-table table {
  background-color: #fff;
  width: 100%;
  border: 1px #333333 solid;
}
.price-sec-table table thead {
  background-color: #333333;
  color: #fff;
}
.price-sec-table table thead th {
  padding: 1em;
  text-align: left;
}
.price-sec-table table thead th:nth-of-type(n + 2) {
  border-left: 1px #fff solid;
}
.price-sec-table table tbody td {
  padding: 1em;
}
.price-sec-table table tbody td:nth-of-type(n + 2) {
  border-left: 1px #dddddd solid;
}
.price-sec-table table tbody tr:nth-of-type(even) {
  background-color: #f0f0f0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .price-sec-table {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .price-sec-table table {
    width: 700px;
  }
}

.works-nav {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
}
.works-nav-head {
  display: grid;
  margin-top: var(--sec-top);
}
.works-nav-title {
  grid-row: 1/2;
  grid-column: 1/2;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.works-nav-title span {
  display: block;
}
.works-nav-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  --btn-w:calc(280em / 20);
  --btn-h:calc(100em / 20);
  --btn-bg:#f8f8f8;
  --btn-border:#f8f8f8;
  --btn-color:var(--main);
}
.works-nav-label {
  flex-grow: 1;
}
.works-nav-label.active {
  pointer-events: none;
  --btn-bg:var(--main);
  --btn-border:var(--main);
  --btn-color:#fff;
}
.works-nav-label.active .btn-arrow {
  opacity: 0;
}
.works-nav-filter.property .-property {
  opacity: 1;
}
.works-nav-filter.animation .-animation {
  opacity: 1;
}
.works-nav-filter.cg .-cg {
  opacity: 1;
}
.works-nav-filter.vr .-vr {
  opacity: 1;
}
.works-archive {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
}
.works-archive .js-masonry {
  position: relative;
  column-count: 3;
  height: auto !important;
}
.works-archive .js-masonry .-item {
  height: auto !important;
  break-inside: avoid;
  margin: 0 0 1em;
  padding: 1em;
  position: relative;
}
.works-sec {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  background-color: var(--price-bg, #fff);
}
.works-sec:nth-of-type(even) {
  --price-bg: #f0f0f0;
}
.works-sec-title {
  max-width: 760px;
  margin: clamp(2em, 5%, 50px) auto 1.5em;
}
.works-sec-table {
  max-width: 960px;
  margin: 1.5em auto 0;
}
.works-sec-table table {
  background-color: #fff;
  width: 100%;
  border: 1px #333333 solid;
}
.works-sec-table table thead {
  background-color: #333333;
  color: #fff;
}
.works-sec-table table thead th {
  padding: 1em;
  text-align: left;
}
.works-sec-table table thead th:nth-of-type(n + 2) {
  border-left: 1px #fff solid;
}
.works-sec-table table tbody td {
  padding: 1em;
}
.works-sec-table table tbody td:nth-of-type(n + 2) {
  border-left: 1px #dddddd solid;
}
.works-sec-table table tbody tr:nth-of-type(even) {
  background-color: #f0f0f0;
}
.works-pager {
  font-size: var(--size-18);
}
.works-pager ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 1em;
  align-items: center;
  flex-wrap: wrap;
}
.works-pager ul.page-numbers .prev {
  width: 2.2222222222em;
  height: 2.2222222222em;
  background-color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15%;
}
.works-pager ul.page-numbers .prev .pagination-arrow {
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  flex-basis: 0.75em;
  height: 0.75em;
  transform: rotate(225deg);
}
.works-pager ul.page-numbers .next {
  width: 2.2222222222em;
  height: 2.2222222222em;
  background-color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15%;
}
.works-pager ul.page-numbers .next .pagination-arrow {
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  flex-basis: 0.75em;
  height: 0.75em;
  transform: rotate(45deg);
}
.page-works .mmInner {
  max-width: calc(765px + 6vw);
  overflow: visible;
}
.page-works .mmClose {
  position: absolute;
  top: calc(1em + 3vw);
  right: calc(1em + 3vw);
  background-color: var(--main);
}

.single-works {
  padding: 0;
}

.works-article-inner {
  padding: 1.875em 1em;
  max-width: calc(640px + 2em);
  margin-left: auto;
  margin-right: auto;
}
.works-article-head {
  display: flex;
  gap: 1em;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.75em;
}
.works-article-label {
  font-size: var(--size-14);
  border: 1px var(--main) solid;
  line-height: 1;
  padding: 0.5em 1em;
}
.works-article-features {
  display: flex;
  gap: 1.5em 3.125%;
  flex-wrap: wrap;
}
.works-article-feature {
  flex-basis: clamp(150px, 31.25%, 200px);
  border-top: 1px var(--main) solid;
  border-bottom: 1px var(--main) solid;
  text-align: center;
  line-height: 1.5;
  padding: 0.5em;
  margin-bottom: 1.5em;
}
.works-article-content {
  margin-bottom: 1.5em;
}
.works-article-tags {
  font-size: var(--size-14);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.works-article-tag {
  background-color: #f8f8f8;
  line-height: 1;
  padding: 0.5em 1em;
}
.works-article-btn {
  --btn-w:640px;
  margin-top: 2em;
  --btn-h:calc(60em / 16);
}

.single-job .page-mv-text {
  text-align: center;
}
.single-job .page-mv-recruit {
  display: inline-block;
  border-top: 1px var(--main) solid;
  border-bottom: 1px var(--main) solid;
  padding: 0.15em 1em;
  width: 6.6666666667em;
  margin-bottom: 1em;
}
.single-job .page-mv-title {
  color: var(--main);
}

.job-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(100% / 14), 100px);
}
.job-intro h2 {
  margin-bottom: 0.5em;
}
.job-intro-row {
  margin-top: var(--sec-top);
  display: flex;
  flex-wrap: wrap;
  gap: 2em 2.7777777778%;
  margin-bottom: clamp(3em, 5.7142857143%, 80px);
}
.job-intro-row .-col-img {
  flex-basis: clamp(300px, 48.6111111111%, 48.6111111111%);
  text-align: right;
}
.job-intro-row .-col-text {
  flex-basis: clamp(300px, 48.6111111111%, 560px);
}
.job-intro-row .-title {
  line-height: 2;
  margin-bottom: 0.5em;
}
.job-intro-message h3 {
  line-height: 2;
}
@media print, screen and (max-width: 767px) {
  .job-intro-row {
    padding: 0 var(--container-pad);
  }
  .job-intro-row .-col-img {
    flex-grow: 1;
    text-align: center;
  }
  .job-intro-row .-col-text {
    flex-grow: 1;
  }
}
.job-ideal {
  display: grid;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.job-ideal-img {
  grid-column: 1/2;
  grid-row: 1/2;
}
.job-ideal-front {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5.1724137931%;
}
.job-ideal-front .-inner {
  flex-basis: 400px;
}
.job-ideal-list {
  margin-top: 1.5em;
}
.job-ideal-list li {
  margin-bottom: 1em;
}
.job-ideal-list li::before {
  content: "";
  display: inline-block;
  background: url(../images/job/icn_check_2x.webp) no-repeat;
  background-size: contain;
  width: 0.9375em;
  height: 0.75em;
  margin-right: 0.5em;
}
@media print, screen and (max-width: 767px) {
  .job-ideal-front {
    grid-row: 2/3;
  }
}
.job-details {
  --container: 990px;
}
.job-details-table {
  margin-top: 2.5em;
}
.job-details-table table {
  border: 1px #dddddd solid;
}
.job-details-table table tbody td {
  padding: 4.1666666667% 6.25%;
}
.job-details-table table .column-1 {
  width: 31.25%;
  background-color: #f6f7fb;
}
.job-details-table table .column-2 {
  width: 68.75%;
}
.job-apply-row {
  gap: 2em 3.4482758621%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
.job-apply-row .-col {
  background-color: #f6f7fb;
  flex-basis: clamp(300px, 48.275862069%, 560px);
  padding: 3.25em 1em;
  --btn-bg: var(--accent);
  --btn-border: var(--accent);
  --btn-w:calc(440em / 20);
  --btn-h:calc(80em / 20);
  --btn-pos:center;
}
.job-apply-note {
  border-top: 1px var(--main) solid;
  border-bottom: 1px var(--main) solid;
  display: flex;
  justify-content: center;
  gap: 1em 3.4482758621%;
  flex-wrap: wrap;
  padding: 1em;
  margin-top: clamp(2em, 4.3103448276%, 50px);
  min-height: 180px;
  align-items: center;
}
.job-apply-note .-btn {
  flex-basis: 21.25em;
  --btn-w:calc(340em / 16);
  --btn-bg:transparent;
  --btn-color: var(--main);
  --btn-bg-h: #f6f7fb;
}
@media print, screen and (max-width: 767px) {
  .job-apply-row .-col {
    flex-grow: 1;
  }
}
.job-process-flow {
  margin-top: clamp(2em, 4.3103448276%, 50px);
}
.job-process-flow .-step {
  background-color: #f6f7fb;
  padding: 5.1724137931%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 3.4482758621%;
  margin-top: 20px;
}
.job-process-flow .-step-img {
  flex-basis: clamp(300px, 29.3103448276%, 340px);
}
.job-process-flow .-step-text {
  flex-basis: clamp(300px, 55.1724137931%, 640px);
}
.job-process-flow .-step-text h3 {
  margin-bottom: 0.25em;
}
.job-process-flow .-step-text h3 span {
  display: inline-block;
  margin: 0.5em 0;
}
@media print, screen and (max-width: 767px) {
  .job-process-flow .-step-img {
    flex-grow: 1;
    text-align: center;
  }
  .job-process-flow .-step-text {
    flex-grow: 1;
  }
}
.job-others {
  background-color: #f6f7fb;
}
.job-others-title {
  max-width: 760px;
  margin: 0 auto 2em;
}
.job-others-list {
  display: flex;
  flex-wrap: wrap;
}
.job-others-list .-item {
  flex-basis: clamp(160px, 25% - 1px, 289px);
  background-color: #fff;
}
.job-others-list .-item-link.-end {
  pointer-events: none;
}
.job-others-list .-item-img {
  aspect-ratio: 289/328;
  position: relative;
}
.job-others-list .-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-others-list .-item-end {
  background-color: var(--main);
  display: inline-block;
  padding: 1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.job-others-list .-item-inner {
  min-height: 7.5em;
  position: relative;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-others-list .-item-text {
  text-align: center;
}
.job-others-list .-item-label {
  display: inline-block;
  border: 1px var(--main) solid;
  padding: 0.5em;
  line-height: 1;
}
.job-others-list .-item-label.--new {
  background-color: #4665b3;
  color: #fff;
  border-color: #4665b3;
}
.job-others-list .-item-arrow {
  position: absolute;
  right: 1em;
}
.job-others-list .-item-arrow-ic {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px var(--main) solid;
  border-right: 1px var(--main) solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .job-others-list {
    justify-content: center;
  }
  .job-others-list .-item {
    flex-basis: 50%;
  }
}

.main-aside .widget {
  margin-bottom: 3em;
}
.main-aside .widget-title {
  text-align: center;
  background-color: var(--main);
  color: #fff;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
}
.main-aside .widget_recent_entries ul li {
  display: grid;
  margin-bottom: 0.5em;
}
.main-aside .widget_recent_entries ul li .post-date {
  order: 0;
}
.main-aside .widget_recent_entries ul li a {
  order: 1;
}
.main-aside .widget_categories ul li, .main-aside .widget_archive ul li {
  margin-bottom: 0.5em;
}

.entry-meta {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.entry-header {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px var(--main) solid;
}

.entry-footer {
  --btn-pos:center;
}

.news-label {
  flex-basis: 5.625em;
  flex-shrink: 0;
  background-color: var(--main);
  color: #fff;
  text-align: center;
}

.page-support .page-mv-img {
  filter: brightness(0.7);
}

.support-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  --btn-w: calc(640em / 20);
  --btn-pos:center;
}
.support-form {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  --container:990px;
  background-color: #f0f0f0;
  margin-bottom: var(--sec-bottom);
}

.page-contact .page-mv-img {
  filter: brightness(0.7);
}

.contact-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  --btn-w: calc(640em / 20);
  --btn-pos:center;
}
.contact-form {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  --container:990px;
  background-color: #f0f0f0;
  margin-bottom: var(--sec-bottom);
}

.page-privacy-policy .page-mv-img {
  filter: brightness(0.7);
}

.policy-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
}
.policy-intro-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5em;
}
.policy-privacy, .policy-security {
  --sec-top:0;
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
}
.policy-privacy-contents h3, .policy-security-contents h3 {
  border-left: 4px solid #333;
  padding: 10px 0 10px 20px;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 1em;
}
.policy-privacy-contents h3:nth-of-type(n+2), .policy-security-contents h3:nth-of-type(n+2) {
  margin-top: 2.5em;
}

.page-greeting .page-mv-text {
  text-align: center;
}
.page-greeting .page-mv-recruit {
  display: inline-block;
  border-top: 1px var(--main) solid;
  border-bottom: 1px var(--main) solid;
  padding: 0.15em 1em;
  width: 6.6666666667em;
  margin-bottom: 1em;
}
.page-greeting .page-mv-title {
  color: var(--main);
}

.greeting-sec {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  margin: var(--sec-top) auto;
  background-color: #f6f7fb;
  max-width: 1160px;
  --container:990px;
  padding: 0 0 var(--sec-bottom);
}
.greeting-sec .container {
  overflow: hidden;
}
.greeting-sec-catch {
  line-height: 0.6;
  color: #fff;
  font-size: clamp(50px, 25.8620689655vmin, 300px);
}
.greeting-sec-title {
  margin: 1em 0;
}
.greeting-sec-text {
  display: flex;
  gap: 1.5em 4.1666666667%;
  margin-bottom: 5.2083333333%;
}
.greeting-sec-text .-col {
  flex-basis: 47.9166666667%;
}
.greeting-sec-sign .-inner {
  position: relative;
  display: flex;
  gap: 1em 4.1666666667%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.greeting-sec-sign .-text, .greeting-sec-sign .-img {
  flex-basis: 300px;
}
.page-entry .page-mv-img {
  filter: brightness(0.7);
}
.page-entry .page-mv {
  --main: #fff;
}
.page-entry .page-mv-text {
  text-align: center;
}
.page-entry .page-mv-recruit {
  display: inline-block;
  border-top: 1px var(--main) solid;
  border-bottom: 1px var(--main) solid;
  padding: 0.15em 1em;
  width: 6.6666666667em;
  margin-bottom: 1em;
  color: var(--main);
}
.page-entry .page-mv-title {
  color: var(--main);
}

.entry-intro {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  --btn-w: calc(640em / 20);
  --btn-pos:center;
}
.entry-form {
  --sec-top:clamp(3em, calc(180% / 14), 180px);
  --sec-bottom:clamp(3em, calc(180% / 14), 180px);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  --container:990px;
  background-color: #f0f0f0;
  margin-bottom: var(--sec-bottom);
}/*# sourceMappingURL=style.css.map */