@charset "UTF-8";
/*--------------------------------------------------- --------------------------------------------------- plugin --------------------------------------------------- ---------------------------------------------------*/
/* Z-INDEX */
.formError { z-index: 990; }

.formError .formErrorContent { z-index: 991; }

.formError .formErrorArrow { z-index: 996; }

.ui-dialog .formError { z-index: 5000; }

.ui-dialog .formError .formErrorContent { z-index: 5001; }

.ui-dialog .formError .formErrorArrow { z-index: 5006; }

.inputContainer { position: relative; float: left; }

.formError { position: absolute; top: 300px; left: 300px; display: block; cursor: pointer; text-align: left; }

.formError.inline { position: relative; top: 0; left: 0; display: inline-block; }

.ajaxSubmit { padding: 20px; background: #55ea55; border: 1px solid #999; display: none; }

.formError .formErrorContent { width: 100%; background: #ee0101; /*吹き出し本体の背景色*/ position: relative; color: #fff; min-width: 65px; font-size: 11px; /*border: 2px solid #ddd;box-shadow: 0 0 6px #000;-moz-box-shadow: 0 0 6px #000;-webkit-box-shadow: 0 0 6px #000;-o-box-shadow: 0 0 6px #000;*/ padding: 3px 5px 3px 5px; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; }

@media (min-width: 768px) { .formError .formErrorContent { min-width: 120px; } }

.formError.inline .formErrorContent { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; }

.greenPopup .formErrorContent { background: #33be40; }

.blackPopup .formErrorContent { background: #393939; color: #FFF; }

.formError .formErrorArrow { width: 15px; margin: -2px 0 0 13px; position: relative; }

body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow { margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; margin: 0px 0 0 12px; top: 2px; }

.formError .formErrorArrow div { /*border-left: 1px solid #ddd;border-right: 1px solid #ddd;box-shadow: 0 2px 3px #444;-moz-box-shadow: 0 2px 3px #444;-webkit-box-shadow: 0 2px 3px #444;-o-box-shadow: 0 2px 3px #444;*/ font-size: 0px; height: 1px; background: #ee0101; /*吹き出し矢印背景色*/ margin: 0 auto; line-height: 0; font-size: 0; display: block; }

.formError .formErrorArrowBottom div { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; }

.greenPopup .formErrorArrow div { background: #33be40; }

.blackPopup .formErrorArrow div { background: #393939; color: #FFF; }

.formError .formErrorArrow .line10 { width: 13px; border: none; }

.formError .formErrorArrow .line9 { width: 11px; border: none; }

.formError .formErrorArrow .line8 { width: 11px; }

.formError .formErrorArrow .line7 { width: 9px; }

.formError .formErrorArrow .line6 { width: 7px; }

.formError .formErrorArrow .line5 { width: 5px; }

.formError .formErrorArrow .line4 { width: 3px; }

.formError .formErrorArrow .line3 { width: 1px; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 { width: 3px; border: none; background: #ddd; }

.formError .formErrorArrow .line1 { width: 1px; border: none; background: #ddd; }

/* バリデーション https://qiita.com/Lui/items/4154161d511026730dc5 */
/*! Lity - v2.4.1 - 2020-04-26 http://sorgalla.com/lity/ Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity { z-index: 9990; position: fixed; top: 0; right: 0; bottom: 0; left: 0; white-space: nowrap; background: #0b0b0b; background: rgba(0, 0, 0, 0.9); outline: none !important; opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

.lity.lity-opened { opacity: 1; }

.lity.lity-closed { opacity: 0; }

.lity * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.lity-wrap { z-index: 9990; position: fixed; top: 0; right: 0; bottom: 0; left: 0; text-align: center; outline: none !important; }

.lity-wrap:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; }

.lity-loader { z-index: 9991; color: #fff; position: absolute; top: 50%; margin-top: -0.8em; width: 100%; text-align: center; font-size: 14px; font-family: Arial, Helvetica, sans-serif; opacity: 0; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

.lity-loading .lity-loader { opacity: 1; }

.lity-container { z-index: 9992; position: relative; text-align: left; vertical-align: middle; display: inline-block; white-space: normal; max-width: 100%; max-height: 100%; outline: none !important; }

.lity-content { z-index: 9993; width: 100%; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; -o-transition: -o-transform 0.3s ease; -o-transition: transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); }

.lity-content:after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; display: block; right: 0; width: auto; height: auto; z-index: -1; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close { z-index: 9994; width: 35px; height: 35px; position: fixed; right: 0; top: 0; -webkit-appearance: none; cursor: pointer; text-decoration: none; text-align: center; padding: 0; color: #fff; font-style: normal; font-size: 35px; font-family: Arial, Baskerville, monospace; line-height: 35px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); border: 0; background: none; outline: none; -webkit-box-shadow: none; box-shadow: none; }

.lity-close::-moz-focus-inner { border: 0; padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited { text-decoration: none; text-align: center; padding: 0; color: #fff; font-style: normal; font-size: 35px; font-family: Arial, Baskerville, monospace; line-height: 35px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); border: 0; background: none; outline: none; -webkit-box-shadow: none; box-shadow: none; }

.lity-close:active { top: 1px; }

/* Image */
.lity-image img { max-width: 100%; display: block; line-height: 0; border: 0; }

/* iFrame */
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container { width: 100%; max-width: 964px; }

.lity-iframe-container { width: 100%; height: 0; padding-top: 56.25%; overflow: auto; pointer-events: auto; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }

.lity-hide { display: none; }

/*--------------------------------------------------- --------------------------------------------------- 0_base --------------------------------------------------- ---------------------------------------------------*/
/*--------------------------------------------------- reset ---------------------------------------------------*/
abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; }

audio:not([controls]) { display: none; }

b, strong { font-weight: bolder; }

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

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

button:-moz-focusring, input:-moz-focusring { outline: 1px dotted ButtonText; }

button, select { text-transform: none; }

details { display: block; }

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

hr { overflow: visible; }

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

summary { display: block; }

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

template { display: none; }

textarea { overflow: auto; }

[hidden] { display: none; }

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

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

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

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

* { margin: 0; padding: 0; }

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

a, area, button, input, label, select, textarea, [tabindex] { -ms-touch-action: manipulation; touch-action: manipulation; }

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

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

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

svg { fill: currentColor; }

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

* { background-repeat: no-repeat; }

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

a { text-decoration: none; }

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

button, input, select, textarea { background-color: transparent; color: 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; }

small { font-size: 75%; }

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

textarea { resize: vertical; }

::-moz-selection { background-color: #b3d4fc; color: #ffffff; text-shadow: none; }

::selection { background-color: #b3d4fc; color: #ffffff; text-shadow: none; }

/* リセット */
/*--------------------------------------------------- vars ---------------------------------------------------*/
/*  カラー
---------------------------------------------------*/
/* グレー */
/* グレー */
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* アクセント半透明 */
/* アクセント薄い */
/* 文字色  */
/* ノーマル */
/* 薄いグレー */
/* SNS */
/*  フォント
---------------------------------------------------*/
/*  ブレイクポイント
---------------------------------------------------*/
/* mobile max-width */
/* tablet min-width */
/* laptop min-width */
/* pc min-width */
/*  コンテンツ横幅
---------------------------------------------------*/
/* PC版コンテンツ最低幅：layout */
/* コンテンツ最大幅：layout, breadcrumb, page_keyvisual, */
/* コンテンツ幅狭いver：layout */
/*  コンテンツ余白
---------------------------------------------------*/
/* スマホ両サイド余白：layout, breadcrumb, single */
/* タブレット&PC両サイド余白：layout, breadcrumb, single, header, 02_title */
/* スマホ各セクションの上下余白：layout */
/* タブレット&PC各セクションの上下余白：layout */
/* スマホ各セクション見出しとコンテンツの間の余白：layout */
/* タブレット&PC各セクション見出しとコンテンツの間の余白：layout */
/*  テキスト
---------------------------------------------------*/
/* 全体のletter-spacing：05_text */
/* 全体のline-height：05_text, 08_list */
/* タイトルのling-height：02_title */
/* 文章のling-height：02_title */
/*  その他
---------------------------------------------------*/
/* サイトヘッダーの高さ：layout, header, top_keyvisual */
/* 変数設定 */
/*--------------------------------------------------- mixin ---------------------------------------------------*/
/*  擬似要素
---------------------------------------------------*/
/*  object fit ie対応
---------------------------------------------------*/
/*  背景画像 background
---------------------------------------------------*/
/*  transition
---------------------------------------------------*/
/*  animation
---------------------------------------------------*/
/*  include sample
---------------------------------------------------*/
/* .use-sample { @include kerning( $setting: "palt", $ligatures: no-common-ligatures ); @include object-fit($size: cover, $position-y: center, $position-x: center); @include background-image($width: 100%, $min-height: 140px, $size: cover, $position: center center, $repeat: no-repeat); @include transition($property: opacity, $duration: .3s, $timing: ease); @include animation($name: animation-name, $duration: 0.5s, $timing: ease, $delay: 0.3s, $direction: alternate, $fill-mode: forwards, $count: 1); } */
/* ミックスイン */
/* ------------------------------------
responsive
------------------------------------ */
.-mobile { display: block !important; }

@media (min-width: 750px) { .-mobile { display: none !important; } }

.-tablet { display: none !important; }

@media (min-width: 750px) and (max-width: 1024px) { .-tablet { display: block !important; } }

.-pc { display: none !important; }

@media (min-width: 1024px) { .-pc { display: block !important; } }

.-mobiletablet { display: block !important; }

@media (min-width: 1024px) { .-mobiletablet { display: none !important; } }

.-tabletpc { display: none !important; }

@media (min-width: 750px) { .-tabletpc { display: block !important; } }

/* レスポンシブ */
/* ------------------------------------
animation
------------------------------------*/
.-fadeUp { opacity: 0; -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); -webkit-transition-property: opacity, -webkit-transform; transition-property: opacity, -webkit-transform; -o-transition-property: opacity, transform; transition-property: opacity, transform; transition-property: opacity, transform, -webkit-transform; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; -webkit-transition-duration: .6s; -o-transition-duration: .6s; transition-duration: .6s; -webkit-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }

.-fadeUp.-fadeInUp { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.-fadeIn { opacity: 0; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; -webkit-transition-duration: .6s; -o-transition-duration: .6s; transition-duration: .6s; -webkit-transition-delay: .1s; -o-transition-delay: .1s; transition-delay: .1s; }

.-fadeIn.-active { opacity: 1; }

/* アニメーション */
/*--------------------------------------------------- develop ---------------------------------------------------*/
/* 開発用のスタイル */
/*--------------------------------------------------- utility ---------------------------------------------------*/
/* Android Galaxy系 アウトライン削除 */
select { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-box-shadow: none; box-shadow: none; outline: none; }

/*
:root {
}
*/
@font-face { font-family: 'Noto Serif Japanese'; font-style: normal; font-weight: 300; src: url("fonts/NotoSerifJP/NotoSerifJP-Regular.woff") format("woff"); font-display: swap; }

@font-face { font-family: 'Noto Serif Japanese'; font-style: normal; font-weight: 400; src: url("fonts/NotoSerifJP/NotoSerifJP-Medium.woff") format("woff"); font-display: swap; }

@font-face { font-family: 'Noto Serif Japanese'; font-style: normal; font-weight: 700; src: url("fonts/NotoSerifJP/NotoSerifJP-Bold.woff") format("woff"); font-display: swap; }

@font-face { font-family: 'Noto sans Japanese'; font-style: normal; font-weight: 300; src: url("fonts/NotoSansJP/NotoSansJP-Regular.woff") format("woff"); font-display: swap; }

@font-face { font-family: 'Noto sans Japanese'; font-style: normal; font-weight: 400; src: url("fonts/NotoSansJP/NotoSansJP-Medium.woff") format("woff"); font-display: swap; }

@font-face { font-family: 'Noto sans Japanese'; font-style: normal; font-weight: 700; src: url("fonts/NotoSansJP/NotoSansJP-Bold.woff") format("woff"); font-display: swap; }

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

/* バグ系 */
/*--------------------------------------------------- --------------------------------------------------- 1_layout --------------------------------------------------- ---------------------------------------------------*/
/*--------------------------------------------------- footer ---------------------------------------------------*/
.footer-site { position: absolute; bottom: 214px; width: 100%; }

@media (min-width: 1024px) { .footer-site { bottom: 123px; } }

.information-company { text-align: center; font-weight: 700; }

.information-company > .name { font-size: 14px; letter-spacing: .025em; }

@media (min-width: 1024px) { .information-company > .name { font-size: 18px; letter-spacing: .005em; } }

.information-company > .information { font-size: 10px; letter-spacing: .05em; }

.information-company > .information:first-of-type { margin-top: 20px; }

.information-company > .information > .link { color: black; }

@media (min-width: 1024px) { .information-company > .information { margin-top: .5rem; font-size: 14px; } }

@media (min-width: 1024px) and (min-width: 1024px) { .information-company > .information:first-of-type { margin-top: 25px; } }

.footer-logo { width: 119px; margin: 17px auto 0; }

@media (min-width: 1024px) { .footer-logo { width: 152px; margin-top: 80px; } }

.footer-copyright { display: block; width: 223px; margin: 20px auto 0; }

@media (min-width: 1024px) { .footer-copyright { width: 288px; margin-top: 66px; } }

/* フッター */
/*--------------------------------------------------- header ---------------------------------------------------*/
.header-site { position: fixed; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 1000; display: none; width: 100%; background-color: rgba(255, 255, 255, 0.95); }

@media (min-width: 1024px) { .header-site { display: block; } }

.header-site > .inner { position: relative; display: block; width: 100%; margin: 0 auto; }

@media (min-width: 1024px) { .header-site > .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 62px; } }

@-webkit-keyframes header-down { 0% { -webkit-transform: translateY(-60px); transform: translateY(-60px); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

@keyframes header-down { 0% { -webkit-transform: translateY(-60px); transform: translateY(-60px); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

/*  ロゴ
---------------------------------------------------*/
.header-logo { position: relative; top: 35px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 90px; height: 38px; z-index: 1600; }

@media (min-width: 750px) { .header-logo { width: 240px; } }

@media (min-width: 1024px) { .header-logo { position: static; top: 0; left: 0; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); width: 125px; height: 52px; } }

.header-logo .logo { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }

.header-logo .logo:hover { opacity: 0.8; }

.header-logo .logo.hover { opacity: 0.8; }

.header-logo .logo > .image { margin: 0 auto; }

/* .header-navigation > 06_navi.scss */
/* .burger-menu > 14_burger-menu.scss */
/* ヘッダー */
/*--------------------------------------------------- layout ---------------------------------------------------*/
.page-contents { position: relative; overflow: hidden; }

@media (min-width: 1024px) { .page-contents { min-width: 1080px; } }

/* IEのみ適用 */
@media all and (-ms-high-contrast: none) { .page-contents { overflow: hidden; } }

.section-area { display: block; width: 100%; }

.section-area > .inner { display: block; width: 100%; max-width: 1100px; padding: 0 13px; margin: 0 auto; }

@media (min-width: 750px) { .section-area > .inner { padding: 0 50px; } }

.section-area.-nopaddingtop { padding-top: 0; }

.section-area.-narrow > .inner { max-width: 760px; }

.secton-content { padding-top: 2rem; }

@media (min-width: 750px) { .secton-content { padding-top: 3rem; } }

/* 全体のレイアウト */
/*  keyvisual
---------------------------------------------------*/
.top-keyvisual { width: 100%; /*height: 100vh; height: calc(var(--vh, 1vh) * 100 - 60px); min-height: 500px;*/ }

@media (min-width: 750px) { .top-keyvisual { height: auto; min-height: none; } }

@media (min-width: 1024px) { .top-keyvisual { padding-top: 0; } }

.top-keyvisual > .inner { position: relative; width: 100%; height: 100%; }

.top-visualcontent { position: absolute; top: 0; right: 0; z-index: 10; width: 100%; height: 100%; }

@media (min-width: 1024px) { .top-visualcontent { top: 50%; right: 4%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: auto; height: auto; } }

@media (min-width: 1300px) { .top-visualcontent { right: 15%; } }

.top-visualcontent .copy { position: absolute; top: 60%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 80%; background-color: white; padding: 1rem 2rem; color: #eb4387; font-size: 1.5rem; font-weight: bold; text-align: center; }

@media (min-width: 1024px) { .top-visualcontent .copy { position: static; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); width: 100%; line-height: 1.5; text-align: left; } }

.top-visualcontent > .btn-border { position: absolute; bottom: 3rem; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

@media (min-width: 1024px) { .top-visualcontent > .btn-border { position: static; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); margin-left: 0; margin-top: 1.25rem; } }

.top-visualwrapper { display: block; width: 100%; height: 100%; }

.top-visualwrapper > inner { position: relative; width: 100%; height: 100%; }

.top-visualwrapper > inner > .keyvisual { position: absolute; display: none; width: 100%; height: 100%; }

.top-visualwrapper > inner > .keyvisual:nth-of-type(1) { display: block; }

/* キービジュアル　トップページ */
/*--------------------------------------------------- --------------------------------------------------- 2_component --------------------------------------------------- ---------------------------------------------------*/
/*--------------------------------------------------- btn ---------------------------------------------------*/
button { outline: none; }

button:hover { cursor: pointer; }

button.hover { cursor: pointer; }

a { outline: none; }

/*	btn-purchase
---------------------------------------------------*/
.btn-purchase { 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; width: 158px; height: 34px; background-color: #53a1c4; -webkit-box-shadow: 0 5px 10px #9FD9E6; box-shadow: 0 5px 10px #9FD9E6; border-radius: 6px; margin-top: 16px; color: white; font-size: 11px; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-timing-function: ease-in-out; -webkit-transition-duration: .4s; -o-transition-duration: .4s; transition-duration: .4s; }

@media (min-width: 1024px) { .btn-purchase { width: 400px; height: 50px; border-radius: 12px; margin-top: 35px; font-size: 18px; } }

.btn-purchase:hover { opacity: 0.8; }

/*	スクロールトップ
---------------------------------------------------*/
.btn-topscroll { text-align: center; width: 34px; height: 34px; position: fixed; bottom: 10px; right: 10px; z-index: 100; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

@media (min-width: 750px) { .btn-topscroll { width: 68px; height: 68px; bottom: 3rem; right: 71px; } }

.btn-topscroll:hover { background-color: rgba(255, 255, 255, 0.6); }

/*	btn-submit
---------------------------------------------------*/
.contact-submit .btn { display: block; width: 198px; -webkit-box-shadow: 0 10px 20px #9FD9E6; box-shadow: 0 10px 20px #9FD9E6; background-color: #53a1c4; padding: 8px 6px; border: none; border-radius: 6px; margin: 2rem auto 0; color: white; font-size: 16px; font-weight: bold; text-align: center; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; }

@media (min-width: 1024px) { .contact-submit .btn { width: 400px; border-radius: 12px; padding: 12px; margin-top: 46px; } }

.contact-submit .btn:hover { cursor: pointer; opacity: .8; }

.contact-submit .btn[disabled] { -webkit-box-shadow: none; box-shadow: none; background-color: #EEEEEE; color: #c7c7c7; }

.contact-submit .btn[disabled]:hover { cursor: not-allowed; opacity: 1; }

/*	投稿記事ボタン
---------------------------------------------------*/
/* ボタン */
/*--------------------------------------------------- title ---------------------------------------------------*/
h1, h2, h3, h4, h5, h6 { line-height: 1.2; }

/*	title-point
---------------------------------------------------*/
.title-point { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 98px; height: 79px; margin-left: -8px; background-position: center left; background-size: contain; }

@media (min-width: 750px) { .title-point { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; height: 100px; padding-left: 140px; } }

@media (min-width: 1024px) { .title-point { height: 158px; padding-left: 196px; margin-left: -90px; } }

.title-point.-first { background-image: url("img/icon-award01.png"); }

.title-point.-second { background-image: url("img/icon-award02.png"); }

.title-point.-third { background-image: url("img/icon-award03.png"); }

.title-point.-fourth { background-image: url("img/icon-award04.png"); }

.title-point > .text { display: block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-bottom: 13px; border-bottom: 4px solid #dbb63c; font-size: 20px; font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

@media (min-width: 750px) { .title-point > .text { display: inline-block; font-size: 24px; } }

@media (min-width: 1024px) { .title-point > .text { padding-bottom: 0; border-bottom: 8px solid #dbb63c; font-size: 32px; } }

/*	title-award
---------------------------------------------------*/
.title-award { position: relative; 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; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; min-height: 59px; padding: 0 29px; margin: 0 auto; }

@media (min-width: 1024px) { .title-award { min-height: 118px; padding: 0 58px; } }

.title-award::before, .title-award::after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: block; width: 29px; height: 59px; background-size: contain; background-position: center; }

@media (min-width: 1024px) { .title-award::before, .title-award::after { width: 58px; height: 118px; } }

.title-award::before { left: 0; background-image: url("img/icon-award-left.png"); }

.title-award::after { right: 0; background-image: url("img/icon-award-right.png"); }

.title-award > .text { color: #53a1c4; font-size: 19px; text-align: center; }

@media (min-width: 1024px) { .title-award > .text { font-size: 32px; } }

/*	title-border
---------------------------------------------------*/
.title-border { position: relative; padding-bottom: 8px; font-size: 20px; color: #53a1c4; text-align: center; }

@media (min-width: 750px) { .title-border { font-size: 40px; } }

.title-border::before { content: ''; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: block; width: 29px; height: 1px; background-color: #53a1c4; }

@media (min-width: 750px) { .title-border::before { width: 57px; } }

/* 見出し */
/*--------------------------------------------------- form ---------------------------------------------------*/
:placeholder-shown { color: #171717; }

::-webkit-input-placeholder { color: #c7c7c7; }

::-moz-placeholder { color: #c7c7c7; }

:-ms-input-placeholder { color: #c7c7c7; }

input { outline: none; }

.wpcf7-form { padding: 0 14px; }

.inquiry-item { display: block; margin-top: 32px; }

@media (min-width: 1024px) { .inquiry-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 41px; } }

@media (min-width: 1024px) { .inquiry-item.-textarea { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } }

.inquiry-item.-textarea > .item { padding-top: 7px; }

.inquiry-item:first-of-type { margin-top: 24px; }

@media (min-width: 1024px) { .inquiry-item:first-of-type { margin-top: 51px; } }

.inquiry-item br { display: none; }

.inquiry-item > .item { position: relative; font-size: 14px; font-weight: 700; }

@media (min-width: 1024px) { .inquiry-item > .item { padding-left: 145px; font-size: 18px; } }

.inquiry-item > .item::before, .inquiry-item > .item::after { display: inline-block; border: 1px solid #53a1c4; padding: 4px 1rem 4px; color: #53a1c4; font-size: 12px; font-weight: 300; line-height: 1rem; }

@media (min-width: 1024px) { .inquiry-item > .item::before, .inquiry-item > .item::after { padding: 5px 15px 5px; font-size: 16px; } }

@media (min-width: 1024px) { .inquiry-item > .item.-required::before { content: "必須"; position: absolute; left: 44px; background-color: transparent; } }

.inquiry-item > .item.-required::after { content: "必須"; background-color: transparent; margin-left: 21px; }

@media (min-width: 1024px) { .inquiry-item > .item.-required::after { content: none; } }

.inquiry-item > .form { position: relative; display: block; margin-top: 0.5rem; }

@media (min-width: 1024px) { .inquiry-item > .form { margin-top: 0; margin-left: auto; margin-right: 15px; } }

.inquiry-item > .form .input, .inquiry-item > .form .select, .inquiry-item > .form .textarea { width: 100%; max-width: 658px; border: none; background-color: white; border-radius: 5px; -webkit-box-shadow: 5px 10px 20px #53A1C4; box-shadow: 5px 10px 20px #53A1C4; padding: 10px 10px 9px; font-size: 1rem; outline: none; }

@media (min-width: 1024px) { .inquiry-item > .form .input, .inquiry-item > .form .select, .inquiry-item > .form .textarea { width: 658px; } }

.inquiry-item > .form .textarea { min-height: 220px; }

@media (min-width: 1024px) { .inquiry-item > .form .textarea { height: 260px; } }

.inquiry-item.-agree { text-align: center; }

.checkbox-label { position: relative; display: inline-block; padding-left: 1.375rem; margin: 0 auto; font-size: 0; }

.checkbox-label .checkbox { position: absolute; top: 0; left: 0; width: 0; margin-top: 0; opacity: 0; }

.checkbox-label .item { font-size: 15px; font-weight: bold; line-height: 1.2; }

@media (min-width: 1024px) { .checkbox-label .item { font-size: 18px; } }

.checkbox-label .item::before, .checkbox-label .item::after { content: ''; position: absolute; display: block; }

.checkbox-label .item::before { top: 0; left: 0; width: 16px; height: 16px; border: 1px solid #222222; }

.checkbox-label .item::after { top: 4px; left: 4px; width: 0.5rem; height: 0.5rem; background-color: #222222; opacity: 0; }

.checkbox-label .item > .link { color: black; text-decoration: underline; }

.checkbox-label .item.-active::after { opacity: 1; }

.terms-service { border: 1px solid #222222; margin-top: 2.25rem; }

.terms-service > .content { height: 40vw; min-height: 12.5rem; max-height: 300px; padding: 2rem 1rem; overflow: auto; }

@media (min-width: 750px) { .terms-service > .content { padding: 3rem 2rem; } }

/*--------------------------------------------------- validation engine ---------------------------------------------------*/
form .formError .formErrorArrow div { background-color: rgba(83, 161, 196, 0.95); }

form .formError .formErrorArrowBottom { top: 0; }

form .formError .formErrorContent { font-size: 0.75rem; background-color: rgba(83, 161, 196, 0.95); min-width: 150px; }

/*--------------------------------------------------- contact form 7 ---------------------------------------------------*/
span.wpcf7-not-valid-tip { display: none !important; }

span.wpcf7-form-control-wrap { position: static; }

/* .confirm-text { display: none; } .custom-wpcf7c-confirmed { #modal-open-btn { display: none; } .confirm-text { display: block; font-size: 1rem; margin-top: 2rem; font-weight: bold; } input::placeholder { color: transparent; } input::-webkit-input-placeholder { color: transparent; } input:-ms-input-placeholder { color: transparent; } input::-moz-placeholder { color: transparent; } } .wpcf7c-btn-back { display: block; margin: 2rem auto 0; max-width: 200px; padding: 0.5rem; font-size: 0.875rem; font-weight: normal; } .wpcf7c-conf { background-color: transparent !important; border: none !important; } input:-webkit-autofill { background-color: #FFFFFF !important; } */
/* 送信完了後 */
form.sent label, form.sent .inquiry-item, form.sent .contact-submit, form.sent div.form-parts, form.sent div.gender, form.sent button, form.sent input { display: none !important; }

form.sent div.wpcf7-mail-sent-ok { padding: 2rem; border: 2px solid #eb4387; background-color: #ffdeec; font-weight: bold; }

form.sent #confirm-text { display: none !important; }

.wpcf7 form.sent .wpcf7-response-output { border: none !important; padding: 64px 16px; background-color: #53a1c4; text-align: center; border: none; color: white; -webkit-box-shadow: 0 10px 20px #9FD9E6; box-shadow: 0 10px 20px #9FD9E6; }

@media (min-width: 750px) { .wpcf7 form.sent .wpcf7-response-output { font-size: 20px; } }

/* フォーム */
/*--------------------------------------------------- text ---------------------------------------------------*/
:root { color: black; font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif; line-height: 1.6; }

.no-exist { margin-top: 1rem; }

/* 検索キーワードハイライト */
.search-highlight { background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffffbc)) repeat scroll 0 0; background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0; background: rgba(0, 0, 0, 0) -o-linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0; background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0; }

/*	投稿記事テキスト
---------------------------------------------------*/
.single-content p { margin-top: 1.75rem; font-size: .875rem; line-height: 2; text-align: justify; word-break: break-all; }

@media (min-width: 750px) { .single-content p { font-size: 1rem; } }

.single-content p a { color: #53a1c4; -webkit-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; }

.single-content p a:hover { color: #eb4387; }

/* テキスト */
/*--------------------------------------------------- navigation ---------------------------------------------------*/
/*  グローバルナビゲーション
---------------------------------------------------*/
.header-navigation { width: 100%; height: 100vh; overflow: hidden; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; z-index: 1000; }

@media (min-width: 1024px) { .header-navigation { position: relative; width: auto; max-width: 100%; height: 100%; background-color: transparent; padding: 0; margin-left: auto; overflow: visible; } }

.header-navigation > .inner { display: block; width: 100%; height: 100%; }

.global-menu { padding: 74px 2rem 2rem; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }

@media (min-width: 1024px) { .global-menu { position: relative; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: auto; max-width: 100%; height: 100%; background-color: transparent; padding: 0; } }

.global-menu.-open { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.global-menu > .list { position: relative; text-align: center; }

@media (min-width: 1024px) { .global-menu > .list { padding: 0 .5rem; } }

.global-menu > .list + .list { margin-top: 1.5rem; }

@media (min-width: 1024px) { .global-menu > .list + .list { margin-top: 0; } }

.global-menu > .list.-parentmenu { position: relative; }

.global-menu > .list.-purchase { margin-top: 32px; }

@media (min-width: 1024px) { .global-menu > .list.-purchase { margin-top: 0; padding: 0; } }

.global-menu > .list.-purchase > .link { 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; width: 155px; height: 41px; background-color: #53a1c4; margin: 0 auto; color: white; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-duration: .4s; -o-transition-duration: .4s; transition-duration: .4s; }

@media (min-width: 1024px) { .global-menu > .list.-purchase > .link { height: 62px; font-size: 16px; font-weight: 700; } }

.global-menu > .list.-purchase > .link:hover { color: white; opacity: 0.8; }

.global-menu > .list > .link { position: relative; display: inline-block; color: black; font-size: 13px; font-weight: 300; letter-spacing: 0.01em; -webkit-transition-property: color; -o-transition-property: color; transition-property: color; -webkit-transition-duration: .4s; -o-transition-duration: .4s; transition-duration: .4s; }

@media (min-width: 1024px) { .global-menu > .list > .link { font-size: 14px; padding: 0 1rem; } }

.global-menu > .list > .link:hover { color: #53a1c4; }

.global-menu > .list > .link:hover::before { opacity: 1; }

.global-menu > .list > .link.hover::before { opacity: 1; }

.global-menu > .list > .link::before { content: ''; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: block; width: 100%; height: 1px; background-color: #53a1c4; opacity: 0; -webkit-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; }

@media (min-width: 1024px) { .global-menu > .list > .link::before { width: calc(100% - 3rem); } }

/*  ページネーション
---------------------------------------------------*/
.archive-pagination { margin-top: 2.5rem; }

.archive-pagination > .inner { text-align: center; }

.archive-pagination > .inner > .number { display: none; }

.archive-pagination > .inner > .pager { display: inline-block; min-width: 2.5rem; border: 1px solid #eb4387; padding: .5rem; margin-top: .5rem; font-size: .875rem; color: #eb4387; font-weight: bold; -webkit-transition: opacity 0.3s ease; -o-transition: opacity 0.3s ease; transition: opacity 0.3s ease; -webkit-transition-property: background-color, color; -o-transition-property: background-color, color; transition-property: background-color, color; }

.archive-pagination > .inner > .pager:hover { background-color: #eb4387; color: white; }

.archive-pagination > .inner > .pager + .pager { margin-left: 1rem; }

.archive-pagination > .inner > .pager.-current { background-color: #eb4387; color: white; }

/* ナビゲーション */
/*--------------------------------------------------- img ---------------------------------------------------*/
/* imgにwidth:autoにするとWP管理画面で画像サイズ調整できなくなる */
img { max-width: 100%; max-height: 100%; }

img.-objectfit { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; font-family: 'object-fit: cover;'; }

/* 画像 */
/*--------------------------------------------------- list ---------------------------------------------------*/
ul, ol { list-style-type: none; }

.list-mark { padding: 0 13px; }

.list-mark > .list { position: relative; font-size: 12px; padding-left: 1em; }

@media (min-width: 750px) { .list-mark > .list { font-size: 14px; } }

@media (min-width: 1024px) { .list-mark > .list { font-size: 16px; } }

.list-mark > .list + .list { margin-top: 0.25rem; }

@media (min-width: 1024px) { .list-mark > .list + .list { margin-top: 1rem; } }

.list-mark > .list::before { content: '●'; position: absolute; top: 0; left: 0; }

@media (min-width: 750px) { .list-mark.-term > .list { font-size: 20px; } }

.list-question + .list-question { margin-top: 35px; }

@media (min-width: 750px) { .list-question + .list-question { margin-top: 70px; } }

.list-question > .question { position: relative; padding-left: 43px; padding-right: 40px; color: #53a1c4; font-size: 14px; font-weight: 700; }

@media (min-width: 750px) { .list-question > .question { font-size: 18px; } }

.list-question > .question::before { content: 'Q'; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); 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; width: 28px; height: 28px; background: #53a1c4; background: -webkit-gradient(linear, left top, left bottom, from(#53a1c4), to(#89dbff)); background: -webkit-linear-gradient(#53a1c4 0%, #89dbff 100%); background: -o-linear-gradient(#53a1c4 0%, #89dbff 100%); background: linear-gradient(#53a1c4 0%, #89dbff 100%); -webkit-box-shadow: 0 3px 5px #9FD9E6; box-shadow: 0 3px 5px #9FD9E6; border-radius: 50%; padding-top: 5px; font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 11px; color: white; line-height: 1; }

@media (min-width: 750px) { .list-question > .question::before { width: 35px; height: 35px; font-size: 14px; } }

.list-question > .question::after { content: ''; position: absolute; top: 50%; right: 9px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: block; border-top: 16px solid #171717; border-right: 9px solid transparent; border-left: 9px solid transparent; }

.list-question > .question.-active::after { -webkit-transform: translateY(-50%) rotate(180deg); -ms-transform: translateY(-50%) rotate(180deg); transform: translateY(-50%) rotate(180deg); }

.list-question > .answer { position: relative; display: none; padding-left: 43px; margin-top: 21px; font-size: 12px; }

@media (min-width: 750px) { .list-question > .answer { margin-top: 16px; font-size: 14px; } }

.list-question > .answer::before { content: 'A'; position: absolute; top: -3px; left: 12px; 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; width: 23px; height: 23px; background-color: white; -webkit-box-shadow: 0 3px 5px #9FD9E6; box-shadow: 0 3px 5px #9FD9E6; border-radius: 50%; font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 11px; color: #53a1c4; line-height: 1; }

/* リスト */
/*--------------------------------------------------- card ---------------------------------------------------*/
/*  card-panel
---------------------------------------------------*/
.about-contents { margin: 0 auto; }

/*  card-about
---------------------------------------------------*/
.card-about { 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-left: -10px; margin-right: -10px; }

.card-about > .card { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; margin-top: 37px; }

@media (min-width: 750px) { .card-about > .card { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; } }

.card-about > .card > .inner { position: relative; display: block; width: calc(100% - 30px); height: 100%; margin: 0 auto; color: #222222; }

@media (min-width: 750px) { .card-about > .card > .inner { width: calc(100% - 20px); } }

.card-about > .card > .inner > .thumbnail { position: relative; width: 100%; }

.card-about > .card > .inner > .text { margin-top: 11px; font-size: 11px; text-align: justify; }

@media (min-width: 750px) { .card-about > .card > .inner > .text { font-size: 16px; } }

.card-about > .card:last-of-type { position: relative; }

.card-about > .card:last-of-type::before, .card-about > .card:last-of-type::after { content: ''; position: absolute; background-size: contain; background-position: center center; }

@media (min-width: 750px) { .card-about > .card:last-of-type::before, .card-about > .card:last-of-type::after { content: none; } }

.card-about > .card:last-of-type::before { top: 3.8666vw; left: calc(15px - 70px - 24px); width: 70px; height: 69px; background-image: url("img/icon-virus-left.png"); }

.card-about > .card:last-of-type::after { top: 8.4vw; right: calc(15px - 94px); width: 94px; height: 92px; background-image: url("img/icon-virus-right.png"); }

/*  card-points
---------------------------------------------------*/
@media (min-width: 750px) { .card-points { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -27px; margin-right: -27px; } }

@media (min-width: 1024px) { .card-points { margin-left: -90px; margin-right: -90px; } }

@media (min-width: 750px) { .card-points > .card { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; margin-top: 20px; } }

.card-points > .card + .card { margin-top: 16px; }

@media (min-width: 750px) { .card-points > .card + .card { margin-top: 20px; } }

@media (min-width: 750px) { .card-points > .card > .inner { width: calc(100% - 54px); margin: 0 auto; } }

.card-points > .card > .inner > .image { width: 100%; }

/*  card-use
---------------------------------------------------*/
.card-use { margin-top: 32px; }

@media (min-width: 1024px) { .card-use { margin-top: 22px; } }

.card-use > .thumbnail > .image { -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); }

.card-use > .caption { margin-top: 8px; font-size: 11px; text-align: center; }

@media (min-width: 750px) { .card-use > .caption { font-size: 14px; } }

/*  card-safety
---------------------------------------------------*/
.card-safety { margin-left: -13px; margin-right: -13px; }

.card-safety + .card-safety { margin-top: 37px; }

.card-safety > .image { width: 100%; }

/*  card-products
---------------------------------------------------*/
.card-products { position: relative; margin-top: 50px; margin-left: -13px; margin-right: -13px; padding-left: 13px; }

@media (min-width: 750px) { .card-products { margin-left: 0; margin-right: 0; padding-left: 0; } }

.card-products > .title { font-size: 17px; font-weight: 700; }

@media (min-width: 750px) { .card-products > .title { font-size: 30px; max-width: 487px; } }

@media (min-width: 1024px) { .card-products > .title { max-width: 540px; } }

.card-products > .title > .amount { display: block; margin-top: 4px; font-size: 12px; font-weight: 300; }

@media (min-width: 750px) { .card-products > .title > .amount { font-size: 20px; } }

@media (min-width: 1024px) { .card-products > .title > .amount { display: inline-block; padding-left: 20px; } }

.card-products > .spec { margin-top: 11px; font-size: 10px; }

@media (min-width: 750px) { .card-products > .spec { font-size: 14px; max-width: 487px; } }

.card-products > .text { margin-top: 11px; font-size: 11px; }

@media (min-width: 750px) { .card-products > .text { font-size: 18px; max-width: 487px; line-height: 1.9; } }

@media (min-width: 1024px) { .card-products > .text { margin-top: 28px; } }

.card-products > .thumbnail { position: absolute; right: 0; width: 135px; }

@media (min-width: 750px) { .card-products > .thumbnail { width: 36%; } }

@media (min-width: 1024px) { .card-products > .thumbnail { width: 364px; } }

.card-products > .thumbnail > .image { width: 100%; max-height: none; }

.card-products.-spray { padding-right: 115px; }

@media (min-width: 750px) { .card-products.-spray { padding-right: 40%; } }

@media (min-width: 1024px) { .card-products.-spray { padding-right: 460px; margin-top: 140px; } }

.card-products.-spray > .thumbnail { top: -18px; }

@media (min-width: 1024px) { .card-products.-spray > .thumbnail { top: -68px; } }

.card-products.-mist { padding-right: 115px; }

@media (min-width: 750px) { .card-products.-mist { padding-right: 40%; } }

@media (min-width: 1024px) { .card-products.-mist { padding-right: 460px; margin-top: 202px; } }

.card-products.-mist > .thumbnail { top: -15px; }

@media (min-width: 1024px) { .card-products.-mist > .thumbnail { top: -95px; } }

.card-products.-refill2l { padding-right: 123px; }

@media (min-width: 750px) { .card-products.-refill2l { padding-right: 40%; } }

@media (min-width: 1024px) { .card-products.-refill2l { padding-right: 460px; margin-top: 219px; } }

.card-products.-refill2l > .thumbnail { top: -20px; }

@media (min-width: 1024px) { .card-products.-refill2l > .thumbnail { top: -100px; } }

.card-products.-refill4l { padding-right: 135px; }

@media (min-width: 750px) { .card-products.-refill4l { padding-right: 40%; } }

@media (min-width: 1024px) { .card-products.-refill4l { padding-right: 460px; margin-top: 162px; } }

.card-products.-refill4l > .thumbnail { top: 33px; }

@media (min-width: 1024px) { .card-products.-refill4l > .thumbnail { top: -95px; } }

/* カード */
/*--------------------------------------------------- column ---------------------------------------------------*/
/*	スマホ2カラム PC4カラム
---------------------------------------------------*/
.column-two-four { margin: 0 auto; padding: 0 6px; }

@media (min-width: 1024px) { .column-two-four { padding-top: 125px; } }

.column-two-four > .inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -0.25rem; margin-right: -0.25rem; }

@media (min-width: 750px) { .column-two-four > .inner { margin-left: -0.5rem; margin-right: -0.5rem; } }

.column-two-four > .inner > .card { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; margin-top: 0.5rem; }

.column-two-four > .inner > .card:nth-of-type(1) { margin-top: 0; }

.column-two-four > .inner > .card:nth-of-type(2) { margin-top: 0; }

@media (min-width: 750px) { .column-two-four > .inner > .card { margin-top: 1rem; } }

@media (min-width: 1024px) { .column-two-four > .inner > .card { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; }
  .column-two-four > .inner > .card:nth-of-type(3) { margin-top: 0; }
  .column-two-four > .inner > .card:nth-of-type(4) { margin-top: 0; } }

.column-two-four > .inner > .card > .content { display: block; width: calc(100% - 0.5rem); height: 100%; margin: 0 auto; }

@media (min-width: 750px) { .column-two-four > .inner > .card > .content { width: calc(100% - 1rem); } }

/* カラム、横並び */
/*  バーガーメニュー
---------------------------------------------------*/
.burger-menu { position: fixed; top: 15px; right: 17px; width: 40px; height: 40px; z-index: 1500; }

.burger-bars { position: relative; width: 100%; height: 100%; }

/* バーガーメニュー */
/*--------------------------------------------------- loading ---------------------------------------------------*/
.loading-animation { background: #53a1c4; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 1200; }

.loading-animation > .relative { position: relative; display: block; width: 100%; height: 100%; }

.loading-animation > .relative > .content { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.loading-symbol { width: 100%; max-width: 200px; }

.loading-contents { -webkit-box-align: center; -ms-flex-align: center; align-items: center; max-width: 200px; }

@media (min-width: 750px) { .loading-contents { top: 35%; max-width: 350px; } }

.loading-contents > .text { font-size: 1rem; text-align: center; letter-spacing: 0.5em; }

.loading-contents > .loader { border-radius: 50%; width: 10em; height: 10em; margin: 2rem auto; font-size: 10px; position: relative; border-top: 1.1em solid rgba(255, 255, 255, 0.2); border-right: 1.1em solid rgba(255, 255, 255, 0.2); border-bottom: 1.1em solid rgba(255, 255, 255, 0.2); border-left: 1.1em solid white; -webkit-transform: translateZ(0); transform: translateZ(0); -webkit-animation: loader-circle 1.1s infinite linear; animation: loader-circle 1.1s infinite linear; }

.loading-contents > .loader::after { content: ''; border-radius: 50%; width: 10em; height: 10em; }

@-webkit-keyframes loader-circle { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-circle { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* ローディングアニメーション  */
/*--------------------------------------------------- scrollbar ---------------------------------------------------*/
/*	お問い合わせページ　プライバシーポリシー
---------------------------------------------------*/
.terms-service.-inquiry ::-webkit-scrollbar { width: 6px; height: 6px; }

.terms-service.-inquiry ::-webkit-scrollbar-track { -webkit-box-shadow: 0 0 2px #EEEEEE inset; box-shadow: 0 0 2px #EEEEEE inset; border-radius: 20px; }

.terms-service.-inquiry ::-webkit-scrollbar-thumb { border-radius: 20px; background-color: #c7c7c7; }

/*	投稿記事スクロールバー
---------------------------------------------------*/
.single-content ::-webkit-scrollbar { width: 6px; height: 6px; }

.single-content ::-webkit-scrollbar-track { -webkit-box-shadow: 0 0 4px #EEEEEE inset; box-shadow: 0 0 4px #EEEEEE inset; border-radius: 20px; }

.single-content ::-webkit-scrollbar-thumb { border-radius: 20px; background-color: #c7c7c7; }

/* スクロールバー */
/*--------------------------------------------------- --------------------------------------------------- 3_project 各ページ用スタイルシート --------------------------------------------------- ---------------------------------------------------*/
/*--------------------------------------------------- index.scss ---------------------------------------------------*/
/*--------------------------------------------------- about ---------------------------------------------------*/
.section-about { padding-top: 22px; }

@media (min-width: 750px) { .section-about { padding-top: 0; margin-top: -20.83333vw; } }

@media (min-width: 1024px) { .section-about { margin-top: -19.83333vw; } }

@media (min-width: 750px) { .section-about > .inner > .title { position: relative; width: 88%; max-width: 880px; margin: 0 auto; } }

@media (min-width: 750px) { .section-about > .inner > .title::before { content: ''; position: absolute; top: -10vw; left: -12%; display: block; width: 17.25%; padding-bottom: 17.25%; max-width: 187px; max-height: 187px; background-image: url("img/about-txt.png"); background-size: contain; background-repeat: no-repeat; } }

@media (min-width: 750px) and (min-width: 1024px) { .section-about > .inner > .title::before { top: -8vw; left: -13vw; width: 13vw; padding-bottom: 13vw; } }

@media (min-width: 750px) { .about-contents { position: relative; } }

@media (min-width: 750px) { .about-contents::before, .about-contents::after { content: ''; position: absolute; z-index: 1; background-size: contain; background-position: center center; } }

@media (min-width: 750px) { .about-contents::before { top: -47px; left: 22px; width: 9.791666vw; max-width: 141px; height: 9.513888vw; max-height: 137px; background-image: url("img/icon-virus-left.png"); } }

@media (min-width: 750px) { .about-contents::after { top: -72px; right: -26px; width: 13.05555vw; max-width: 188px; height: 12.70833vw; max-height: 183px; background-image: url("img/icon-virus-right.png"); } }

@media (min-width: 1024px) { .about-contents::after { top: -107px; right: -115px; } }

/*--------------------------------------------------- solution ---------------------------------------------------*/
.section-solution { position: relative; padding-top: 63px; }

.section-solution > .inner > .title { padding-right: 34vw; }

@media (min-width: 750px) { .section-solution > .inner > .title { padding-left: 72px; } }

@media (min-width: 1024px) { .section-solution > .inner > .title { padding-right: 310px; } }

.section-solution > .inner > .title > .text { display: block; font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 19px; }

@media (min-width: 750px) { .section-solution > .inner > .title > .text { font-size: 39px; } }

.section-solution > .inner > .title > .image { margin-top: 8px; width: 153px; }

@media (min-width: 750px) { .section-solution > .inner > .title > .image { width: 323px; } }

.solution-contents { margin-top: 17px; }

@media (min-width: 750px) { .solution-contents { padding-left: 72px; } }

@media (min-width: 1024px) { .solution-contents { padding-left: 72px; margin-top: 43px; } }

.solution-contents > .text { padding-right: 37vw; font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 14px; text-align: justify; }

@media (min-width: 750px) { .solution-contents > .text { padding-right: 32vw; font-size: 22px; } }

@media (min-width: 1024px) { .solution-contents > .text { padding-right: 316px; font-size: 22px; } }

.solution-contents > .list-mark { margin-top: 28px; }

@media (min-width: 750px) { .solution-contents > .list-mark { padding-left: 0; } }

.solution-thumbnail { position: absolute; top: -12px; right: -31px; -webkit-transform: rotate(2deg); -ms-transform: rotate(2deg); transform: rotate(2deg); width: 53.4666vw; max-width: 210px; }

@media (min-width: 750px) { .solution-thumbnail { top: 2vw; right: 29px; -webkit-transform: rotate(-14deg); -ms-transform: rotate(-14deg); transform: rotate(-14deg); max-width: 242px; } }

@media (min-width: 1024px) { .solution-thumbnail { top: -70px; right: 99px; width: 34vw; max-width: 470px; } }

.solution-background { position: absolute; top: 75px; right: 0; z-index: -1; display: block; width: 37.2vw; height: 210px; background-position: center right; background-image: url("img/about-bg.jpg"); background-size: cover; }

@media (min-width: 750px) { .solution-background { top: 23vw; width: 32.7vw; height: 319px; } }

@media (min-width: 1024px) { .solution-background { top: 247px; height: 419px; } }

/*--------------------------------------------------- points ---------------------------------------------------*/
.section-points { position: relative; padding-top: 40px; }

.section-points > .inner > .title { width: 85.333vw; margin: 0 auto; -webkit-transform: translateX(1.333vw); -ms-transform: translateX(1.333vw); transform: translateX(1.333vw); }

@media (min-width: 750px) { .section-points > .inner > .title { width: 44.375vw; max-width: 639px; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

.section-points > .background { position: absolute; top: 0; left: 0; z-index: -1; display: block; width: 100%; }

@media (min-width: 750px) { .section-points > .background { top: 103px; } }

.section-points > .background > .image { width: 100%; max-width: 100%; }

.points-contents { margin-top: 7px; }

/*--------------------------------------------------- use ---------------------------------------------------*/
.section-use { padding-top: 65px; }

.use-contents { position: relative; padding-top: 36px; }

.use-contents > .thumbnail { margin-left: -13px; margin-right: -13px; }

@media (min-width: 750px) { .use-contents > .thumbnail { margin-left: 0; margin-right: 0; } }

.use-contents > .popup { position: absolute; top: 8px; right: -6px; width: 21.333vw; max-width: 187px; }

@media (min-width: 1024px) { .use-contents > .popup { top: -37px; right: -27px; } }

/*--------------------------------------------------- safety ---------------------------------------------------*/
.section-safety { margin-top: 57px; }

@media (min-width: 750px) { .section-safety { padding-top: 0; } }

@media (min-width: 1024px) { .section-safety { margin-top: 0; } }

.safety-contents { margin-top: 44px; }

.safety-test { margin-top: 12px; }

@media (min-width: 1024px) { .safety-test { margin-top: 87px; } }

.safety-test > .title { margin-left: -8px; margin-right: -8px; font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 18px; font-weight: 400; text-align: center; line-height: 1.6; }

@media (min-width: 1024px) { .safety-test > .title { position: relative; padding-bottom: 8px; font-size: 36px; } }

@media (min-width: 1024px) { .safety-test > .title::before { content: ''; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 790px; height: 8px; background-color: #dbb63c; } }

.safety-test > .title > .comment { display: block; font-size: 11px; }

@media (min-width: 1024px) { .safety-test > .title > .comment { font-size: 21px; } }

.safety-test > .content { margin-top: 16px; margin-left: -13px; margin-right: -13px; }

@media (min-width: 750px) { .safety-test > .content { margin-left: 0; margin-right: 0; } }

/*--------------------------------------------------- effects ---------------------------------------------------*/
.section-effects { margin-top: 11px; }

@media (min-width: 1024px) { .section-effects { margin-top: 109px; } }

.effects-contents { padding-bottom: 2rem; }

@media (min-width: 750px) { .effects-contents { padding-bottom: 2rem; } }

.effects-contents > .thumbnail { position: relative; padding-top: 50px; margin-left: -13px; margin-right: -13px; }

@media (min-width: 750px) { .effects-contents > .thumbnail { z-index: -1; padding-top: 0; margin-top: -20px; margin-left: 0; margin-right: 0; } }

.effects-contents > .thumbnail > .-products { position: absolute; top: -56px; right: -98px; width: 328px; max-height: none; }

@media (min-width: 750px) { .effects-contents > .thumbnail > .-products { top: -110px; width: 62vw; max-width: 800px; } }

@media (min-width: 1024px) { .effects-contents > .thumbnail > .-products { top: -266px; right: -192px; } }

.effects-contents > .text { margin-top: 51px; font-size: 14px; text-align: justify; }

@media (min-width: 1024px) { .effects-contents > .text { font-size: 20px; } }

.effects-contents > .text > .emphasize { font-weight: 700; }

.effects-contents > .title { margin-top: 31px; font-size: 18px; color: #53a1c4; line-height: 1.6; text-align: center; }

@media (min-width: 750px) { .effects-contents > .title { margin-top: 89px; } }

@media (min-width: 1024px) { .effects-contents > .title { font-size: 28px; } }

.effects-contents > .chart { position: relative; margin-top: 18px; }

@media (min-width: 750px) { .effects-contents > .chart { margin-top: 0; } }

.effects-contents > .chart > .image { width: 100%; }

.effects-contents > .chart > .comment { font-size: .625rem; text-align: left; }

@media (min-width: 750px) { .effects-contents > .chart > .comment { position: absolute; bottom: 0; left: 0; font-size: .875rem; text-align: center; } }

/*--------------------------------------------------- term ---------------------------------------------------*/
.section-term { position: relative; }

.section-term > .background { position: absolute; top: 324vw; top: 44%; left: 0; z-index: -1; display: block; width: 100%; }

@media (min-width: 750px) { .section-term > .background { bottom: 103px; } }

.section-term > .background > .image { width: 100%; max-width: 100%; }

.term-contents > .text { margin-top: 17px; font-size: 14px; text-align: justify; }

@media (min-width: 750px) { .term-contents > .text { font-size: 20px; } }

@media (min-width: 1024px) { .term-contents > .text { margin-top: 41px; line-height: 2; } }

.term-contents > .text > .emphasize { font-weight: 700; }

.term-contents > .chart { margin-top: 36px; text-align: center; }

@media (min-width: 1024px) { .term-contents > .chart { margin-top: 89px; } }

.term-contents > .chart > .caption { color: #53a1c4; font-size: 16px; font-weight: bold; text-align: left; }

@media (min-width: 1024px) { .term-contents > .chart > .caption { font-size: 28px; } }

.term-contents > .chart > .image { width: 100%; max-width: 820px; margin-top: 20px; }

@media (min-width: 1024px) { .term-contents > .chart > .image { margin-top: 55px; } }

.term-contents > .chart > .image.-comparison { max-width: none; margin-top: 0; }

.term-contents > .chart > .comment { margin-top: .5rem; font-size: .75rem; text-align: left; }

@media (min-width: 750px) { .term-contents > .chart > .comment { font-size: .875rem; text-align: center; } }

.term-contents > .title { margin-top: 31px; font-size: 18px; color: #53a1c4; line-height: 1.6; text-align: center; }

@media (min-width: 750px) { .term-contents > .title { font-size: 24px; } }

@media (min-width: 1024px) { .term-contents > .title { margin-top: 116px; font-size: 42px; } }

.term-contents > .list-mark { margin-top: 20px; }

@media (min-width: 750px) { .term-contents > .list-mark { margin-top: 40px; } }

.term-contents > .sentense { position: relative; padding-top: 77px; font-size: 15px; line-height: 1.9; }

.term-contents > .sentense > .title { display: block; font-size: 16px; font-weight: 400; line-height: 1.5; }

@media (min-width: 1024px) { .term-contents > .sentense > .title { display: inline-block; } }

.term-contents > .sentense > .emphasize { color: #53a1c4; font-size: 31px; line-height: 1.058; }

.term-contents > .sentense .comment { margin-top: 23px; display: block; font-size: 12px; line-height: 1.4; }

.term-contents > .sentense > .thumbnail { position: absolute; top: -42px; right: -117px; width: 378px; max-height: none; }

.term-contents > .sentense > .background { position: absolute; top: 0; left: 0; z-index: -1; display: block; width: 100%; }

@media (min-width: 750px) { .term-contents > .sentense > .background { top: 103px; } }

.term-contents > .sentense > .background > .image { width: 100%; max-width: 100%; }

/*--------------------------------------------------- smell ---------------------------------------------------*/
.section-conponent { position: relative; }

.section-conponent > .background { position: absolute; top: 0; left: 0; z-index: -1; display: block; width: 100%; }

@media (min-width: 750px) { .section-conponent > .background { top: 180px; } }

.section-conponent > .background > .image { width: 100%; max-width: 100%; }

.conponent-contents > .sentense { position: relative; padding-top: 77px; font-size: 15px; line-height: 1.9; }

@media (min-width: 750px) { .conponent-contents > .sentense { text-align: center; } }

@media (min-width: 1024px) { .conponent-contents > .sentense { font-size: 20px; } }

.conponent-contents > .sentense > .title { display: block; font-size: 16px; font-weight: 400; line-height: 1.5; }

@media (min-width: 750px) { .conponent-contents > .sentense > .title { display: inline-block; font-size: 28px; } }

.conponent-contents > .sentense > .emphasize { color: #53a1c4; font-size: 31px; line-height: 1.058; }

@media (min-width: 750px) { .conponent-contents > .sentense > .emphasize { display: inline-block; font-weight: bold; } }

@media (min-width: 1024px) { .conponent-contents > .sentense > .emphasize { font-size: 38px; } }

.conponent-contents > .sentense .comment { margin-top: 23px; display: block; font-size: 12px; line-height: 1.4; }

@media (min-width: 750px) { .conponent-contents > .sentense .comment { display: inline-block; margin-top: 0; font-size: 15px; } }

@media (min-width: 1024px) { .conponent-contents > .sentense .comment { font-size: 20px; } }

.conponent-contents > .sentense > .thumbnail { position: absolute; top: -42px; right: -117px; width: 378px; max-height: none; }

.smell-contents { margin-top: 23px; margin-left: -13px; margin-right: -13px; }

@media (min-width: 750px) { .smell-contents { margin-top: 111px; } }

@media (min-width: 750px) { .smell-contents > .thumbnail { position: relative; padding-right: 30%; } }

@media (min-width: 1024px) { .smell-contents > .thumbnail { padding-right: 31%; } }

.smell-contents > .thumbnail > .image { width: 100%; }

.smell-contents > .thumbnail > .spray { position: absolute; top: -200px; right: -160px; width: 75%; max-height: none; }

@media (min-width: 1024px) { .smell-contents > .thumbnail > .spray { top: -250px; right: -240px; } }

.heyfever-contents { border: 3px solid #dbb63c; padding: 24px 12px; margin-top: 30px; }

@media (min-width: 750px) { .heyfever-contents { padding: 20px 32px 32px; } }

.heyfever-contents > .title { color: #53a1c4; font-size: 20px; text-align: center; }

@media (min-width: 750px) { .heyfever-contents > .title { font-size: 32px; } }

.heyfever-contents > .text { margin-top: 24px; font-size: 15px; line-height: 1.8; }

@media (min-width: 1024px) { .heyfever-contents > .text { font-size: 20px; } }

/*--------------------------------------------------- Q&A ---------------------------------------------------*/
.section-qa { margin-top: 35px; }

.qa-contents { margin-top: 40px; }

/*--------------------------------------------------- review ---------------------------------------------------*/
.section-review { margin-top: 36px; }

@media (min-width: 750px) { .section-review { margin-top: 100px; } }

@media (min-width: 1024px) { .section-review { margin-top: 200px; } }

.review-image { margin-top: 20px; margin-left: -13px; margin-right: -13px; }

@media (min-width: 1024px) { .review-image { margin-top: 57px; margin-left: -57px; margin-right: -57px; } }

/*--------------------------------------------------- works ---------------------------------------------------*/
.works-contents > .text { margin-top: 14px; font-size: 10px; text-align: center; }

@media (min-width: 750px) { .works-contents > .text { font-size: 20px; } }

.works-contents > .chart { max-width: 913px; margin: 14px auto 0; }

@media (min-width: 750px) { .works-contents > .chart { margin-top: 28px; } }

/*--------------------------------------------------- products ---------------------------------------------------*/
.wrapper-bottom { background-image: url("img/cv-bg.png"); background-size: cover; background-position: top center; padding-bottom: 500px; }

@media (min-width: 1024px) { .wrapper-bottom { background-image: url("img/cv-bg-pc.png"); padding-bottom: 598px; } }

.section-products { margin-top: 84px; }

@media (min-width: 750px) { .section-products { margin-top: 149px; } }

.products-contents > .text { margin-top: 20px; font-size: 10px; text-align: center; }

@media (min-width: 750px) { .products-contents > .text { margin-top: 40px; font-size: 20px; } }

/*  contact
---------------------------------------------------*/
.section-contact { margin-top: 55px; }

@media (min-width: 750px) { .section-contact { margin-top: 117px; } }

.section-contact > .inner > .title { font-size: 20px; text-align: center; }

@media (min-width: 750px) { .section-contact > .inner > .title { font-size: 40px; } }

.contact-contents { margin-top: 10px; }

@media (min-width: 750px) { .contact-contents { margin-top: 51px; } }

.contact-contents > .text { font-size: 11px; text-align: center; }

@media (min-width: 750px) { .contact-contents > .text { font-size: 14px; line-height: 2; } }

/* トップページ */

/*# sourceMappingURL=style.css.map */