@charset "utf-8";
/*==================================================
$common
==================================================*/
body {
	min-width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	line-height: 1.7;
	position: relative;
	color: #000;
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック","Yu Gothic","游ゴシック体","YuGothic","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 400;
	text-align: left;
}
a {color: inherit;text-decoration: none;}
a[href^="tel:"] {pointer-events: none;}
.nopc {display: none !important;}
img {max-width: 100%;}

/* 共通 */
.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.top_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.main_title01 {
	display: block;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
	padding-bottom: 25px;
	position: relative;
	color: #122F68;
}

.main_title01 span:first-child {
	font-size: 28px;
	font-weight: bold;
  display: block;
}

.main_title01 span:last-child {
    font-size: 10px;
    display: block;
		font-weight: bold;
		letter-spacing: .14em;
}

.main_title01::after {
	content: "";
	width: 110px;
	height: 2px;
	background-color: #BABCC1;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.main_title02 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #D5D5D5;
	position: relative;
}

.main_title02::after {
	content: "";
	width: 152px;
	height: 4px;
	background-color: #122F68;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.main_title04 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #122F68;
	padding-bottom: 20px;
	border-bottom: 1px solid #D5D5D5;
	margin-bottom: 30px;
}

.btn {
	font-size: 14px;
	text-align: center;
	color: #122F68;
	font-weight: bold;
	max-width: 400px;
	width: 100%;
	margin: 50px auto 0;
	padding: 30px 0;
	position: relative;
	border: 1px solid #122F68;
	display: block;
	transition: 0.3s;
}

.btn::after {
	content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-top: 1px solid #122F68;
    border-right: 1px solid #122F68;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    transform: rotate(
45deg
);
    transition: .3s;
    z-index: 10;
}

.btn:hover {
	background-color: #122F68;
	color: #fff;
}

.btn:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.btn.white {
	border: 1px solid #fff;
}

/* ハンバーガー */
.burger {
	display: none;
}

/* ヘッダー */
header {
	min-width: 1000px;
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.8);
	transition: 0.3s;
	box-shadow: 0px 6px 12px -11px rgba(0, 0, 0, 0.4);
}

.top_page header {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0px 6px 12px -11px rgba(0, 0, 0, 0);
}

.top_page.scroll header {
	background-color: rgba(255, 255, 255, 0.8);
}

header .headerinner {
	max-width: 1795px;
	margin: 0 auto;
}

header .headerinner .logo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60px;
}

header .headerinner .navmenu {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 60px;
}

header .headerinner .navmenu ul {
	display: flex;
	align-items: center;
}

header .headerinner .navmenu ul li {
	margin-right: 40px;
}

header .headerinner .navmenu ul li:last-child {
	margin-right: 0;
}

header .headerinner .navmenu ul li a{
	font-size: 16px;
	font-weight: bold;
	display: block;
	position: relative;
}

header .headerinner .navmenu ul li a::after {
	position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #2859C5;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

header .headerinner .navmenu ul li a:hover::after {
	transform: scale(1, 1);
}

header .headerinner .navmenu ul li.header_contact a:hover::after {
	transform: scale(0, 1);
}

header .headerinner .navmenu ul li.header_contact {
  position: relative;
}

header .headerinner .navmenu ul li.header_contact a {
  padding: 15px 30px 15px 60px;
  background-color: #E6C207;
  position: relative;
  display: block;
	transition: 0.3s;
}

header .headerinner .navmenu ul li.header_contact a::before {
  content: "";
    background: url(../img/mail_ico.png) no-repeat center/cover;
    width: 16px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32px;
}

header .headerinner .navmenu ul li.header_contact a:hover {
	opacity: 0.8;
}

header.scroll {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 6px 12px -11px rgba(0, 0, 0, 0.4);
}

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  header {
		box-shadow: 0px 6px 12px -8px rgba(0,0,0,0.4);
	}

	header.scroll {
		box-shadow: 0px 6px 12px -8px rgba(0, 0, 0, 0.4);
	}
}

/* フッター */
footer {
	padding: 20px 0;
	background-color:#122F68;
	color: #fff;
	margin-bottom: 128px;
	transition: .5s
}

footer.thanks {
	margin-bottom: 0;
}

footer.active {
	margin-bottom: 0;
}

footer .footerinner {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

footer .footerinner .footer_right {
	width: 100%;
	max-width: 705px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

footer .footerinner .footer_right .logo {
	margin-right: 20px;
}

footer .footerinner .footer_right .logo img {
	width: 100%;
	max-width: 200px;
}

footer .footerinner .footer_right .address {
	margin-right: 10px;
	width: 100%;
	max-width: 265px;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: bold;
}

footer .footerinner .footer_right .address li {
	margin-right: 30px;
}

footer .footerinner .footer_right .address li:last-child {
	margin-right: 0;
}

footer .footerinner .footer_right .footer_link {
	display: block;
	max-width: 167px;
	width: 100%;
	background-color: #18669F;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-radius: 30px;
	position: relative;
	color: #fff;
	padding: 8px 0;
	transition: 0.3s;
}

footer .footerinner .footer_right .footer_link::after {
	content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    transform: rotate(
45deg
);
    transition: .3s;
    z-index: 10;
}

footer .footerinner .footer_right .footer_link:hover {
	opacity: 0.8;
}

footer .footerinner .footer_left {
	font-size: 9px;
	color: #fff;
	font-weight: bold;
}

/* コンタクトフォーム */

.pagetitle .name {
	text-align: center;
	color: #122F68;
	font-weight: bold;
	line-height: 2.0;
	display: block;
	padding: 90px 0 30px;
}

.pagetitle .name span:first-child {
    font-size: 28px;
    font-weight: bold;
    display: block;
}

.pagetitle .name span:last-child {
    font-size: 10px;
    display: block;
    font-weight: bold;
    letter-spacing: .14em;
}

.inquiry_area.inquiry_headbox .inner .inbox .txt {
	text-align: center;
	color: #122F68;
	font-size: 22px;
}
select,input:not([type="radio"]),textarea {
	padding: 10px;
	border: 1px solid #D5D5D5;
	width: 100%;
	text-align: left!important;
}
input[type="radio"] {
	display: none;
}
input[type="radio"] + label {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	position: relative;
}
input[type="radio"] + label::before {
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #D5D5D5;
	border-radius: 100px;
	display: inline-block;
	margin-right: 10px;
	background: #fff;
}
input[type="radio"] + label::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #122F68;
	border-radius: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	opacity: 0;
	transition: .3s
}
input[type="radio"]:checked + label::after {
	opacity: 1;
}
.input01 {
	max-width: 400px
}
.input02 {
	max-width: 250px;
}
.input03 {
	max-width: 130px;
}
.select01 {
	max-width: 250px;
}
.form_box {
	padding: 40px 0 160px;
}
.form_box .inner .form_txt {
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px;
}
.form_box .inner .form_txt .required {
	color: #fff;
	background: #E2000E;
	display: inline-block;
	font-size: 12px;
	padding: 0 10px;
	margin-right: 5px;
}
.form_box .inner .form_order {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.form_box .inner .form_order li {
	width: calc(33.3% - 40px);
	height: 60px;
	background: #F5F5F5;
	position: relative;
	margin-right: 53px;
}
.form_box .inner .form_order li:last-child {
	margin-right: 0;
}
.form_box .inner .form_order li:not(:last-child)::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 40.0px;
	border-color: transparent transparent transparent #F5F5F5;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -40px;
	margin: auto;
}
.form_box .inner .form_order li span {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #122F68;
	font-size: 16px;
	font-weight: bold;
}

.form_box .inner .form_order li:last-child span {
	padding-right: 40px;
}

.form_box .inner .form_order li:not(:first-child) span::before,
.form_box .inner .form_order li:not(:first-child) span::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 30px 0;
	border-color: transparent #F5F5F5 transparent transparent;
	position: absolute;
	top: 0;
	left: -40px;
	margin: auto;
}
.form_box .inner .form_order li:not(:first-child) span::after {
	border-width: 0 0 30px 40px;
	border-color: transparent transparent #F5F5F5 transparent;
	top: auto;
	bottom: 0;
}

.form_box .inner .form_order li:last-child::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 40px 30px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
}
.form_box .inner .form_order li:last-child::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 40px;
    border-color: transparent transparent #fff transparent;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: auto;
}
.form_box .inner .form_order li.current {
	background: #122F68;
}
.form_box .inner .form_order li.current:not(:last-child)::after {
	border-color: transparent transparent transparent #122F68;
}
.form_box .inner .form_order li.current span {
	color: #F5F5F5;
}
.form_box .inner .form_order li.current span::before {
	border-color: transparent #122F68 transparent transparent;
}
.form_box .inner .form_order li.current span::after {
	border-color: transparent transparent #122F68 transparent;
}
.form_table {
	margin: 50px 0;
}
.form_table tr th {
	padding: 20px 50px 20px 10px;
	width: 27.5%;
	position: relative;
}
/* .form_table tr th::after {
	content: '任意';
	font-size: 12px;
	padding: 0 10px;
	background: #6C6C6C;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 0;
	margin: auto;
} */
.form_table tr.required th::after {
	content: '必須';
	background: #E2000E;
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	position: absolute;
	top: 20px;
	right: 0;
	margin: auto;
}
.form_table tr td {
	padding: 10px 10px 10px 50px;
	width: 72.5%;
	vertical-align: middle;
}
.form_table tr td span {
	display: block;
}
.form_table tr td span + span {
	margin-top: 10px;
}
.form_table tr td ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	padding-top: 5px;
}
.form_table tr td ul li {
	width: 25%;
	margin-bottom: 10px;
}
.form_table tr td ul li.other {
	width: 50%;
}
.form_table tr td ul li.other input[type="text"] {
	margin-left: 10px;
}

/* .form_table tr.required td select {
	background-color: #FDF4F4;
} */
.form_box .inner .form_benefit {
	padding: 50px 0;
}
.form_box .inner .form_benefit p {
	text-align: center;
	font-size: 18px;
	color: #707070;
	margin-bottom: 30px;
}
.form_box .inner .form_benefit div {
	background: #ECECEC;
	padding: 50px;
}
.form_box .inner .form_benefit div strong {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.form_box .inner .form_benefit div ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.form_box .inner .form_benefit div ul li {
	width: 30%;
}
.form_box .inner .form_benefit div ul li label {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
.form_box .inner .form_privacy {
	max-width: 650px;
	width: 100%;
	margin: 0 auto 50px;
	font-size: 16px;
	text-align: center;
}
.form_box .inner .form_privacy p {
	margin-bottom: 20px;
	text-align: left;
}
.form_box .inner .form_privacy a {
	color: #0050FF;
	text-decoration: underline;
	font-size: 13px;
}
.form_box .inner button.btn {
}

.form_box .inner .form_txt p.form_top_txt {
	margin: 40px 0 80px;
	font-size: 16px;
	text-align: left;
}

.form_box .inner .form_txt p.form_top_txt span {
	font-size: 12px;
	color: #fff;
	background-color: #E2000E;
	padding: 0 10px;
}

.form_box .inner .form_txt .form_tell_box {
	position: relative;
	background-color: #F5F5F5;
	padding: 30px 0 40px;
	text-align: center;
	color: #122F68;
}

.form_box .inner .form_txt .form_tell_box::after {
	content: "";
    background: url(../img/contact_01.png) no-repeat center/cover;
    width: 181px;
    height: 221px;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.form_box .inner .form_txt .form_tell_box strong {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000;
	display: block;
}

.form_box .inner .form_txt .form_tell_box p.small_txt {
	font-size: 14px;
}

.form_box .inner .form_txt .form_tell_box p.tell a {
	font-size: 36px;
	font-weight: bold;
	padding-left: 50px;
	position: relative;
}

.form_box .inner .form_txt .form_tell_box p.tell a::after {
    content: "";
    background: url(../img/form_tell_ico.png) no-repeat center/cover;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.form_box .inner .btn {
	background-color: #fff;
	padding: 30px 0;
	max-width: 510px;
}

.form_box .inner .btn:hover {
	background-color: #122F68;
}

.form_box.thanks .inner .btn {
	max-width: 400px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

#mfp_thanks {
	display: none;
}

/* MV */
.top_mv {
  position: relative;
  width: 100%;
  min-height: 775px;
  padding: 50px 0;
  background: url(../img/top_mv.png) no-repeat center/cover;
}

.top_mv .copy_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
	font-weight: bold;
  font-size: 45px;
  text-align: center;
  color: #000;
}

.top_mv .copy_txt span {
  font-size: 25px;
}

/* トップページ */
section.top_about {
	padding: 80px 0 110px;
	text-align: center;
}

section.top_use {
	padding: 110px 0 100px;
	text-align: center;
	background-color: #F2F5F9;
}

section.top_use .inbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

section.top_use .inbox li {
	width: 100%;
	max-width: 290px;
	transition: 0.3s;
}

section.top_use .inbox li:hover {
	opacity: 0.8;
}

section.top_use .inbox li:first-child {
	background: url(../img/top_use01.png) no-repeat center/cover;
}
section.top_use .inbox li:nth-child(2) {
	background: url(../img/top_use02.png) no-repeat center/cover;
}
section.top_use .inbox li:nth-child(3) {
	background: url(../img/top_use03.png) no-repeat center/cover;
}
section.top_use .inbox li:last-child {
	background: url(../img/top_use04.png) no-repeat center/cover;
}

section.top_use .inbox li a {
	width: 100%;
    height: 100%;
    display: block;
    padding: 110px 0 100px;
		transition: 0.3s;
}

section.top_use .inbox li .use_title {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

section.top_use .inbox li .btn {
	max-width: 190px;
	font-size: 12px;
	padding: 10px 0;
}

section.top_use .inbox li .btn::after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 14px;
}

section.top_use .inbox li .btn:hover {
	background-color: rgba(255, 255, 255, 0);
}

section.top_products {
	padding: 100px 0 160px;
	text-align: center;
	background: url(../img/top_products_bg.png) no-repeat center/cover;
}

/* 追従バナー */
.banner_bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 25px 0;
	color: #fff;
	font-weight: bold;
	z-index: 900;
	display: none;
}

.banner_bottom .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	min-width: 1000px;
}

.banner_bottom .inner .banner_left {
	max-width: 770px;
	width: 100%;
	display: flex;
	align-items: center;
}

.banner_bottom .inner .banner_left .tell {
	max-width: 136.94px;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	margin-right: 15px;
}


.banner_bottom .inner .banner_left .address {
	font-size: 14px;
	margin-right: 15px;
}

.banner_bottom .inner .banner_left .tell_link {
	font-size: 46px;
	font-family: 'Lato', sans-serif;
	position: relative;
	padding-left: 40px;
}

.banner_bottom .inner .banner_left .tell_link::after {
	content: "";
    background: url(../img/tell_ico.png) no-repeat center/cover;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.banner_bottom .inner .banner_right {
	transition: 0.3s;
}

.banner_bottom .inner .banner_right a{
	max-width: 219px;
	width: 100%;
	padding: 15px 30px 15px 50px;
	background-color: #FFEE00;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 3px solid #B2A601;
	color: #000;
}

.banner_bottom .inner .banner_right:hover {
	transform: scale(0.97);
}

.banner_bottom .inner .banner_right a:hover{
	border-bottom: none;
}

.banner_bottom .inner .banner_right a::before {
	content: "";
    background: url(../img/mail_ico.png) no-repeat center/cover;
    width: 16px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.banner_bottom .inner .close {
	width: 20px;
    height: 20px;
    position: absolute;
    top: -34px;
    right: 0;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 5px rgb(0 0 0);
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}

.banner_bottom .inner .close::before {
	transform: rotate(-45deg);
	content: '';
    width: 60%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.banner_bottom .inner .close::after {
	content: '';
    width: 60%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(
45deg
);
}

/* 下層 */
.detail_mv {
	width: 100%;
	padding: 90px 0 75px;
	text-align: center;
	color: #fff;
}

.detail_mv.use {
	background: url(../img/use_mv.png) no-repeat center/cover;
}
.detail_mv.about {
	background: url(../img/about_mv.png) no-repeat center/cover;
}
.detail_mv.products {
	background: url(../img/products_mv.png) no-repeat center/cover;
}

.detail_mv .copy_txt {
	display: block;
    text-align: center;
    line-height: 2.0;
    color: #fff;
}

.detail_mv .copy_txt span:first-child {
    font-size: 28px;
    font-weight: bold;
    display: block;
}

.detail_mv .copy_txt span:last-child {
    font-size: 10px;
    display: block;
    font-weight: bold;
    letter-spacing: .14em;
}

.common_menu {
	padding: 20px 0;
	background-color: rgba(54, 105, 164, 0.5);
}

.common_menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.common_menu ul li {
	width: 100%;
	max-width: 500px;
	transition: 0.3s;
}

.common_menu ul li:hover {
	opacity: 0.8;
}

.common_menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 40px 0;
}

.common_menu ul li.about {
	background: url(../img/common_menu_about.png) no-repeat center/cover;
}
.common_menu ul li.products {
	background: url(../img/common_menu_products.png) no-repeat center/cover;
}
.common_menu ul li.use {
	background: url(../img/common_menu_use.png) no-repeat center/cover;
}

.common_menu ul li .main_title03{
	display: block;
    text-align: center;
    line-height: 2.0;
    color: #fff;
}

.common_menu ul li .main_title03 span:first-child {
    font-size: 22px;
    font-weight: bold;
    display: block;
}

.common_menu ul li .main_title03 span:last-child {
    font-size: 10px;
    display: block;
    font-weight: bold;
    letter-spacing: .14em;
}

.common_menu ul li .btn {
    max-width: 195px;
    font-size: 12px;
    padding: 10px 0;
		transition: 0.3s;
		border: 1px solid #fff;
		color: #fff;
}

.common_menu ul li .btn::after {
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 14px;
}

.common_menu ul li .btn:hover {
	background-color: #fff;
	color: #122F68;
}

.common_menu ul li .btn:hover::after {
    border-top: 1px solid #122F68;
    border-right: 1px solid #122F68;
}

/* 用途別で選ぶ */
section.usebox_01 {
	padding: 100px 0 75px;
	background-color: #ECEFF4;
}

section.usebox_01 .inner {
	width: 100%;
	max-width: 669px;
	margin: 0 auto;
}

section.usebox_01 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.usebox_01 ul li {
	width: 100%;
	max-width: 320px;
	background-color: #fff;
	padding: 30px 25px;
	text-align: center;
	border-radius: 7px;
	font-size: 14px;
	margin-bottom: 20px;
}

section.usebox_01 ul li:nth-child(2) {
	border: 4px solid #FFE6B9;
}
section.usebox_01 ul li:nth-child(3) {
	border: 4px solid #FAE8F1;
}
section.usebox_01 ul li:nth-child(4) {
	border: 4px solid #E5E4F2;
	padding: 30px 25px 20px;
}
section.usebox_01 ul li:nth-child(5) {
	border: 4px solid #E6F1E3;
	padding: 20px 25px;
}
section.usebox_01 ul li:last-child {
	border: 4px solid #FCF2C3;
	width: 100%;
	max-width: none;
}

section.usebox_01 ul li strong {
	font-weight: bold;
	margin-bottom: 10px;
}

section.usebox_01 ul li.top {
	position: relative;
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 0 auto 90px;
	background-color: #43A1DF;
	color: #fff;
	font-size: 22px;
}

section.usebox_01 ul li.top span {
	display: block;
	font-size: 16px;
}

section.usebox_01 ul li.top::after {
	content: "";
background: url(../img/use_sec01_1.png) no-repeat center/cover;
width: 87px;
height: 61px;
position: absolute;
bottom: -79px;
transform: translateX(-50%);
left: 50%;
}

section.usebox_02 {
	padding: 100px 0 60px;
}

section.usebox_02 .use_title {
	width: 340px;
	height: 190px;
	margin: 0 auto 50px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.usebox_02 .use_title.title01 {
	background: url(../img/use_sec02_1.png) no-repeat center/cover;
}
section.usebox_02 .use_title.title02 {
	background: url(../img/use_sec02_2.png) no-repeat center/cover;
}
section.usebox_02 .use_title.title03 {
	background: url(../img/use_sec02_3.png) no-repeat center/cover;
}
section.usebox_02 .use_title.title04 {
	background: url(../img/use_sec02_4.png) no-repeat center/cover;
}

section.usebox_02 .gray_box {
	padding: 30px 50px 40px;
	background-color: #F8F8F8;
	margin-top: 20px;
}

section.usebox_02 .gray_box .inbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

section.usebox_02 .gray_box .inbox li a{
	display: block;
	width: 100%;
	font-weight: bold;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	color: #122F68;
	text-align: center;
	position: relative;
	box-shadow: 0px 2px 7px 1px rgba(170,170,170,0.6);
	transition: 0.3s;
}

section.usebox_02 .gray_box .inbox li a::after {
		content: '';
	    display: block;
	    width: 7px;
	    height: 7px;
	    border-top: 1px solid #122F68;
	    border-right: 1px solid #122F68;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 20px;
	    margin: auto;
	    transform: rotate(
	45deg
	);
	    transition: .3s;
	    z-index: 10;
}

section.usebox_02 .gray_box .inbox li a:hover::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

section.usebox_02 .gray_box .inbox li a span {
	font-size: 12px;
}

section.usebox_02 .gray_box .inbox li a:hover {
	box-shadow: none;
	background-color: #122f68;
	color: #fff;
}

section.usebox_02 .gray_box .inbox.clm1 li {
	width: 100%;
	max-width: 450px;
}

section.usebox_02 .gray_box .inbox.clm2 li {
	width: 100%;
	max-width: 442px;
}

section.usebox_02 .gray_box .inbox.clm3 li {
	width: 100%;
	max-width: 290px;
}

section.usebox_02 .gray_box .inbox .attention {
	font-size: 12px;
	margin-top: 10px;
}

section.productsbox_01 {
	padding: 100px 0 0;
}

section.productsbox_01:last-of-type {
	padding-bottom: 190px;
}

section.productsbox_01 .product_example {
	padding: 20px 25px 30px;
	border: 3px solid #122F68;
	width: 100%;
	max-width: 900px;
	margin: 50px auto 20px;
	border-radius: 7px;
}

section.productsbox_01 .product_example strong {
	font-size: 14px;
	font-weight: bold;
	color:  #122F68;
	margin-bottom: 20px;
	display: block;
}

section.productsbox_01 .product_example p {
	text-align: center;
}

section.productsbox_01 .table_box {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

section.productsbox_01 .table_box .tbl01 {
	width: 100%;
}

section.productsbox_01 .table_box .tbl01 tbody tr{
	border-bottom: 1px solid #fff;
}

section.productsbox_01 .table_box .tbl01 tbody tr.thead th {
	width: 129.15px;
	padding: 10px 0;
	background-color: #122F68;
	color: #fff;
	border-right: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
}

section.productsbox_01 .table_box .tbl01 tbody tr td {
	padding: 10px 0;
	background-color: rgba(18, 47, 104, 0.1);
	border-right: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
}

section.productsbox_01 .table_box .tbl01 tbody tr td:first-child {
	background-color: #122F68;
	color: #fff;
	font-weight: bold;
}

section.productsbox_01 .table_box .table_attention {
	font-size: 10px;
	text-align: right;
}

section.aboutbox_01 {
	background: url(../img/about_sec01_bg.png) no-repeat center/cover;
	background-attachment: fixed;
	padding: 100px 0 150px;
}

.about_inner {
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}

section.aboutbox_01 .about_inner strong,
section.aboutbox_02 .about_inner strong {
	color: #122F68;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 30px;
	display: block;
}

section.aboutbox_01 .about_white_box {
	padding: 40px 110px 70px;
	margin: 70px 0 40px;
	background-color: rgba(255, 255, 255, 0.74);
}

section.aboutbox_01 .about_inner .about_white_box li {
	position: relative;
	margin-bottom: 10px;
	font-size: 18px;
	padding-right: 50px;
}

section.aboutbox_01 .about_inner .about_white_box li::before {
	content: "";
    background: url(../img/about_sec01_2.png) no-repeat center/cover;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}

section.aboutbox_02 {
	padding: 110px 0 160px;
}

section.aboutbox_02 .about_inner .img {
	text-align: center;
	margin-top: 40px;
}

section.aboutbox_02 .anime_img {
	max-width: 1296px;
	height: 1037px;
	width: 100%;
	position: relative;
	margin: 60px auto 0;
}

section.aboutbox_02 .anime_img li:first-child {
	top: 83px;
}

section.aboutbox_02 .anime_img li.on:first-child {
	position: absolute;
	top: 33px;
	left: 484px;
	z-index: 2;
	width: 325px;
	z-index: 0;
}

section.aboutbox_02 .anime_img li:first-child::before {
	content: "";
	background: url(../img/anime_border.png) no-repeat center/cover;
	width: 419px;
	height: 3px;
	position: absolute;
	top: 350px;
	left: -50px;
	transform: rotate(90deg);
	z-index: -2;
}

section.aboutbox_02 .anime_img li:first-child::after {
	content: "";
    background: url(../img/about_sec02_2_1.png) no-repeat center/cover;
    width: 243px;
    height: 210px;
    position: absolute;
    top: 29px;
    left: 51px;
		z-index: -1;
		transition: 1.5s;
}

section.aboutbox_02 .anime_img li.on:first-child::after {
    top: 29px;
    left: 76px;
}

section.aboutbox_02 .anime_img li:nth-child(2) {
	top: 165px;
}

section.aboutbox_02 .anime_img li.on:nth-child(2) {
	position: absolute;
	top: 115px;
	left: 798px;
	z-index: 0;
	width: 325px;
}

section.aboutbox_02 .anime_img li:nth-child(2)::before {
	content: "";
	background: url(../img/anime_border.png) no-repeat center/cover;
	width: 419px;
	height: 3px;
	position: absolute;
	top: 239px;
	left: -172px;
	transform: rotate(-42deg);
	z-index: -2;
}

section.aboutbox_02 .anime_img li:nth-child(2)::after {
	content: "";
    background: url(../img/about_sec02_2_2.png) no-repeat center/cover;
    width: 243px;
    height: 210px;
    position: absolute;
    top: 29px;
    left: 51px;
		z-index: -1;
		transition: 1.5s;
}

section.aboutbox_02 .anime_img li.on:nth-child(2)::after {
    top: 29px;
    left: 76px;
}

section.aboutbox_02 .anime_img li:nth-child(3) {
	top: 165px;
}

section.aboutbox_02 .anime_img li.on:nth-child(3) {
	position: absolute;
	top: 115px;
	left: 179px;
	z-index: 0;
	width: 325px;
}

section.aboutbox_02 .anime_img li:nth-child(3)::before {
	content: "";
	background: url(../img/anime_border.png) no-repeat center/cover;
	width: 419px;
	height: 3px;
	position: absolute;
	top: 239px;
	left: 63px;
	transform: rotate(42deg);
	z-index: -2;
}

section.aboutbox_02 .anime_img li:nth-child(3)::after {
	content: "";
    background: url(../img/about_sec02_2_8.png) no-repeat center/cover;
    width: 243px;
    height: 210px;
    position: absolute;
    top: 29px;
    left: 51px;
		z-index: -1;
		transition: 1.5s;
}

section.aboutbox_02 .anime_img li.on:nth-child(3)::after {
    top: 29px;
    left: 76px;
}

section.aboutbox_02 .anime_img li:nth-child(4) {
	top: 442px;
}

section.aboutbox_02 .anime_img li.on:nth-child(4) {
	position: absolute;
	top: 392px;
	left: 971px;
	z-index: 0;
	width: 325px;
}

section.aboutbox_02 .anime_img li:nth-child(4)::before {
	content: "";
	background: url(../img/anime_border.png) no-repeat center/cover;
	width: 419px;
	height: 3px;
	position: absolute;
	top: 142px;
	left: -317px;
	transform: rotate(0deg);
	z-index: -2;
}

section.aboutbox_02 .anime_img li:nth-child(4)::after {
	content: "";
    background: url(../img/about_sec02_2_3.png) no-repeat center/cover;
    width: 243px;
    height: 210px;
    position: absolute;
    top: 29px;
    left: 51px;
		z-index: -1;
		transition: 1.5s;
}

section.aboutbox_02 .anime_img li.on:nth-child(4)::after {
    top: 29px;
    left: 76px;
}

section.aboutbox_02 .anime_img li:nth-child(5) {
	top: 442px;
}

section.aboutbox_02 .anime_img li.on:nth-child(5) {
	position: absolute;
	top: 392px;
	left: 0;
	z-index: 0;
	width: 325px;
}

section.aboutbox_02 .anime_img li:nth-child(5)::before {
	content: "";
	background: url(../img/anime_border.png) no-repeat center/cover;
	width: 419px;
	height: 3px;
	position: absolute;
	top: 142px;
	left: 123px;
	transform: rotate(0deg);
	z-index: -2;
}

section.aboutbox_02 .anime_img li:nth-child(5)::after {
	content: "";
    background: url(../img/about_sec02_2_7.png) no-repeat center/cover;
    width: 243px;
    height: 210px;
    position: absolute;
    top: 29px;
    left: 51px;
		z-index: -1;
		transition: 1.5s;
}

section.aboutbox_02 .anime_img li.on:nth-child(5)::after {
    top: 29px;
    left: 76px;
}

section.aboutbox_02 .anime_img li:nth-child(6) {
	top: 738px;
}

section.aboutbox_02 .anime_img li.on:nth-child(6) {
	position: absolute;
	top: 688px;
	left: 802px;
	z-index: 0;
	width: 325px;
}

section.aboutbox_02 .anime_img li:nth-child(6)::before {
	content: "";
	background: url(../img/anime_border.png) no-repeat center/cover;
	width: 419px;
	height: 3px;
	position: absolute;
	top: 58px;
	left: -147px;
	transform: rotate(45deg);
	z-index: -2;
}

section.aboutbox_02 .anime_img li:nth-child(6)::after {
	content: "";
    background: url(../img/about_sec02_2_4.png) no-repeat center/cover;
    width: 243px;
    height: 210px;
    position: absolute;
    top: 29px;
    left: 51px;
		z-index: -1;
		transition: 1.5s;
}

section.aboutbox_02 .anime_img li.on:nth-child(6)::after {
    top: 29px;
    left: 76px;
}

section.aboutbox_02 .anime_img li:nth-child(7) {
	top: 738px;
}

section.aboutbox_02 .anime_img li.on:nth-child(7) {
	position: absolute;
	top: 688px;
	left: 180px;
	z-index: 0;
	width: 325px;
}

section.aboutbox_02 .anime_img li:nth-child(7)::before {
	content: "";
	background: url(../img/anime_border.png) no-repeat center/cover;
	width: 419px;
	height: 3px;
	position: absolute;
	top: 58px;
	left: 34px;
	transform: rotate(-45deg);
	z-index: -2;
}

section.aboutbox_02 .anime_img li:nth-child(7)::after {
	content: "";
    background: url(../img/about_sec02_2_6.png) no-repeat center/cover;
    width: 243px;
    height: 210px;
    position: absolute;
    top: 29px;
    left: 51px;
		z-index: -1;
		transition: 1.5s;
}

section.aboutbox_02 .anime_img li.on:nth-child(7)::after {
    top: 29px;
    left: 76px;
}

section.aboutbox_02 .anime_img li:nth-child(8) {
	top: 833px;
}

section.aboutbox_02 .anime_img li.on:nth-child(8) {
	position: absolute;
	top: 783px;
	left: 483px;
	z-index: 0;
	width: 325px;
}

section.aboutbox_02 .anime_img li:nth-child(8)::before {
	content: "";
	background: url(../img/anime_border.png) no-repeat center/cover;
	width: 419px;
	height: 3px;
	position: absolute;
	top: 4px;
	left: -50px;
	transform: rotate(90deg);
	z-index: -2;
}

section.aboutbox_02 .anime_img li:nth-child(8)::after {
	content: "";
    background: url(../img/about_sec02_2_5.png) no-repeat center/cover;
    width: 243px;
    height: 210px;
    position: absolute;
    top: 29px;
    left: 51px;
		z-index: -1;
		transition: 1.5s;
}

section.aboutbox_02 .anime_img li.on:nth-child(8)::after {
    top: 29px;
    left: 76px;
}



section.aboutbox_02 .anime_img li:last-child {
	position: absolute;
	top: 366px;
	left: 477px;
	z-index: 1;
}


section.aboutbox_02 .anime_img li span {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	background-color: #2859C5;
	padding: 10px 20px;
	letter-spacing: 3px;
	border-radius: 30px;
	position: relative;
}

section.aboutbox_02 .anime_img li:first-child span {
	top: 6px;
	left: 103px;
}

section.aboutbox_02 .anime_img li:nth-child(2) span {
	top: -25px;
	left: -54px;
}

section.aboutbox_02 .anime_img li:nth-child(3) span {
	top: -25px;
	left: 232px;
}

section.aboutbox_02 .anime_img li:nth-child(4) span {
	top: -160px;
	left: -160px;
}

section.aboutbox_02 .anime_img li:nth-child(5) span {
	top: -160px;
	left: 354px;
}

section.aboutbox_02 .anime_img li:nth-child(6) span {
	top: -314px;
	left: -66px;
}

section.aboutbox_02 .anime_img li:nth-child(7) span {
	top: -314px;
	left: 236px;
}

section.aboutbox_02 .anime_img li:nth-child(8) span {
	top: -356px;
	left: 116px;
}

/* section.aboutbox_02 .about_inner .anime_img::before {
	content: "";
    background: url(../img/mail_ico.png) no-repeat center/cover;
    width: 16px;
    height: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32px;
} */

section.aboutbox_03 {
	padding: 120px 0;
	background: url(../img/about_sec03_1bg.png) no-repeat center/cover;
}

section.aboutbox_03 .about_white_box {
	padding: 40px 90px 70px;
	margin: 70px 0 40px;
	background-color: rgba(255, 255, 255, 0.74);
}

section.aboutbox_03 .main_title04 {
	font-size: 22px;
}

section.aboutbox_03 .about_white_box p {
	max-width: 722px;
	width: 100%;
	margin: 0 auto;
}

.fadeout {
  animation : fadeOut 1s;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/***********************************************/
/* フワッと出るやつ */
/***********************************************/

.move {
	position: relative;
	top: 50px;
	opacity: 0;
	transition: .5s;
}
.move.on {
	top: 0;
	opacity: 1;
}
/* .move + .move {
	transition-delay: .3s;
}
.move + .move + .move {
	transition-delay: .6s;
}
.move + .move + .move + .move {
	transition-delay: .9s;
} */
