@charset "UTF-8";
/*************************************
　デフォルトのスタイルのリセット(sanitaize)
*************************************/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Normalization */
audio:not([controls]) { display: none; }

button { overflow: visible; -webkit-appearance: button; }

details { display: block; }

html { -ms-overflow-style: -ms-autohiding-scrollbar; overflow-y: scroll; -webkit-text-size-adjust: 100%; }

input { -webkit-border-radius: 0; }

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

input[type="number"] { width: auto; }

input[type="search"] { -webkit-appearance: textfield; }

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

main { display: block; }

pre { overflow: auto; }

progress { display: inline-block; }

small { font-size: 75%; }

summary { display: block; }

svg:not(:root) { overflow: hidden; }

template { display: none; }

textarea { overflow: auto; }

[hidden] { display: none; }

/* Universal inheritance */
*, ::before, ::after { -webkit-box-sizing: inherit; box-sizing: inherit; }

* { font-size: inherit; line-height: inherit; }

::before, ::after { text-decoration: inherit; vertical-align: inherit; }

/* Opinionated defaults */
*, ::before, ::after { border-style: solid; border-width: 0; }

* { background-repeat: no-repeat; margin: 0; padding: 0; }

:root { background-color: #FFFFFF; -webkit-box-sizing: border-box; box-sizing: border-box; color: #000000; cursor: default; font: 100%/1.5 sans-serif; text-rendering: optimizeLegibility; }

a { text-decoration: none; }

audio, canvas, iframe, img, svg, video { vertical-align: middle; }

button, input, select, textarea { background-color: transparent; }

button, input, select, textarea { color: inherit; font-family: inherit; font-style: inherit; font-weight: inherit; }

button, [type="button"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="reset"], [type="search"], [type="submit"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], select, textarea { min-height: 1.5em; }

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

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

select { -moz-appearance: none; -webkit-appearance: none; }

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

select::-ms-value { color: currentColor; }

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

textarea { resize: vertical; }

/* ::-moz-selection { background-color: $selection-background-color; // required when declaring ::selection color: $selection-color; text-shadow: $selection-text-shadow; } ::selection { background-color: $selection-background-color; // required when declaring ::selection color: $selection-color; text-shadow: $selection-text-shadow; } */
[aria-busy="true"] { cursor: progress; }

[aria-controls] { cursor: pointer; }

[aria-disabled] { cursor: default; }

[hidden][aria-hidden="false"] { clip: rect(0 0 0 0); display: inherit; position: absolute; }

[hidden][aria-hidden="false"]:focus { clip: auto; }

body { -webkit-font-smoothing: antialiased; }

ul li { list-style-type: none; }

figure { -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; }

button { cursor: pointer; }

.vmiddle, .service-pickup-list .item-area, .plan-figure-list .item-area, .color-table dl, .color-table-type2 dl, .option-service .flex-color-table-2 dl, #gnavi .nav-menu .menu-item a .link-area, #gnavi-mb .nav-menu .menu-item a .link-area { display: table; table-layout: fixed; height: 100%; }

.vmiddle > *, .service-pickup-list .item-area > *, .plan-figure-list .item-area > *, .color-table dl > *, .color-table-type2 dl > *, .option-service .flex-color-table-2 dl > *, #gnavi .nav-menu .menu-item a .link-area > *, #gnavi-mb .nav-menu .menu-item a .link-area > * { display: table-cell; vertical-align: middle; }

.full-layer, .service-banner .nav-menu li a:after, .plan-figure-list .item-area figure.in-text-image .image, .plan-figure-list .item-area figure.in-text-image .image-text, .plan-figure-list .pack_plan .item-area figure .image-text img, .plan-figure-list .small_amount_plan .item-area figure .image-text img, #mainvisual-full .bg-image, #mainvisual .bg-area, #mainvisual .text-area, #mainvisual .link-area { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }

/** ホバーエフェクトの mixin<br> 効果：中央からラインが伸びる（下）<br> 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html @param {String} color ラインのカラー　デフォルトは #888 @param {String} border_height ラインの高さ　デフォルトは 1px @param {String} transition トランジション　デフォルトは 0.3s */
/** ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br> 効果：中央からラインが伸びる（下）：ホバー<br> */
/** ボックス型のボタン ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる テキストは before に設定される。 ホバー時にはテキストがせり上がるようにしながら after が表示される。 */
/** ボタンクラスの基本を作る mixin<br> @param {String} element ボタンにするエレメント　デフォルトは .btn @param {Boolean} responsive レスポンシブにする場合に true　デフォルトは false */
/** スライドスイッチのクラスを構築 mixin<br> 参考：https://proto.io/freebies/onoff/ @param {String} cl クラス名 @param {String} h 高さ @param {String} w 幅 @param {String} b ボーダーの幅 @param {String} offBgClr OFF の時のボタン背景色 @param {String} onBgClr ON の時のボタン背景色 @param {String} offBdClr OFF の時のボーダー色 @param {String} onBdClr ON の時のボーダー色 @param {String} swClr スライドするボタンの色 */
/** スライドスイッチのクラスを構築 mixin<br> 参考：https://proto.io/freebies/onoff/ こちらは ON, OFF のテキストがスイッチの右側に表示される @param {String} cl クラス名 @param {String} h 高さ @param {String} w 幅 @param {String} b ボーダーの幅 @param {String} offBgClr OFF の時のボタン背景色 @param {String} onBgClr ON の時のボタン背景色 @param {String} offBdClr OFF の時のボーダー色 @param {String} onBdClr ON の時のボーダー色 @param {String} swClr スライドするボタンの色 */
/** 指定されたプロパティに決められた基準のスペースを入れる mixin。 @param {String} property name @param {Number} 係数 */
/** フォントサイズ rem 設定用 mixin。 @param {String} 配列での設定か、Extra small の指定 @param {String} Small の指定 @param {String} Midium の指定 @param {String} Large の指定 */
/** コンテンツのプロパティ設定用 mixin。 @param {String} property margin か padding　デフォルトは padding @param {String} 配列での設定か、Large の指定 @param {String} Midium の指定 @param {String} Small の指定 @param {String} Extra small の指定 */
/** コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。 @param {String} property margin か padding　デフォルトは padding @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。 @param {String} Large の指定 @param {String} Midium の指定 @param {String} Small の指定 @param {String} Extra small の指定 */
/** wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する @param {String} property margin か padding　デフォルトは padding @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。 @param {String} Large の指定 @param {String} Midium の指定 @param {String} Small の指定 @param {String} Extra small の指定 */
/** コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する @param {String} property margin か padding　デフォルトは padding @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空 */
/** コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する @param {String} property margin か padding　デフォルトは padding @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空 */
/** コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する @param {Map} サイズを指定　デフォルトは空 */
body { font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

body a:focus, body button:focus { outline: none; }

a:focus, button:focus { outline: none; }

span.text span { display: inline-block; }

.wrapper, .wrapper-narrow, .wrapper-grid, .wrapper-grid-narrow { margin-left: auto; margin-right: auto; max-width: 1200px; min-width: 320px; }

.img-circle { border-radius: 50%; overflow: hidden; }

.img-cover, .img-contain { height: 100%; background-repeat: no-repeat; background-position: center center; }

.img-cover.img-center-top, .img-contain.img-center-top { background-position: center bottom; }

.img-cover.img-center-bottom, .img-contain.img-center-bottom { background-position: center bottom; }

.img-cover { background-size: cover; }

.img-contain { background-size: contain; }

.eng { font-family: "Century Gothic", "Helvetica", "Arial"; }

body > footer #mini-company-info .title { font-size: 16px; font-size: 1rem; color: #333333; text-align: left; }

@media screen and (max-width: 414px) { body > footer #mini-company-info .title { margin-bottom: 1.5em; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { body > footer #mini-company-info .title { margin-bottom: 1.8em; } }

@media screen and (min-width: 1024px), not screen { body > footer #mini-company-info .title { margin-bottom: 2em; } }

body > footer #mini-company-info .title .title-text { font-size: 22.4px; font-size: 1.4rem; margin-left: .35em; font-weight: bold; }

body > footer #mini-company-info .title .title-sub { font-size: 20px; font-size: 1.25rem; margin-left: 1em; color: #5cb8d3; font-weight: normal; }

body > footer #mini-company-info .title:after { display: none; }

@media screen and (max-width: 1023px) { body > footer #mini-company-info .title .icon-img-company-white { width: 16px; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { body > footer #mini-company-info .title { font-size: 15px; font-size: 1rem; }
  body > footer #mini-company-info .title .title-text { font-size: 23.1px; font-size: 1.54rem; margin-left: .25em; }
  body > footer #mini-company-info .title .title-sub { font-size: 20.25px; font-size: 1.35rem; margin-left: 0.8em; } }

@media screen and (max-width: 414px) { body > footer #mini-company-info .title { font-size: 14px; font-size: 1rem; }
  body > footer #mini-company-info .title .title-text { font-size: 21.56px; font-size: 1.54rem; margin-left: .25em; }
  body > footer #mini-company-info .title .title-sub { font-size: 18.9px; font-size: 1.35rem; margin-left: 0.8em; } }

.row { margin-left: -15px; margin-right: -15px; }

@media screen and (max-width: 1023px) { .row { margin-left: -12px; margin-right: -12px; } }

@media screen and (max-width: 414px) { .row { margin-left: -10px; margin-right: -10px; } }

@media screen and (min-width: 1024px), not screen { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-31, .col-lg-32, .col-lg-33, .col-lg-34, .col-lg-35, .col-lg-36, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32, .col-md-33, .col-md-34, .col-md-35, .col-md-36, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32, .col-sm-33, .col-sm-34, .col-sm-35, .col-sm-36, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32, .col-xs-33, .col-xs-34, .col-xs-35, .col-xs-36 { padding-left: 15px; padding-right: 15px; } }

@media screen and (max-width: 1023px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32, .col-sm-33, .col-sm-34, .col-sm-35, .col-sm-36, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32, .col-xs-33, .col-xs-34, .col-xs-35, .col-xs-36 { padding-left: 12px; padding-right: 12px; } }

@media screen and (max-width: 414px) { .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32, .col-xs-33, .col-xs-34, .col-xs-35, .col-xs-36 { padding-left: 10px; padding-right: 10px; } }

:root { background: white; font-size: 16px; }

@media screen and (max-width: 414px) { :root { font-size: 14px; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { :root { font-size: 15px; } }

@media screen and (min-width: 1024px), not screen { :root { font-size: 16px; } }

a { color: #5cb8d3; text-decoration: none; }

a:hover, a:active { text-decoration: underline; }

a:hover .text, a:active .text { text-decoration: underline; }

a.inc-icon { color: #333333; }

a.inc-icon .icon { margin-right: 0.5em; }

aside.attention ul { padding-left: 1.8em; }

aside.attention ul li { text-indent: -1.3em; }

aside.attention ul li:before { content: '※'; display: inline; }

body { color: #333333; }

body > header { width: 100%; background: white; }

body > header .site-header { height: 100px; border-bottom: 20px solid #5cb8d3; background: white; }

body > header .site-header .logo { width: 270px; }

body > header .site-header .site-description { display: none; padding: 4px 0 0 32px; width: 27em; font-size: 12.5px; font-weight: normal; line-height: 1.6; }

body > header .site-header .tel { text-align: right; }

@media screen and (min-width: 1024px), not screen { body > header .site-header .wrapper, body > header .site-header .wrapper-narrow, body > header .site-header .wrapper-grid, body > header .site-header .wrapper-grid-narrow { width: 100%; } }

@media screen and (max-width: 1023px) { body > header .site-header .wrapper, body > header .site-header .wrapper-narrow, body > header .site-header .wrapper-grid, body > header .site-header .wrapper-grid-narrow { margin-left: 0; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { body > header .site-header { height: 75px; border-width: 0 0 15px; }
  body > header .site-header .logo img { width: 220px; } }

@media screen and (max-width: 414px) { body > header .site-header { height: 50px; border-width: 0 0 10px; }
  body > header .site-header .logo img { width: 140px; } }

@media screen and (max-width: 1023px) { body > header { display: block; position: fixed; top: 0; z-index: 10000; margin-top: -60px; height: 110px; }
  body > header .site-header { position: absolute; bottom: 0; z-index: 10; width: 100%; }
  body > header #gnavi, body > header #gnavi-mb { position: absolute; top: 110px; z-index: 5; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { body > header { margin-top: -60px; height: 135px; }
  body > header #gnavi, body > header #gnavi-mb { top: 135px; } }

body > footer { margin-top: 1.5em; overflow: hidden; }

body > footer #mini-company-info { margin-bottom: 1.5em; padding: 2.5em 0; color: white; background: #5cb8d3; }

body > footer #mini-company-info .title { color: white; }

body > footer #mini-company-info .title .title-sub { color: white; }

body > footer #mini-company-info .company-info-area .item-area { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; width: 100%; }

body > footer #mini-company-info .company-info-area .item-area .map { width: 200px; }

body > footer #mini-company-info .company-info-area .item-area .map .image { width: 100%; height: 180px; border-radius: 4px; }

@media screen and (min-width: 415px) and (max-width: 1023px) { body > footer #mini-company-info .company-info-area .item-area .map { width: 100%; max-width: 240px; min-width: 180px; }
  body > footer #mini-company-info .company-info-area .item-area .map .image { height: 180px; background-position: center bottom; } }

@media screen and (max-width: 414px) { body > footer #mini-company-info .company-info-area .item-area .map { -ms-flex-negative: 0; flex-shrink: 0; width: 140px; }
  body > footer #mini-company-info .company-info-area .item-area .map .image { height: 130px; } }

body > footer #mini-company-info .company-info-area .item-area .text-area { font-size: 14.4px; font-size: 0.9rem; padding-left: 2em; }

body > footer #mini-company-info .company-info-area .item-area .text-area a { color: white; }

body > footer #mini-company-info .company-info-area .item-area .text-area a .icon { margin-right: 0.8em; }

@media screen and (max-width: 1023px) { body > footer #mini-company-info .company-info-area .item-area .text-area { padding-left: 1.5em; }
  body > footer #mini-company-info .company-info-area .item-area .text-area a .icon { position: relative; top: 0.2em; margin-right: 0.4em; width: 10px; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { body > footer #mini-company-info .company-info-area .item-area .text-area { font-size: 13.5px; font-size: 0.9rem; min-width: 13em; } }

@media screen and (max-width: 414px) { body > footer #mini-company-info .company-info-area .item-area .text-area { font-size: 12.6px; font-size: 0.9rem; } }

@media screen and (max-width: 1023px) { body > footer #mini-company-info .company-info-area > * .item-area { margin-bottom: 1.5em; padding-bottom: 1.5em; border-bottom: 1px solid white; } }

@media screen and (max-width: 1023px) { body > footer #mini-company-info .company-info-area > *:last-child .item-area { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; } }

@media screen and (max-width: 1023px) { body > footer #mini-company-info { margin-bottom: 2.5em; } }

@media screen and (max-width: 414px) { body > footer #footer-navi { margin-top: 1.5em; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { body > footer #footer-navi { margin-top: 1.8em; } }

@media screen and (min-width: 1024px), not screen { body > footer #footer-navi { margin-top: 2em; } }

@media screen and (max-width: 1023px) { body > footer #footer-navi .site-logo { margin-bottom: .8em; text-align: center; }
  body > footer #footer-navi .site-logo .logo { min-width: 140px; max-width: 250px; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { body > footer #footer-navi .site-logo .logo { width: 65%; } }

@media screen and (max-width: 414px) { body > footer #footer-navi .site-logo .logo { width: 45%; } }

body > footer #footer-navi .footer-banner-area { text-align: right; }

body > footer #footer-navi .footer-banner-area img { margin: 0 5px 0 0; height: 44px; }

@media screen and (min-width: 415px) and (max-width: 1023px) { body > footer #footer-navi .footer-banner-area img { margin: 0 5px 0; } }

@media screen and (max-width: 414px) { body > footer #footer-navi .footer-banner-area img { margin: 10px 0 0; } }

@media screen and (max-width: 1023px) { body > footer #footer-navi .footer-banner-area { text-align: center; } }

body > footer .copyright { padding: 0.4em 0 0.6em; border-top: 1px solid #ececec; text-align: center; font-weight: bold; letter-spacing: 0.05em; }

@media screen and (max-width: 414px) { body > footer .copyright { margin-top: 1.5em; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { body > footer .copyright { margin-top: 1.8em; } }

@media screen and (min-width: 1024px), not screen { body > footer .copyright { margin-top: 2em; } }

body > footer .copyright small { font-size: 12px; font-size: 0.75rem; }

@media screen and (max-width: 1023px) { body > footer .copyright small { font-size: 9.1px; font-size: 0.65rem; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { body > footer { margin-top: 1.8em; } }

@media screen and (max-width: 414px) { body > footer { margin-top: 1.5em; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { body { padding-top: 75px; } }

@media screen and (max-width: 414px) { body { padding-top: 50px; } }

section { padding-top: 2em; padding-bottom: 2em; overflow: hidden; }

section header .subtitle, section header .section-title { text-align: center; font-weight: bold; }

section header .subtitle { font-size: 17.6px; font-size: 1.1rem; margin-bottom: 0.1em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { section header .subtitle { font-size: 16.5px; font-size: 1.1rem; } }

@media screen and (max-width: 414px) { section header .subtitle { font-size: 14px; font-size: 1rem; } }

section header .section-title { font-size: 26.4px; font-size: 1.65rem; margin-bottom: 1.5em; }

section header .section-title:after { content: ''; display: block; margin-top: 0.5em; height: 6px; width: 100%; background: url(../images/common/img-color-bar-1.svg) no-repeat center top; background-size: contain; }

@media screen and (min-width: 415px) and (max-width: 1023px) { section header .section-title { font-size: 24.75px; font-size: 1.65rem; } }

@media screen and (max-width: 414px) { section header .section-title { font-size: 21px; font-size: 1.5rem; } }

section header .description { text-align: center; font-size: 0.9em; }

section header .description strong.color { font-size: 1.3em; }

section section header .title { font-size: 20px; font-size: 1.25rem; margin-bottom: 0.7em; text-align: center; font-weight: bold; }

section section header .title .icon { margin-right: 0.6em; }

section section header .title .sub { font-size: 0.8em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { section section header .title { font-size: 18.75px; font-size: 1.25rem; } }

@media screen and (max-width: 414px) { section section header .title { font-size: 17.5px; font-size: 1.25rem; } }

section section section:last-of-type { padding-bottom: 0; }

section .text-area aside, section .sentence-area aside { margin-top: 1.5em; }

section .text-area > .title, section .sentence-area > .title { margin-bottom: 1.2em; }

section .text-area > .title .title-text, section .sentence-area > .title .title-text { font-size: 20px; font-size: 1.25rem; }

@media screen and (min-width: 415px) and (max-width: 1023px) { section .text-area > .title .title-text, section .sentence-area > .title .title-text { font-size: 18.75px; font-size: 1.25rem; } }

section .text-area > .title .subtitle-text, section .sentence-area > .title .subtitle-text { font-size: 14.4px; font-size: 0.9rem; font-weight: normal; }

@media screen and (min-width: 415px) and (max-width: 1023px) { section .text-area > .title .subtitle-text, section .sentence-area > .title .subtitle-text { font-size: 13.5px; font-size: 0.9rem; } }

@media screen and (min-width: 415px), not screen { section .text-area > .title .icon, section .sentence-area > .title .icon { margin-right: 0.7em; }
  section .text-area > .title .subtitle-text, section .sentence-area > .title .subtitle-text { margin-left: 1.4em; } }

@media screen and (max-width: 414px) { section .text-area > .title, section .sentence-area > .title { margin-bottom: 1.8em; text-align: center; }
  section .text-area > .title .icon, section .sentence-area > .title .icon { margin: 0; }
  section .text-area > .title .title-text, section .sentence-area > .title .title-text { font-size: 16.1px; font-size: 1.15rem; display: block; margin-top: 0.5em; }
  section .text-area > .title .subtitle-text, section .sentence-area > .title .subtitle-text { font-size: 12.6px; font-size: 0.9rem; display: block; } }

section .text-area > .title-center, section .sentence-area > .title-center { font-size: 19.2px; font-size: 1.2rem; text-align: center; }

@media screen and (min-width: 415px) and (max-width: 1023px) { section .text-area > .title-center, section .sentence-area > .title-center { font-size: 18px; font-size: 1.2rem; } }

@media screen and (max-width: 414px) { section .text-area > .title-center, section .sentence-area > .title-center { font-size: 16.1px; font-size: 1.15rem; } }

section.inc-child { padding-top: 0; padding-bottom: 0; }

section.sec-child { padding-bottom: 0; }

section.sec-child-first { padding-top: 0; }

section.sec-catch header .title { text-align: center; font-weight: bold; }

section.sec-catch .toggle-view-area { margin: 2em auto 0; font-size: .9em; }

article > header { padding-top: 2em; padding-bottom: 2em; background: #5cb8d3; }

article > header .title { font-size: 27.2px; font-size: 1.7rem; color: white; font-weight: bold; letter-spacing: 0.05em; }

article > header .title .icon { margin-right: 0.5em; }

article > header .title .subtitle { margin-left: 1.1em; font-weight: normal; }

@media screen and (min-width: 415px), not screen { article > header { -webkit-box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1) inset; box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.1) inset; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { article > header { padding-top: 1.8em; padding-bottom: 1.8em; }
  article > header .title { font-size: 25.5px; font-size: 1.7rem; } }

@media screen and (max-width: 414px) { article > header { padding-top: 2.5em; padding-bottom: 2.5em; }
  article > header .title { font-size: 21px; font-size: 1.5rem; text-align: center; } }

article .bx-wrapper { border: 0; }

@media screen and (max-width: 414px) { .hidden-sp { display: none !important; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .hidden-tablet { display: none !important; } }

@media screen and (max-width: 1023px) { .hidden-mobile { display: none !important; } }

@media screen and (min-width: 415px), not screen { .hidden-no-sp { display: none !important; } }

@media screen and (min-width: 1024px), not screen { .hidden-pc { display: none !important; } }

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

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

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

.wrapper, .wrapper-narrow, .wrapper-grid, .wrapper-grid-narrow { padding-left: 22px; padding-right: 22px; }

@media screen and (max-width: 414px) { .wrapper, .wrapper-narrow, .wrapper-grid, .wrapper-grid-narrow { padding-left: 10px; padding-right: 10px; }
  .wrapper.width-xs-full, .width-xs-full.wrapper-narrow, .width-xs-full.wrapper-grid, .width-xs-full.wrapper-grid-narrow { padding-left: 0; padding-right: 0; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .wrapper, .wrapper-narrow, .wrapper-grid, .wrapper-grid-narrow { padding-left: 18px; padding-right: 18px; } }

.wrapper-narrow { max-width: 980px; }

.wrapper-grid, .wrapper-grid-narrow { padding-left: 30px; padding-right: 30px; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .wrapper-grid, .wrapper-grid-narrow { padding-left: 12px; padding-right: 12px; } }

@media screen and (max-width: 414px) { .wrapper-grid, .wrapper-grid-narrow { padding-left: 10px; padding-right: 10px; } }

.wrapper-grid-narrow { max-width: 980px; }

.row.vmiddle > *, .service-pickup-list .row.item-area > *, .plan-figure-list .row.item-area > *, .color-table dl.row > *, .color-table-type2 dl.row > *, .option-service .flex-color-table-2 dl.row > *, #gnavi .nav-menu .menu-item a .row.link-area > *, #gnavi-mb .nav-menu .menu-item a .row.link-area > * { float: none; }

.eng { letter-spacing: 0.05em; }

.color { color: #5cb8d3; }

.color-font { color: #333333; }

.color-red { color: #e74c3c; }

.strong-point { font-size: 17.6px; font-size: 1.1rem; font-weight: bold; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .strong-point { font-size: 16.5px; font-size: 1.1rem; } }

@media screen and (max-width: 414px) { .strong-point { font-size: 15.4px; font-size: 1.1rem; } }

.icon-img-company-white, .icon-truck-blue, .icon-info, .icon-info-white, .icon-info-blue, .icon-arrow01-right-white, .icon-arrow01-white, .icon-arrow01-left-white, .icon-arrow01-blue, .icon-arrow01-mini-white, .icon-repeat, .icon-tombo, .icon-freetel, .icon-blog, .icon-pencil { display: inline-block; position: relative; margin-right: 0.2em; }

.icon-img-company-white:after, .icon-truck-blue:after, .icon-info:after, .icon-info-white:after, .icon-info-blue:after, .icon-arrow01-right-white:after, .icon-arrow01-white:after, .icon-arrow01-left-white:after, .icon-arrow01-blue:after, .icon-arrow01-mini-white:after, .icon-repeat:after, .icon-tombo:after, .icon-freetel:after, .icon-blog:after, .icon-pencil:after { content: ''; display: inline-block; position: relative; height: 100%; width: 100%; background-position: center center; background-size: contain; background-repeat: no-repeat; vertical-align: text-bottom; }

.icon-img-company-white { width: 18px; height: 23px; }

.icon-img-company-white:after { background-image: url(../images/common/icon-company-mini-white.svg); }

.icon-truck-blue { width: 28px; height: 18px; }

.icon-truck-blue:after { background-image: url(../images/common/icon-truck-mini-blue.svg); }

.icon-info, .icon-info-white, .icon-info-blue { width: 11px; height: 24px; }

.icon-info:after, .icon-info-white:after, .icon-info-blue:after { background-image: url(../images/common/icon-info-blue.svg); }

.icon-info-white:after { background-image: url(../images/common/icon-info-white.svg); }

.icon-arrow01-right-white, .icon-arrow01-white, .icon-arrow01-left-white { width: 14px; height: 14px; }

.icon-arrow01-right-white:after, .icon-arrow01-white:after, .icon-arrow01-left-white:after { background-image: url(../images/common/img-arrow01-white.svg); }

@media screen and (max-width: 414px) { .icon-arrow01-right-white, .icon-arrow01-white, .icon-arrow01-left-white { width: 10px; height: 10px; } }

.icon-arrow01-left-white:after { background-image: url(../images/common/img-arrow01-left-white.svg); }

.icon-arrow01-blue { width: 14px; height: 14px; }

.icon-arrow01-blue:after { background-image: url(../images/common/img-arrow01-blue.svg); }

@media screen and (max-width: 414px) { .icon-arrow01-blue { width: 10px; height: 10px; } }

.icon-arrow01-mini-white { width: 10px; height: 10px; }

.icon-arrow01-mini-white:after { background-image: url(../images/common/img-arrow01-mini-white.svg); }

.icon-repeat { width: 15px; height: 15px; }

.icon-repeat:after { background-image: url(../images/common/icon-repeat.svg); }

@media screen and (max-width: 414px) { .icon-repeat { width: 10px; height: 10px; } }

.icon-tombo { width: 28px; height: 22px; }

.icon-tombo:after { background-image: url(../images/common/img-tonbo.png); }

@media screen and (max-width: 414px) { .icon-tombo { width: 24px; height: 19px; } }

.icon-freetel { width: 24px; height: 16px; }

.icon-freetel:after { background-image: url(../images/common/icon-free-tel.svg); }

@media screen and (max-width: 414px) { .icon-freetel { width: 16px; height: 10px; } }

.icon-blog, .icon-pencil { width: 21px; height: 21px; }

.icon-blog:after, .icon-pencil:after { background-image: url(../images/common/icon-blog-white.svg); }

@media screen and (max-width: 414px) { .icon-blog, .icon-pencil { width: 18px; height: 18px; } }

.btn, .btn-more, .btn-red, .btn-red-large, .btn-submit-gray, .btn-gray { font-size: 15.2px; font-size: 0.95rem; display: inline-block; padding: 0.52em 1.55em 0.48em 0.8em; color: white; border-radius: 4px; background: #5cb8d3; }

.btn .icon, .btn-more .icon, .btn-red .icon, .btn-red-large .icon, .btn-submit-gray .icon, .btn-gray .icon { margin-right: 0.6em; }

.btn:hover, .btn-more:hover, .btn-red:hover, .btn-red-large:hover, .btn-submit-gray:hover, .btn-gray:hover, .btn:active, .btn-more:active, .btn-red:active, .btn-red-large:active, .btn-submit-gray:active, .btn-gray:active { color: white; background: #40c4f8; text-decoration: none; }

.btn:hover .text, .btn-more:hover .text, .btn-red:hover .text, .btn-red-large:hover .text, .btn-submit-gray:hover .text, .btn-gray:hover .text, .btn:active .text, .btn-more:active .text, .btn-red:active .text, .btn-red-large:active .text, .btn-submit-gray:active .text, .btn-gray:active .text { text-decoration: none; }

.btn.no-icon, .no-icon.btn-more, .no-icon.btn-red, .no-icon.btn-red-large, .no-icon.btn-submit-gray, .no-icon.btn-gray { padding-right: 0.8em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .btn, .btn-more, .btn-red, .btn-red-large, .btn-submit-gray, .btn-gray { font-size: 13.5px; font-size: 0.9rem; } }

@media screen and (max-width: 414px) { .btn, .btn-more, .btn-red, .btn-red-large, .btn-submit-gray, .btn-gray { font-size: 11.9px; font-size: 0.85rem; border-radius: 3px; }
  .btn .icon, .btn-more .icon, .btn-red .icon, .btn-red-large .icon, .btn-submit-gray .icon, .btn-gray .icon { margin-right: 0.5em; } }

.btn-more { padding: 0.52em 1.55em 0.48em 0.8em; color: white; background: #5cb8d3; }

.btn-more .icon { margin-right: 0.6em; }

@media screen and (max-width: 414px) { .btn-more { font-size: 12.6px; font-size: 0.9rem; padding: 0.62em 1.55em 0.58em 0.8em; } }

.btn-red, .btn-red-large, .btn-submit-gray { color: white; background: #e74c3c; }

.btn-red:hover, .btn-red-large:hover, .btn-submit-gray:hover, .btn-red:active, .btn-red-large:active, .btn-submit-gray:active { background: #f87b6c; }

.btn-red-large, .btn-submit-gray { font-size: 20px; font-size: 1.25rem; padding: 0.85em 1.55em 0.9em 1.3em; width: 608px; max-width: 608px; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); font-weight: bold; }

.btn-red-large .icon-arrow01-white, .btn-submit-gray .icon-arrow01-white, .btn-red-large .icon-arrow01-left-white, .btn-submit-gray .icon-arrow01-left-white { width: 1em; height: 1em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .btn-red-large, .btn-submit-gray { width: 90%; font-size: 18px; font-size: 1.2rem; } }

@media screen and (max-width: 414px) { .btn-red-large, .btn-submit-gray { padding: 0.85em 1em 0.9em 1em; width: 100%; max-width: 320px; font-size: 16.1px; font-size: 1.15rem; } }

.btn-submit-gray { background: gray; }

.btn-submit-gray:hover, .btn-submit-gray:active { background: #c4c4c4; }

.btn-gray { background: #aaaaaa; }

.btn-gray:hover, .btn-gray:active { background: gray; }

.btn-shadow { -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }

.btn-area { margin-top: 3em; text-align: center; }

.unit { font-size: 0.75em; }

.unit .super { vertical-align: super; font-size: 0.8em; }

.list-disc { padding-left: 1.5em; }

.list-disc li { list-style-type: disc; }

.in-more { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 100%; }

.in-more .btn, .in-more .btn-more, .in-more .btn-red, .in-more .btn-red-large, .in-more .btn-submit-gray, .in-more .btn-gray, .in-more .btn-more { font-size: 14.4px; font-size: 0.9rem; padding: 0.38em 1.55em 0.35em 0.8em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .in-more .btn, .in-more .btn-more, .in-more .btn-red, .in-more .btn-red-large, .in-more .btn-submit-gray, .in-more .btn-gray, .in-more .btn-more { font-size: 13.5px; font-size: 0.9rem; } }

@media screen and (max-width: 414px) { .in-more .btn, .in-more .btn-more, .in-more .btn-red, .in-more .btn-red-large, .in-more .btn-submit-gray, .in-more .btn-gray, .in-more .btn-more { font-size: 11.2px; font-size: 0.8rem; } }

.frame { font-size: 14.4px; font-size: 0.9rem; margin: 1em auto; padding: 1.5em; width: 640px; max-width: 100%; border: 4px solid #ececec; text-align: center; font-weight: bold; }

.frame .title { font-size: 19.2px; font-size: 1.2rem; margin-bottom: 0.3em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .frame .title { font-size: 18px; font-size: 1.2rem; } }

@media screen and (max-width: 414px) { .frame .title { font-size: 15.82px; font-size: 1.13rem; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .frame { font-size: 13.5px; font-size: 0.9rem; } }

@media screen and (max-width: 414px) { .frame { font-size: 14px; font-size: 1rem; padding: 1.2em 0.8em; border-width: 3px; } }

.sentence-area { font-size: 14.4px; font-size: 0.9rem; }

.sentence-area .strong-point { font-size: 16px; font-size: 1rem; font-weight: bold; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .sentence-area .strong-point { font-size: 15px; font-size: 1rem; } }

@media screen and (max-width: 414px) { .sentence-area .strong-point { font-size: 15.4px; font-size: 1.1rem; } }

.sentence-area > p { margin-bottom: 1.8em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .sentence-area { font-size: 14.25px; font-size: 0.95rem; } }

@media screen and (max-width: 414px) { .sentence-area { font-size: 14px; font-size: 1rem; } }

.image-area figure img { max-width: 100%; }

.form-input-area .wpcf7-response-output, .form-input-area .wpcf7-display-none, .form-input-area .wpcf7-validation-errors { margin: 2em 0; padding: 1em; border: 0; border-radius: 4px; background: #d5f3ff; }

.form-input-area .wpcf7-not-valid-tip, .form-input-area .input-email-error { margin-top: 0.5em; }

.form-input-area .wpcf7-checkbox { display: inline-block; padding: 0.95em 0; }

.form-input-area .wpcf7-list-item { margin-left: 1em; }

.form-input-area .input-email-error { color: #e74c3c; }

.form-input-area .input-item { margin-bottom: 1.5em; }

.form-input-area .input-item:before, .form-input-area .input-item:after { clear: both; display: block; height: 0; visibility: hidden; content: "\0020"; }

@media screen and (min-width: 1024px), not screen { .form-input-area .input-item dt, .form-input-area .input-item dd { float: left; } }

.form-input-area .input-item dt { padding: 1em 2em 1em 0; font-weight: bold; }

@media screen and (min-width: 1024px), not screen { .form-input-area .input-item dt { width: 24%; min-width: 8em; text-align: right; } }

.form-input-area .input-item dd .wpcf7-form-control-wrap .input { margin-bottom: .8em; }

.form-input-area .input-item dd .wpcf7-form-control-wrap:last-of-type .input { margin-bottom: 0; }

.form-input-area .input-item dd .wpcf7-form-control-wrap:last-of-type .input + .wpcf7-not-valid-tip { margin-top: 0.5em; }

@media screen and (max-width: 414px) { .form-input-area .input-item dd .wpcf7-form-control-wrap:last-of-type .input-short { margin-bottom: .8em; } }

@media screen and (min-width: 1024px), not screen { .form-input-area .input-item dd { width: 76%; min-width: 8em; } }

.form-input-area .input-item .input { padding: .95em 1em; width: 100%; border: 1px solid #ececec; border-radius: 4px; background: #fbfbfb; }

.form-input-area .input-item .input-short { margin-right: 2%; width: 48%; }

.form-input-area .input-item .input-short + .wpcf7-not-valid-tip { margin-top: -0.5em; margin-bottom: 1em; }

@media screen and (max-width: 414px) { .form-input-area .input-item .input-short { margin-right: 0; width: 100%; } }

.form-input-area .input-item .input-mini { margin-right: 0.8em; width: 10em; }

.form-input-area .input-item .select { margin: 0 0.5em; padding: .95em 1em; width: 5em; border: 1px solid #ececec; border-radius: 4px; background: #fbfbfb; }

@media screen and (max-width: 414px) { .form-input-area .input-item .select { padding: .95em 0.5em; width: 4em; } }

.form-input-area .input-item .date { width: 12em; }

.form-input-area .input-item.required dt:after { content: '必須'; display: inline-block; position: relative; top: -0.15em; margin-left: .8em; padding: .15em 0.25em .25em; color: white; border-radius: 3px; background: #e74c3c; line-height: 1.2; font-weight: bold; font-size: .85em; }

.form-input-area .submit-item .btn, .form-input-area .submit-item .btn-more, .form-input-area .submit-item .btn-red, .form-input-area .submit-item .btn-red-large, .form-input-area .submit-item .btn-submit-gray, .form-input-area .submit-item .btn-gray { margin-bottom: 1em; }

@media screen and (min-width: 1024px), not screen { .form-input-area .submit-item { padding-left: 24%; } }

@media screen and (max-width: 1023px) { .form-input-area .submit-item { text-align: center; } }

.form-input-area .form-controll { text-align: center; }

.form-input-area .form-controll .submit, .form-input-area .form-controll .wpcf7-submit { display: none !important; }

.sended-view { display: none; text-align: center; }

.sended-view .title { text-align: left; }

.youtube { overflow: hidden; position: relative; padding-bottom: 57.25%; padding-top: 30px; height: 0; }

.youtube iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media screen and (max-width: 414px) { .movie-list { margin-bottom: -1.5em; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .movie-list { margin-bottom: -1.8em; } }

@media screen and (min-width: 1024px), not screen { .movie-list { margin-bottom: -2em; } }

@media screen and (max-width: 414px) { .movie-list li { padding-bottom: 1.5em; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .movie-list li { padding-bottom: 1.8em; } }

@media screen and (min-width: 1024px), not screen { .movie-list li { padding-bottom: 2em; } }

.breadcrumbs { font-size: 12.8px; font-size: 0.8rem; padding: 1em 0; }

.breadcrumbs .home, .breadcrumbs .sep, .breadcrumbs .post, .breadcrumbs .post-page, .breadcrumbs .name { vertical-align: baseline; }

.breadcrumbs .home { display: inline-block; width: 11px; height: 11px; background: url(../images/common/icon-home-mini-blue.svg) no-repeat center center; background-size: contain; }

.breadcrumbs .home span { display: none; }

.breadcrumbs .sep { display: inline-block; margin: 0 0.35em; width: 4px; height: 8px; background: url(../images/common/img-arrow03-right.svg) no-repeat center center; background-size: contain; }

@media screen and (max-width: 414px) { .breadcrumbs { display: none; } }

.info-list { margin: 1em auto; }

.info-list dl dt, .info-list dl dd { font-weight: normal; }

.info-list dl dt { font-weight: bold; }

.info-list dl dd { font-weight: normal; }

.info-list dl dd .color strong { font-size: 1.5em; font-weight: bold; }

@media screen and (min-width: 1024px), not screen { .info-list { display: table; }
  .info-list dl { display: table-row; }
  .info-list dl dt, .info-list dl dd { display: table-cell; padding: 0.26em 0.5em 0.24em; }
  .info-list dl dt { text-align: right; }
  .info-list dl dd { text-align: left; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .info-list { display: table; }
  .info-list dl { margin-bottom: 0.8em; padding: 0.26em 0.5em 0.24em; } }

@media screen and (max-width: 414px) { .info-list { text-align: center; }
  .info-list dl { margin-bottom: 1.2em; } }

.strip-list dl { width: 100%; border-width: 0 0 1px 0; border-style: solid; border-color: #eeeeee; }

.strip-list dl dt, .strip-list dl dd { padding: 1.4em 1.2em; vertical-align: top; }

.strip-list dl dt { font-weight: bold; }

.strip-list dl dd { font-weight: normal; }

.strip-list dl:first-of-type { border-width: 1px 0; }

.strip-list dl:nth-of-type(2n) { background: #fbfbfb; }

@media screen and (min-width: 415px), not screen { .strip-list dl { display: table; }
  .strip-list dl dt, .strip-list dl dd { display: table-cell; } }

@media screen and (min-width: 1024px), not screen { .strip-list dl dt { width: 14em; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .strip-list dl dt, .strip-list dl dd { padding: 1.3em 1.15em; }
  .strip-list dl dt { width: 11em; } }

@media screen and (max-width: 414px) { .strip-list dl dt, .strip-list dl dd { padding: 1.2em 0.8em; }
  .strip-list dl dt { padding-bottom: 0.6em; }
  .strip-list dl dd { padding-top: 0.6em; } }

.post-list li { border-bottom: 1px solid #ececec; }

.post-list .item-area { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; height: 100%; margin-top: .3em; padding: 1em 1.3em 1em 0; }

.post-list .item-area a { color: #333333; text-decoration: none; }

.post-list .item-area .icon { -ms-flex-negative: 0; flex-shrink: 0; margin-right: .6em; }

.post-list .item-area .post-status, .post-list .item-area .post-title { display: inline-block; }

.post-list .item-area .post-status { font-size: 14.4px; font-size: 0.9rem; -ms-flex-negative: 0; flex-shrink: 0; width: 7.5em; color: #5cb8d3; }

.post-list .item-area .post-status .date { font-weight: bold; letter-spacing: 0.1em; }

.post-list .item-area .post-title { color: #333333; }

.post-list .item-area:hover .post-title, .post-list .item-area:active .post-title { text-decoration: underline; }

@media screen and (min-width: 415px), not screen { .post-list .item-area .icon { height: 1.4em; } }

@media screen and (max-width: 414px) { .post-list .item-area { display: block; padding: 0.9em 1.3em 0.9em 0; }
  .post-list .item-area .icon { margin-right: 0.1em; vertical-align: middle; }
  .post-list .item-area .post-status { font-size: 12.32px; font-size: 0.88rem; }
  .post-list .item-area .post-title { display: block; padding-left: 1em; } }

.post-image-list .item-area figure { height: 300px; }

.post-image-list .item-area figure .image { height: 100%; }

@media screen and (max-width: 414px) { .post-image-list .item-area figure { height: 270px; } }

.post-image-list .item-area .post-info { margin-top: .4em; }

.post-image-list .item-area .post-info .post-status .icon { margin-right: .8em; }

.post-image-list .item-area .post-info .post-status .date { font-size: 14.4px; font-size: 0.9rem; color: #5cb8d3; font-weight: bold; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .post-image-list .item-area .post-info .post-status .date { font-size: 13.5px; font-size: 0.9rem; } }

@media screen and (max-width: 414px) { .post-image-list .item-area .post-info .post-status .date { font-size: 12.6px; font-size: 0.9rem; } }

.post-image-list .item-area .post-info .post-title { font-size: 14.4px; font-size: 0.9rem; padding-left: 1.7em; }

.post-image-list .item-area .post-info .post-title a { color: #333333; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .post-image-list .item-area .post-info .post-title { font-size: 13.5px; font-size: 0.9rem; } }

@media screen and (max-width: 414px) { .post-image-list .item-area .post-info .post-title { font-size: 12.6px; font-size: 0.9rem; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .post-image-list .item-area { margin: auto; max-width: 450px; } }

@media screen and (max-width: 1023px) { .post-image-list { margin-bottom: -2em; }
  .post-image-list li { padding-bottom: 2em; } }

.service-banner .nav-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px -1em; }

.service-banner .nav-menu li { padding: 0 15px 1em; text-align: center; }

.service-banner .nav-menu li a { display: block; position: relative; width: 306px; height: 130px; background-repeat: no-repeat; background-position: center top; background-size: contain; }

.service-banner .nav-menu li a img { width: 100%; }

.service-banner .nav-menu li a:after { opacity: 0.8; background: black; content: ''; opacity: 0; background: white; }

.service-banner .nav-menu li a:hover, .service-banner .nav-menu li a:active { opacity: 0.35; }

@media screen and (max-width: 414px) { .service-banner .nav-menu { margin: 0 -0.75em -1em; }
  .service-banner .nav-menu li { padding: 0 0.75em 1em; }
  .service-banner .nav-menu li a { width: auto; height: auto; } }

.service-pickup-list ul, .plan-figure-list ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100%; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media screen and (max-width: 414px) { .service-pickup-list ul, .plan-figure-list ul { margin-bottom: -1.5em; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .service-pickup-list ul, .plan-figure-list ul { margin-bottom: -1.8em; } }

@media screen and (min-width: 1024px), not screen { .service-pickup-list ul, .plan-figure-list ul { margin-bottom: -2em; } }

.service-pickup-list ul:before, .plan-figure-list ul:before { display: none; }

.service-pickup-list ul li, .plan-figure-list ul li { min-width: 100%; }

@media screen and (max-width: 414px) { .service-pickup-list ul li, .plan-figure-list ul li { margin-bottom: 1.5em; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .service-pickup-list ul li, .plan-figure-list ul li { margin-bottom: 1.8em; } }

@media screen and (min-width: 1024px), not screen { .service-pickup-list ul li, .plan-figure-list ul li { margin-bottom: 2em; } }

@media screen and (min-width: 415px), not screen { .service-pickup-list ul li, .plan-figure-list ul li { max-width: 50%; min-width: 418px; } }

@media screen and (min-width: 1024px), not screen { .service-pickup-list ul li, .plan-figure-list ul li { padding-left: 15px; padding-right: 15px; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .service-pickup-list ul li, .plan-figure-list ul li { padding-left: 12px; padding-right: 12px; } }

@media screen and (max-width: 414px) { .service-pickup-list ul li, .plan-figure-list ul li { padding-left: 10px; padding-right: 10px; width: 100%; } }

@media screen and (min-width: 1024px), not screen { .service-pickup-list ul, .plan-figure-list ul { margin-left: -15px; margin-right: -15px; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .service-pickup-list ul, .plan-figure-list ul { margin-left: -12px; margin-right: -12px; } }

@media screen and (max-width: 414px) { .service-pickup-list ul, .plan-figure-list ul { margin-left: -10px; margin-right: -10px; } }

.service-pickup-list .item-area, .plan-figure-list .item-area { position: relative; overflow: hidden; width: 100%; height: 180px; border-radius: 6px; color: white; }

.service-pickup-list .item-area:after, .plan-figure-list .item-area:after { -webkit-transition: all 0.25s ease; transition: all 0.25s ease; content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; margin: 0; background: white; }

.service-pickup-list .item-area:hover:after, .plan-figure-list .item-area:hover:after, .service-pickup-list .item-area:active:after, .plan-figure-list .item-area:active:after { -webkit-transition: all 0.25s ease; transition: all 0.25s ease; opacity: 0.35; }

.service-pickup-list .item-area figure, .plan-figure-list .item-area figure, .service-pickup-list .item-area .text-area, .plan-figure-list .item-area .text-area { width: 50%; }

.service-pickup-list .item-area figure, .plan-figure-list .item-area figure { height: 100%; }

.service-pickup-list .item-area figure .image, .plan-figure-list .item-area figure .image { height: 100%; width: 100%; }

.service-pickup-list .item-area .text-area, .plan-figure-list .item-area .text-area { padding: 1.2em 1.6em; color: white; background: #5cb8d3; }

.service-pickup-list .item-area .text-area .title, .plan-figure-list .item-area .text-area .title { -webkit-transition: all 0.25s ease; transition: all 0.25s ease; font-size: 19.2px; font-size: 1.2rem; margin-bottom: .5em; padding-left: 1.2em; font-weight: bold; background: url(../images/common/img-arrow01-white.svg) no-repeat left 0.3em; }

.service-pickup-list .item-area .text-area .description, .plan-figure-list .item-area .text-area .description { font-size: 14.4px; font-size: 0.9rem; letter-spacing: -0.04em; }

.service-pickup-list .item-area .text-area .description p, .plan-figure-list .item-area .text-area .description p { text-align: justify; }

@media screen and (max-width: 414px) { .service-pickup-list .item-area .text-area, .plan-figure-list .item-area .text-area { padding: 1.2em 0.9em 1.2em 0.95em; }
  .service-pickup-list .item-area .text-area .title, .plan-figure-list .item-area .text-area .title { font-size: 14.98px; font-size: 1.07rem; background: url(../images/common/img-arrow01-mini-white.svg) no-repeat left 0.4em; text-align: left; }
  .service-pickup-list .item-area .text-area .description, .plan-figure-list .item-area .text-area .description { font-size: 12.6px; font-size: 0.9rem; } }

.service-pickup-list .item-area:hover, .plan-figure-list .item-area:hover { text-decoration: none; }

.service-pickup-list .item-area:hover .title, .plan-figure-list .item-area:hover .title { -webkit-transition: all 0.25s ease; transition: all 0.25s ease; background-position: .3em .3em; }

.service-pickup-list .item-area:hover .text, .plan-figure-list .item-area:hover .text { text-decoration: none; }

@media screen and (max-width: 414px) { .service-pickup-list .item-area, .plan-figure-list .item-area { height: 140px; border-radius: 4px; }
  .service-pickup-list .item-area:hover .title, .plan-figure-list .item-area:hover .title { background-position: .2em .4em; } }

.frame-list { margin-bottom: -30px; }

.frame-list li { padding-bottom: 30px; }

.frame-list li .item-area { padding: 1em; border: 2px solid #ececec; border-radius: 6px; }

.frame-list li .item-area figure { overflow: hidden; margin-bottom: 1em; height: 130px; border-radius: 6px; }

.frame-list li .item-area figure .image { height: 100%; }

@media screen and (max-width: 414px) { .frame-list li .item-area figure { height: 80px; } }

.frame-list li .item-area .title { font-size: 17.6px; font-size: 1.1rem; margin-bottom: 0.7em; color: #5cb8d3; text-align: center; font-weight: bold; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .frame-list li .item-area .title { font-size: 16.5px; font-size: 1.1rem; } }

@media screen and (max-width: 414px) { .frame-list li .item-area .title { font-size: 14.7px; font-size: 1.05rem; }
  .frame-list li .item-area .title.title-xs-2line { 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: 3em; } }

.frame-list li .item-area .text-area { font-size: 14.4px; font-size: 0.9rem; text-align: justify; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .frame-list li .item-area .text-area { font-size: 14.25px; font-size: 0.95rem; } }

@media screen and (max-width: 414px) { .frame-list li .item-area .text-area { font-size: 14px; font-size: 1rem; } }

@media screen and (max-width: 414px) { .frame-list li .item-area { padding: 0.9em 0.7em; border-width: 1px; } }

.frame-list li.specialized-staff .item-area figure { border-radius: 0; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .frame-list li.specialized-staff .item-area figure { height: 180px; } }

@media screen and (max-width: 414px) { .frame-list li.specialized-staff .item-area figure { height: 130px; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .frame-list li { padding-bottom: 24px; } }

@media screen and (max-width: 414px) { .frame-list li { padding-bottom: 20px; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .frame-list { margin-bottom: -24px; } }

@media screen and (max-width: 414px) { .frame-list { margin-bottom: -20px; } }

.plan-figure-list .item-area { height: 200px; }

.plan-figure-list .item-area figure.in-text-image { position: relative; }

.plan-figure-list .item-area figure.in-text-image .image-area { position: relative; height: 100%; }

@media screen and (max-width: 414px) { .plan-figure-list .item-area { height: 140px; } }

.plan-figure-list .pack_plan .item-area figure .image-text img { margin: auto; max-width: 100%; }

.plan-figure-list .small_amount_plan .item-area figure .image-text img { top: auto; bottom: 8%; width: 220px; max-width: 93%; top: 47%; bottom: auto; }

.shadow-box-list .row > li { margin-bottom: 30px; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .shadow-box-list .row > li { margin-bottom: 24px; } }

@media screen and (max-width: 414px) { .shadow-box-list .row > li { margin-bottom: 20px; } }

.shadow-box-list .item-area { overflow: hidden; padding: 1.8em 1em 1em; border-radius: 6px; background: white; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.shadow-box-list .item-area > .title { font-size: 17.6px; font-size: 1.1rem; margin-bottom: 1.2em; height: 2em; text-align: center; }

.shadow-box-list .item-area > .title .icon { margin-right: 0.65em; max-height: 2em; vertical-align: bottom; }

.shadow-box-list .item-area > .title .text { font-weight: bold; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .shadow-box-list .item-area > .title { font-size: 16.5px; font-size: 1.1rem; } }

@media screen and (max-width: 414px) { .shadow-box-list .item-area > .title { font-size: 14px; font-size: 1rem; margin-bottom: 1em; } }

.shadow-box-list .item-area .compare-price { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.shadow-box-list .item-area .compare-price .before, .shadow-box-list .item-area .compare-price .after { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-flow: column; flex-flow: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 80px; width: 200px; border: 2px solid #eeeeee; border-radius: 4px; text-align: center; }

.shadow-box-list .item-area .compare-price .before .price-val, .shadow-box-list .item-area .compare-price .after .price-val { font-size: 18.4px; font-size: 1.15rem; font-weight: bold; letter-spacing: 0.06em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .shadow-box-list .item-area .compare-price .before .price-val, .shadow-box-list .item-area .compare-price .after .price-val { font-size: 17.25px; font-size: 1.15rem; } }

@media screen and (max-width: 414px) { .shadow-box-list .item-area .compare-price .before .price-val, .shadow-box-list .item-area .compare-price .after .price-val { font-size: 14px; font-size: 1rem; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .shadow-box-list .item-area .compare-price .before, .shadow-box-list .item-area .compare-price .after { width: 47.5%; width: calc(50% - 0.5em); } }

@media screen and (max-width: 414px) { .shadow-box-list .item-area .compare-price .before, .shadow-box-list .item-area .compare-price .after { font-size: 11.9px; font-size: 0.85rem; padding-top: 0.2em; height: 60px; width: 47.5%; width: calc(50% - 0.4em); border-width: 1px; } }

.shadow-box-list .item-area .compare-price .after { border-color: #5cb8d3; }

.shadow-box-list .item-area .compare-price .after .title { color: #5cb8d3; font-weight: bold; }

.shadow-box-list .item-area .compare-price .after .price-val { font-size: 24px; font-size: 1.5rem; color: #5cb8d3; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .shadow-box-list .item-area .compare-price .after .price-val { font-size: 22.5px; font-size: 1.5rem; } }

@media screen and (max-width: 414px) { .shadow-box-list .item-area .compare-price .after .price-val { font-size: 17.5px; font-size: 1.25rem; } }

@media screen and (max-width: 414px) { .shadow-box-list .item-area { padding: 1.2em 0.8em 0.8em; } }

.circle-num-list { counter-reset: circlenum; }

.circle-num-list li { counter-increment: circlenum; margin-bottom: 0.5em; }

.circle-num-list li .num:before { content: counter(circlenum); display: inline-block; position: relative; top: -0.1em; margin-right: 0.2em; height: 1.325em; width: 1.325em; border-width: 1px; border-style: solid; border-radius: 50%; line-height: 1.3; text-align: center; font-size: 0.8em; }

.circle-num-list li .title { font-weight: bold; }

.color-table, .color-table-type2 { overflow: hidden; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); border-radius: 4px; }

.color-table dl, .color-table-type2 dl { font-size: 14.08px; font-size: 0.88rem; width: 100%; }

.color-table dl dt, .color-table-type2 dl dt, .color-table dl dd, .color-table-type2 dl dd { padding: 1.25em 1.5em 1.25em 2.0em; border-bottom: 1px solid white; }

.color-table dl dt, .color-table-type2 dl dt { width: 15em; color: white; background: #5cb8d3; font-weight: bold; }

.color-table dl dt .sub, .color-table-type2 dl dt .sub { font-size: 0.95em; }

.color-table dl dd, .color-table-type2 dl dd { border-color: #eeeeee; background: white; }

.color-table dl dd .color, .color-table-type2 dl dd .color { font-size: 17.28px; font-size: 1.08rem; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .color-table dl dd .color, .color-table-type2 dl dd .color { font-size: 16.2px; font-size: 1.08rem; } }

@media screen and (max-width: 414px) { .color-table dl dd .color, .color-table-type2 dl dd .color { font-size: 15.4px; font-size: 1.1rem; } }

.color-table dl dd .data-list, .color-table-type2 dl dd .data-list { display: table; }

.color-table dl dd .data-list li, .color-table-type2 dl dd .data-list li { display: table-row; }

.color-table dl dd .data-list .title, .color-table-type2 dl dd .data-list .title, .color-table dl dd .data-list .val, .color-table-type2 dl dd .data-list .val { display: table-cell; }

.color-table dl dd .data-list .title, .color-table-type2 dl dd .data-list .title { text-align: right; }

.color-table dl dd .data-list .val, .color-table-type2 dl dd .data-list .val { text-align: left; }

@media screen and (min-width: 1024px), not screen { .color-table dl dd .data-list-type2, .color-table-type2 dl dd .data-list-type2 { display: table; }
  .color-table dl dd .data-list-type2 li, .color-table-type2 dl dd .data-list-type2 li { display: table-row; }
  .color-table dl dd .data-list-type2 .title, .color-table-type2 dl dd .data-list-type2 .title, .color-table dl dd .data-list-type2 .val, .color-table-type2 dl dd .data-list-type2 .val { display: table-cell; }
  .color-table dl dd .data-list-type2 .title, .color-table-type2 dl dd .data-list-type2 .title { text-align: right; }
  .color-table dl dd .data-list-type2 .val, .color-table-type2 dl dd .data-list-type2 .val { text-align: left; } }

@media screen and (max-width: 1023px) { .color-table dl dd .data-list-type2 li, .color-table-type2 dl dd .data-list-type2 li { margin-bottom: 0.5em; }
  .color-table dl dd .data-list-type2 .title, .color-table-type2 dl dd .data-list-type2 .title, .color-table dl dd .data-list-type2 .val, .color-table-type2 dl dd .data-list-type2 .val { display: block; }
  .color-table dl dd .data-list-type2 .title, .color-table-type2 dl dd .data-list-type2 .title { font-weight: bold; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .color-table dl, .color-table-type2 dl { font-size: 13.5px; font-size: 0.9rem; } }

@media screen and (max-width: 414px) { .color-table dl, .color-table-type2 dl { font-size: 13.3px; font-size: 0.95rem; }
  .color-table dl dt, .color-table-type2 dl dt, .color-table dl dd, .color-table-type2 dl dd { padding: 1.3em 0.4em 1.25em 0.8em; }
  .color-table dl dt, .color-table-type2 dl dt { width: 9.5em; } }

.color-table.title-vmiddle-top dl dt, .title-vmiddle-top.color-table-type2 dl dt { vertical-align: top; }

.color-table > .row, .color-table-type2 > .row { overflow: hidden; margin: 0 0 -1px; }

.color-table > .row:after, .color-table-type2 > .row:after { margin-bottom: 0; }

.color-table > .row > li, .color-table-type2 > .row > li { padding-left: 0; padding-right: 0; }

.color-table-type2 dl dt, .color-table-type2 dl dd { padding: 2.1em 1.5em 2.05em 2.0em; }

.color-table-type2 dl dd { background: #fbfbfb; }

@media screen and (max-width: 414px) { .color-table-type2 dl dt, .color-table-type2 dl dd { display: block; padding: 1.51em 1.2em 1.45em 1.2em; width: 100%; }
  .color-table-type2 dl dt { text-align: center; } }

.flex-color-table { overflow: hidden; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); border-radius: 4px; }

.flex-color-table .color strong { font-size: 1.2em; font-weight: bold; }

.flex-color-table .table-view { overflow: hidden; width: 100%; }

.flex-color-table .table-view thead { background: white; }

.flex-color-table .table-view thead td, .flex-color-table .table-view thead th { color: white; border-left: 1px solid white; background: #5cb8d3; }

.flex-color-table .table-view thead td:first-of-type, .flex-color-table .table-view thead th:first-of-type { border-left: 0; }

.flex-color-table .table-view tbody tr { background: #eeeeee; }

.flex-color-table .table-view tbody tr td { background: #fbfbfb; border-top: 1px solid #eeeeee; border-left: 1px solid #eeeeee; }

.flex-color-table .table-view tbody tr td .image img { width: 100%; }

.flex-color-table .table-view tbody tr td:first-of-type { border-left: 0; }

.flex-color-table .table-view tbody tr:first-of-type td { border-top: 0; }

.flex-color-table .table-view th { padding: 1em 2em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .flex-color-table .table-view th { padding: 0.8em 1.5em; } }

.flex-color-table .table-view td { padding: 1.15em 2em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .flex-color-table .table-view td { padding: 1em 1.5em; } }

.flex-color-table .table-view.w50p td, .flex-color-table .table-view.w50p th { width: 50%; }

@media screen and (max-width: 414px) { .flex-color-table .table-view { display: block; }
  .flex-color-table .table-view thead, .flex-color-table .table-view tbody, .flex-color-table .table-view tr, .flex-color-table .table-view td, .flex-color-table .table-view th { display: block; }
  .flex-color-table .table-view thead tr, .flex-color-table .table-view tbody tr { border-top: 1px solid #eeeeee; background: transparent; }
  .flex-color-table .table-view thead tr td, .flex-color-table .table-view thead tr th, .flex-color-table .table-view tbody tr td, .flex-color-table .table-view tbody tr th { border: 0; }
  .flex-color-table .table-view thead tr:first-of-type, .flex-color-table .table-view tbody tr:first-of-type { border-top: 0; } }

.flex-color-table .list-view li .item-area { background: #fbfbfb; }

.flex-color-table .list-view li .item-area dl dt, .flex-color-table .list-view li .item-area dl dd { padding: 1em; }

.flex-color-table .list-view li .item-area dl dt { padding: 1em; color: white; background: #5cb8d3; font-weight: bold; }

.flex-color-table .list-view li .item-area dl dd { padding: 1em; border-top: 1px solid #eeeeee; }

.flex-color-table .list-view li .item-area dl dd span.title { color: #6c6c6c; }

.flex-color-table .list-view li .item-area dl dd p.title { font-size: 1.2em; font-weight: bold; }

.flex-color-table .list-view li .item-area dl dd:first-of-type { border-top: 0; }

.flex-color-table .list-view li .item-area dl.no-sep dd { padding: 0.5em 1em; }

.flex-color-table .list-view li .item-area dl.no-sep dd:first-of-type { padding-top: 1em; border-top: 0; }

.flex-color-table .list-view li .item-area dl.no-sep dd:last-of-type { padding-bottom: 1em; }

.flex-color-table .list-view li .item-area .image-area { text-align: center; }

.flex-color-table .list-view li.no-list .item-area { padding: 1.4em 1.2em 1.5em; border-top: 1px solid #eeeeee; }

.flex-color-table .list-view li.no-list:first-of-type .item-area { border-top: 0; }

.flow { counter-reset: flownum; }

.flow li { counter-increment: flownum; margin-bottom: 0.35em; }

.flow li .item-area { display: -webkit-box; display: -ms-flexbox; display: flex; }

.flow li .item-area .num .num-image, .flow li .item-area .num .bottom:after { display: block; position: relative; z-index: 1; background: #fbfbfb; border: 1px solid #eeeeee; }

.flow li .item-area .num { overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: relative; padding-bottom: 37px; width: 90px; }

.flow li .item-area .num .num-image { display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 1; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 2.6em 0 2em; height: 100%; border-width: 1px 1px 0; border-radius: 6px 6px 0px 0px; text-align: center; }

.flow li .item-area .num .num-image img { width: 2.6em; }

@media screen and (max-width: 414px) { .flow li .item-area .num .num-image { border-radius: 4px 4px 0px 0px; }
  .flow li .item-area .num .num-image img { width: 1.7em; } }

.flow li .item-area .num .bottom { display: block; -webkit-transform: scaleY(0.8); transform: scaleY(0.8); position: absolute; bottom: 32px; margin: 0; height: 37px; width: 100%; }

.flow li .item-area .num .bottom:after { content: ''; z-index: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); margin: auto; height: 67px; width: 67px; border-width: 1.5px; border-bottom-right-radius: 6px; }

@media screen and (max-width: 414px) { .flow li .item-area .num .bottom { bottom: 0; }
  .flow li .item-area .num .bottom:after { height: 34px; width: 34px; border-bottom-right-radius: 4px; } }

@media screen and (max-width: 414px) { .flow li .item-area .num { padding-bottom: 20px; width: 45px; } }

.flow li .item-area .text-area { padding: 1.2em 0 2.5em; }

@media screen and (max-width: 414px) { .flow li .item-area .text-area { margin-left: 1.5em; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .flow li .item-area .text-area { margin-left: 1.8em; } }

@media screen and (min-width: 1024px), not screen { .flow li .item-area .text-area { margin-left: 2em; } }

.flow li .item-area .text-area > .title { font-size: 16.8px; font-size: 1.05rem; margin-bottom: 1em; color: #5cb8d3; }

.flow li .item-area .text-area > .title:before { content: counter(flownum); display: inline-block; position: relative; top: -0.1em; margin-right: 0.2em; height: 1.325em; width: 1.325em; border: 1px solid #5cb8d3; border-radius: 50%; line-height: 1.3; text-align: center; font-size: 0.8em; }

@media screen and (max-width: 414px) { .flow li .item-area .text-area > .title { text-align: left; } }

.flow li .item-area .text-area p { margin-bottom: 0.6em; }

.flow li .item-area .text-area p:last-child { margin-bottom: 0; }

.flow li .item-area .text-area .tel-number { font-size: 20.8px; font-size: 1.3rem; margin-right: 1.3em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .flow li .item-area .text-area .tel-number { font-size: 19.5px; font-size: 1.3rem; } }

@media screen and (max-width: 414px) { .flow li .item-area .text-area .tel-number { font-size: 18.2px; font-size: 1.3rem; margin-right: 0; } }

@media screen and (max-width: 414px) { .flow li .item-area .text-area { padding: 1em 0 1.1em; } }

.flow li:last-of-type .item-area .num .num-image, .flow li:last-of-type .item-area .num .bottom:after { background: #5cb8d3; border: 1px solid #5cb8d3; }

.flow li:last-of-type li { margin-bottom: 0; }

.flow li:last-of-type .item-area .num { padding-bottom: 0; }

.flow li:last-of-type .item-area .num .num-image { padding: 0; border-width: 1px; border-radius: 6px; }

@media screen and (max-width: 414px) { .flow li:last-of-type .item-area .num .num-image { border-radius: 4px; } }

.flow li:last-of-type .item-area .num .bottom { display: none; }

@media screen and (max-width: 414px) { .flow li:last-of-type .item-area .num { padding-bottom: 0; } }

.flow li:last-of-type .item-area .text-area { padding: 1.2em 0; }

.flow li.step-1 a { color: #333333; margin-left: 0.6em; }

.flow li.step-1 a .icon { margin-left: 0.6em; }

@media screen and (max-width: 414px) { .flow li.step-1 a { margin-left: 0; }
  .flow li.step-1 a .icon { margin-left: 0; } }

.flow-vertical { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; counter-reset: flownum; }

.flow-vertical li { counter-increment: flownum; margin: 0 .6em 1.5em; }

.flow-vertical li .item-area { position: relative; margin-right: 31px; padding-left: 10px; width: 200px; height: 70px; text-align: center; border-width: 2px 0 2px 2px; border-style: solid; border-color: #ececec; border-radius: 4px; background: #5cb8d3; background: white; }

.flow-vertical li .item-area .text-area { display: inline-block; position: relative; padding-top: 21px; font-weight: bold; }

.flow-vertical li .item-area .text-area:before { content: counter(flownum); display: inline-block; position: relative; top: -0.1em; margin-right: 0.5em; height: 1.325em; width: 1.325em; color: white; border-radius: 50%; background: #5cb8d3; line-height: 1.4; text-align: center; font-size: 0.8em; font-weight: bold; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .flow-vertical li .item-area .text-area { padding-top: 18px; } }

@media screen and (max-width: 414px) { .flow-vertical li .item-area .text-area { padding-top: 14px; } }

.flow-vertical li .item-area:before { content: ''; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); display: block; position: absolute; top: 8px; right: -23px; height: 50px; width: 50px; border-width: 0 2.5px 2.5px 0; border-color: #eeeeee; border-style: solid; border-radius: 6px; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .flow-vertical li .item-area:before { top: 6px; right: -19px; height: 44px; width: 44px; } }

@media screen and (max-width: 414px) { .flow-vertical li .item-area:before { top: 4px; right: -16px; height: 37px; width: 37px; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .flow-vertical li .item-area { margin-right: 26px; padding-left: 8px; width: 170px; height: 60px; } }

@media screen and (max-width: 414px) { .flow-vertical li .item-area { margin-right: 22px; padding-left: 4px; width: auto; height: 50px; } }

.flow-vertical .flow li:last-of-type .item-area .num .num-image, .flow .flow-vertical li:last-of-type .item-area .num .num-image, .flow-vertical .flow li:last-of-type .item-area .num .bottom:after, .flow .flow-vertical li:last-of-type .item-area .num .bottom:after { background: #5cb8d3; border: 1px solid #5cb8d3; }

.flow-vertical li:last-of-type li { margin-bottom: 0; }

.flow-vertical li:last-of-type .item-area { margin-right: 0; padding-left: 0; width: 230px; border-width: 2px; }

.flow-vertical li:last-of-type .item-area:before { display: none; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .flow-vertical li:last-of-type .item-area { width: 196px; } }

@media screen and (max-width: 414px) { .flow-vertical li:last-of-type .item-area { width: auto; } }

.flow-vertical li.active .item-area { color: white; border-color: #5cb8d3; background: #5cb8d3; }

.flow-vertical li.active .item-area .text-area:before { color: #5cb8d3; border-color: white; background: white; }

.flow-vertical li.active .item-area:before { border-color: #5cb8d3; background: #5cb8d3; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .flow-vertical li { margin: 0 .5em 1em; } }

@media screen and (max-width: 414px) { .flow-vertical li { visibility: hidden; margin: 0; width: 100%; height: 0; }
  .flow-vertical li.active { visibility: visible; height: auto; } }

.bg-gray { background: #f8f8f8; }

.bg-gray .color-table-type2 dl dd { background: white; }

.strip-white-gray:before, .strip-white-gray:after { clear: both; display: block; height: 0; visibility: hidden; content: "\0020"; }

.strip-white-gray > section { background: white; }

.strip-white-gray > section:before, .strip-white-gray > section:after { clear: both; display: block; height: 0; visibility: hidden; content: "\0020"; }

.strip-white-gray > section:nth-of-type(2n) { background: #f8f8f8; }

.strip-white-gray > section:nth-of-type(2n) .color-table-type2 dl dd { background: white; }

.pager { margin: 2.2em 0 0; }

.pager .wp-pagenavi .pages { display: none; }

.pager .wp-pagenavi .nextpostslink, .pager .wp-pagenavi .previouspostslink, .pager .wp-pagenavi .first, .pager .wp-pagenavi .last, .pager .wp-pagenavi .current, .pager .wp-pagenavi .page { display: inline-block; width: 1.9em; border: 0; border-radius: 4px; background: #eeeeee; line-height: 1.5; }

.pager .wp-pagenavi .nextpostslink:hover, .pager .wp-pagenavi .nextpostslink:active, .pager .wp-pagenavi .previouspostslink:hover, .pager .wp-pagenavi .previouspostslink:active, .pager .wp-pagenavi .first:hover, .pager .wp-pagenavi .first:active, .pager .wp-pagenavi .last:hover, .pager .wp-pagenavi .last:active, .pager .wp-pagenavi .current, .pager .wp-pagenavi .page:hover, .pager .wp-pagenavi .page:active { color: white; background: #5cb8d3; }

.pager .wp-pagenavi span, .pager .wp-pagenavi a { border: 0; }

.pager .wp-pagenavi .nextpostslink, .pager .wp-pagenavi .previouspostslink, .pager .wp-pagenavi .first, .pager .wp-pagenavi .last { margin: 0 0.8em; }

@media screen and (max-width: 414px) { .pager .wp-pagenavi .nextpostslink, .pager .wp-pagenavi .previouspostslink, .pager .wp-pagenavi .first, .pager .wp-pagenavi .last { margin: 0 0.4em; } }

.pager .wp-pagenavi .first, .pager .wp-pagenavi .last { width: auto; }

@media screen and (max-width: 414px) { .pager .wp-pagenavi .extend { display: none; } }

@media screen and (min-width: 1024px), not screen { .pager { font-size: 0.8em; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { .pager { font-size: 0.9em; } }

.post-detail header .post-status { margin-bottom: 0.5em; color: #5cb8d3; text-align: center; font-weight: bold; }

.to-order { border: 1px solid #ececec; border-radius: 4px; }

.to-order .wrapper-grid-narrow { min-width: 300px; }

.to-order .text-area { font-size: 14.4px; font-size: 0.9rem; text-align: center; }

.to-order .text-area strong .color { font-size: 1.5em; }

.to-order .text-area .sub { margin-top: 1em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .to-order .text-area { font-size: 13.5px; font-size: 0.9rem; } }

@media screen and (max-width: 414px) { .to-order .text-area { font-size: 12.6px; font-size: 0.9rem; } }

.to-order .btn-area { margin-top: 2em; }

.inquiry { margin-top: 2em; margin-bottom: 2em; }

@media screen and (min-width: 1024px), not screen { .organizing-item .image-area .item-area { min-height: 310px; } }

@media screen and (max-width: 1023px) { .organizing-item .image-area .item-area { margin-top: 2em; height: 275px; } }

@media screen and (max-width: 414px) { .organizing-item .image-area .item-area { height: 210px; } }

.organizing-item .image-area figure { height: 100%; }

.organizing-item .text-area .item-area { font-weight: bold; }

.organizing-item .text-area .item-area > .title { margin-bottom: 2em; font-size: 1.5em; text-align: center; }

@media screen and (max-width: 414px) { .organizing-item .text-area .item-area > .title { font-size: 1.3em; } }

.organizing-item .color-table-type2 { margin-top: 2em; }

.organizing-item .color-table-type2 dl dt, .organizing-item .color-table-type2 dl dd { border: 0; }

.organizing-item .color-table-type2 dl dt { padding: 1.1em 1em 1.05em 1em; font-size: 1.2em; }

@media screen and (min-width: 415px), not screen { .organizing-item .color-table-type2 dl dt { width: 7em; } }

@media screen and (max-width: 414px) { .organizing-item .color-table-type2 dl dt { padding: 1.1em 1em 1.05em 1em; } }

.organizing-item .color-table-type2 dl dd { padding: .5em 1.5em .55em 2.0em; }

@media screen and (min-width: 1024px), not screen { .organizing-item .color-table-type2 dl dd .text-area { padding-top: 0.5em; padding-bottom: 0.5em; } }

@media screen and (min-width: 1024px), not screen { .organizing-item .color-table-type2 dl dd .image-area { padding-right: 0.5em; } }

@media screen and (max-width: 1023px) { .organizing-item .color-table-type2 dl dd .image-area figure { margin: 2em auto; height: 150px; width: 220px; } }

@media screen and (max-width: 414px) { .organizing-item .color-table-type2 dl dd { padding: 1em 0.75em 1.05em 0.75em; } }

.price .price-list .how_to_pay .item-area { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around; padding: 1em 1.5em; color: white; border-radius: 6px; background: #5cb8d3; text-align: center; font-weight: bold; font-size: 0.95em; }

.price .price-list .how_to_pay .item-area img { margin-top: 1em; max-width: 100%; }

@media screen and (max-width: 1023px) { .price .price-list .how_to_pay .item-area img { margin: 1em 0.5em 0; height: 70px; } }

.price .price-list .how_to_pay .item-area figure { width: 100%; }

.price .price-list .how_to_pay .item-area .white-frame { padding: 0.3em; border: 1px solid white; }

@media screen and (max-width: 1023px) { .price .price-list .how_to_pay { margin-top: 2em; } }

.option-service .flex-color-table-2 { overflow: hidden; border: 1px solid #eeeeee; border-radius: 4px; }

.option-service .flex-color-table-2 dl { height: 5.3em; width: 100%; }

.option-service .flex-color-table-2 dl dt { width: 7.8em; background: #5cb8d3; background-position: center; }

.option-service .flex-color-table-2 dl dd { font-size: 19.2px; font-size: 1.2rem; padding: 1.0em 0.9em 1em 1em; font-weight: bold; line-height: 1.1; }

.option-service .flex-color-table-2 dl dd .sub { font-size: 0.66em; }

@media screen and (min-width: 415px) and (max-width: 1023px) { .option-service .flex-color-table-2 dl dd { font-size: 18px; font-size: 1.2rem; }
  .option-service .flex-color-table-2 dl dd .sub { font-size: 0.8em; } }

@media screen and (max-width: 414px) { .option-service .flex-color-table-2 dl dd { font-size: 18px; font-size: 1.2rem; }
  .option-service .flex-color-table-2 dl dd .sub { font-size: 0.85em; } }

.option-service .flex-color-table-2 .row { margin: 0 0 -1px; }

.option-service .flex-color-table-2 .row li { padding: 0; border-bottom: 1px solid #eeeeee; background: #fbfbfb; }

.style-seizen .color { color: #75a760; }

.style-seizen .color-table-type2 dl dt { background-color: #75a760; }

.style-seizen .flex-color-table .table-view thead th { background-color: #75a760; }

.style-seizen .price .price-list .how_to_pay .item-area { background-color: #75a760; }

.style-seizen .option-service .flex-color-table-2 dl dt { background-color: #75a760; }

.style-ihin .color { color: #a590be; }

.style-ihin .color-table-type2 dl dt { background-color: #a590be; }

.style-ihin .flex-color-table .table-view thead th { background-color: #a590be; }

.style-ihin .price .price-list .how_to_pay .item-area { background-color: #a590be; }

.style-ihin .option-service .flex-color-table-2 dl dt { background-color: #a590be; }

.option-image-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 2em -10px; }

@media screen and (max-width: 414px) { .option-image-list { margin: 1.5em -8px; } }

.option-image-list figure { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 130px; flex-basis: 130px; margin: 0 10px 1em; max-width: 200px; width: auto; min-width: 130px; height: 130px; }

@media screen and (max-width: 414px) { .option-image-list figure { margin: 0 8px 1em; height: 115px; } }

#gnavi, #gnavi-mb { overflow: hidden; height: 94px; background: #f8f8f8; }

#gnavi .main-navigation, #gnavi-mb .main-navigation, #gnavi .nav-menu-inner, #gnavi-mb .nav-menu-inner, #gnavi .nav-menu, #gnavi-mb .nav-menu, #gnavi .wrapper, #gnavi-mb .wrapper, #gnavi .wrapper-narrow, #gnavi-mb .wrapper-narrow, #gnavi .wrapper-grid, #gnavi-mb .wrapper-grid, #gnavi .wrapper-grid-narrow, #gnavi-mb .wrapper-grid-narrow { height: 100%; }

#gnavi .main-navigation .tel, #gnavi-mb .main-navigation .tel { position: relative; padding: 2.25em 0; border-top: 1px solid #ececec; text-align: center; }

#gnavi .main-navigation .tel .tel-number, #gnavi-mb .main-navigation .tel .tel-number { display: inline-block; height: 48px; }

#gnavi .main-navigation .tel .tel-number img, #gnavi-mb .main-navigation .tel .tel-number img { height: 100%; }

#gnavi .nav-menu, #gnavi-mb .nav-menu { width: 100%; }

#gnavi .nav-menu .menu-item, #gnavi-mb .nav-menu .menu-item { text-align: center; }

#gnavi .nav-menu .menu-item a:hover, #gnavi-mb .nav-menu .menu-item a:hover, #gnavi .nav-menu .menu-item a:active, #gnavi-mb .nav-menu .menu-item a:active, #gnavi .nav-menu .menu-item.current-menu-item a, #gnavi-mb .nav-menu .menu-item.current-menu-item a, #gnavi .nav-menu .menu-item.current_page_item a, #gnavi-mb .nav-menu .menu-item.current_page_item a, #gnavi .nav-menu .menu-item.current-page-ancestor a, #gnavi-mb .nav-menu .menu-item.current-page-ancestor a { color: white; background: #5cb8d3; }

#gnavi .nav-menu .menu-item a:hover .text, #gnavi-mb .nav-menu .menu-item a:hover .text, #gnavi .nav-menu .menu-item a:active .text, #gnavi-mb .nav-menu .menu-item a:active .text, #gnavi .nav-menu .menu-item.current-menu-item a .text, #gnavi-mb .nav-menu .menu-item.current-menu-item a .text, #gnavi .nav-menu .menu-item.current_page_item a .text, #gnavi-mb .nav-menu .menu-item.current_page_item a .text, #gnavi .nav-menu .menu-item.current-page-ancestor a .text, #gnavi-mb .nav-menu .menu-item.current-page-ancestor a .text { text-decoration: none; }

#gnavi .nav-menu .menu-item a, #gnavi-mb .nav-menu .menu-item a { display: block; height: 100%; color: #333333; }

#gnavi .nav-menu .menu-item a .link-area, #gnavi-mb .nav-menu .menu-item a .link-area { font-size: 13.92px; font-size: 0.87rem; table-layout: fixed; padding: 20px 0; width: 100%; font-weight: bold; background-repeat: no-repeat; background-position: center 22px; }

#gnavi .nav-menu .menu-item a .link-area .text, #gnavi-mb .nav-menu .menu-item a .link-area .text { padding-top: 38px; line-height: 1.1; }

#gnavi .nav-menu .menu-item a .link-area .text:before, #gnavi-mb .nav-menu .menu-item a .link-area .text:before { content: ''; display: block; visibility: hidden; height: 0; width: 0; }

#gnavi .nav-menu .menu-item a:hover, #gnavi-mb .nav-menu .menu-item a:hover, #gnavi .nav-menu .menu-item a:active, #gnavi-mb .nav-menu .menu-item a:active { text-decoration: none; }

#gnavi .nav-menu .menu-item.menu-item-home a .link-area, #gnavi-mb .nav-menu .menu-item.menu-item-home a .link-area { background-image: url(../images/common/icon-home-blue.svg); }

#gnavi .nav-menu .menu-item.menu-item-home a .link-area .text:before, #gnavi-mb .nav-menu .menu-item.menu-item-home a .link-area .text:before { background-image: url(../images/common/icon-home-white.svg); }

#gnavi .nav-menu .menu-item.menu-item-home a:hover .link-area, #gnavi-mb .nav-menu .menu-item.menu-item-home a:hover .link-area, #gnavi .nav-menu .menu-item.menu-item-home a:active .link-area, #gnavi-mb .nav-menu .menu-item.menu-item-home a:active .link-area { background-image: url(../images/common/icon-home-white.svg); }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu .menu-item.menu-item-home a:hover .link-area .text, #gnavi-mb .nav-menu .menu-item.menu-item-home a:hover .link-area .text, #gnavi .nav-menu .menu-item.menu-item-home a:active .link-area .text, #gnavi-mb .nav-menu .menu-item.menu-item-home a:active .link-area .text { border-right: 0; } }

#gnavi .nav-menu .menu-item.menu-item-home.current-menu-item .link-area, #gnavi-mb .nav-menu .menu-item.menu-item-home.current-menu-item .link-area, #gnavi .nav-menu .menu-item.menu-item-home.current_page_item .link-area, #gnavi-mb .nav-menu .menu-item.menu-item-home.current_page_item .link-area, #gnavi .nav-menu .menu-item.menu-item-home.current-page-ancestor .link-area, #gnavi-mb .nav-menu .menu-item.menu-item-home.current-page-ancestor .link-area { background-image: url(../images/common/icon-home-white.svg); }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu .menu-item.menu-item-home.current-menu-item .link-area .text, #gnavi-mb .nav-menu .menu-item.menu-item-home.current-menu-item .link-area .text, #gnavi .nav-menu .menu-item.menu-item-home.current_page_item .link-area .text, #gnavi-mb .nav-menu .menu-item.menu-item-home.current_page_item .link-area .text, #gnavi .nav-menu .menu-item.menu-item-home.current-page-ancestor .link-area .text, #gnavi-mb .nav-menu .menu-item.menu-item-home.current-page-ancestor .link-area .text { border-right: 0; } }

#gnavi .nav-menu .menu-item.page-service a .link-area, #gnavi-mb .nav-menu .menu-item.page-service a .link-area { background-image: url(../images/common/icon-service-blue.svg); }

#gnavi .nav-menu .menu-item.page-service a .link-area .text:before, #gnavi-mb .nav-menu .menu-item.page-service a .link-area .text:before { background-image: url(../images/common/icon-service-white.svg); }

#gnavi .nav-menu .menu-item.page-service a:hover .link-area, #gnavi-mb .nav-menu .menu-item.page-service a:hover .link-area, #gnavi .nav-menu .menu-item.page-service a:active .link-area, #gnavi-mb .nav-menu .menu-item.page-service a:active .link-area { background-image: url(../images/common/icon-service-white.svg); }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu .menu-item.page-service a:hover .link-area .text, #gnavi-mb .nav-menu .menu-item.page-service a:hover .link-area .text, #gnavi .nav-menu .menu-item.page-service a:active .link-area .text, #gnavi-mb .nav-menu .menu-item.page-service a:active .link-area .text { border-right: 0; } }

#gnavi .nav-menu .menu-item.page-service.current-menu-item .link-area, #gnavi-mb .nav-menu .menu-item.page-service.current-menu-item .link-area, #gnavi .nav-menu .menu-item.page-service.current_page_item .link-area, #gnavi-mb .nav-menu .menu-item.page-service.current_page_item .link-area, #gnavi .nav-menu .menu-item.page-service.current-page-ancestor .link-area, #gnavi-mb .nav-menu .menu-item.page-service.current-page-ancestor .link-area { background-image: url(../images/common/icon-service-white.svg); }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu .menu-item.page-service.current-menu-item .link-area .text, #gnavi-mb .nav-menu .menu-item.page-service.current-menu-item .link-area .text, #gnavi .nav-menu .menu-item.page-service.current_page_item .link-area .text, #gnavi-mb .nav-menu .menu-item.page-service.current_page_item .link-area .text, #gnavi .nav-menu .menu-item.page-service.current-page-ancestor .link-area .text, #gnavi-mb .nav-menu .menu-item.page-service.current-page-ancestor .link-area .text { border-right: 0; } }

#gnavi .nav-menu .menu-item.page-company a .link-area, #gnavi-mb .nav-menu .menu-item.page-company a .link-area { background-image: url(../images/common/icon-company-blue.svg); }

#gnavi .nav-menu .menu-item.page-company a .link-area .text:before, #gnavi-mb .nav-menu .menu-item.page-company a .link-area .text:before { background-image: url(../images/common/icon-company-white.svg); }

#gnavi .nav-menu .menu-item.page-company a:hover .link-area, #gnavi-mb .nav-menu .menu-item.page-company a:hover .link-area, #gnavi .nav-menu .menu-item.page-company a:active .link-area, #gnavi-mb .nav-menu .menu-item.page-company a:active .link-area { background-image: url(../images/common/icon-company-white.svg); }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu .menu-item.page-company a:hover .link-area .text, #gnavi-mb .nav-menu .menu-item.page-company a:hover .link-area .text, #gnavi .nav-menu .menu-item.page-company a:active .link-area .text, #gnavi-mb .nav-menu .menu-item.page-company a:active .link-area .text { border-right: 0; } }

#gnavi .nav-menu .menu-item.page-company.current-menu-item .link-area, #gnavi-mb .nav-menu .menu-item.page-company.current-menu-item .link-area, #gnavi .nav-menu .menu-item.page-company.current_page_item .link-area, #gnavi-mb .nav-menu .menu-item.page-company.current_page_item .link-area, #gnavi .nav-menu .menu-item.page-company.current-page-ancestor .link-area, #gnavi-mb .nav-menu .menu-item.page-company.current-page-ancestor .link-area { background-image: url(../images/common/icon-company-white.svg); }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu .menu-item.page-company.current-menu-item .link-area .text, #gnavi-mb .nav-menu .menu-item.page-company.current-menu-item .link-area .text, #gnavi .nav-menu .menu-item.page-company.current_page_item .link-area .text, #gnavi-mb .nav-menu .menu-item.page-company.current_page_item .link-area .text, #gnavi .nav-menu .menu-item.page-company.current-page-ancestor .link-area .text, #gnavi-mb .nav-menu .menu-item.page-company.current-page-ancestor .link-area .text { border-right: 0; } }

#gnavi .nav-menu .menu-item.page-company .link-area, #gnavi-mb .nav-menu .menu-item.page-company .link-area { background-position: center 18px; }

#gnavi .nav-menu .menu-item.category-recruit a .link-area, #gnavi-mb .nav-menu .menu-item.category-recruit a .link-area { background-image: url(../images/common/icon-recruit-blue.svg); }

#gnavi .nav-menu .menu-item.category-recruit a .link-area .text:before, #gnavi-mb .nav-menu .menu-item.category-recruit a .link-area .text:before { background-image: url(../images/common/icon-recruit-white.svg); }

#gnavi .nav-menu .menu-item.category-recruit a:hover .link-area, #gnavi-mb .nav-menu .menu-item.category-recruit a:hover .link-area, #gnavi .nav-menu .menu-item.category-recruit a:active .link-area, #gnavi-mb .nav-menu .menu-item.category-recruit a:active .link-area { background-image: url(../images/common/icon-recruit-white.svg); }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu .menu-item.category-recruit a:hover .link-area .text, #gnavi-mb .nav-menu .menu-item.category-recruit a:hover .link-area .text, #gnavi .nav-menu .menu-item.category-recruit a:active .link-area .text, #gnavi-mb .nav-menu .menu-item.category-recruit a:active .link-area .text { border-right: 0; } }

#gnavi .nav-menu .menu-item.category-recruit.current-menu-item .link-area, #gnavi-mb .nav-menu .menu-item.category-recruit.current-menu-item .link-area, #gnavi .nav-menu .menu-item.category-recruit.current_page_item .link-area, #gnavi-mb .nav-menu .menu-item.category-recruit.current_page_item .link-area, #gnavi .nav-menu .menu-item.category-recruit.current-page-ancestor .link-area, #gnavi-mb .nav-menu .menu-item.category-recruit.current-page-ancestor .link-area { background-image: url(../images/common/icon-recruit-white.svg); }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu .menu-item.category-recruit.current-menu-item .link-area .text, #gnavi-mb .nav-menu .menu-item.category-recruit.current-menu-item .link-area .text, #gnavi .nav-menu .menu-item.category-recruit.current_page_item .link-area .text, #gnavi-mb .nav-menu .menu-item.category-recruit.current_page_item .link-area .text, #gnavi .nav-menu .menu-item.category-recruit.current-page-ancestor .link-area .text, #gnavi-mb .nav-menu .menu-item.category-recruit.current-page-ancestor .link-area .text { border-right: 0; } }

#gnavi .nav-menu .menu-item.category-blog a .link-area, #gnavi-mb .nav-menu .menu-item.category-blog a .link-area { background-image: url(../images/common/icon-blog-blue.svg); }

#gnavi .nav-menu .menu-item.category-blog a .link-area .text:before, #gnavi-mb .nav-menu .menu-item.category-blog a .link-area .text:before { background-image: url(../images/common/icon-blog-white.svg); }

#gnavi .nav-menu .menu-item.category-blog a:hover .link-area, #gnavi-mb .nav-menu .menu-item.category-blog a:hover .link-area, #gnavi .nav-menu .menu-item.category-blog a:active .link-area, #gnavi-mb .nav-menu .menu-item.category-blog a:active .link-area { background-image: url(../images/common/icon-blog-white.svg); }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu .menu-item.category-blog a:hover .link-area .text, #gnavi-mb .nav-menu .menu-item.category-blog a:hover .link-area .text, #gnavi .nav-menu .menu-item.category-blog a:active .link-area .text, #gnavi-mb .nav-menu .menu-item.category-blog a:active .link-area .text { border-right: 0; } }

#gnavi .nav-menu .menu-item.category-blog.current-menu-item .link-area, #gnavi-mb .nav-menu .menu-item.category-blog.current-menu-item .link-area, #gnavi .nav-menu .menu-item.category-blog.current_page_item .link-area, #gnavi-mb .nav-menu .menu-item.category-blog.current_page_item .link-area, #gnavi .nav-menu .menu-item.category-blog.current-page-ancestor .link-area, #gnavi-mb .nav-menu .menu-item.category-blog.current-page-ancestor .link-area { background-image: url(../images/common/icon-blog-white.svg); }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu .menu-item.category-blog.current-menu-item .link-area .text, #gnavi-mb .nav-menu .menu-item.category-blog.current-menu-item .link-area .text, #gnavi .nav-menu .menu-item.category-blog.current_page_item .link-area .text, #gnavi-mb .nav-menu .menu-item.category-blog.current_page_item .link-area .text, #gnavi .nav-menu .menu-item.category-blog.current-page-ancestor .link-area .text, #gnavi-mb .nav-menu .menu-item.category-blog.current-page-ancestor .link-area .text { border-right: 0; } }

#gnavi .nav-menu .menu-item.category-blog .link-area, #gnavi-mb .nav-menu .menu-item.category-blog .link-area { background-position: center 24px; }

#gnavi .nav-menu .menu-item.page-inquiry a .link-area, #gnavi-mb .nav-menu .menu-item.page-inquiry a .link-area { background-image: url(../images/common/icon-inquiry-blue.svg); }

#gnavi .nav-menu .menu-item.page-inquiry a .link-area .text:before, #gnavi-mb .nav-menu .menu-item.page-inquiry a .link-area .text:before { background-image: url(../images/common/icon-inquiry-white.svg); }

#gnavi .nav-menu .menu-item.page-inquiry a:hover .link-area, #gnavi-mb .nav-menu .menu-item.page-inquiry a:hover .link-area, #gnavi .nav-menu .menu-item.page-inquiry a:active .link-area, #gnavi-mb .nav-menu .menu-item.page-inquiry a:active .link-area { background-image: url(../images/common/icon-inquiry-white.svg); }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu .menu-item.page-inquiry a:hover .link-area .text, #gnavi-mb .nav-menu .menu-item.page-inquiry a:hover .link-area .text, #gnavi .nav-menu .menu-item.page-inquiry a:active .link-area .text, #gnavi-mb .nav-menu .menu-item.page-inquiry a:active .link-area .text { border-right: 0; } }

#gnavi .nav-menu .menu-item.page-inquiry.current-menu-item .link-area, #gnavi-mb .nav-menu .menu-item.page-inquiry.current-menu-item .link-area, #gnavi .nav-menu .menu-item.page-inquiry.current_page_item .link-area, #gnavi-mb .nav-menu .menu-item.page-inquiry.current_page_item .link-area, #gnavi .nav-menu .menu-item.page-inquiry.current-page-ancestor .link-area, #gnavi-mb .nav-menu .menu-item.page-inquiry.current-page-ancestor .link-area { background-image: url(../images/common/icon-inquiry-white.svg); }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu .menu-item.page-inquiry.current-menu-item .link-area .text, #gnavi-mb .nav-menu .menu-item.page-inquiry.current-menu-item .link-area .text, #gnavi .nav-menu .menu-item.page-inquiry.current_page_item .link-area .text, #gnavi-mb .nav-menu .menu-item.page-inquiry.current_page_item .link-area .text, #gnavi .nav-menu .menu-item.page-inquiry.current-page-ancestor .link-area .text, #gnavi-mb .nav-menu .menu-item.page-inquiry.current-page-ancestor .link-area .text { border-right: 0; } }

#gnavi .nav-menu .menu-item.page-inquiry .link-area, #gnavi-mb .nav-menu .menu-item.page-inquiry .link-area { background-position: center 27px; }

@media screen and (max-width: 1023px) { #gnavi .nav-menu, #gnavi-mb .nav-menu { overflow: hidden; margin-bottom: -1px; }
  #gnavi .nav-menu:before, #gnavi-mb .nav-menu:before, #gnavi .nav-menu:after, #gnavi-mb .nav-menu:after { clear: both; display: block; height: 0; visibility: hidden; content: "\0020"; }
  #gnavi .nav-menu .menu-item, #gnavi-mb .nav-menu .menu-item { float: left; width: 33.3333333333%; width: calc(100% / 3); border-width: 0 1px 1px 0; border-style: solid; border-color: #ececec; } }

@media screen and (min-width: 1024px), not screen { #gnavi .nav-menu, #gnavi-mb .nav-menu { display: table; height: 100%; }
  #gnavi .nav-menu > *, #gnavi-mb .nav-menu > * { display: table-cell; vertical-align: middle; }
  #gnavi .nav-menu .menu-item a .link-area .text, #gnavi-mb .nav-menu .menu-item a .link-area .text { border-right: 1px solid #ececec; } }

#gnavi-mb { z-index: 5; opacity: 0; margin-top: 0; height: auto; border-width: 1px 0; border-color: #ececec; border-style: solid; }

#gnavi-mb .main-navigation .nav-menu-inner .nav-menu:before, #gnavi-mb .main-navigation .nav-menu-inner .nav-menu:after { clear: both; display: block; height: 0; visibility: hidden; content: "\0020"; }

@media screen and (min-width: 415px) and (max-width: 1023px) { #gnavi-mb .main-navigation .nav-menu-inner .nav-menu .menu-item a .link-area { font-size: 14.25px; font-size: 0.95rem; } }

@media screen and (max-width: 414px) { #gnavi-mb .main-navigation .nav-menu-inner .nav-menu .menu-item a .link-area { font-size: 13.3px; font-size: 0.95rem; } }

#gnavi-mb > .wrapper, #gnavi-mb > .wrapper-narrow, #gnavi-mb > .wrapper-grid, #gnavi-mb > .wrapper-grid-narrow { padding-left: 0; padding-right: 0; }

#gnavi-mb.open { -webkit-transition: all 0.25s ease; transition: all 0.25s ease; display: block; opacity: 1; margin-top: 0; }

#gnavi-mb.close { -webkit-transition: all 0.25s ease; transition: all 0.25s ease; display: block; opacity: 0; margin-top: -100vh; }

#header-navi-control-area { float: right; z-index: 200; width: calc(2.73em + 10px); height: 50px; }

#header-navi-control-area .header-navi-control { position: relative; float: right; margin: 8px 0 0 0; height: 2.53em; width: 2.53em; z-index: 0; }

#header-navi-control-area .header-navi-control .menu-open-icon { display: inline-block; position: relative; width: 2.4em; height: 2.4em; border: 0; background: transparent; display: block; position: absolute; top: 0; bottom: 0; margin: auto; left: auto; height: 2.53em; width: 2.53em; border-radius: 3px; background: #5cb8d3; }

#header-navi-control-area .header-navi-control .menu-open-icon .icon { display: block; position: absolute; top: 50%; left: 50%; width: 1.2em; height: 2px; margin: -1px 0 0 -0.5604em; background: white; -webkit-transition: .2s; transition: .2s; }

#header-navi-control-area .header-navi-control .menu-open-icon .icon:before, #header-navi-control-area .header-navi-control .menu-open-icon .icon:after { -webkit-transform: rotate(0); transform: rotate(0); display: block; content: ""; position: absolute; top: 50%; left: 0; width: 1.2em; height: 2px; background: white; -webkit-transition: .3s; transition: .3s; }

#header-navi-control-area .header-navi-control .menu-open-icon .icon:before { margin-top: -7px; }

#header-navi-control-area .header-navi-control .menu-open-icon .icon:after { margin-top: 4px; }

#header-navi-control-area .header-navi-control .menu-open-icon:hover { background: white; background: rgba(255, 255, 255, 0.65); }

#header-navi-control-area .header-navi-control .menu-open-icon.close { float: none; opacity: 1; font-size: inherit; font-weight: inherit; }

#header-navi-control-area .header-navi-control .menu-open-icon.close .icon { background: transparent; }

#header-navi-control-area .header-navi-control .menu-open-icon.close .icon:before, #header-navi-control-area .header-navi-control .menu-open-icon.close .icon:after { margin-top: 0; }

#header-navi-control-area .header-navi-control .menu-open-icon.close .icon:before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

#header-navi-control-area .header-navi-control .menu-open-icon.close .icon:after { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }

#header-navi-control-area .header-navi-control .menu-open-icon .icon:before { margin-top: -7px; }

#header-navi-control-area .header-navi-control .menu-open-icon .icon:after { margin-top: 5px; }

#header-navi-control-area .header-navi-control .menu-open-icon:hover, #header-navi-control-area .header-navi-control .menu-open-icon:active, #header-navi-control-area .header-navi-control .menu-open-icon:focus { background: #5cb8d3; }

#header-navi-control-area .header-navi-control .menu-open-icon.close .icon { margin-top: -3px; margin-left: -0.7268em; }

#header-navi-control-area .header-navi-control .menu-open-icon.close .icon:before, #header-navi-control-area .header-navi-control .menu-open-icon.close .icon:after { height: 3px; width: 1.5em; background: white; }

#header-navi-control-area .header-navi-control.open { z-index: 100; }

@media screen and (min-width: 415px) and (max-width: 1023px) { #header-navi-control-area { width: calc(3em + 10px); height: 75px; }
  #header-navi-control-area .header-navi-control { margin: 15px 0 0 0; height: 2.8em; width: 2.8em; }
  #header-navi-control-area .header-navi-control .menu-open-icon { display: inline-block; position: relative; width: 3.1em; height: 3.1em; border: 0; background: transparent; height: 2.8em; width: 2.8em; background: #5cb8d3; }
  #header-navi-control-area .header-navi-control .menu-open-icon .icon { display: block; position: absolute; top: 50%; left: 50%; width: 1.55em; height: 3px; margin: -1px 0 0 -0.72385em; background: white; -webkit-transition: .2s; transition: .2s; }
  #header-navi-control-area .header-navi-control .menu-open-icon .icon:before, #header-navi-control-area .header-navi-control .menu-open-icon .icon:after { -webkit-transform: rotate(0); transform: rotate(0); display: block; content: ""; position: absolute; top: 50%; left: 0; width: 1.55em; height: 3px; background: white; -webkit-transition: .3s; transition: .3s; }
  #header-navi-control-area .header-navi-control .menu-open-icon .icon:before { margin-top: -10px; }
  #header-navi-control-area .header-navi-control .menu-open-icon .icon:after { margin-top: 6px; }
  #header-navi-control-area .header-navi-control .menu-open-icon:hover { background: white; background: rgba(255, 255, 255, 0.65); }
  #header-navi-control-area .header-navi-control .menu-open-icon.close { float: none; opacity: 1; font-size: inherit; font-weight: inherit; }
  #header-navi-control-area .header-navi-control .menu-open-icon.close .icon { background: transparent; }
  #header-navi-control-area .header-navi-control .menu-open-icon.close .icon:before, #header-navi-control-area .header-navi-control .menu-open-icon.close .icon:after { margin-top: 0; }
  #header-navi-control-area .header-navi-control .menu-open-icon.close .icon:before { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
  #header-navi-control-area .header-navi-control .menu-open-icon.close .icon:after { -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
  #header-navi-control-area .header-navi-control .menu-open-icon .icon:before { margin-top: -10px; }
  #header-navi-control-area .header-navi-control .menu-open-icon .icon:after { margin-top: 6px; }
  #header-navi-control-area .header-navi-control .menu-open-icon:hover, #header-navi-control-area .header-navi-control .menu-open-icon:active, #header-navi-control-area .header-navi-control .menu-open-icon:focus { background: #5cb8d3; }
  #header-navi-control-area .header-navi-control .menu-open-icon.close .icon { margin-top: -3px; margin-left: -0.85em; }
  #header-navi-control-area .header-navi-control .menu-open-icon.close .icon:before, #header-navi-control-area .header-navi-control .menu-open-icon.close .icon:after { height: 3px; width: 1.85em; background: white; } }

#link-page-top { height: 62px; }

#link-page-top .link-area { display: block; position: relative; height: 62px; }

#link-page-top .link-area .icon-area, #link-page-top .link-area .text-area { width: 100%; text-align: center; }

#link-page-top .link-area .icon-area { -webkit-transition: all 0.25s ease; transition: all 0.25s ease; position: absolute; bottom: 0; }

#link-page-top .link-area .icon-area .icon { border-radius: 50%; -webkit-transform: scale(1); transform: scale(1); overflow: hidden; position: relative; margin: 0 auto; width: 54px; height: 54px; background: #5cb8d3; }

#link-page-top .link-area .icon-area .icon img { position: absolute; top: 10px; left: 0; right: 0; margin: auto; }

@media screen and (max-width: 1023px) { #link-page-top .link-area .icon-area .icon { width: 54px; height: 54px; }
  #link-page-top .link-area .icon-area .icon img { top: 8px; width: 8px; } }

#link-page-top .link-area .text-area { font-size: 14.4px; font-size: 0.9rem; position: absolute; bottom: 0; padding: 0.5em 1em; color: white; background: #5cb8d3; text-align: center; font-weight: bold; letter-spacing: 0; }

@media screen and (min-width: 415px) and (max-width: 1023px) { #link-page-top .link-area .text-area { font-size: 12.75px; font-size: 0.85rem; padding: 0.8em 1em; } }

@media screen and (max-width: 414px) { #link-page-top .link-area .text-area { font-size: 11.9px; font-size: 0.85rem; padding: 1em 1em; } }

#link-page-top .link-area:hover .icon-area, #link-page-top .link-area:active .icon-area { -webkit-transition: all 0.25s ease; transition: all 0.25s ease; bottom: 8px; }

@media screen and (max-width: 1023px) { #link-page-top .link-area:hover .icon-area, #link-page-top .link-area:active .icon-area { bottom: 6px; } }

#link-page-top .link-area:hover .text, #link-page-top .link-area:active .text { text-decoration: none; }

@media screen and (max-width: 1023px) { #link-page-top { height: 60px; }
  #link-page-top .link-area { height: 60px; } }

#mainvisual-full, #mainvisual { overflow: hidden; margin: 0; padding: 0; }

#mainvisual-full { position: relative; height: 400px; }

#mainvisual-full .text-area { position: relative; height: 100%; }

#mainvisual-full .text-area .wrapper, #mainvisual-full .text-area .wrapper-narrow, #mainvisual-full .text-area .wrapper-grid, #mainvisual-full .text-area .wrapper-grid-narrow { position: relative; height: 100%; }

#mainvisual-full .text-area .vmiddle, #mainvisual-full .text-area .service-pickup-list .item-area, .service-pickup-list #mainvisual-full .text-area .item-area, #mainvisual-full .text-area .plan-figure-list .item-area, .plan-figure-list #mainvisual-full .text-area .item-area, #mainvisual-full .text-area .color-table dl, .color-table #mainvisual-full .text-area dl, #mainvisual-full .text-area .color-table-type2 dl, .color-table-type2 #mainvisual-full .text-area dl, #mainvisual-full .text-area .option-service .flex-color-table-2 dl, .option-service .flex-color-table-2 #mainvisual-full .text-area dl, #mainvisual-full .text-area #gnavi .nav-menu .menu-item a .link-area, #gnavi .nav-menu .menu-item a #mainvisual-full .text-area .link-area, #mainvisual-full .text-area #gnavi-mb .nav-menu .menu-item a .link-area, #gnavi-mb .nav-menu .menu-item a #mainvisual-full .text-area .link-area { width: 100%; }

#mainvisual-full .text-area .image { position: absolute; }

@media screen and (max-width: 1023px) { #mainvisual-full .text-area .image { max-width: 100%; } }

#mainvisual-full .text-area .text-1 { top: 25%; left: 12px; }

@media screen and (max-width: 1023px) { #mainvisual-full .text-area .text-1 { top: 16%; max-width: 563px; width: 90%; min-width: 360px; } }

@media screen and (max-width: 414px) { #mainvisual-full .text-area .text-1 { top: 8%; left: 0; right: 0; margin: auto; max-width: 330px; width: 90%; min-width: 0; } }

#mainvisual-full .text-area .text-2 { bottom: 11%; left: 12px; }

@media screen and (max-width: 1023px) { #mainvisual-full .text-area .text-2 { bottom: 9%; max-width: 592px; width: 90%; min-width: 360px; } }

@media screen and (max-width: 414px) { #mainvisual-full .text-area .text-2 { bottom: 8%; left: 0; right: 0; margin: auto; max-width: 330px; width: 90%; min-width: 300px; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { #mainvisual-full { height: 300px; } }

@media screen and (max-width: 414px) { #mainvisual-full { height: 250px; } }

#mainvisual .wrapper, #mainvisual .wrapper-narrow, #mainvisual .wrapper-grid, #mainvisual .wrapper-grid-narrow { position: relative; }

#mainvisual .bg-area .image img, #mainvisual .text-area .image img { max-width: 100%; width: 100%; }

#mainvisual .link-area .link-item-list { position: relative; height: 100%; }

#mainvisual .link-area .link-item-list > a { position: absolute; display: block; border-radius: 4px; background: #5cb8d3; opacity: 0; }

#mainvisual .link-area .link-item-list > a:hover, #mainvisual .link-area .link-item-list > a:active { opacity: 0.35; }

#mainvisual.mv-image .inner { position: relative; }

@media screen and (min-width: 415px), not screen { #mainvisual.mv-image .bg-area { position: relative; } }

@media screen and (max-width: 414px) { #mainvisual.mv-image .bg-area { background: #f6f7fb; } }

@media screen and (min-width: 415px), not screen { #mainvisual.mv-image .text-area .image { position: absolute; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; } }

@media screen and (max-width: 414px) { #mainvisual.mv-image .text-area { position: relative; background: #f6f7fb; }
  #mainvisual.mv-image .text-area .image { padding: 3em; } }

@media screen and (max-width: 414px) { #mainvisual.mv-image .wrapper, #mainvisual.mv-image .wrapper-narrow, #mainvisual.mv-image .wrapper-grid, #mainvisual.mv-image .wrapper-grid-narrow { padding: 0; }
  #mainvisual.mv-image .wrapper .link-area, #mainvisual.mv-image .wrapper-narrow .link-area, #mainvisual.mv-image .wrapper-grid .link-area, #mainvisual.mv-image .wrapper-grid-narrow .link-area { left: 0; right: 0; } }

#about .description { clear: both; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 -30px; }

@media screen and (min-width: 415px) and (max-width: 1023px) { #about .description { margin: 0 -24px; } }

@media screen and (max-width: 414px) { #about .description { margin: 0 -20px; } }

#about .description li { margin-bottom: 4em; padding: 0 30px; }

@media screen and (min-width: 415px) and (max-width: 1023px) { #about .description li { padding: 0 24px; } }

@media screen and (max-width: 414px) { #about .description li { padding: 0 20px; } }

@media screen and (min-width: 1024px), not screen { #about .description .text-area { -ms-flex-preferred-size: 50%; flex-basis: 50%; } }

@media screen and (max-width: 1023px) { #about .description .text-area { margin-bottom: 2em; } }

#about .description .image-area { text-align: center; }

#about .description .image-area img { height: 220px; }

@media screen and (max-width: 1023px) { #about .description .image-area { margin-bottom: 1em; } }

#about .description .graph img { height: 250px; }

@media screen and (min-width: 1024px), not screen { #about .description .graph { -ms-flex-preferred-size: 50%; flex-basis: 50%; } }

@media screen and (min-width: 415px) and (max-width: 1023px) { #about .description .graph { -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-bottom: 4em; } }

@media screen and (max-width: 414px) { #about .description .graph { -ms-flex-preferred-size: 100%; flex-basis: 100%; margin-bottom: 3em; }
  #about .description .graph img { height: auto; width: 100%; } }

#flow .flow .item-area .text-area { width: 100%; }

@media screen and (min-width: 1024px), not screen { #flow .flow .item-area .image-area { text-align: right; }
  #flow .flow .item-area .image-area img { width: 168px; } }

@media screen and (max-width: 1023px) { #flow .flow .item-area .image-area { text-align: center; }
  #flow .flow .item-area .image-area img { margin-top: 1em; width: 150px; } }

#organizing-banner { margin: 4em 0 3em; }

#organizing-banner li { margin-bottom: 1.8em; }

#organizing-banner li .item-area { text-align: center; }

@media screen and (max-width: 414px) { #organizing-banner li { margin-bottom: .8em; } }

#organizing-banner figure { text-align: center; }

#organizing-banner figure img { max-width: 100%; }

@media screen and (min-width: 415px), not screen { #organizing-banner .seizen figure { text-align: right; } }

@media screen and (min-width: 415px), not screen { #organizing-banner .ihin figure { text-align: left; } }

@media screen and (max-width: 414px) { #organizing-banner { margin: 3em 0 2em; } }

#blog-main { margin: 2em 0 3em; }

@media screen and (max-width: 414px) { #blog-main { margin: 3em 0; } }

#blog-main .review-image { margin-bottom: 3em; }

#blog-main .review-image .image { max-width: 100%; }

#service-banner { padding-top: 0; padding-bottom: 0; margin-top: 3em; margin-bottom: 1.5em; }

#melit .image-area .item-area { min-height: 0; }

@media screen and (max-width: 1023px) { #melit .image-area .item-area .image-area .image { margin: auto; height: 200px; min-width: 270px; max-width: 100%; width: 60%; } }

@media screen and (max-width: 1023px) { #melit .image-area .item-area { height: auto; } }

#melit .image-area .frame { padding: 1em; border-width: 1px; border-radius: 6px; }

#wpadminbar { position: fixed; }

@media screen and (max-width: 1023px) { html.ie body > footer #mini-company-info .company-info-area .item-area .text-area a .icon { top: -0.05em; } }

html.ie .icon-img-company-white, html.ie .icon-truck-blue, html.ie .icon-info, html.ie .icon-info-white { top: -0.3em; }

html.ie .icon-arrow01-white, html.ie .icon-arrow01-left-white { top: -0.05em; vertical-align: middle; }

html.ie .icon-arrow01-blue { top: -0.3em; }

html.ie .btn-red .icon-arrow01-white, html.ie .btn-red-large .icon-arrow01-white, html.ie .btn-submit-gray .icon-arrow01-white, html.ie .btn-red .icon-arrow01-left-white, html.ie .btn-red-large .icon-arrow01-left-white, html.ie .btn-submit-gray .icon-arrow01-left-white { top: -0.5em; vertical-align: middle; }

html.ie .post-list .item-area .icon { top: 0; }

html.ie .service-pickup-list .item-area figure, html.ie .plan-figure-list .item-area figure, html.ie .plan-figure-list .item-area figure { overflow: hidden; border-top-left-radius: 6px; border-bottom-left-radius: 6px; }

html.ie .service-pickup-list .item-area .text-area, html.ie .plan-figure-list .item-area .text-area, html.ie .plan-figure-list .item-area .text-area { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }

html.ie .option-image-list figure { -ms-flex-preferred-size: 168px; flex-basis: 168px; max-width: 168px; }

@media screen and (max-width: 414px) { html.ie .option-image-list figure { -ms-flex-preferred-size: 142px; flex-basis: 142px; max-width: 142px; } }
/*# sourceMappingURL=style.css.map */