@charset "UTF-8";
:root {
  --main:#0d0d0d;
  --main-sub:#383838;
  --primary:#005e97;
  --accent: #50adac;
  --gray: #f1f1f1;
  --inverse: #fff;
  --red: #e31414;
  --color-def: #0d0d0d;
  --color-catch: #f5f5f5;
  --color-link: #aa9986;
  --color-footer: #fff;
  --inverse-def: #fff;
  --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(206em / 16);
  --btn-h: calc(48em / 16);
  --btn-round: calc(var(--btn-h) / 2);
  --btn-size: inherit;
  --header-h: 90px;
  --header-bg: #fff;
  --header-bg-scroll: #fff;
  --gnav-bg:#fff;
  --gnav-bg_hv:var(--main);
  --gnav-color: var(--main);
  --gnav-color-h:var(--primary);
  --gnav-h: 90px;
  --gnav-btn-h:30px;
  --gnav-btn-w:clamp(40px, calc(140vmin / 15), 46px);
  --gnav-btn-bg:var(--primary);
  --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.07em;
  --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-50: clamp(30px, calc(26vmin / 4), 50px);
  --size-56: clamp(30px, calc(28vmin / 4), 56px);
  --size-60: clamp(30px, calc(28vmin / 4), 60px);
  --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: 1230px;
  --container-wide: 1430px;
  --container-slim: 1030px;
  --container-pad: min(calc(110% / 15), 15px);
  --container-pad_sp: min(calc(110% / 12.8), 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: "M PLUS 1p","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-gothic);
  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: 500;
  --wp--style--root--padding-right:0;
  --wp--style--root--padding-left:0;
}
@media print, screen and (max-width: 1020px) {
  body {
    --header-h: 60px;
    --gotop:40px;
    --gnav-btn-h: calc(var(--gnav-btn-w) * 0.6);
  }
}
@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);
}

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

.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 {
    padding-left: 15px;
    padding-right: 15px;
    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: sticky;
  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;
  color: var(--gnav-color);
}
.header > .container {
  position: relative;
  z-index: 110;
}
.header-row {
  display: flex;
  align-items: center;
  height: var(--header-h);
  position: relative;
  gap: 0 2em;
}
.header-logo {
  flex-basis: clamp(150px, 21.5277777778%, 310px);
  position: relative;
  z-index: 128;
  pointer-events: initial;
}
.header-contact {
  pointer-events: initial;
  flex-basis: 210px;
  --btn-h:calc(90em / 16);
  --btn-color: #fff;
  --btn-color-h: #fff;
  --btn-round:0;
  --btn-bg-h:#005e97c4;
}
.header-contact .btn {
  flex-direction: column;
  gap: 0.5em;
}
@media print, screen and (max-width: 1020px) {
  .header-row {
    padding: 0.5em 0;
  }
  .header-contact {
    display: flex;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1021px) {
  .header-menu {
    flex-basis: 100%;
  }
  .header-contact {
    flex-shrink: 0;
  }
  .header .menu-globalnav-container {
    flex-basis: 100%;
  }
}

.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;
    overflow: scroll;
  }
  .gnav-menu {
    font-size: clamp(16px, 4.8vw, 18px);
    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-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 .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 {
    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);
    font-weight: bold;
    position: relative;
    justify-content: space-around;
  }
  .gnav-menu a {
    position: relative;
    display: block;
  }
  .gnav-menu a::before {
    content: "";
    width: 2em;
    height: 3px;
    background-color: var(--accent);
    display: block;
    position: absolute;
    top: calc(100% + 0.5em);
    left: 50%;
    transform: translate(-50%, 0) scaleX(0);
    transition: 0.3s ease-in-out;
  }
  .gnav-menu a:hover::before {
    transform: translate(-50%, 0) scaleX(1);
  }
  .gnav .sub-menu {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8196078431);
    white-space: nowrap;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: 0.3s ease-in-out;
  }
  .gnav .sub-menu .menu-item {
    padding: 1em;
    border-bottom: 1px #cecece solid;
    font-size: 90%;
  }
  .gnav .sub-menu .menu-item a::before {
    content: none;
  }
  .gnav .sub-menu.is-active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: initial;
  }
}
.onscroll {
  --header-bg:rgba(255, 255, 255, 1);
}

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

.fcta {
  background-color: #c6e9f3;
  --btn-w:calc(636em / 26);
  --btn-h:calc(72em / 26);
  display: grid;
  min-height: 547px;
}
.fcta-bg {
  grid-column: 1/2;
  grid-row: 1/2;
}
.fcta-bg img {
  height: 100%;
  object-fit: cover;
}
.fcta-front {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-top: clamp(2em, 5.8333333333%, 70px);
}
@media print, screen and (max-width: 767px) {
  .fcta {
    min-height: 350px;
  }
}
.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;
}
.fnav-menu .sub-menu a::before {
  content: "-";
  margin-right: 0.25em;
  margin-left: 0.25em;
}
.cta-contact {
  --container: 880px;
  --title-margin:0.5em;
  --sec-top: clamp(2em, calc(68% / 12), 68px);
  background-color: #f4efe6;
}
.cta-contact-head {
  display: flex;
  align-items: flex-end;
  gap: 0.5em 1em;
  justify-content: flex-end;
  padding: 0 2em 0 0;
}
.cta-contact-row {
  display: flex;
  gap: 2em 4.7058823529%;
  flex-wrap: wrap;
}
.cta-contact-row .-item {
  box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  flex-basis: clamp(300px, 47.0588235294%, 400px);
  background-color: #fff;
}
.cta-contact-row .-item-link {
  display: grid;
  grid-template-rows: 6.25em auto;
  height: 100%;
}
.cta-contact-row .-item-head {
  background-color: var(--cta-color, #f39800);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
.cta-contact-row .-item-text {
  padding: 1em 0.5em 1.5em;
  line-height: 1;
}
.cta-contact-row .-item-text .size-40 {
  line-height: 0.8;
  margin-bottom: 0.3em;
}
.cta-contact-row .-item-text .size-18 {
  line-height: 1.3333333333;
}
.cta-contact-row .-item.-mail {
  --cta-color: #8fc31f;
}
@media print, screen and (max-width: 767px) {
  .cta-contact-head {
    padding: 0;
    justify-content: center;
  }
  .cta-contact-img {
    margin-left: -1em;
  }
  .cta-contact-img img {
    width: 8em;
  }
  .cta-contact-row {
    justify-content: center;
  }
  .cta-contact-row .-item-link {
    grid-template-rows: 3em auto;
  }
  .cta-contact-row .-item-icon {
    flex-basis: 2em;
    height: 2em;
  }
  .cta-contact-row .-item-icon img {
    max-height: 2em;
    object-fit: contain;
  }
}

.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;
}
.gotop-btn-arrow {
  filter: brightness(0) saturate(100%) invert(69%) sepia(10%) saturate(1797%) hue-rotate(130deg) brightness(89%) contrast(83%);
  transform: rotate(270deg);
}
@media print, screen and (max-width: 767px) {
  .gotop {
    width: 1.875em;
  }
}

.footer {
  position: relative;
  --sec-bottom:2em;
  background-color: #fff;
}
.footer-logo {
  margin-bottom: 1em;
  max-width: 256px;
}
.footer-row {
  margin-bottom: var(--sec-top);
}
.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;
  }
  .footer-info {
    margin-bottom: 2em;
  }
}
@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(3, 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;
  min-height: var(--pagemv-h, 500px);
  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 img {
  max-width: none;
  width: 100%;
  height: var(--pagemv-h, 500px);
  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;
  display: flex;
  gap: 1em;
  align-items: baseline;
}
.page-mv-en {
  display: block;
}
.page-mv-jp {
  display: block;
  margin-top: 1em;
}
@media print, screen and (max-width: 767px) {
  .page-mv {
    --pagemv-h: 300px;
  }
}
.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;
  line-height: 1.5;
  padding: 0.5em 0;
}
.breadcrumb-list {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  min-height: 3.5714285714em;
  align-items: center;
}
.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 .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-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;
}

.aside-title {
  background-color: var(--primary);
  text-align: center;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
}
.aside-news-list {
  margin-bottom: 3em;
}
.aside-news-list .-item {
  margin-bottom: 1.25em;
}
.aside-news-list .-item-link {
  display: block;
  line-height: 1.2;
}
.aside-news-list .-item-date {
  display: block;
}

.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 0.5em;
  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;
  filter: var(--btn-fil, brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(7500%) hue-rotate(209deg) brightness(117%) contrast(112%));
}
.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 .btn-arrow {
  filter: var(--btn-fil-h, brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(7500%) hue-rotate(209deg) brightness(117%) contrast(112%));
}
.btn-wrap {
  display: flex;
  justify-content: var(--btn-pos, center);
}
@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-50 {
  font-size: var(--size-50);
}
.size-56 {
  font-size: var(--size-56);
}
.size-60 {
  font-size: var(--size-60);
}
.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);
}
.fc-white {
  color: #fff;
}

.bg-green {
  background-color: var(--accent);
}
.bg-beige {
  background-color: #f4efe6;
}

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

.spacer-dot {
  height: 10px;
  background: url(../images/theme/spacer-dot.svg) repeat;
  border: none;
  outline: none;
  width: 100%;
  margin: var(--spacer-top, var(--sec-top)) 0 var(--spacer-bottom, var(--sec-bottom));
}
.spacer-short {
  width: 6rem;
  margin: var(--spacer-top, 1em) 0 var(--spacer-bottom, 1em);
}
.spacer-dotline {
  height: 2px;
  border: none;
  outline: none;
  width: 100%;
  background-color: transparent;
  background-image: radial-gradient(#FFF000 30%, transparent 0);
  background-size: 8px 8px;
  background-position: center;
}

.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:none;
}
.form-row.-required {
  --form-req:"必須";
}
.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(--red);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 1px 0.5em;
}
.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.short {
  max-width: 430px;
}
.form-check {
  grid-template-columns: repeat(2, 1fr);
}
.form .input-m {
  width: 560px;
}
.form-btns {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin-top: 2.5em;
}
@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;
  }
}
.mwform-radio-field {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.page-template-page-home .mv-sec {
  --mv-h: 813px;
  --container: 100%;
  position: relative;
  display: grid;
  z-index: 1;
}
.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: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-home .mv-text {
  color: #fff;
}
.page-template-page-home .mv-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 384px;
  transform: translate(0, 50%);
}
.page-template-page-home .mv-bottom img {
  max-width: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-template-page-home .mv-sec.-loaded .mv-img img {
  transition-delay: 0s;
  transform: scale(1.05);
}
.page-template-page-home .mv-sec.-loaded .mv-logo, .page-template-page-home .mv-sec.-loaded .mv-login, .page-template-page-home .mv-sec.-loaded .mv-contact, .page-template-page-home .mv-sec.-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-sec.-loaded .mv-title {
  animation: 0.8s 1s cubic-bezier(0.37, 0, 0.63, 1) both;
  animation-name: fade_in, slide_in_y;
}
.page-template-page-home .mv-sec.-loaded .mv-btn {
  animation: slideInBounce 1s 1.5s ease-out forwards;
}
@media print, screen and (max-width: 1020px) {
  .page-template-page-home .mv-sec {
    --mv-h: 0;
  }
  .page-template-page-home .mv-img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
  }
  .page-template-page-home .mv-bottom {
    min-height: 45%;
  }
  .page-template-page-home .mv-text {
    padding: 1em 2em 2em;
  }
}
@media print, screen and (min-width: 1021px) {
  .page-template-page-home .mv-front {
    padding-top: 7.2222222222%;
    align-items: flex-start;
  }
  .page-template-page-home .mv-text {
    padding-left: 0;
    flex-basis: 1200px;
  }
  .page-template-page-home .mv-title {
    text-align: left;
  }
  .page-template-page-home .mv-img {
    max-height: 100vh;
  }
  .page-template-page-home .mv-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.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 .intro {
  position: relative;
  background-color: #f4efe6;
  z-index: 2;
  --sec-top: clamp(4em, calc(100% / 10), 110px);
  --sec-bottom: clamp(3em,calc(110% / 18),110px);
  --container:1080px;
}
.page-template-page-home .intro .container {
  position: relative;
}
.page-template-page-home .intro-circle {
  position: absolute;
  right: 7%;
  top: -3.5333333333em;
  width: 7.6666666667em;
}
.page-template-page-home .intro-circle > div {
  position: absolute;
  background-color: #fc380d;
  border-radius: 50%;
  width: 3.0333333333em;
  aspect-ratio: 1/1;
}
.page-template-page-home .intro-circle .-circle-1 {
  right: 0;
  top: 0;
}
.page-template-page-home .intro-circle .-circle-2 {
  right: 3.6666666667em;
  top: 0;
  width: 1.2666666667em;
  background-color: #2ca13f;
}
.page-template-page-home .intro-circle .-circle-3 {
  right: 3.9em;
  top: 1.8333333333em;
  width: 2.5666666667em;
  background-color: #ffd400;
}
.page-template-page-home .intro-circle .-circle-4 {
  right: 6.3333333333em;
  top: 1.1666666667em;
  width: 1.3666666667em;
  background-color: #005e97;
}
.page-template-page-home .intro-content {
  position: relative;
  z-index: 1;
}
.page-template-page-home .intro-desc {
  line-height: 2.5;
}
.page-template-page-home .service {
  color: #fff;
  --container:1300px;
}
.page-template-page-home .service-box {
  background-color: #fff;
  color: var(--main);
  margin-top: 1.875em;
  border-radius: 15px;
  padding: 3.937007874% 2.7559055118%;
}
.page-template-page-home .service-box .-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5.5118110236%;
}
.page-template-page-home .service-box .-col {
  flex-basis: clamp(300px, 44.3307086614%, 563px);
  flex-grow: 1;
  display: flex;
  border-bottom: 1px var(--accent) solid;
  padding-bottom: 2.1875em;
  margin-bottom: 2.8125em;
}
.page-template-page-home .service-box .-col .-item-img {
  text-align: center;
  flex-grow: 1;
  align-self: center;
}
.page-template-page-home .service-box .-col .-item-head {
  display: flex;
  gap: 1em;
  align-items: center;
  margin-bottom: 0.6666666667em;
}
.page-template-page-home .service-box .-col .-item-no {
  flex-shrink: 0;
  font-size: 166.6666666667%;
  line-height: 1;
  background-color: var(--accent);
  color: #fff;
  display: grid;
  align-items: center;
  flex-basis: 1.6em;
  height: 1.6em;
  text-align: right;
}
.page-template-page-home .company-bnr .-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em 3.3333333333%;
}
.page-template-page-home .company-bnr .-row .-col {
  flex-basis: clamp(300px, 48.3333333333%, 580px);
}
.page-template-page-home .company-bnr .-bnr-link {
  display: grid;
}
.page-template-page-home .company-bnr .-bnr-img {
  grid-column: 1/2;
  grid-row: 1/2;
}
.page-template-page-home .company-bnr .-bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-page-home .company-bnr .-bnr-front {
  grid-column: 1/2;
  grid-row: 1/2;
  padding: 1em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1em;
}
.page-template-page-home .company-bnr .-bnr-text {
  flex-basis: 460px;
}
.page-template-page-home .company-bnr .-bnr-arrow {
  filter: brightness(0) saturate(100%) invert(69%) sepia(10%) saturate(1797%) hue-rotate(130deg) brightness(89%) contrast(83%);
}
@media print, screen and (max-width: 767px) {
  .page-template-page-home .company-bnr .-row .-col {
    flex-grow: 1;
  }
}
.page-template-page-home .recruit {
  background: url(../images/home/recruit-bg.webp) center no-repeat #f4efe6;
  background-size: cover;
  --btn-bg:#fc380d;
  --btn-color-h:#fc380d;
  --btn-border:#fc380d;
  --btn-border-h:#fc380d;
  --btn-fil-h: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(4080%) hue-rotate(356deg) brightness(100%) contrast(98%);
}
.page-template-page-home .recruit-desc {
  line-height: 2.5;
}
.page-template-page-home .recruit-row {
  display: flex;
  justify-content: center;
  gap: 2em 1em;
  margin-top: 2em;
  flex-wrap: wrap;
}
.page-template-page-home .recruit-row .-col {
  flex-basis: clamp(300px, 29.1666666667%, 350px);
  display: grid;
  grid-template-rows: calc(60px + 0.75em) auto 1fr;
}
.page-template-page-home .recruit-row .-item-head {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  padding-bottom: 0.75em;
  --lineheight-title:1;
  justify-content: center;
}
.page-template-page-home .recruit-row .-item-img .-img {
  aspect-ratio: 350/292;
  text-align: center;
}
.page-template-page-home .news {
  --container:920px;
}
.page-template-page-home .news-box {
  border: 3px var(--primary) solid;
  border-radius: 15px;
  padding: 5.0561797753% 1em;
  --btn-bg:#fff;
  --btn-color:var(--primary);
  --btn-fil:brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(2252%) hue-rotate(186deg) brightness(94%) contrast(101%);
  --btn-bg-h:var(--primary);
  --btn-color-h:#fff;
}
.page-template-page-home .news-list {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px var(--main) dashed;
}
.page-template-page-home .news-list .-item {
  border-bottom: 1px var(--main) dashed;
}
.page-template-page-home .news-list .-item-link {
  display: flex;
  min-height: 3.5714285714em;
  align-items: center;
  padding: 1em 2em;
  gap: 1em 0;
}
.page-template-page-home .news-list .-item-date {
  flex-basis: 10em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page-template-page-home .news-list .-item-link {
    flex-wrap: wrap;
  }
  .page-template-page-home .news-list .-item-link-date {
    flex-basis: 100%;
  }
}

.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: 520px;
}
.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;
  }
  .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 img {
  width: 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%;
  }
}

.company-outline-table table {
  width: 100%;
}
.company-outline-table table tbody tr {
  border-bottom: 1px #8c8c8c dashed;
}
.company-outline-table table tbody th, .company-outline-table table tbody td {
  padding: 1em 0;
}
.company-outline-table table tbody th {
  text-align: center;
  width: 10em;
}
.company-outline-table table tbody .-sep {
  display: flex;
  height: 100%;
  border-left: 3px #8c8c8c solid;
  padding-left: 4.1666666667%;
  padding-right: 1em;
}
.company-access {
  --sec-bottom:clamp(5em, calc(230% / 12), 230px);
}
.company-access-info {
  line-height: 2.2222222222;
}

.service-sec {
  --sec-bottom:0;
}
.service-sec.service-02 {
  --strength-list-w: 458px;
}
.service-sec.service-03 {
  --strength-list-w: 458px;
}
.service-sec-head {
  --container:1590px;
  background: url(../images/service/building-bg.webp) center bottom repeat-x;
}
.service-sec-head .-row {
  display: flex;
  align-items: center;
  gap: 0 2em;
}
.service-sec-head .-row .-no {
  font-size: clamp(80px, 23.6666666667vmin, 284px);
  letter-spacing: 0;
  line-height: 1;
  flex-shrink: 0;
}
.service-sec-head .-row .-text p {
  margin-top: 1em;
}
.service-sec-img {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 2.5em;
}
.service-sec-img .-img {
  flex-basis: 900px;
}
.service-sec-desc {
  line-height: 2.2222222222;
  margin-bottom: 2.5em;
}
.service-strength {
  background-color: #e6f1f8;
  --container:1130px;
  --sec-bottom:clamp(3em, calc(100% / 12), 80px);
}
.service-strength-title {
  background-image: radial-gradient(circle, #005e97 2.5px, transparent 2.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 5px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.service-strength .-list {
  display: flex;
  gap: 40px 1.8181818182%;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.service-strength .-list-item {
  flex-basis: var(--strength-list-w, 338px);
  position: relative;
  background-color: #fff;
  padding: 2em 1.5em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-strength .-list-label {
  position: absolute;
  line-height: 1;
  background-color: var(--primary);
  text-align: center;
  padding: 0.4em 1.5em;
  color: #fff;
  font-size: var(--size-20);
  font-weight: bold;
  border-radius: 1em;
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
}
.service-achievement {
  padding-top: var(--sec-top);
}
.service-achievement-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.5%;
}
.service-achievement-row .-item {
  background-color: #fff;
  padding: 1em 1.25em 2em;
  box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.2);
  flex-basis: clamp(300px, 31.6666666667%, 380px);
}
.service-achievement-row .-item-title {
  margin-top: 1em;
}
.service-achievement-row .-item-desc {
  margin-top: 1em;
}
.service-case {
  padding-top: var(--sec-top);
}
.service-case-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 1.6666666667%;
}
.service-case-row .-item {
  background-color: #fff;
  padding: 0.75em 0.9375em 1.5em;
  box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.2);
  flex-basis: clamp(160px, 23.6666666667%, 284px);
}
.service-case-row .-item-title {
  margin-top: 1em;
}
.service-case-row .-item-desc {
  margin-top: 1em;
}
.service-points {
  color: #fff;
}
.service-points-row {
  display: flex;
  gap: 2em 4.6666666667%;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1.5em;
}
.service-points-row .-item {
  flex-basis: 322px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  color: var(--main);
  text-align: center;
  display: grid;
  grid-template-rows: 59.0062111801% auto 1fr;
}
.service-points-row .-item h4 {
  line-height: 1;
}
.service-points-row .-item-img {
  padding-top: 11.801242236%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3.1055900621%;
}
.service-points-row .-item-img img {
  max-height: 100%;
  object-fit: contain;
}
.service-points-row .-item-desc {
  padding: 0.5em 1em;
}
@media print, screen and (max-width: 767px) {
  .service-sec-head {
    padding-bottom: 1em;
  }
  .service-sec-head .-row {
    gap: 0.5em;
  }
  .service-achievement-row {
    justify-content: center;
  }
  .service-points-row .-item {
    flex-basis: 20.125em;
  }
  .service-case-row .-item {
    flex-grow: 1;
  }
}

.recruit-pages-row {
  display: flex;
  justify-content: center;
  gap: 2em 2.4166666667%;
  flex-wrap: wrap;
}
.recruit-pages-row .-item {
  box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  flex-basis: clamp(300px, 31.6666666667%, 380px);
  display: grid;
  grid-template-rows: auto 6.125em;
}
.recruit-pages-row .-item-inner {
  padding: 1.5em;
}
.recruit-pages-row .-item-img {
  text-align: center;
  aspect-ratio: 330/250;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-pages-row .-item-text h3 {
  margin-bottom: 0.5em;
}
.recruit-pages-row .-item-btn {
  --btn-w:100%;
  --btn-h:100%;
  --btn-round:0;
  --btn-bg:var(--accent);
  --btn-border:var(--accent);
  --btn-bg-h:#50adacc7;
  --btn-border-h:var(--accent);
  font-weight: bold;
  --btn-color:#000;
  --btn-fil:none;
  --btn-fil-h:none;
}
.recruit-pages-row .-item-btn .btn {
  flex-direction: column;
  gap: 0.5em;
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .recruit-pages-row .-item {
    flex-grow: 1;
  }
}

.recruitment-job-list .-item {
  margin-bottom: 2.875em;
  display: grid;
  box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  --btn-bg:var(--accent);
  --btn-border:var(--accent);
  --btn-border-h:var(--accent);
  --btn-round: 10px;
  --btn-fil-h: brightness(0) saturate(100%) invert(66%) sepia(11%) saturate(1543%) hue-rotate(130deg) brightness(90%) contrast(92%);
}
.recruitment-job-list .-item-img {
  grid-column: 1/2;
  grid-row: 1/2;
}
.recruitment-job-list .-item-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.recruitment-job-list .-item-front {
  grid-column: 1/2;
  grid-row: 1/2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.recruitment-job-list .-item-title, .recruitment-job-list .-item-sub {
  line-height: 1.5;
}
.recruitment-job-list .-item-desc {
  margin: 1.5em auto;
}
.recruitment-job-list .-item .btn-arrow {
  transform: rotate(90deg);
}
.recruitment-outline {
  --container:880px;
}
.recruitment-outline h3 {
  position: relative;
  padding: 4px 0;
}
.recruitment-outline h3::before {
  height: 26px;
  width: 5px;
  content: "";
  display: inline-block;
  background-color: var(--main);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.recruitment-detail {
  --container:920px;
  --btn-bg:var(--accent);
  --btn-border:var(--accent);
  --btn-border-h:var(--accent);
  --btn-round: 10px;
  --btn-fil-h: brightness(0) saturate(100%) invert(66%) sepia(11%) saturate(1543%) hue-rotate(130deg) brightness(90%) contrast(92%);
}
.recruitment-detail-table table {
  width: 100%;
}
.recruitment-detail-table table tbody tr {
  border-bottom: 1px #8c8c8c dashed;
}
.recruitment-detail-table table tbody th, .recruitment-detail-table table tbody td {
  padding: 1em 0;
}
.recruitment-detail-table table tbody th {
  text-align: center;
  width: 10em;
}
.recruitment-detail-table table tbody .-sep {
  display: flex;
  height: 100%;
  border-left: 3px #8c8c8c solid;
  padding-left: 4.1666666667%;
  padding-right: 1em;
}

.ideal-candidate-row {
  display: flex;
  justify-content: center;
  gap: 2.5em 2.4166666667%;
  flex-wrap: wrap;
}
.ideal-candidate-row .-item {
  box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  flex-basis: 580px;
}
.ideal-candidate-row .-item-01 {
  --ideal-pos:translate(0,-10%);
}
.ideal-candidate-row .-item-01 .-item-title {
  padding-bottom: 0.85em;
}
.ideal-candidate-row .-item-02 {
  --ideal-pos:translate(0,-20%);
}
.ideal-candidate-row .-item-02 .-item-title {
  padding-bottom: 0.85em;
}
.ideal-candidate-row .-item-03 {
  --ideal-pos:translate(0,-5%);
}
.ideal-candidate-row .-item-03 .-item-title {
  padding-bottom: 0.85em;
}
.ideal-candidate-row .-item-04 {
  --ideal-pos:translate(0,-10%);
}
.ideal-candidate-row .-item-04 .-item-title {
  padding-bottom: 0.85em;
}
.ideal-candidate-row .-item-inner {
  padding: 0 1.5em;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 140px auto;
}
.ideal-candidate-row .-item-img {
  order: 1;
  justify-self: flex-end;
}
.ideal-candidate-row .-item-img img {
  transform: var(--ideal-pos);
}
.ideal-candidate-row .-item-title {
  order: 0;
  align-self: flex-end;
  position: relative;
  line-height: 0.9230769231;
}
.ideal-candidate-row .-item-text {
  order: 2;
  grid-column: 1/3;
  padding-bottom: 1.5em;
  position: relative;
}
.ideal-skill {
  margin-top: 2.5em;
  box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 2em 1em;
}
.ideal-skill .-inner {
  max-width: 942px;
  margin-left: auto;
  margin-right: auto;
}
.ideal-skill-title {
  background-image: radial-gradient(circle, #005e97 2.5px, transparent 2.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 5px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.ideal-skill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 0;
}
.ideal-skill-list .-item {
  flex-basis: clamp(300px, 50%, 470px);
}
.ideal-skill-list .-item-head {
  font-weight: bold;
  font-size: var(--size-20);
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.ideal-skill-list .-item-head::before {
  content: "";
  display: inline-block;
  background-image: url(../images/recruit/ideal/ideal-check.webp);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5em;
  height: 2.5em;
}

.message-sec {
  --container:1040px;
}
.message-sec-head {
  background: url(../images/message/message-01.webp) center no-repeat;
  background-size: cover;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-body {
  line-height: 2.25;
}

.privacy-sec h3 {
  font-weight: bold;
  font-size: var(--size-24);
}

.news-label {
  display: inline-block;
  flex-basis: 8em;
  flex-shrink: 0;
  background-color: #e6f1f8;
  padding: 0.1em 1em;
  text-align: center;
}

.news-archive .news-list {
  border-top: solid 1px #c8c8c8;
}
.news-archive .news-list-item {
  border-bottom: solid 1px #c8c8c8;
}
.news-archive .news-list-item .-link {
  display: flex;
  align-items: center;
  padding: 0.5em;
  min-height: 5em;
  gap: 1em;
}
.news-archive .news-list-item .-date {
  flex-shrink: 0;
  flex-basis: 6em;
}

.entry-header {
  border-bottom: 1px #bbbbbb solid;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}/*# sourceMappingURL=style.css.map */

@media (max-width: 980px){
  #topMv .mv-title img{
    width: min(320px, 86vw) !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
  }
}