@charset "UTF-8";
/* common
================================================ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

html { font-size: 62.5%; word-break: break-all; }

body { -webkit-text-size-adjust: 100%; }

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

h1, h2, h3, h4, h5, h6 { word-break: break-word; line-break: strict; overflow-wrap: break-word; word-wrap: break-word; }

ul:not([class]), ol:not([class]) { padding-left: 1.25em; }

ul[class], ol[class] { list-style: none; }

_:-ms-lang(x)::-ms-backdrop, ol:not([class]) { padding-left: 1.6em; }

span { font-weight: inherit; }

blockquote, q { quotes: none; }

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

a { color: inherit; }

@media all and (min-width: 768px) { a:hover { text-decoration: none; } }

a[class] { text-decoration: none; }

ins { background-color: #ff9; text-decoration: none; }

mark { background-color: #ff9; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

address { font-style: normal; }

table { width: 100%; table-layout: fixed; border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid rgba(51, 51, 51, 0.5); margin: 1em 0; padding: 0; }

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

/* form
================================================== */
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, button, select, option { display: block; width: 100%; max-width: 100%; font-family: inherit; outline: none; border: 1px solid; border-radius: 0; background: none; }

@media all and (max-width: 767px) { input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, button, select, option { font-size: 1.6rem; } }

input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, button { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; }

input[type="radio"], input[type="checkbox"] { margin: 0; padding: 0; vertical-align: middle; }

textarea { resize: vertical; }

button { cursor: pointer; }

/* 02_base
================================================ */
html { overflow: auto; }

body { overflow: hidden; min-width: 320px; padding-top: 70px; font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif; color: #333; font-size: 1.4rem; line-height: 1.8; letter-spacing: .06em; }

@media all and (min-width: 768px) { body { min-width: 1000px; margin: auto; padding-top: 110px; font-size: 1.6rem; } }

a { color: inherit; text-decoration: underline; }

@media all and (min-width: 768px) { a:hover { text-decoration: none; } }

span { font-weight: inherit; }

strong { font-weight: 700; }

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

.l-wrapper { position: relative; }

.l-container { padding: 50px 0; }

/* utility
================================================ */
/* pc <--> sp
-------------------------------------- */
.u-media-query { display: none; font-family: 'sp'; }

@media all and (min-width: 768px) { .u-media-query { font-family: 'tb'; } }

@media all and (min-width: 980px) { .u-media-query { font-family: 'pc'; } }

@media all and (max-width: 979px) { .u-view-pc { display: none !important; } }

@media all and (max-width: 767px) { .u-view-tb { display: none !important; } }

@media all and (min-width: 980px) { .u-view-tb { display: none !important; } }

@media all and (min-width: 768px) { .u-view-sp { display: none !important; } }

@media all and (min-width: 980px) { .u-view-under-tb { display: none !important; } }

@media all and (max-width: 767px) { .u-view-upper-tb { display: none !important; } }

/* text
-------------------------------------- */
.u-uppercase { text-transform: uppercase; }

/* link
-------------------------------------- */
a.u-alpha { display: block; text-decoration: none; }

@media all and (min-width: 768px) { a.u-alpha { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  a.u-alpha:hover { opacity: .7; } }

a.u-zoom { display: block; text-decoration: none; }

a.u-zoom .u-zoom__img { display: block; }

a.u-zoom .u-zoom__img-wrap { display: block; overflow: hidden; }

@media all and (min-width: 768px) { a.u-zoom .u-zoom__img { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  a.u-zoom:hover .u-zoom__img { -webkit-transform: scale(1.1); transform: scale(1.1); } }

/* layout
-------------------------------------- */
.u-inner { -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 20px; padding-right: 20px; }

@media all and (min-width: 768px) { .u-inner { width: 100%; max-width: 980px; margin: auto; padding-left: 0; padding-right: 0; } }

.u-inner-large { -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 20px; padding-right: 20px; }

@media all and (min-width: 768px) { .u-inner-large { width: 100%; max-width: 1200px; margin: auto; padding-left: 0; padding-right: 0; } }

/* margin
-------------------------------------- */
.u-mb0 { margin-bottom: 0 !important; }

@media all and (max-width: 767px) { .u-mb0-sp { margin-bottom: 0 !important; } }

/* padding
-------------------------------------- */
@media all and (max-width: 767px) { .u-pb0-sp { padding-bottom: 0 !important; } }

/* component
================================================ */
.c-btn01 { max-width: 240px; margin: 30px auto 0; text-align: center; }

.c-btn01__link { position: relative; display: block; padding: 10px 0; border: 1px solid #3b945e; text-decoration: none; background: #3b945e; color: #fff; }

.c-btn01__link::after { content: ''; position: absolute; top: 50%; right: 14px; -webkit-transform: translateY(-50%); transform: translateY(-50%); display: block; width: 0; height: 0; border-style: solid; border-width: 7px 0 7px 11px; border-color: transparent transparent transparent #fff; }

@media all and (min-width: 768px) { .c-btn01 { max-width: 300px; }
  .c-btn01__link { padding: 15px 0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .c-btn01__link:hover { opacity: .7; }
  .c-btn01__link::after { right: 20px; } }

/* .c-color-black
================================================== */
.c-color-black { color: #333; }

/* .c-color-blue
================================================== */
.c-color-blue { color: blue; }

.c-contents01 { padding: 30px 0 50px; font-size: 1.4rem; }

.c-contents01__sub { margin-top: 1.5em; text-align: right; }

.c-contents01.is-15 .c-contents01__txt, .c-contents01.is-15 .c-contents01__sub, .c-contents01.is-15 .c-contents01__btn, .c-contents01.is-15 .c-list01__item-txt { font-size: 1.5rem; }

.c-contents01.is-16 .c-contents01__txt, .c-contents01.is-16 .c-contents01__sub, .c-contents01.is-16 .c-contents01__btn, .c-contents01.is-16 .c-list01__item-txt { font-size: 1.6rem; }

.c-contents01.is-17 .c-contents01__txt, .c-contents01.is-17 .c-contents01__sub, .c-contents01.is-17 .c-contents01__btn, .c-contents01.is-17 .c-list01__item-txt { font-size: 1.7rem; }

.c-contents01.is-18 .c-contents01__txt, .c-contents01.is-18 .c-contents01__sub, .c-contents01.is-18 .c-contents01__btn, .c-contents01.is-18 .c-list01__item-txt { font-size: 1.8rem; }

.c-contents01.is-19 .c-contents01__txt, .c-contents01.is-19 .c-contents01__sub, .c-contents01.is-19 .c-contents01__btn, .c-contents01.is-19 .c-list01__item-txt { font-size: 1.9rem; }

.c-contents01.is-20 .c-contents01__txt, .c-contents01.is-20 .c-contents01__sub, .c-contents01.is-20 .c-contents01__btn, .c-contents01.is-20 .c-list01__item-txt { font-size: 2rem; }

.c-contents01__area-txt + .c-contents01__area-txt { margin-top: 15px; }

@media all and (min-width: 768px) { .c-contents01 { padding: 50px 0 80px; } }

.c-head01 { position: relative; margin-bottom: 2em; padding-bottom: 20px; text-align: center; font-size: 2.6rem; font-weight: 700; }

.c-head01::after { position: absolute; bottom: 0; left: 50%; content: ""; display: block; width: 20px; height: 4px; margin-left: -10px; background: #333; }

@media all and (min-width: 768px) { .c-head01 { font-size: 3rem; } }

.c-head02 { margin-bottom: 10px; padding-bottom: 10px; font-size: 1.8rem; font-weight: 700; border-bottom: 1px solid #000; }

@media all and (min-width: 768px) { .c-head02 { margin-bottom: 20px; padding-bottom: 14px; font-size: 2.5rem; } }

.c-head03 { font-size: 1.6rem; }

.c-head03::before { content: '■'; display: inline-block; }

.c-links01 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.c-links01__item { margin: 0 5px; }

.c-links01__link { display: block; width: 45px; height: 45px; line-height: 45px; background: #3b945e; color: #fff; text-decoration: none; text-align: center; }

@media all and (min-width: 768px) { .c-links01__item { margin: 0 10px; }
  .c-links01__link { width: 60px; height: 60px; line-height: 60px; } }

.c-list01 { padding-top: 50px; }

.c-list01__item { margin-bottom: 50px; }

.c-list01__item-head { margin-bottom: .5em; font-size: 2em; }

.c-list01__item-txt { margin-bottom: 1.5em; }

@media all and (max-width: 767px) { .c-list01__item-img { display: block; max-width: 88%; margin: 0 auto 1.5em; } }

@media all and (min-width: 768px) { .c-list01 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 100px; }
  .c-list01__item { width: calc((100% - 160px) / 3); margin-bottom: 0; }
  .c-list01__item:nth-of-type(2) { margin: 0 80px; }
  .c-list01__item-head { font-size: 3rem; }
  .c-list01__item-img { margin-bottom: 2.3em; } }

.c-list02 { letter-spacing: .1em; }

.c-list02__item { display: -webkit-box; display: -ms-flexbox; display: flex; }

.c-list02__item::before { content: '・'; }

.c-list03 { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; }

.c-list03__term { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; min-width: 124px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; line-height: 1.75; }

.c-list03__term::after { content: '：'; }

.c-list03__term.is-bold { font-weight: 700; }

.c-list03__desc { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; }

@media all and (min-width: 768px) { .c-list03__term { min-width: 140px; } }

.c-list04__item { display: -webkit-box; display: -ms-flexbox; display: flex; }

.c-list04__item::before { content: '※'; }

.c-list04.is-bold { font-weight: 700; }

.c-list05__term { font-size: 1.6rem; font-weight: 700; }

.c-list05__term::before { content: '■'; }

.c-list05__desc { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; }

.c-list05 + .c-list05 { margin-top: 20px; }

@media all and (min-width: 768px) { .c-list05__term { font-size: 1.8rem; } }

.c-list06 { margin-top: 16px; font-size: 1.5rem; border: 1px solid #dcdcdc; padding: 16px; display: flow-root; word-wrap: break-word; word-break: normal; }

.c-list06 dt { display: block; }

.c-list06 dd { display: block; padding-bottom: 3px; }

.c-list06 dd + dt { margin-top: 12px; }

@media all and (min-width: 768px) { .c-list06 { padding: 30px; display: -ms-grid; display: grid; -ms-grid-columns: 190px 1fr; grid-template-columns: 190px 1fr; }
  .c-list06 dt { float: left; width: 190px; }
  .c-list06 dd + dt { margin-top: 0; } }

.c-note01 { padding-left: 1em; text-indent: -.5em; }

.c-note01::before { content: '※'; display: inline-block; }

/* common
================================================ */
/* .l-breadcrumb
================================================ */
.l-breadcrumb-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 20px; padding-bottom: 20px; }

.l-breadcrumb-list__item { display: inline-block; vertical-align: top; }

.l-breadcrumb-list__item + .l-breadcrumb-list__item { margin-left: 5px; }

.l-breadcrumb-list__item + .l-breadcrumb-list__item:before { content: ">"; margin-right: 5px; }

/* .l-footer
================================================ */
.l-footer { position: relative; padding: 15px 0; text-align: center; background-color: #f2f2f2; }

@media all and (min-width: 768px) { .l-footer { padding: 30px 0; } }

/* .l-header
================================================ */
.l-header { position: fixed; top: 0; left: 0; width: 100%; min-width: 320px; z-index: 2000; background-color: #fff; }

@media all and (min-width: 768px) { .l-header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%; max-width: 1920px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); } }

/* .l-header .hd-info
-------------------------------------- */
.l-header .hd-info { z-index: 3; height: 50px; padding: 10px; }

.l-header .hd-info__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 100%; }

.l-header .hd-info__logo { width: 174px; height: 100%; padding: 0 10px 0 0; }

.l-header .hd-info__logo-link { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; height: 100%; }

.l-header .hd-info__logo svg { width: 150px; height: 30px; }

.l-header .hd-info__sub { width: 100%; margin-top: 4px; font-size: 1.2rem; line-height: 1; font-weight: 500; }

@media all and (min-width: 768px) { .l-header .hd-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 70px; padding: 20px 0 20px 30px; }
  .l-header .hd-info__logo { width: auto; padding: 0; }
  .l-header .hd-info__logo svg { -webkit-box-flex: 0; -ms-flex: 0 0 174px; flex: 0 0 174px; }
  .l-header .hd-info__sub { font-size: 2rem; } }

@media (min-width: 1300px) { .l-header .hd-info { -webkit-box-flex: 0; -ms-flex: 0 0 456px; flex: 0 0 456px; display: block; }
  .l-header .hd-info__logo { width: 100%; }
  .l-header .hd-info__logo-link { -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .l-header .hd-info__sub { width: auto; margin: 0; } }

/* .l-header .nav-btn
-------------------------------------- */
.l-header .nav-btn { position: absolute; top: 10px; right: 10px; width: 50px; height: 50px; background: #3b945e; cursor: pointer; }

.l-header .nav-btn__line { position: absolute; left: 12px; width: 26px; height: 2px; content: ''; background: #fff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.l-header .nav-btn__line:nth-child(1) { top: 10px; }

.l-header .nav-btn__line:nth-child(2) { top: 18px; }

.l-header .nav-btn__line:nth-child(3) { top: 26px; }

.l-header .nav-btn.is-open .nav-btn__line:nth-child(1) { top: 18px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.l-header .nav-btn.is-open .nav-btn__line:nth-child(2) { opacity: 0; }

.l-header .nav-btn.is-open .nav-btn__line:nth-child(3) { top: 18px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.l-header .nav-btn__chara { position: absolute; left: 0; bottom: 3px; width: 100%; font-size: 1rem; line-height: 1.2; text-align: center; text-transform: uppercase; color: #fff; }

@media all and (min-width: 768px) { .l-header .nav-btn { top: 30px; right: 30px; } }

@media (min-width: 1125px) { .l-header .nav-btn { display: none; } }

/* .l-nav
================================================ */
.l-nav { width: 100%; min-width: 320px; padding: 50px 0; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; -webkit-overflow-scrolling: touch; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

@media all and (max-width: 767px) { .l-nav { top: 70px; } }

@media all and (min-width: 768px) { .l-nav { width: 100%; min-width: auto; padding: 0; }
  .l-nav__select { width: 10em; margin-left: 30px; background-color: #fff; } }

.l-nav .nav-list__link.js-c-toggle-trigger::after { content: '▼'; display: inline-block; margin-left: 6px; }

.l-nav .nav-list__child-item { margin-top: 20px; }

@media (min-width: 768px) and (max-width: 1079px) { .l-nav .nav-list__link { padding: 20px 15px; } }

@media (min-width: 768px) and (max-width: 899px) { .l-nav__select { margin-left: 0; } }

@media (max-width: 1124px) { .l-nav { position: absolute; top: 110px; left: 0; z-index: 2; overflow: auto; -webkit-transform: translateX(120%); transform: translateX(120%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: calc(100vh - 70px); background-color: #f2f2f2; }
  .l-nav::-webkit-scrollbar { display: none; }
  .l-nav.is-open { -webkit-transform: translateX(0); transform: translateX(0); }
  .l-nav .nav-list { margin-top: -70px; }
  .l-nav .nav-list__item { margin-bottom: 20px; }
  .l-nav .nav-list__link { text-decoration: none; } }

@media (min-width: 1123px) { .l-nav .nav-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 100%; }
  .l-nav .nav-list__item { display: inline-block; letter-spacing: 0; position: relative; }
  .l-nav .nav-list__link { display: block; padding: 20px 30px; text-decoration: none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
  .l-nav .nav-list__link:hover { color: #3b945e; }
  .l-nav .nav-list__child { z-index: 1; background-color: #f2f2f2; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 60px 50px; min-width: 392px; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
  .l-nav .nav-list__child-item { margin-top: 0; }
  .l-nav .nav-list__child-item + li { margin-top: 30px; } }

/* .nav-overlay
================================================ */
.nav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #f2f2f2; z-index: 1000; }

@media all and (min-width: 768px) { .nav-overlay { display: none !important; } }

/* .l-ie-attention
================================================ */
.l-ie-attention { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #fff; z-index: 9999; font-weight: 700; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 20px; -webkit-box-sizing: border-box; box-sizing: border-box; }

.l-ie-attention__txt { font-size: 3rem; margin-bottom: 18px; }

.l-ie-attention__note { color: #989898; }

.l-ie-attention__note .l-ie-attention__note-link { display: inline-block; }

.l-ie-attention__note-link { font-size: 1.8rem; border-bottom: 1px solid; position: relative; margin-right: 25px; display: inline-block; }

.l-ie-attention__note-link::after { content: ''; position: absolute; right: -18px; top: 13px; width: 11px; height: 11px; background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20id%3D%22link%22%20transform%3D%22translate(0.5%200.5)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_23829%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2023829%22%20width%3D%228%22%20height%3D%228%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%23989898%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4323%22%20data-name%3D%22%E3%83%91%E3%82%B9%204323%22%20d%3D%22M688%2C718.025h-6v-6%22%20transform%3D%22translate(-682%20-707.025)%22%20fill%3D%22none%22%20stroke%3D%22%23989898%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/100%; }

/* .l-main-img HOME
================================================ */
.l-main-img { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; height: 120px; background: #212836; font-size: 3rem; text-align: center; text-transform: capitalize; color: #fff; word-break: break-word; }

@media all and (min-width: 768px) { .l-main-img { height: 240px; font-size: 6rem; } }

@media (min-width: 600px) and (max-height: 768px) and (orientation: landscape) { .l-main-img { height: 500px; } }

/* .l-sub-img
================================================ */
.l-sub-img { -webkit-box-sizing: border-box; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; min-height: 120px; background: #212836; font-size: 3rem; text-align: center; text-transform: capitalize; color: #fff; }

.l-sub-img__head { line-height: 1.5; }

.l-sub-img__head.is-small { font-size: 2.6rem; line-height: 1.4; }

.l-sub-img__subhead { width: 100%; }

@media all and (min-width: 768px) { .l-sub-img { height: 240px; font-size: 6rem; }
  .l-sub-img__subhead { font-size: 3.2rem; } }

/* .l-sidebar
================================================== */
/* helper
================================================ */
.js-c-anime-elem[data-anime="fadein-up"] { opacity: 0; -webkit-transform: translateY(30px); transform: translateY(30px); -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }

.js-c-anime-elem[data-anime="fadein-up"].is-animated { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }

.js-c-anime-elem[data-anime="fadein-left"] { opacity: 0; -webkit-transform: translateX(-30px); transform: translateX(-30px); -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }

.js-c-anime-elem[data-anime="fadein-left"].is-animated { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }

.js-c-anime-elem[data-anime="fadein-right"] { opacity: 0; -webkit-transform: translateX(30px); transform: translateX(30px); -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }

.js-c-anime-elem[data-anime="fadein-right"].is-animated { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }

.js-c-anime-elem[data-anime-delay="0.1"] { -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }

.js-c-anime-elem[data-anime-delay="0.2"] { -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }

.js-c-anime-elem[data-anime-delay="0.3"] { -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }

.js-c-anime-elem[data-anime-delay="0.4"] { -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }

.js-c-anime-elem[data-anime-delay="0.5"] { -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

.js-c-anime-elem[data-anime-delay="0.6"] { -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }

.js-c-anime-elem[data-anime-delay="0.7"] { -webkit-transition-delay: 0.7s; transition-delay: 0.7s; }

.js-c-anime-elem[data-anime-delay="0.8"] { -webkit-transition-delay: 0.8s; transition-delay: 0.8s; }

.js-c-anime-elem[data-anime-delay="0.9"] { -webkit-transition-delay: 0.9s; transition-delay: 0.9s; }

.js-c-anime-elem[data-anime-delay="1"] { -webkit-transition-delay: 1s; transition-delay: 1s; }

.js-c-anime-elem[data-anime-delay="1.1"] { -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }

.js-c-anime-elem[data-anime-delay="1.2"] { -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }

.js-c-anime-elem[data-anime-delay="1.3"] { -webkit-transition-delay: 1.3s; transition-delay: 1.3s; }

.js-c-anime-elem[data-anime-delay="1.4"] { -webkit-transition-delay: 1.4s; transition-delay: 1.4s; }

.js-c-anime-elem[data-anime-delay="1.5"] { -webkit-transition-delay: 1.5s; transition-delay: 1.5s; }

.js-c-anime-elem[data-anime-delay="1.6"] { -webkit-transition-delay: 1.6s; transition-delay: 1.6s; }

.js-c-anime-elem[data-anime-delay="1.7"] { -webkit-transition-delay: 1.7s; transition-delay: 1.7s; }

.js-c-anime-elem[data-anime-delay="1.8"] { -webkit-transition-delay: 1.8s; transition-delay: 1.8s; }

.js-c-anime-elem[data-anime-delay="1.9"] { -webkit-transition-delay: 1.9s; transition-delay: 1.9s; }

.js-c-anime-elem[data-anime-delay="2"] { -webkit-transition-delay: 2s; transition-delay: 2s; }

.js-c-switch-tab { cursor: pointer; }

.js-c-switch-content { display: none; }

.js-c-switch-content.is-active { display: block; }

.js-c-toggle-trigger { cursor: pointer; }

.js-c-toggle-content { display: none; }

/* page
================================================ */
/* .analysis-tool
================================================ */
.analysis-tool-box { margin-top: 20px; }

.analysis-tool__area-img { margin-top: 20px; }

.analysis-tool__table-head, .analysis-tool__table-data { width: 372px; white-space: nowrap; border: 1px solid #b9b9b9; padding: 10px; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 1.4rem; }

.analysis-tool__table-head { background-color: #cee4f2; font-weight: 400; }

.analysis-tool__table-head:first-of-type { width: 220px; }

.analysis-tool__table tbody .analysis-tool__table-head { font-weight: 700; color: #0b2f77; }

@media all and (min-width: 768px) { .analysis-tool { padding-bottom: 90px; font-size: 1.6rem; }
  .analysis-tool-box { margin-top: 40px; }
  .analysis-tool__area-img { margin-top: 40px; } }

/* .analysis-gsc
================================================ */
.analysis-gsc-box { margin-top: 20px; }

.analysis-gsc-box.is-bold { font-weight: 500; }

@media all and (max-width: 360px) { .analysis-gsc__head { font-size: 2rem; } }

@media all and (min-width: 768px) { .analysis-gsc { padding-bottom: 130px; font-size: 1.6rem; }
  .analysis-gsc-box { margin-top: 40px; } }

/* .browser-os
================================================ */
@media all and (min-width: 768px) { .browser-os { padding-bottom: 90px; font-size: 1.6rem; } }

/* .browser-web
================================================ */
.browser-web__subhead { margin-top: 20px; }

.browser-web__link { margin-top: 12px; }

.browser-web__cap { margin-top: 12px; margin-bottom: 20px; }

.browser-web__note { margin-top: 12px; }

.browser-web__note + .browser-web__note { margin-top: 10px; }

@media all and (min-width: 768px) { .browser-web { padding-bottom: 110px; font-size: 1.6rem; }
  .browser-web__subhead { margin-top: 40px; }
  .browser-web__link { margin-top: 17px; }
  .browser-web__cap { margin-top: 16px; margin-bottom: 40px; } }

/* .contact-detail
================================================ */
.contact-detail__txt { padding-top: 50px; font-size: 1.6rem; text-align: center; letter-spacing: 0.1em; line-height: 2; }

@media all and (max-width: 767px) { .contact-detail__txt { padding-top: 30px; font-size: 1.4rem; line-height: 1.8; text-align: left; } }

/* .contact-form
================================================ */
.contact-form__inner { padding: 0 30px; margin-top: 80px; }

@media all and (max-width: 767px) { .contact-form__inner { margin-top: 50px; padding: 0; } }

.contact-form:not(.is-input) .contact-detail__txt { display: none; }

/* .contact-form
================================================== */
.contact-form input.contact-form-parts, .contact-form select.contact-form-parts, .contact-form textarea.contact-form-parts, .contact-form button.contact-form-parts { -webkit-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; height: 56px; padding: 15px 25px 17px; font-size: 1.6rem; line-height: 1.7; border: 1px solid #dcdcdc; -moz-appearance: none; appearance: none; -webkit-appearance: none; font-family: inherit; background-color: #F4F6F8; }

.contact-form .contact-input[class*="date"] input[type="text"] { padding-right: 50px; background: #F4F6F8 url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2017.1%2018.2%22%20style%3D%22enable-background%3Anew%200%200%2017.1%2018.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23AAAAAA%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M15.1%2C1.4h-1.6v1.9c0%2C0.8-0.6%2C1.4-1.4%2C1.4c-0.8%2C0-1.4-0.6-1.4-1.4V1.4H6.4v1.9C6.4%2C4%2C5.8%2C4.6%2C5%2C4.6%20C4.3%2C4.6%2C3.7%2C4%2C3.7%2C3.3V1.4H2c-1.1%2C0-2%2C0.9-2%2C2v12.8c0%2C1.1%2C0.9%2C2%2C2%2C2h13.1c1.1%2C0%2C2-0.9%2C2-2V3.4C17.1%2C2.3%2C16.2%2C1.4%2C15.1%2C1.4z%20M16.3%2C16.2c0%2C0.7-0.5%2C1.2-1.2%2C1.2H2c-0.7%2C0-1.2-0.5-1.2-1.2V6.6h15.5V16.2z%20M3.3%2C8.7h2.4v2.4H3.3V8.7z%20M7.3%2C8.7h2.4v2.4H7.3V8.7z%20M11.4%2C8.7h2.4v2.4h-2.4V8.7z%20M3.3%2C12.8h2.4v2.4H3.3V12.8z%20M7.3%2C12.8h2.4v2.4H7.3V12.8z%20M11.4%2C12.8h2.4v2.4h-2.4V12.8z%20M5%2C4.1%20c0.5%2C0%2C0.8-0.4%2C0.8-0.8V0.8C5.9%2C0.4%2C5.5%2C0%2C5%2C0c0%2C0%2C0%2C0%2C0%2C0C4.6%2C0%2C4.2%2C0.4%2C4.2%2C0.8c0%2C0%2C0%2C0%2C0%2C0v2.5C4.2%2C3.7%2C4.6%2C4.1%2C5%2C4.1%20C5%2C4.1%2C5%2C4.1%2C5%2C4.1z%20M12.1%2C4.1c0.5%2C0%2C0.8-0.4%2C0.8-0.8c0%2C0%2C0%2C0%2C0%2C0V0.8c0-0.5-0.4-0.8-0.8-0.8c-0.5%2C0-0.8%2C0.4-0.8%2C0.8v2.5%20C11.3%2C3.7%2C11.7%2C4.1%2C12.1%2C4.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center right 20px/17px; }

.contact-form input::-webkit-input-placeholder { color: #B9B9B9; }

.contact-form input::-moz-placeholder { color: #B9B9B9; }

.contact-form input:-ms-input-placeholder { color: #B9B9B9; }

.contact-form input::-ms-input-placeholder { color: #B9B9B9; }

.contact-form input::placeholder { color: #B9B9B9; }

@media all and (max-width: 767px) { .contact-form input.contact-form-parts, .contact-form select.contact-form-parts, .contact-form textarea.contact-form-parts, .contact-form button.contact-form-parts { padding: 14px 14px 14px 12px; height: 48px; font-size: 16px; }
  .contact-form .contact-input[class*="date"] input[type="text"] { padding-right: 40px; background-size: 12px; background-position: center right 15px; } }

/* .contact-form table
================================================ */
.contact-form table { border-top: 1px solid #dcdcdc; }

.contact-form tr.has-border { border-bottom: 1px solid #dcdcdc; }

.contact-form tr.has-top-padding th, .contact-form tr.has-top-padding td { padding-top: 64px; }

.contact-form tr.has-top-padding th { padding-top: 40px; }

.contact-form tr.has-bottom-padding th, .contact-form tr.has-bottom-padding td { padding-bottom: 64px; }

.contact-form tr.has-bottom-padding th { padding-top: 26px; }

.contact-form tr.has-pc-middle th, .contact-form tr.has-pc-middle td { vertical-align: middle; }

.contact-form th, .contact-form td { vertical-align: top; }

.contact-form th { width: 260px; font-size: 1.8rem; text-align: left; }

.contact-form th.has-wide-padding { padding-top: 64px; }

.contact-form td { padding-top: 20px; padding-bottom: 20px; }

.contact-form td.is-date .contact-input { display: block; width: 248px; }

.contact-form td.has-border { padding-top: 64px; padding-bottom: 64px; }

.contact-form td.has-wide-padding { padding-top: 64px; padding-top: 64px; }

.contact-form dl { margin: 16px 0 16px 30px; font-size: 1.5rem; color: #888888; border: 1px solid #dcdcdc; padding: 30px; display: flow-root; }

.contact-form dt { float: left; width: 190px; }

.contact-form dd { padding-bottom: 3px; }

.contact-form input[type="checkbox"], .contact-form input[type="radio"] { display: none; margin-right: 15px; -webkit-transform: translateY(-2px); transform: translateY(-2px); }

@media all and (max-width: 767px) { .contact-form table, .contact-form tbody, .contact-form tr, .contact-form th, .contact-form td { display: block; }
  .contact-form table { padding-top: 50px; }
  .contact-form tr.has-border { padding-bottom: 50px; }
  .contact-form tr.has-top-padding th, .contact-form tr.has-top-padding td { padding-top: 0; }
  .contact-form tr.has-top-padding th { padding-top: 0; }
  .contact-form tr.has-bottom-padding th, .contact-form tr.has-bottom-padding td { padding-bottom: 0; }
  .contact-form tr.has-bottom-padding th { padding-top: 0; }
  .contact-form th { display: block; font-size: 1.4rem; }
  .contact-form th.has-wide-padding { padding-top: 50px; padding-bottom: 36px; width: 300px; font-size: 2rem; }
  .contact-form td { display: block; padding: 0; width: 100%; margin-bottom: 16px; }
  .contact-form td.has-no-margin { margin-bottom: 0; }
  .contact-form td.has-border { margin-bottom: 0; padding: 0; }
  .contact-form td.has-wide-padding { padding: 0; }
  .contact-form td.is-date .contact-input { display: block; width: 100%; }
  .contact-form dl { margin-left: 27px; font-size: 1.3rem; }
  .contact-form dt { float: none; font-size: 1.5rem; }
  .contact-form dd { padding-left: 8px; padding-bottom: 12px; width: 100%; font-size: 1.2rem; letter-spacing: .08em; line-height: 1.5; }
  .contact-form dd::before { content: ''; } }

/* .contact-form-check-list
================================================ */
.contact-form-check-list { font-size: 2rem; font-weight: 700; letter-spacing: 0.08em; line-height: 1.7; }

/* .contact-checkbox
================================================ */
.contact-checkbox { display: inline-block; margin-right: 40px; margin-bottom: 24px; }

.contact-checkbox.has-wide-margin { margin-bottom: 32px; }

@media all and (max-width: 767px) { .contact-checkbox { margin-right: 0; margin-bottom: 16px; } }

.contact-checkbox__text { position: relative; display: inline-block; font-weight: 700; padding: 0 15px 0 36px; width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; }

.contact-checkbox__text::before { content: ''; position: absolute; top: 4px; left: 0; display: inline-block; width: 20px; height: 20px; background-color: #F4F6F8; border: 1px solid #dcdcdc; }

.contact-checkbox__text::after { content: ''; position: absolute; display: inline-block; top: 14px; left: 7px; opacity: 0; margin-top: -7px; width: 5px; height: 9px; border-right: 3px solid #333; border-bottom: 3px solid #333; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

@media all and (max-width: 767px) { .contact-checkbox__text { font-size: 1.6rem; padding: 0 0 0 30px; }
  .contact-checkbox__text.is-txt-left { text-align: left; padding-left: 40px; } }

.contact-checkbox-label.has-wide-margin::before { top: -17px; left: -15px; }

.contact-checkbox-label.has-wide-margin::after { top: -6px; left: -8px; }

.contact-form input[type=checkbox]:checked + .contact-checkbox__text.has-wide-margin::after { opacity: 1; }

.contact-form input[type=checkbox]:checked + .contact-checkbox__text::after { opacity: 1; }

.contact-radio .c-radio { display: block; }

.contact-radio .c-radio:not(:last-child) { margin-bottom: 56px; }

.contact-radio .c-radio .contact-radio-label { display: block; margin-bottom: 16px; }

.contact-radio .c-radio .contact-form-desc, .contact-radio .c-radio .contact-form-note { font-weight: 500; }

.contact-radio.is-small-margin { display: block; margin-bottom: 26px; }

.contact-radio.is-small-margin .c-radio:not(:last-child) { margin-bottom: 26px; }

@media all and (max-width: 767px) { .contact-radio-box { margin-bottom: 40px; }
  .contact-radio .contact-form-note { letter-spacing: .08em; }
  .contact-radio .c-radio:not(:last-child) { margin-bottom: 40px; }
  .contact-radio.is-small-margin { margin-bottom: 16px; }
  .contact-radio.is-small-margin .c-radio:not(:last-child) { margin-bottom: 16px; } }

@media all and (min-width: 768px) { .contact-radio-box { margin-bottom: 20px; }
  .contact-radio-box.is-pc-flex { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.contact-radio__list .c-radio:not(:last-child) .contact-radio__text { padding-right: 56px; }

@media all and (max-width: 767px) { .contact-radio__list .c-radio { font-size: 1.6rem; }
  .contact-radio__list .c-radio:not(:last-child) .contact-radio__text { padding-right: 0; } }

@media all and (max-width: 767px) { .contact-radio__list.is-col2-sp { display: -ms-grid; display: grid; -ms-grid-columns: 1fr 0 1fr; grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .contact-radio__list.is-col2-sp .error { -ms-grid-column: 1; -ms-grid-column-span: 2; grid-column: 1 / 3; } }

.contact-radio__text { position: relative; font-weight: 700; display: inline-block; padding: 0 15px 0 36px; width: auto; -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; }

.contact-radio__text::before { content: ''; position: absolute; top: 4px; left: 0; display: inline-block; width: 20px; height: 20px; border-radius: 50%; background-color: #ECF2F8; border: 1px solid #dcdcdc; }

.contact-radio__text::after { content: ''; position: absolute; display: inline-block; top: 17px; left: 6px; opacity: 0; margin-top: -7px; width: 10px; height: 10px; border-radius: 50%; background: #333; }

@media all and (max-width: 767px) { .contact-radio__text { font-size: 1.6rem; } }

.contact-form input[type=radio]:checked + .contact-radio__text::after { opacity: 1; }

.contact-radio__head { display: inline-block; min-width: 170px; font-weight: 700; }

.contact-radio__head::before { content: "・"; }

@media all and (max-width: 767px) { .contact-radio__head { display: block; padding-bottom: 16px; font-size: 1.6rem; } }

.contact-checkbox-list__item { margin-bottom: 56px; }

@media all and (max-width: 767px) { .contact-checkbox-list__item { margin-bottom: 40px; } }

/* .contact-form-desc
================================================ */
.contact-form-desc { margin-left: 30px; font-size: 1.6rem; letter-spacing: 0.08em; color: #888888; }

.contact-form-desc.is-no-margin-pc { margin-left: 0; }

.contact-form-desc.is-margin-top { margin-top: 24px; }

.contact-form-desc__notice { display: inline-block; font-size: 1.4rem; color: #888888; text-decoration: underline; text-underline-offset: 5px; -webkit-transition: .3s ease; transition: .3s ease; }

.contact-form-desc__notice:hover { text-decoration: none; opacity: .7; -webkit-transition: .3s ease; transition: .3s ease; }

.contact-form-desc__list { margin-left: 30px; padding: 16px 0; }

@media all and (max-width: 767px) { .contact-form-desc { margin-left: 29px; margin-bottom: 12px; font-size: 1.5rem; letter-spacing: .08em; line-height: 1.6; }
  .contact-form-desc.is-margin-top { margin-top: 40px; }
  .contact-form-desc__list { padding: 0; } }

/* .contact-form-desc-list
================================================ */
.contact-form-desc-list__item { font-size: 1.6rem; color: #888888; }

.contact-form-desc-list__item::before { content: "・"; }

@media all and (max-width: 767px) { .contact-form-desc-list { padding-bottom: 50px; }
  .contact-form-desc-list__item { padding-left: 1em; font-size: 1.5rem; text-indent: -1em; } }

/* .contact-form-note
================================================ */
.contact-form-note { margin-left: 30px; font-size: 1.4rem; font-weight: 500; color: #888888; padding-left: 1em; text-indent: -1em; }

.contact-form-note:first-child { padding-top: 16px; }

.contact-form-note::before { content: "※"; }

.contact-form-note.has-margin-bottom { margin-bottom: 32px; }

@media all and (max-width: 767px) { .contact-form-note { margin-left: 30px; padding-bottom: 10px; max-width: 300px; }
  .contact-form-note.has-margin-bottom { margin-bottom: 0; padding-left: 1em; } }

/* .contact-submitArea
================================================ */
.contact-submitArea { margin: 0 auto; padding-top: 104px; padding-bottom: 150px; text-align: center; }

.contact-submitArea .contact-checkbox { margin-bottom: 0; }

.contact-submitArea .error.is-agree { display: block !important; }

@media all and (max-width: 767px) { .contact-submitArea { padding-top: 60px; padding-bottom: 60px; text-align: left; } }

/* .contact-submitArea__btn
================================================ */
.contact-submitArea__btn { display: -ms-grid; display: grid; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: 32px auto 0; row-gap: 10px; }

@media all and (max-width: 767px) { .contact-submitArea__btn { margin-top: 26px; } }

.btnConfirm, .btnSubmit { display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; width: 300px; height: 56px; font-size: 2rem; color: #fff; border: #3B945E 1px solid; background: #3B945E no-repeat right 15px top 50%/11px; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2214%22%20viewBox%3D%220%200%2011%2014%22%3E%0A%20%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M7%2C0l7%2C11H0Z%22%20transform%3D%22translate(11)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%0A%3C%2Fsvg%3E%0A"); -webkit-transition: .3s ease; transition: .3s ease; }

.btnConfirm:hover, .btnSubmit:hover { opacity: .7; }

@media all and (max-width: 767px) { .btnConfirm, .btnSubmit { width: 240px; height: 47px; font-size: 1.4rem; } }

.btnAdjust { display: inline-block; -webkit-box-sizing: border-box; box-sizing: border-box; width: 300px; height: 37px; font-size: 2rem; color: #949494; background: #fff; border: #949494 1px solid; -webkit-transition: .3s; transition: .3s; }

.btnAdjust:hover { opacity: .7; }

@media all and (max-width: 767px) { .btnAdjust { width: 240px; height: 47px; font-size: 1.4rem; } }

/* msg .error
================================================ */
#contact .msg { text-align: center; font-weight: 700; }

#contact #errorMsg { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: 0 auto; }

#contact #errorMsg .error { text-align: center; color: red; }

#contact #form .error { display: inline-block; color: red; padding-top: 0px; }

@media all and (max-width: 767px) { #contact #errorMsg { padding: 0 20px; }
  #contact #form .error { padding-top: 10px; } }

/* .contact-piecemeal
/* 確認画面・送信完了画面でのみ表示する項目
================================================ */
.contact-piecemeal { margin-top: 2em; display: none; }

.contact-piecemeal__set + .contact-piecemeal__set { margin-top: 2em; }

.contact-form.is-confirm .contact-piecemeal, .contact-form.is-complete .contact-piecemeal { display: block; }

/* .home-about
================================================ */
.home-about { padding: 30px 0 50px; }

.home-about.is-14 .home-about__txt, .home-about.is-14 .home-about__btn { font-size: 1.4rem; }

.home-about.is-15 .home-about__txt, .home-about.is-15 .home-about__btn { font-size: 1.5rem; }

.home-about.is-16 .home-about__txt, .home-about.is-16 .home-about__btn { font-size: 1.6rem; }

.home-about.is-17 .home-about__txt, .home-about.is-17 .home-about__btn { font-size: 1.7rem; }

.home-about.is-18 .home-about__txt, .home-about.is-18 .home-about__btn { font-size: 1.8rem; }

.home-about.is-19 .home-about__txt, .home-about.is-19 .home-about__btn { font-size: 1.9rem; }

.home-about.is-20 .home-about__txt, .home-about.is-20 .home-about__btn { font-size: 2rem; }

@media all and (min-width: 768px) { .home-about { padding: 50px 0 100px; } }

/* .ie-support
================================================ */
.ie-support-box { margin-top: 40px; }

.ie-support-box__area-img { background-color: #f9f9f9; margin-top: 20px; padding: 20px; }

@media all and (min-width: 768px) { .ie-support { padding-bottom: 100px; font-size: 1.6rem; }
  .ie-support-box { margin-top: 90px; }
  .ie-support-box__area-img { margin-top: 40px; padding: 52px 0; text-align: center; }
  .ie-support-box__img { max-width: 651px; } }

/* .responsive-design
================================================ */
.responsive-design-box { margin-top: 40px; }

.responsive-design-box__area-img { background-color: #f9f9f9; margin-top: 20px; padding: 20px; }

@media all and (min-width: 768px) { .responsive-design { padding-bottom: 130px; font-size: 1.6rem; }
  .responsive-design-box { margin-top: 55px; }
  .responsive-design-box__area-img { margin-top: 40px; padding: 76px 0; text-align: center; }
  .responsive-design-box__img { max-width: 807px; } }
