﻿/*----------------------------------------
reset
----------------------------------------*/

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

/*----------------------------------------
全体
----------------------------------------*/

body {
	color: #00224a;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	word-break: break-word;
	text-size-adjust: none;
}

.wrapper {
	box-sizing: border-box;
	height: 100%;
	margin: 0 auto;
	width: 1140px;
}

.sp-wrapper {
	overflow: hidden;
}

.center {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc-left {
	float: left;
}

.pc-right {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.t-center {
	text-align: center !important;
}

.t-left {
	text-align: left !important;
}

.t-right {
	text-align: right !important;
}

.pc-t-center {
	text-align: center !important;
}

.clear {
	clear: both;
}

.inline {
	display: inline !important;
}

.inline-b {
	display: inline-block !important;
}

.block {
	display: block !important;
}

.of {
	overflow: hidden;
}

.pc-of {
	overflow: hidden;
}

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

.flex-center {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
}

.flex-middle {
	align-items: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
}

img,
iframe {
	display: block;
}

a:hover img {
	opacity: 0.6;
}

.img-banner {
	background-size: 100% !important;
	box-sizing: border-box;
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}

a:hover .img-banner {
	opacity: 0.6;
}

a {
	color: #0000ee;
}

a:hover {
	color: #681da8;
}

a.bo {
	text-decoration: underline;
}

a.bo:hover {
	text-decoration: none;
}

a.no-bo {
	text-decoration: none;
}

a.no-bo:hover {
	text-decoration: underline;
}

.full {
	height: auto;
	width: 100%;
}

.full-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.full-img img {
	height: auto;
	width: 100%;
}

.list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.list li {
	box-sizing: border-box;
	list-style: disc !important;
	margin-left: 19px !important;
}

_::-webkit-full-page-media, _:future, :root .list li {
	margin-left: 23px !important;
}

.num-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list li {
	box-sizing: border-box;
	list-style: decimal !important;
	margin-left: 20px !important;
}

.num-list li:nth-child(n+10) {
	margin-left: 28px !important;
}

.num-list-2 {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.num-list-2 li {
	box-sizing: border-box;
	padding-left: 33px;
}

.num-in {
	left: 0;
	position: absolute;
}

.check-list {
	box-sizing: border-box;
	margin-bottom: 20px;
}

.check-list li {
	box-sizing: border-box;
	margin-bottom: 10px;
	min-height: 25px;
	padding-left: 37.5px;
	position: relative;
}

.check-list li:last-child {
	margin-bottom: 0;
}

.check-list li::before {
	background: #fff;
	box-sizing: border-box;
	border: 3px solid #000;
	content: "";
	left: 0;
	height: 25px;
	position: absolute;
	top: 3px;
	width: 25px;
}

.check-list li::after {
	box-sizing: border-box;
	border-right: 4px solid #ff0000;
	border-bottom: 4px solid #ff0000;
	content: "";
	left: 12px;
	height: 22px;
	position: absolute;
	top: -1px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 14px;
}

.douga {
	margin: 0 auto;
}

.douga iframe {
	margin: 0 auto;
}

.text-base {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 18px;
	position: relative;
}

.text-base-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 36px;
	position: relative;
}

.text-base-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 54px;
	position: relative;
}

.text-base-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 72px;
	position: relative;
}

.text-base-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 90px;
	position: relative;
}

.text-in {
	left: 0;
	position: absolute;
	top: 0;
}

.indent-1 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

.indent-2 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

.indent-3 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 3em;
	text-indent: -3em;
}

.indent-4 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 4em;
	text-indent: -4em;
}

.indent-5 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 5em;
	text-indent: -5em;
}

.indent-6 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 6em;
	text-indent: -6em;
}

.indent-7 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 7em;
	text-indent: -7em;
}

.indent-8 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 8em;
	text-indent: -8em;
}

.indent-9 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 9em;
	text-indent: -9em;
}

.indent-10 {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 10em;
	text-indent: -10em;
}

.pc {
	display: block;
}

.pc.tab {
	display: block;
}

.pc.tab.mobi {
	display: block;
}

.tab {
	display: none;
}

.tab.mobi {
	display: none;
}

.pc.mobi {
	display: block;
}

.mobi {
	display: none;
}

.first {
	margin-top: 0 !important;
}

.last {
	margin-bottom: 0 !important;
}

.m20 {
	margin: 20px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.no-mt20 {
	margin-top: -20px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.m40 {
	margin: 40px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.m60 {
	margin: 60px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.m80 {
	margin: 80px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.ml80 {
	margin-left: 80px !important;
}

.mr80 {
	margin-right: 80px !important;
}

.m100 {
	margin: 100px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.ml100 {
	margin-left: 100px !important;
}

.mr100 {
	margin-right: 100px !important;
}

.p20 {
	padding: 20px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.p40 {
	padding: 40px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pl40 {
	padding-left: 40px !important;
}

.pr40 {
	padding-right: 40px !important;
}

.p60 {
	padding: 60px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

.pl60 {
	padding-left: 60px !important;
}

.pr60 {
	padding-right: 60px !important;
}

.p80 {
	padding: 80px !important;
}

.pt80 {
	padding-top: 80px !important;
}

.pb80 {
	padding-bottom: 80px !important;
}

.pl80 {
	padding-left: 80px !important;
}

.pr80 {
	padding-right: 80px !important;
}

.p100 {
	padding: 100px !important;
}

.pt100 {
	padding-top: 100px !important;
}

.pb100 {
	padding-bottom: 100px !important;
}

.pl100 {
	padding-left: 100px !important;
}

.pr100 {
	padding-right: 100px !important;
}

/*----------------------------------------
文字スタイル
----------------------------------------*/

.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.minchou {
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.hirago {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
}

.hiramin {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

.maru {
	font-family: "Zen Maru Gothic", serif;
}

.round {
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.corp-font {
	font-family: 'corp-font';
}

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

.red {
	color: #ff0000;
}

.blue {
	color: #0000ff;
}

.yellow {
	color: #ffff00;
}

.green {
	color: #008800;
}

.orange {
	color: #ff8800;
}

.purple {
	color: #9400d3;
}

.magenta {
	color: #F37C92;
}

.cyan {
	color: #5DBFF2;
}

.y-b {
	background: linear-gradient(transparent 50%, #ffff00 50%);
}

.light-blue {
	color: #0089ce;
}

.dark-y-b {
	background: linear-gradient(transparent 50%, #fbe21f 50%);
}

.fs15 {
	font-size: 15px !important;
	line-height: 25px !important;
}

.fs23 {
	font-size: 23px !important;
	line-height: 33px !important;
}

.fs30 {
	font-size: 30px !important;
	line-height: 40px !important;
}

.fs40 {
	font-size: 40px !important;
	line-height: 50px !important;
}

.fs50 {
	font-size: 50px !important;
	line-height: 60px !important;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* > */
.icon-cheveron-up::before {
	content: "\e001";
}

/* 角が丸い> */
.icon-chevron-right::before {
	content: "\e024";
}

/* ▲ */
.icon-triangle-right::before {
	content: "\e002";
}

/* 正三角形な▲ */
.icon-triangle-1::before {
	content: "\e003";
}

/* 短めの▲ */
.icon-triangle-2::before {
	content: "\e004";
}

/* ○ */
.icon-maru-1::before {
	content: "\e005";
}

/* ● */
.icon-maru-2::before {
	content: "\e006";
}

/* ◎ */
.icon-maru-3::before {
	content: "\e007";
}

/* ◎の中の丸が黒 */
.icon-maru-4::before {
	content: "\e008";
}

/* □ */
.icon-shikaku-1::before {
	content: "\e009";
}

/* ■ */
.icon-shikaku-2::before {
	content: "\e010";
}

/* → */
.icon-yazirushi-1::before {
	content: "\e011";
}

/* 短めの→ */
.icon-yazirushi-2::before {
	content: "\e012";
}

/* かなり短めの→ */
.icon-yazirushi-3::before {
	content: "\e013";
}

/* 線だけの→ */
.icon-yazirushi-4::before {
	content: "\e014";
}

/* 本体ありの電話 */
.icon-old-phone::before {
	content: "\e015";
}

/* 受話器のみの電話 */
.icon-phone::before {
	content: "\e016";
}

/* 背景ありの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed2::before {
	content: "\e017";
}

/* 背景なしの手紙アイコン(簡易なデザイン) */
.icon-mail-envelope-closed3::before {
	content: "\e018";
}

/* 背景ありの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed::before {
	content: "\e019";
}

/* 背景なしの手紙アイコン(複雑なデザイン) */
.icon-mail-envelope-closed1::before {
	content: "\e020";
}

/* ＋ */
.icon-plus::before {
	content: "\e021";
}

/* － */
.icon-minus::before {
	content: "\e022";
}

/* × */
.icon-batsu::before {
	content: "\e023";
}

/*----------------------------------------
画像関連
----------------------------------------*/

/*----------------------------------------
header
----------------------------------------*/

header {
	box-sizing: border-box;
}

.head-in {
	background: #fff;
	box-sizing: border-box;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9990;
}

.head-in.fixed {
	border-color: #ccc !important;
	border-bottom: 1px solid;
}

.head-in .wrapper {
	padding: 16px 0;
	width: 100%;
}

.head-in-logo {
	box-sizing: border-box;
	display: block;
	float: left;
	margin-left: 47px;
	width: 246px;
}

body#thanks .head-in-logo {
	margin: 13.52px 0;
	margin-left: 47px;
}

.head-in-logo .img-banner {
	background: url(images/logo.png) no-repeat;
	padding-bottom: 12.195%;
}

.head-in-contact-btn {
	box-sizing: border-box;
	display: block;
	float: right;
	margin-right: 48px;
	text-decoration: none;
	width: 196px;
}

.head-in-contact-btn-in {
	background: #0089ce;
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	padding: 16px;
	text-align: center;
}

.head-in-contact-btn:hover .head-in-contact-btn-in {
	opacity: 0.6;
}

.head-in-contact-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 26px;
	position: relative;
}

.head-in-contact-btn-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 15px;
}

.head-in-contact-btn-in-text-icon::before {
	background: url(images/icon-send.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

/*----------------------------------------
TOPページ
----------------------------------------*/

.top-main-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-main-title-in {
	box-sizing: border-box;
}

.top-main-title-in-in {
	box-sizing: border-box;
	border-color: #00224a !important;
	border-bottom: 2px dashed;
	display: inline-block;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: 0.08vw;
	padding-bottom: 5px;
}

/*------------------------------
TOP KV
------------------------------*/

.top-kv {
	background: url(images/top-kv-img-new.jpg) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	height: 0;
	margin-top: 88px;
	overflow: hidden;
	padding-bottom: 44.444%;
	width: 100%;
}

.top-kv .wrapper {
	left: 0;
	height: 43.9vw;
	margin: 0 auto;
	padding-top: 9.2vw;
	position: absolute;
	right: 0;
	width: 90%;
}

.top-kv-title {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	right: 0;
}

.top-kv-title-main {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-kv-title-main-in {
	background-image: repeating-linear-gradient(90deg, #0089ce, #0089ce 1.2vw, transparent 1.2vw, transparent 2.4vw);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 100% 0.3vw;
	box-sizing: border-box;
	display: inline-block;
}

.top-kv-title-main-in-in {
	box-sizing: border-box;
	color: #0089ce;
	display: inline-block;
	font-family: "corp-font";
	font-size: 6.2vw;
	line-height: 1.4;
	letter-spacing: 0.65vw;
}

.top-kv-title-main-in-in .big {
	box-sizing: border-box;
	npx^so: ;
	npx^so: p;
	display: inline-block;
	font-size: 7.8vw;
	line-height: 1;
	position: relative;
	top: 0.2vw;
}

.top-kv-title-sub {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 1.8vw;
	text-align: center;
}

.top-kv-title-sub-in {
	box-sizing: border-box;
}

.top-kv-title-sub-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-family: "corp-font";
	font-size: 3.12vw;
	line-height: 1.273;
}

.top-kv-title-sub-in-in .text {
	box-sizing: border-box;
	display: block;
}

/*------------------------------
紹介
------------------------------*/

.top-intro-content {
	box-sizing:  border-box;
}

.top-intro-content .wrapper {
	padding: 79px 0;
}

.top-intro-content-main-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.464;
	letter-spacing: 0.07vw;
	text-align: center;
}

.top-intro-title + .top-intro-content-main-text {
	margin-top: 19px;
}

.top-intro-content-point-con {
	box-sizing: border-box;
	margin: 46px 5px -23px;
}

.top-intro-content-point-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 23px 23px 0;
	padding-top: 32px;
	position: relative;
	width: 361px;
}

.top-intro-content-point-con section:nth-child(3n),
.top-intro-content-point-con section:last-child {
	margin-right: 0;
}

.top-intro-content-point-con-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	z-index: 2;
}

.top-intro-content-point-con-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100% !important;
	position: relative;
	width: 100%;
}

.top-intro-content-point-con section.sec-lot .top-intro-content-point-con-icon::before {
	background: url(images/top-intro-icon-1.png) no-repeat;
}

.top-intro-content-point-con section.sec-deadline .top-intro-content-point-con-icon::before {
	background: url(images/top-intro-icon-2.png) no-repeat;
}

.top-intro-content-point-con section.sec-track .top-intro-content-point-con-icon::before {
	background: url(images/top-intro-icon-3.png) no-repeat;
}

.top-intro-content-point-con section.sec-storage .top-intro-content-point-con-icon::before {
	background: url(images/top-intro-icon-4.png) no-repeat;
}

.top-intro-content-point-con section.sec-prescription .top-intro-content-point-con-icon::before {
	background: url(images/top-intro-icon-5.png) no-repeat;
}

.top-intro-content-point-con-in {
	box-sizing: border-box;
	border-color: #0089ce !important;
	border: 3px solid;
	border-radius: 16px;
	padding: 37px 20px 16px;
}

.top-intro-content-point-con-in-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
}

.top-intro-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 39px;
	padding-bottom: 13px;
	position: relative;
	text-align: center;
}

.top-intro-title::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 13px 8px 0;
	border-color: #fbe21f transparent transparent;
	bottom: 0;
	content: "";
	left: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0;
}

.top-intro-title-in {
	background: #fbe21f;
	box-sizing: border-box;
	border-radius: 100px;
	display: inline-block;
	padding: 5px 53px 9px;
}

.top-intro-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: 0.08vw;
}

.top-intro-title-in-in .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 36px;
	line-height: 1;
}

.top-intro-content-btn {
	box-sizing: border-box;
	display: block;
	margin: 39px auto 0;
	text-decoration: none;
	width: 360px;
}

.top-intro-content-btn-in {
	background: #0089ce;
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	padding: 19px;
	text-align: center;
}

.top-intro-content-btn:hover .top-intro-content-btn-in {
	opacity: 0.6;
}

.top-intro-content-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 28px;
	position: relative;
}

.top-intro-content-btn-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 15px;
}

.top-intro-content-btn-in-text-icon::before {
	background: url(images/icon-send.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

/*------------------------------
国内トップクラスの実績
------------------------------*/

.top-achievements-content {
	background: #f5fcff;
	box-sizing: border-box;
}

.top-achievements-content .wrapper {
	padding: 78px 0;
}

.top-achievements-content .top-main-title-in-in {
	border-color: #0089ce !important;
	color: #0089ce;
}

.top-achievements-content-con {
	box-sizing: border-box;
	margin: 46px 5px -19px;
}

.top-achievements-content-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 19px 19px 0;
	position: relative;
	width: 268px;
}

.top-achievements-content-con section:nth-child(4n),
.top-achievements-content-con section:last-child {
	margin-right: 0;
}

.top-achievements-content-con-bg {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
}

.top-achievements-content-con-bg::before {
	background: url(images/top-achievements-circle-bg.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.top-achievements-content-con-in {
	box-sizing: border-box;
	left: 0;
	height: 100%;
	padding-top: 78px;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-achievements-content-con section.sec-line-2 .top-achievements-content-con-in {
	padding-top: 68px;
}

.top-achievements-content-con-in-main-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-achievements-content-con-in-main-title-in {
	box-sizing: border-box;
}

.top-achievements-content-con-in-main-title-in-in {
	box-sizing: border-box;
	color: #0089ce;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
}

.top-achievements-content-con section.sec-line-2 .top-achievements-content-con-in-main-title-in-in {
	font-size: 17px;
	line-height: 1.471;
}

.top-achievements-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 11px;
	text-align: center;
}

.top-achievements-content-con section.sec-line-2 .top-achievements-content-con-in-title {
	margin-top: 2px;
}

.top-achievements-content-con-in-title-in {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.top-achievements-content-con-in-title-in::after {
	background: #fbe21f;
	box-sizing: border-box;
	bottom: 6px;
	content: "";
	left: 0;
	height: 12px;
	position: absolute;
	width: 100%;
}

.top-achievements-content-con-in-title-in-in {
	box-sizing: border-box;
	color: #0089ce;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}

.top-achievements-content-con-in-title-in-in .big {
	box-sizing: border-box;
	display: inline-block;
	font-size: 72px;
	line-height: 1;
}

.top-achievements-content-caution-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.06vw;
	margin: 28px 4px 0 0;
	text-align: right;
}

/*------------------------------
育毛研究の専門家チーム
------------------------------*/

.top-expert-content {
	background: #fffee4;
	box-sizing: border-box;
}

.top-expert-content .wrapper {
	padding: 78px 0;
}

.top-expert-content-main-img-list {
	box-sizing: border-box;
	margin: 45px 5px -36px;
}

.top-expert-content-main-img-list li {
	box-sizing: border-box;
	float: left;
	margin: 0 36px 36px 0;
	width: 547px;
}

.top-expert-content-main-img-list li:nth-child(2n),
.top-expert-content-main-img-list li:last-child {
	margin-right: 0;
}

.top-expert-content-main-img-list-img {
	box-sizing: border-box;
	border-radius: 24px;
	display: block;
	overflow: hidden;
	width: 100%;
}

.top-expert-content-main-img-list-img img {
	height: auto;
	width: 100%;
}

.top-expert-content-in {
	background: #fbe21f;
	box-sizing: border-box;
	border-radius: 24px;
	margin: 40px 5px 0;
	padding: 32px 39px;
}

.top-expert-content-in-title {
	box-sizing: border-box;
	border-color: #00224a !important;
	border-bottom: 2px dashed;
	line-height: 0;
	padding-bottom: 7px;
}

.top-expert-content-in-title-in {
	box-sizing: border-box;
}

.top-expert-content-in-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.09vw;
}

.top-expert-content-in-in {
	box-sizing: border-box;
	margin-top: 23px;
}

.top-expert-content-in-in-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.778;
	letter-spacing: 0.05vw;
}

.top-expert-content-in-in-text p {
	margin-bottom: 20px;
}

.top-expert-content-in-in-text p:last-child {
	margin-bottom: 0;
}

.top-expert-content-con {
	box-sizing: border-box;
	counter-reset: number 0;
	margin: 38px 5px 0;
}

.top-expert-content-con section {
	box-sizing: border-box;
	margin-bottom: 58px;
}

.top-expert-content-con section:last-child {
	margin-bottom: 0;
}

.top-expert-content-con section:nth-child(2n) > .flex-middle {
	flex-direction: row-reverse;
}

.top-expert-content-con-img {
	box-sizing: border-box;
	padding: 0 5px 5px 0;
	position: relative;
	width: 582px;
}

.top-expert-content-con-img::after {
	background: #fbe21f;
	box-sizing: border-box;
	border-radius: 24px;
	bottom: 0;
	content: "";
	height: calc(100% - 5px);
	position: absolute;
	right: 0;
	width: calc(100% - 5px);
}

.top-expert-content-con-img-in {
	box-sizing: border-box;
	border-radius: 24px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.top-expert-content-con-img-in img {
	height: auto;
	width: 100%;
}

.top-expert-content-con-in {
	box-sizing: border-box;
	width: 515px;
}

.top-expert-content-con-in-title {
	box-sizing: border-box;
}

.top-expert-content-con-in-title-num {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 50px;
}

.top-expert-content-con-in-title-num::before {
	background: url(images/icon-drop-yellow.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 142%;
	position: relative;
	width: 100%;
}

.top-expert-content-con-in-title-num::after {
	box-sizing: border-box;
	counter-increment: number 1;
	content: "0" counter(number);
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 900;
	font-size: 28px;
	line-height: 1.5;
	position: absolute;
	text-align: center;
	top: 23px;
	width: 100%;
	z-index: 2;
}

.top-expert-content-con-in-title-main {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 18px;
}

.top-expert-content-con-in-title-main-in {
	box-sizing: border-box;
}

.top-expert-content-con-in-title-main-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.458;
	letter-spacing: 0.04vw;
}

.top-expert-content-con-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	margin-top: 23px;
}

.top-expert-content-con-in-text p {
	margin-bottom: 20px;
}

.top-expert-content-con-in-text p:last-child {
	margin-bottom: 0;
}

.top-expert-content-btn {
	box-sizing: border-box;
	display: block;
	margin: 50px auto 0;
	text-decoration: none;
	width: 280px;
}

.top-expert-content-btn-in {
	background: #fbe21f;
	box-sizing: border-box;
	border-radius: 100px;
	color: #0089ce;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 16px;
	text-align: center;
}

.top-expert-content-btn:hover .top-expert-content-btn-in {
	opacity: 0.6;
}

.top-expert-content-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.top-expert-content-btn-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 18px;
}

.top-expert-content-btn-in-text-icon::before {
	background: url(images/icon-comment.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

/*------------------------------
確かな品質と安全性
------------------------------*/

.top-safety-content {
	background: url(images/top-safety-bg.jpg);
	background-position: top center;
	box-sizing: border-box;
	position: relative;
}

.top-safety-content-bg {
	box-sizing: border-box;
	display: block;
	position: absolute;
}

.top-safety-content-bg::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.top-safety-content-bg.bg-1 {
	left: 0;
	top: 842px;
	width: 154px;
}

.top-safety-content-bg.bg-1::before {
	background: url(images/top-safety-bg-1.png) no-repeat;
	padding-bottom: 94.155%;
}

.top-safety-content-bg.bg-2 {
	bottom: 291px;
	right: 0;
	width: 149px;
}

.top-safety-content-bg.bg-2::before {
	background: url(images/top-safety-bg-2.png) no-repeat;
	padding-bottom: 100.67%;
}

.top-safety-content .wrapper {
	padding: 78px 0 85px;
}

.top-safety-content .top-main-title-in-in {
	border-color: #0089ce !important;
	color: #0089ce;
}

.top-safety-content-in {
	background: #0089ce;
	box-sizing: border-box;
	border-radius: 24px;
	margin: 47px 5px 0;
	padding: 32px 40px 27px;
}

.top-safety-content-in-img {
	box-sizing: border-box;
	border-color: #fff !important;
	border: 2px solid;
	border-radius: 12px;
	display: block;
	float: right;
	overflow: hidden;
	width: 255px;
}

.top-safety-content-in-img img {
	height: auto;
	width: 100%;
}

.top-safety-content-in-in {
	box-sizing: border-box;
	float: left;
	width: 766px;
}

.top-safety-content-in-in-title {
	box-sizing: border-box;
	border-color: #fff !important;
	border-bottom: 2px dashed;
	line-height: 0;
	padding-bottom: 7px;
}

.top-safety-content-in-in-title-in {
	box-sizing: border-box;
}

.top-safety-content-in-in-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: 0.05vw;
}

.top-safety-content-in-in-in {
	box-sizing: border-box;
	margin-top: 24px;
}

.top-safety-content-in-in-in-text {
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.778;
	letter-spacing: 0.05vw;
	width: 510px;
}

.top-safety-content-in-in-in-text p {
	margin-bottom: 20px;
}

.top-safety-content-in-in-in-text p:last-child {
	margin-bottom: 0;
}

.top-safety-content-in-in-in-img {
	box-sizing: border-box;
	display: block;
	float: right;
	margin-top: 3px;
	width: 237px;
}

.top-safety-content-in-in-in-img img {
	height: auto;
	width: 100%;
}

.top-safety-content-con {
	box-sizing: border-box;
	counter-reset: number 0;
	margin: 41px 5px 0;
}

.top-safety-content-con section {
	box-sizing: border-box;
	margin-bottom: 58px;
}

.top-safety-content-con section:last-child {
	margin-bottom: 0;
}

.top-safety-content-con section:nth-child(2n) > .flex-middle {
	flex-direction: row-reverse;
}

.top-safety-content-con-img {
	box-sizing: border-box;
	padding: 0 5px 5px 0;
	position: relative;
	width: 582px;
}

.top-safety-content-con-img::after {
	background: #0089ce;
	box-sizing: border-box;
	border-radius: 24px;
	bottom: 0;
	content: "";
	height: calc(100% - 5px);
	position: absolute;
	right: 0;
	width: calc(100% - 5px);
}

.top-safety-content-con-img-in {
	box-sizing: border-box;
	border-radius: 24px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.top-safety-content-con-img-in img {
	height: auto;
	width: 100%;
}

.top-safety-content-con-in {
	box-sizing: border-box;
	width: 514px;
}

.top-safety-content-con-in-num {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 50px;
}

.top-safety-content-con-in-num::before {
	background: url(images/icon-drop-blue.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 142%;
	position: relative;
	width: 100%;
}

.top-safety-content-con-in-num::after {
	box-sizing: border-box;
	counter-increment: number 1;
	color: #fff;
	content: "0" counter(number);
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 900;
	font-size: 28px;
	line-height: 1.5;
	position: absolute;
	text-align: center;
	top: 23px;
	width: 100%;
	z-index: 2;
}

.top-safety-content-con-in-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.667;
	letter-spacing: -0.02vw;
	margin-top: 18px;
}

/*------------------------------
訪間工場
------------------------------*/

.top-visiting-content {
	background: #fffee4;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.top-visiting-content-bg {
	box-sizing: border-box;
	display: block;
	position: absolute;
}

.top-visiting-content-bg::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.top-visiting-content-bg.bg-1 {
	left: 320px;
	top: 152px;
	width: 97px;
}

.top-visiting-content-bg.bg-1::before {
	background: url(images/top-visiting-bg-1.png) no-repeat;
	padding-bottom: 152.57%;
}

.top-visiting-content-bg.bg-2 {
	right: 212px;
	top: 149px;
	width: 70px;
}

.top-visiting-content-bg.bg-2::before {
	background: url(images/top-visiting-bg-2.png) no-repeat;
	padding-bottom: 158.57%;
}

.top-visiting-content-bg.bg-3 {
	left: 137px;
	top: 402px;
	width: 64px;
}

.top-visiting-content-bg.bg-3::before {
	background: url(images/top-visiting-bg-3.png) no-repeat;
	padding-bottom: 193.75%;
}

.top-visiting-content-bg.bg-4 {
	right: 69px;
	top: 361px;
	width: 100px;
}

.top-visiting-content-bg.bg-4::before {
	background: url(images/top-visiting-bg-4.png) no-repeat;
	padding-bottom: 153%;
}

.top-visiting-content-bg.bg-5 {
	bottom: 38px;
	left: 117px;
	width: 140px;
}

.top-visiting-content-bg.bg-5::before {
	background: url(images/top-visiting-bg-5.png) no-repeat;
	padding-bottom: 86.428%;
}

.top-visiting-content-bg.bg-6 {
	bottom: 50px;
	right: 118px;
	width: 115px;
}

.top-visiting-content-bg.bg-6::before {
	background: url(images/top-visiting-bg-6.png) no-repeat;
	padding-bottom: 101.73%;
}

.top-visiting-content .wrapper {
	padding: 79px 0;
	position: relative;
	z-index: 2;
}

.top-visiting-content-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.778;
	letter-spacing: 0.05vw;
	margin-top: 46px;
	text-align: center;
}

.top-visiting-content-text p {
	margin-bottom: 20px;
}

.top-visiting-content-text p:last-child {
	margin-bottom: 0;
}

.top-visiting-content-movie {
	background: #d9d9d9;
	box-sizing: border-box;
	border-color: #fff !important;
	border: 4px solid;
	height: 435px;
	margin: 40px auto 0;
	width: 775px;
}

/*------------------------------
こんなお悩みありませんか？
------------------------------*/

.top-worries-content {
	background: #f5f5f5;
	box-sizing: border-box;
}

.top-worries-content .wrapper {
	padding: 77px 0 13px;
	position: relative;
}

.top-worries-content-comment-con {
	box-sizing: border-box;
	margin-top: 50px;
}

.top-worries-content-comment-con section {
	box-sizing: border-box;
	margin-right: 63px;
	position: relative;
	width: 302px;
}

.top-worries-content-comment-con section:nth-child(1) {
	margin-top: 50px;
}

.top-worries-content-comment-con section:nth-child(3) {
	margin-top: 59px;
}

.top-worries-content-comment-con section:nth-child(5) {
	margin-top: 30px;
}

.top-worries-content-comment-con section:nth-child(3n),
.top-worries-content-comment-con section:last-child {
	margin-right: 0;
}

.top-worries-content-comment-con-bg {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
}

.top-worries-content-comment-con-bg::before {
	background: url(images/top-worries-comment-bg-1.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 52.302% !important;
	position: relative;
	width: 100%;
}

.top-worries-content-comment-con section:nth-child(2) .top-worries-content-comment-con-bg::before,
.top-worries-content-comment-con section:nth-child(3) .top-worries-content-comment-con-bg::before,
.top-worries-content-comment-con section:nth-child(5) .top-worries-content-comment-con-bg::before {
	background: url(images/top-worries-comment-bg-2.png) no-repeat;
}

.top-worries-content-comment-con-text {
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.45;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 51px;
	z-index: 2;
}

.top-worries-content-comment-con-text.line-2 {
	top: 33px;
}

.top-worries-content-comment-con-text.line-3 {
	top: 22px;
}

.top-worries-content-comment-con-text.line-4 {
	top: 11px;
}

.top-worries-content-flow-icon {
	box-sizing: border-box;
	display: block;
	margin: 48px auto 0;
	position: relative;
	width: 38px;
	z-index: 2;
}

.top-worries-content-flow-icon::before {
	background: url(images/top-worries-flow-icon.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 126.31%;
	position: relative;
	width: 100%;
}

.top-worries-content-human-img {
	box-sizing: border-box;
	bottom: -5px;
	display: block;
	position: absolute;
	z-index: 2;
}

.top-worries-content-human-img::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.top-worries-content-human-img.woman-img {
	left: 38px;
	width: 176px;
}

.top-worries-content-human-img.woman-img::before {
	background: url(images/top-worries-woman-img.png) no-repeat;
	padding-bottom: 171.59%;
}

.top-worries-content-human-img.man-img {
	right: 38px;
	width: 186px;
}

.top-worries-content-human-img.man-img::before {
	background: url(images/top-worries-man-img.png) no-repeat;
	padding-bottom: 161.82%;
}

/*------------------------------
私たちが解決します！
------------------------------*/

.top-solution-content {
	background: #f5f5f5;
	box-sizing: border-box;
	margin-top: -47px;
	position: relative;
}

.top-solution-content::before {
	background: #0089ce;
	box-sizing: border-box;
	clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.top-solution-content .wrapper {
	padding: 51px 0 78px;
	position: relative;
	z-index: 3;
}

.top-solution-content-title {
	box-sizing: border-box;
	line-height: 0;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}

.top-solution-content-title::before {
	box-sizing: border-box;
	border-style: solid;
	border-width: 20px 10px 0;
	border-color: #000 transparent transparent;
	bottom: 0;
	content: "";
	left: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0;
}

.top-solution-content-title::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 18px 8px 0;
	border-color: #fbe21f transparent transparent;
	bottom: 5px;
	content: "";
	left: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 0;
}

.top-solution-content-title-in {
	background: #fbe21f;
	box-sizing: border-box;
	border-color: #000 !important;
	border: 3px solid;
	border-radius: 100px;
	display: inline-block;
	padding: 9px 66px;
}

.top-solution-content-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: 0.1vw;
}

.top-solution-content-con {
	box-sizing: border-box;
	margin: 35px 0 -10px;
}

.top-solution-content-con section {
	background: #fff;
	box-sizing: border-box;
	border-color: #fbe21f !important;
	border: 4px solid;
	border-radius: 50%;
	height: 330px;
	margin: 0 55px 10px 0;
	position: relative;
	width: 330px;
}

.top-solution-content-con section:nth-child(3n),
.top-solution-content-con section:last-child {
	margin-right: 0;
}

.top-solution-content-con-in {
	box-sizing: border-box;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-solution-content-con-in-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-solution-content-con-in-title-in {
	box-sizing: border-box;
}

.top-solution-content-con-in-title-in-in {
	box-sizing: border-box;
	color: #0089ce;
	display: inline-block;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.286;
	letter-spacing: 0.1vw;
}

.top-solution-content-con-in-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.45;
	letter-spacing: 0.08vw;
	margin: 23px 10px 0;
	text-align: center;
}

.top-solution-content-btn {
	box-sizing: border-box;
	display: block;
	margin: 54px auto 0;
	text-decoration: none;
	width: 355px;
}

.top-solution-content-btn-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 100px;
	color: #0089ce;
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	padding: 19px;
	text-align: center;
}

.top-solution-content-btn:hover .top-solution-content-btn-in {
	opacity: 0.6;
}

.top-solution-content-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.top-solution-content-btn-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 19px;
}

.top-solution-content-btn-in-text-icon::before {
	background: url(images/icon-send-2.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.top-solution-content-human-img {
	box-sizing: border-box;
	bottom: 0;
	display: block;
	position: absolute;
	z-index: 3;
}

.top-solution-content-human-img::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.top-solution-content-human-img.woman-img {
	left: 108px;
	width: 273px;
}

.top-solution-content-human-img.woman-img::before {
	background: url(images/top-solution-woman-img.png) no-repeat;
	padding-bottom: 138.76%;
}

.top-solution-content-human-img.man-img {
	right: 76px;
	width: 309px;
}

.top-solution-content-human-img.man-img::before {
	background: url(images/top-solution-man-img.png) no-repeat;
	padding-bottom: 127.86%;
}

@media(max-width: 1411px) {

	.top-solution-content-human-img.woman-img {
		left: 50px;
		width: 200px;
	}

	.top-solution-content-human-img.man-img {
		right: 50px;
		width: 217px;
	}

}

/*------------------------------
スピーディーに対応
------------------------------*/

.top-step-content {
	box-sizing: border-box;
}

.top-step-content .wrapper {
	padding: 78px 0 62px;
}

.top-step-content .top-main-title-in-in {
	border-color: #0089ce !important;
	color: #0089ce;
	font-size: 32px;
}

.top-step-content .top-main-title-in-in + br + .top-main-title-in-in {
	margin-top: 5px;
}

.top-step-content-con {
	box-sizing: border-box;
	margin: 47px 5px 0;
}

.top-step-content-con section {
	box-sizing: border-box;
	margin-bottom: 46px;
}

.top-step-content-con section:last-child {
	margin: 0 50px;
}

.top-step-content-con-title {
	box-sizing: border-box;
}

.top-step-content-con-title-main {
	box-sizing: border-box;
	border-color: #0089ce !important;
	border-top: 2px solid;
	border-bottom: 2px solid;
	float: left;
	line-height: 0;
	padding: 6px 10px;
	position: relative;
	text-align: center;
}

.top-step-content-con-title-main.title-1 {
	border-left: 2px solid;
	width: 425px;
}

.top-step-content-con-title-main.title-2 {
	width: 679px;
}

.top-step-content-con-title-main.title-3 {
	width: 637px;
}

.top-step-content-con-title-main.title-3::before {
	background: #fff;
	box-sizing: border-box;
	border-color: #0089ce !important;
	border-top: 2px solid;
	border-right: 2px solid;
	content: "";
	left: -17px;
	height: 36px;
	position: absolute;
	top: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 36px;
}

.top-step-content-con-title-main::after {
	background: #fff;
	box-sizing: border-box;
	border-color: #0089ce !important;
	border-top: 2px solid;
	border-right: 2px solid;
	content: "";
	height: 36px;
	position: absolute;
	right: -18px;
	top: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 36px;
}

.top-step-content-con-title-main-in {
	box-sizing: border-box;
}

.top-step-content-con-title-main-in-in {
	box-sizing: border-box;
	color: #0089ce;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}

.top-step-content-con-flow-con {
	box-sizing: border-box;
	margin-top: 18px;
}

.top-step-content-con .top-step-content-con-flow-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 35px 0 0;
	padding-top: 26px;
	position: relative;
	width: 198px;
}

.top-step-content-con .top-step-content-con-flow-con section:nth-child(5n),
.top-step-content-con .top-step-content-con-flow-con section:last-child {
	margin-right: 0;
}

.top-step-content-con section:last-child .top-step-content-con-flow-con section:last-child {
	margin-left: 99px;
}

.top-step-content-con section:last-child .top-step-content-con-flow-con section:last-child::before {
	background: url(images/icon-plus.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	left: -104px;
	height: 38px;
	position: absolute;
	top: 74px;
	width: 38px;
}

.top-step-content-con-flow-con-num {
	background: #fff;
	box-sizing: border-box;
	border-color: #0089ce !important;
	border: 2px solid;
	border-radius: 50%;
	line-height: 0;
	left: 0;
	height: 48px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
	z-index: 2;
}

.top-step-content-con-flow-con-num-in {
	box-sizing: border-box;
	color: #0089ce;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}

.top-step-content-con-flow-con-in {
	background: #f5f5f5;
	box-sizing: border-box;
	border-radius: 16px;
	height: 135px;
	position: relative;
}

.top-step-content-con-flow-con-in-img {
	box-sizing: border-box;
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 108px;
}

.top-step-content-con-flow-con-in-img img {
	height: auto;
	width: 100%;
}

.top-step-content-con-flow-con-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 11px;
	text-align: center;
}

.top-step-content-con-flow-con-title-in {
	box-sizing: border-box;
}

.top-step-content-con-flow-con-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
}

.top-step-content-img-list {
	animation: infinity-loop 7s infinite linear;
	box-sizing: border-box;
	margin: 63px calc(50% - 50vw) 0;
}

.top-step-content-img-list div {
	transition: none;
}

.top-step-content-img-list .slick-slide {
	box-sizing: border-box;
	margin-right: 25px;
}

.top-step-content-img-list .slick-slide[data-slick-index="0"],
.top-step-content-img-list .slick-slide[data-slick-index="5"] {
	width: 298px;
}

.top-step-content-img-list .slick-slide[data-slick-index="1"],
.top-step-content-img-list .slick-slide[data-slick-index="6"] {
	width: 354px;
}

.top-step-content-img-list .slick-slide[data-slick-index="2"],
.top-step-content-img-list .slick-slide[data-slick-index="7"] {
	width: 270px;
}

.top-step-content-img-list .slick-slide[data-slick-index="3"],
.top-step-content-img-list .slick-slide[data-slick-index="8"] {
	width: 255px;
}

.top-step-content-img-list .slick-slide[data-slick-index="-1"],
.top-step-content-img-list .slick-slide[data-slick-index="4"],
.top-step-content-img-list .slick-slide[data-slick-index="9"] {
	width: 258px;
}

.top-step-content-img-list li {
	box-sizing: border-box;
}

.top-step-content-img-list-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top-step-content-img-list-img img {
	height: auto;
	width: 100%;
}

/*------------------------------
お客様の声
------------------------------*/

.top-voice-content {
	background: #f5f5f5;
	box-sizing: border-box;
}

.top-voice-content .wrapper {
	padding: 74px 0;
}

.top-voice-content .top-main-title-in-in {
	border-color: #0089ce !important;
	color: #0089ce;
}

.top-voice-content-con {
	box-sizing: border-box;
	margin: 46px 5px 0;
}

.top-voice-content-con section {
	box-sizing: border-box;
	margin-bottom: 24px;
}

.top-voice-content-con section:last-child {
	margin-bottom: 0;
}

.top-voice-content-con-info {
	box-sizing: border-box;
	float: left;
	width: 134px;
}

.top-voice-content-con-info-img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.top-voice-content-con-info-img img {
	height: auto;
	width: 100%;
}

.top-voice-content-con-info-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-voice-content-con-info-title-in {
	box-sizing: border-box;
}

.top-voice-content-con-info-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
}

.top-voice-content-con-in {
	box-sizing: border-box;
	float: right;
	width: 972px;
}

.top-voice-content-con-in-comment {
	box-sizing: border-box;
	padding-left: 21px;
	position: relative;
}

.top-voice-content-con-in-comment::before {
	box-sizing: border-box;
	border-style: solid;
	border-width: 22px 10px 0;
	border-color: #fff transparent transparent;
	bottom: 0;
	content: "";
	left: 0;
	height: 0;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
	width: 0;
}

.top-voice-content-con-in-comment-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 16px;
	padding: 22px 19px;
}

.top-voice-content-con-in-comment-in-text {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.556;
	letter-spacing: 0.05vw;
}

.top-voice-content-con-in-comment-in-text p {
	margin-bottom: 20px;
}

.top-voice-content-con-in-comment-in-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
育毛独自原料
------------------------------*/

.top-material-content {
	box-sizing: border-box;
}

.top-material-content .wrapper {
	padding: 81px 0 79px;
}

.top-material-content .top-main-title-in-in {
	border-color: #0089ce !important;
	color: #0089ce;
}

.top-material-content-con {
	box-sizing: border-box;
	margin: 47px 5px -46px;
}

.top-material-content-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 46px 46px 0;
	width: 542px;
}

.top-material-content-con section:nth-child(2n),
.top-material-content-con section:last-child {
	margin-right: 0;
}

.top-material-content-con-img {
	box-sizing: border-box;
	padding: 0 5px 5px 0;
	position: relative;
}

.top-material-content-con-img::after {
	background: #0089ce;
	box-sizing: border-box;
	border-radius: 24px;
	bottom: 0;
	content: "";
	height: calc(100% - 5px);
	position: absolute;
	right: 0;
	width: calc(100% - 5px);
}

.top-material-content-con-img-in {
	box-sizing: border-box;
	border-radius: 24px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.top-material-content-con-img-in img {
	height: auto;
	width: 100%;
}

.top-material-content-con-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 23px;
	position: relative;
}

.top-material-content-con-title-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.top-material-content-con-title-icon::before {
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	width: 100%;
}

.top-material-content-con section.sec-mulberry-bark .top-material-content-con-title {
	padding-left: 25px;
}

.top-material-content-con section.sec-mulberry-bark .top-material-content-con-title-icon {
	width: 15px;
}

.top-material-content-con section.sec-mulberry-bark .top-material-content-con-title-icon::before {
	background: url(images/icon-mulberry-bark.png) no-repeat;
	padding-bottom: 226.66%;
}

.top-material-content-con section.sec-banjiro .top-material-content-con-title {
	padding-left: 35px;
}

.top-material-content-con section.sec-banjiro .top-material-content-con-title-icon {
	width: 27px;
}

.top-material-content-con section.sec-banjiro .top-material-content-con-title-icon::before {
	background: url(images/icon-banjiro.png) no-repeat;
	padding-bottom: 125.92%;
}

.top-material-content-con-title-in {
	background: #0089ce;
	box-sizing: border-box;
	display: inline-block;
	padding: 1px 7px;
}

.top-material-content-con-title-in-in {
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
}

.top-material-content-con-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.025vw;
	margin-top: 16px;
}

.top-material-content-con-text p {
	margin-bottom: 20px;
}

.top-material-content-con-text p:last-child {
	margin-bottom: 0;
}

.top-material-content-con-btn {
	box-sizing: border-box;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
}

.top-material-content-con-btn-in {
	box-sizing: border-box;
	color: #0089ce;
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.03vw;
	text-decoration: underline;
}

.top-material-content-con-btn:hover .top-material-content-con-btn-in {
	text-decoration: none;
}

.top-material-content-con-btn-in-text {
	box-sizing: border-box;
	display: block;
	padding-right: 12px;
	position: relative;
}

.top-material-content-con-btn-in-text::after {
	box-sizing: border-box;
	border-color: #0089ce !important;
	border-top: 2px solid;
	border-right: 2px solid;
	content: "";
	height: 8px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	width: 8px;
}

/*------------------------------
製品ラインナップ
------------------------------*/

.top-lineup-content {
	background: #f5fcff;
	box-sizing: border-box;
}

.top-lineup-content .wrapper {
	padding: 76px 0;
}

.top-lineup-content .top-main-title-in-in {
	border-color: #0089ce !important;
	color: #0089ce;
}

.top-lineup-content-con {
	box-sizing: border-box;
	margin: 45px 193px -42px;
}

.top-lineup-content-con section {
	box-sizing: border-box;
	float: left;
	margin: 0 42px 42px 0;
	width: 356px;
}

.top-lineup-content-con section:nth-child(2n),
.top-lineup-content-con section:last-child {
	margin-right: 0;
}

.top-lineup-content-con-img {
	box-sizing: border-box;
	padding: 0 5px 5px 0;
	position: relative;
}

.top-lineup-content-con-img::after {
	background: #0089ce;
	box-sizing: border-box;
	border-radius: 24px;
	bottom: 0;
	content: "";
	height: calc(100% - 5px);
	position: absolute;
	right: 0;
	width: calc(100% - 5px);
}

.top-lineup-content-con-img-in {
	box-sizing: border-box;
	border-radius: 24px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
}

.top-lineup-content-con-img-in img {
	height: auto;
	width: 100%;
}

.top-lineup-content-con-title {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 16px;
}

.top-lineup-content-con-title-in {
	box-sizing: border-box;
}

.top-lineup-content-con-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.5;
}

/*------------------------------
よくあるご質問
------------------------------*/

.top-qa-content {
	box-sizing: border-box;
}

.top-qa-content .wrapper {
	padding: 79px 0;
}

.top-qa-content .top-main-title-in-in {
	border-color: #0089ce !important;
	color: #0089ce;
}

.top-qa-content-con {
	box-sizing: border-box;
	margin: 47px 79px 0;
}

.top-qa-content-con-dl {
	background: #f5fcff;
	box-sizing: border-box;
	border-radius: 16px;
	margin-bottom: 20px;
	padding: 20px 18px;
}

.top-qa-content-con-dl:last-child {
	margin-bottom: 0;
}

.top-qa-content-con-dl dt {
	box-sizing: border-box;
	cursor: pointer;
	line-height: 0;
}

.top-qa-content-con-dl-dt-in {
	box-sizing: border-box;
	position: relative;
}

.top-qa-content-con-dl-dt-in-icon {
	box-sizing: border-box;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 16px;
}

.top-qa-content-con-dl-dt-in-icon::before {
	background: url(images/icon-plus.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.top-qa-content-con-dl dt.dt-open .top-qa-content-con-dl-dt-in-icon::before {
	background: url(images/icon-minus.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 12.5%;
	position: relative;
	width: 100%;
}

.top-qa-content-con-dl-dt-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.05vw;
	min-height: 31px;
	padding: 2px 0 0 48px;
	position: relative;
}

.top-qa-content-con-dl-dt-in-in::before {
	background: #0089ce;
	box-sizing: border-box;
	border-radius: 50%;
	color: #fff;
	content: "Q";
	font-weight: 700;
	font-size: 18px;
	line-height: 31px;
	left: 0;
	height: 31px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 31px;
}

.top-qa-content-con-dl dd {
	box-sizing: border-box;
	border-color: #c2f1f7 !important;
	border-top: 1px dashed;
	font-size: 16px;
	line-height: 1.438;
	letter-spacing: 0.045vw;
	margin-top: 20px;
	padding-top: 19px;
}

/*------------------------------
お問い合わせ
------------------------------*/

.top-contact-content {
	background: url(images/top-contact-bg.jpg) no-repeat;
	background-size: cover;
	background-position: top center;
	box-sizing: border-box;
}

.top-contact-content .wrapper {
	padding: 78px 0 99px;
}

.top-contact-content .top-main-title-in-in {
	border-color: #fff !important;
	color: #fff;
}

.top-contact-content-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 24px;
	margin: 46px 102px 0;
	padding: 55px;
}

.top-contact-content-in-form-tb {
	box-sizing: border-box;
}

.top-contact-content-in-form-tb table {
	box-sizing: border-box;
	width: 100%;
}

.top-contact-content-in-form-tb table th {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 13px 0 32px;
	position: relative;
	vertical-align: top;
	text-align: left;
	width: 27.5%;
}

body#confirm .top-contact-content-in-form-tb table th {
	padding-top: 0;
}

.top-contact-content-in-form-tb-th-box {
	background: #949494;
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	padding: 0 13px;
	position: absolute;
	right: 0;
	top: 16px;
}

.top-contact-content-in-form-tb-th-box.required {
	background: #fb6565;
}

.top-contact-content-in-form-tb table td {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 0 32px 50px;
}

.top-contact-content-in-form-tb table tr:last-child th,
.top-contact-content-in-form-tb table tr:last-child td {
	padding-bottom: 0;
}

.top-contact-content-in-form-tb table td input[type="text"],
.top-contact-content-in-form-tb table td input[type="email"] {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 5px;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 12px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.top-contact-content-in-form-tb table td textarea {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 5px;
	display: block;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	height: 178px;
	padding: 12px 10px;
	width: 100%;
	-webkit-appearance: none;
}

.top-contact-content-check-text {
	box-sizing: border-box;
	line-height: 0;
	margin-top: 33px;
	text-align: center;
}

.top-contact-content-check-text label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	position: relative;
}

.top-contact-content-check-text label::before {
	background: #fff;
	box-sizing: border-box;
	border-color: #ccc !important;
	border: 1px solid;
	border-radius: 2px;
	content: "";
	left: 0;
	height: 18px;
	position: absolute;
	top: 4px;
	width: 18px;
}

.top-contact-content-check-text input[type="checkbox"] {
	display: none;
}

.top-contact-content-check-text-in {
	box-sizing: border-box;
	display: block;
	font-size: 18px;
	line-height: 1.5;
	padding-left: 43px;
	position: relative;
}

.top-contact-content-check-text input[type="checkbox"]:checked + .top-contact-content-check-text-in::before {
	box-sizing: border-box;
	border-color: #ff0000 !important;
	border-right: 3px solid;
	border-bottom: 3px solid;
	content: "";
	left: 8px;
	height: 16px;
	position: absolute;
	top: 0.5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 12px;
}

.top-contact-content-check-text-in a {
	color: #00224a;
}

.top-contact-content-check-text-in a:hover {
	text-decoration: none;
}

.top-contact-content-in-in {
	background: #fafafa;
	box-sizing: border-box;
	border-radius: 6px;
	margin-top: 31px;
	padding: 39px 20px 51px;
}

.top-contact-content-in-in-tel {
	box-sizing: border-box;
	float: left;
}

.top-contact-content-in-in-tel-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-contact-content-in-in-tel-title-in {
	background: #fbe21f;
	box-sizing: border-box;
	border-radius: 100px;
	display: inline-block;
	padding: 0.5px 15px;
}

.top-contact-content-in-in-tel-title-in-in {
	box-sizing: border-box;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
}

.top-contact-content-in-in-tel-num {
	box-sizing: border-box;
	margin-top: 4px;
}

.top-contact-content-in-in-tel-num.mobi {
	display: none;
}

.top-contact-content-in-in-tel-num-in {
	box-sizing: border-box;
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	letter-spacing: 0.04vw;
}

.top-contact-content-in-in-tel-num-in-text {
	box-sizing: border-box;
	display: inline-block;
	padding-left: 26px;
	position: relative;
}

.top-contact-content-in-in-tel-num-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 13px;
	width: 18px;
}

.top-contact-content-in-in-tel-num-in-text-icon::before {
	background: url(images/icon-tel.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}

.top-contact-content-in-in-mail {
	box-sizing: border-box;
	float: left;
	margin-left: 47px;
}

.top-contact-content-in-in-mail-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.top-contact-content-in-in-mail-title-in {
	background: #fff;
	box-sizing: border-box;
	border-color: #0089ce !important;
	border: 1px solid;
	border-radius: 100px;
	display: inline-block;
	padding: 0.5px 15px;
}

.top-contact-content-in-in-mail-title-in-in {
	box-sizing: border-box;
	color: #0089ce;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
}

.top-contact-content-in-in-mail-btn {
	box-sizing: border-box;
	display: block;
	line-height: 0;
	margin-top: 9px;
	text-decoration: none;
}

.top-contact-content-in-in-mail-btn-in {
	box-sizing: border-box;
	color: #00224a;
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.09vw;
	text-decoration: underline;
}

.top-contact-content-in-in-mail-btn:hover .top-contact-content-in-in-mail-btn-in {
	text-decoration: none;
}

.top-contact-content-in-in-mail-btn-in-text {
	box-sizing: border-box;
	display: block;
	padding-left: 36px;
	position: relative;
}

.top-contact-content-in-in-mail-btn-in-text-icon {
	box-sizing: border-box;
	display: block;
	left: 0;
	position: absolute;
	top: 8px;
	width: 20px;
}

.top-contact-content-in-in-mail-btn-in-text-icon::before {
	background: url(images/icon-mail.png) no-repeat;
	background-size: 100% !important;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	padding-bottom: 80%;
	position: relative;
	width: 100%;
}

.top-contact-content-in-send-btn {
	background: none;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
	display: block;
	margin: 31px auto 0;
	padding: 0;
	width: 388px;
	-webkit-appearance: none;
}

.top-contact-content-in-send-btn.none {
	cursor: auto;
}

.top-contact-content-in-send-btn-in {
	background: #0089ce;
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 22px;
}

.top-contact-content-in-send-btn:hover .top-contact-content-in-send-btn-in {
	opacity: 0.6;
}

.top-contact-content-in-send-btn.none .top-contact-content-in-send-btn-in {
	opacity: 0.6;
}

.top-contact-content-in-send-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.grecaptcha-badge {
	bottom: 20px !important;
	z-index: 9999;
}

/*----------------------------------------
個別ページ
----------------------------------------*/

.main {
	box-sizing: border-box;
	margin-top: 88px;
}

body#top .main {
	margin-top: 0;
}

.page-main-title {
	box-sizing: border-box;
	line-height: 0;
	text-align: center;
}

.page-main-title-in {
	box-sizing: border-box;
}

.page-main-title-in-in {
	box-sizing: border-box;
	border-color: #00224a !important;
	border-bottom: 2px dashed;
	display: inline-block;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: 0.08vw;
	padding-bottom: 5px;
}

/*------------------------------
プライバシーポリシー
------------------------------*/

.privacy-content {
	background: #fffee4;
	box-sizing: border-box;
}

.privacy-content .wrapper {
	padding: 78px 0;
}

.privacy-content-in {
	background: #fff;
	box-sizing: border-box;
	border-radius: 24px;
	margin: 46px 102px 0;
	padding: 55px;
}

.privacy-content-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
}

.privacy-content-in-text p {
	margin-bottom: 20px;
}

.privacy-content-in-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
エラー・確認ページ
------------------------------*/

.top-contact-content-in-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
	text-align: center;
}

.top-contact-content-in-text p {
	margin-bottom: 20px;
}

.top-contact-content-in-text p.error_messe {
	color: #ff0000;
	font-weight: 700;
}

.top-contact-content-in-text p:last-child {
	margin-bottom: 0;
}

.top-contact-content-in-send-btn-list {
	box-sizing: border-box;
}

.top-contact-content-in-send-btn-list li {
	box-sizing: border-box;
	float: left;
	margin-right: 20px;
	width: 300px;
}

.top-contact-content-in-send-btn-list li:last-child {
	margin-right: 0;
}

.top-contact-content-in-send-btn-list-btn {
	background: none;
	box-sizing: border-box;
	border: 0;
	cursor: pointer;
	display: block;
	padding: 0;
	width: 100%;
	-webkit-appearance: none;
}

.top-contact-content-in-send-btn-list-btn-in {
	background: #0089ce;
	box-sizing: border-box;
	border-radius: 100px;
	color: #fff;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	padding: 22px;
}

.top-contact-content-in-send-btn-list-btn:hover .top-contact-content-in-send-btn-list-btn-in {
	opacity: 0.6;
}

.top-contact-content-in-send-btn-list-btn-in-text {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

/*------------------------------
お問い合わせありがとうございます
------------------------------*/

body#thanks .top-contact-content-in {
	margin-top: 0;
}

.top-contact-content-in-thanks-text {
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 0.04vw;
}

.top-contact-content-in-thanks-text p {
	margin-bottom: 20px;
}

.top-contact-content-in-thanks-text p:last-child {
	margin-bottom: 0;
}

/*------------------------------
情報
------------------------------*/

.note-content {
	background: #eaf1f4;
	box-sizing: border-box;
}

.note-content .wrapper {
	padding: 49px 0 51px;
}

.note-content-img {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 333px;
}

.note-content-img img {
	height: auto;
	width: 100%;
}

.note-content-text {
	box-sizing: border-box;
	color: #000;
	float: right;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 10px;
	line-height: 1.4;
	margin: 10px 0 0 50px;
	width: 90px;
}

/*----------------------------------------
404ページ
----------------------------------------*/

/*----------------------------------------
sidebar
----------------------------------------*/

/*----------------------------------------
footer
----------------------------------------*/

footer {
	box-sizing: border-box;
}

.foot-in {
	background: #00224a;
	box-sizing: border-box;
}

.foot-in .wrapper {
	padding-top: 47px;
}

.foot-in-logo {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	width: 225px;
}

.foot-in-logo img {
	height: auto;
	width: 100%;
}

.foot-in-address {
	box-sizing: border-box;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.438;
	letter-spacing: 0.05vw;
	margin-top: 20px;
	text-align: center;
}

.foot-copyright {
	background: #00224a;
	box-sizing: border-box;
}

.foot-copyright .wrapper {
	padding: 31px 0 24px;
}

.foot-copyright-text {
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05vw;
	text-align: center;
}

/*----------------------------------------
Edge CSSハック
----------------------------------------*/

@supports (-ms-ime-align: auto) {



}

/*----------------------------------------
IE11以下 CSSハック
----------------------------------------*/

@media screen\0 {



}

/*----------------------------------------
Firefox CSSハック
----------------------------------------*/

@-moz-document url-prefix() {



}

/*----------------------------------------
Safari CSSハック
----------------------------------------*/

_::-webkit-full-page-media, _:future, :root .num-list li {
	margin-left: 30px !important;
}

_::-webkit-full-page-media, _:future, :root .num-list li:nth-child(n+10) {
	margin-left: 40px !important;
}