@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-family: "Noto Sans JP",
		serif;
	font-weight: 500;
}

img {
	max-width: 100%;
	height: auto;
}

.center {
	display: block;
	text-align: center;
}

.mb0 {
	margin-bottom: 0 !important;
}

#wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.container {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

#header_area {
	display: block;
	width: 100%;
	background-color: #072551;
	height: 280px;
	padding: 45px;
}

#header_area p {
	display: block;
	font-size: 6rem;
	color: #fff;
	text-align: center;
}

#main_img {
	display: block;
	max-width: 1280px;
	margin: -150px auto 50px auto;
	text-align: center;
}

#border_text {
	display: block;
	padding: 40px;
	border: 1px solid #0a5ca0;
	border-radius: 10px;
}

#border_text p {
	display: block;
	font-size: 3rem;
	line-height: 1.8;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 2rem;
	color: #555555;
	line-height: 1.6;
	margin: 10px 0;
}

.indent2 {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 2rem;
	color: #222222;
	line-height: 1.6;
	margin-bottom: 10px;
}

.indent3 {
	text-indent: -1em;
	padding-left: 2em;
	font-size: 2rem;
	color: #222222;
	line-height: 1.6;
	margin-bottom: 10px;
}

p.arw {
	display: block;
	margin: 30px 0 50px 0;
	text-align: center;
}

p.arw2 {
	display: block;
	margin: 30px 0 35px 0;
	text-align: center;
}

#index_box {
	display: block;
	margin-bottom: 60px;
}

#index_box ul {
	list-style-type: none;
}

#index_box ul li {
	width: 100%;
	border-bottom: 1px dotted #0a5ca0;
	list-style-type: none;
}

#index_box ul li a {
	display: block;
	padding-bottom: 5px;
	padding-top: 15px;
	font-size: 2.9rem;
	font-family: "fot-udkakugo-large-pr6n",
		sans-serif;
	font-weight: 500;
	color: #072551;
	line-height: 1;
	text-decoration: none;
	position: relative;
}

#index_box ul li a:hover {
	font-weight: 600;
}

#index_box ul li a:after {
	content: url("../images/arw02.svg");
	position: absolute;
	right: 5px;
}

#index_box ul li:first-child a {
	padding-top: 0;
}

#index_box ul li span {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin-right: 15px;
}

#index_box ul li span img {
	height: 30px;
}


.section_box {
	display: block;
	width: 100%;
	background-color: #f5fcfb;
	padding: 110px 130px 40px 130px;
}

.section_box2 {
	display: block;
	width: 100%;
	background-color: #ffffff;
	padding: 50px 130px 20px 130px;
}

.number_section_box {
	display: block;
	padding: 50px 45px;
	background-color: #ffffff;
	-webkit-filter: drop-shadow(1.3px 5px 9px rgba(0, 0, 0, 0.25));
	-moz-filter: drop-shadow(1.3px 5px 9px rgba(0, 0, 0, 0.25));
	-ms-filter: drop-shadow(1.3px 5px 9px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(1.3px 5px 9px rgba(0, 0, 0, 0.25));
	transform: translateZ(0);
	border-radius: 10px;
	position: relative;
}

#number01:before {
	content: "01";
	font-family: "Be Vietnam Pro",
		serif;
	font-weight: 700;
	color: #318718;
	font-size: 8rem;
	position: absolute;
	top: -40px;
	left: 15px;
	line-height: 1;
}

#number02:before {
	content: "02";
	font-family: "Be Vietnam Pro",
		serif;
	font-weight: 700;
	color: #318718;
	font-size: 8rem;
	position: absolute;
	top: -40px;
	left: 15px;
	line-height: 1;
}

#number03:before {
	content: "03";
	font-family: "Be Vietnam Pro",
		serif;
	font-weight: 700;
	color: #318718;
	font-size: 8rem;
	position: absolute;
	top: -40px;
	left: 15px;
	line-height: 1;
}

#number04:before {
	content: "04";
	font-family: "Be Vietnam Pro",
		serif;
	font-weight: 700;
	color: #318718;
	font-size: 8rem;
	position: absolute;
	top: -40px;
	left: 15px;
	line-height: 1;
}

#number05 {
	/* padding-bottom: 120px; */
	padding-bottom: 30px;
}

#number05:before {
	content: "05";
	font-family: "Be Vietnam Pro",
		serif;
	font-weight: 700;
	color: #318718;
	font-size: 8rem;
	position: absolute;
	top: -40px;
	left: 15px;
	line-height: 1;
}

/* #number05:after {
	content: url("../images/point_img.svg");
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: -1;
} */

.achievements {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 40px;
}

.achievements_col {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
}

.achievements_col:nth-child(3) {
	margin-right: 0;
}

.achievements_col:last-child {
	margin-right: 0;
}


.achievements_col p.title {
	display: block;
	text-align: center;
}

.achievements_col p.title a {
	font-size: 24px;
	padding: 5px;
	color: #222;
	text-decoration: underline;
	transition: color 0.5s ease;
}

.achievements_col p.title a:hover {
	color: #0a5ca0;
}



.achievements_col .thumbnails {
	display: block;
	margin-top: 10px;
	text-align: center;
}

.achievements_col .thumbnails img {
	display: block;
	margin: 0 auto;
}

#number06 {
	padding-bottom: 120px;
}

#number06:before {
	content: "06";
	font-family: "Be Vietnam Pro",
		serif;
	font-weight: 700;
	color: #318718;
	font-size: 8rem;
	position: absolute;
	top: -40px;
	left: 15px;
	line-height: 1;
}

#number06:after {
	content: url("../images/point_img.svg");
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: -1;
}



.h2_title_box {
	display: block;
	width: 100%;
	text-align: center;
}

.h2_title_box h2 {
	display: inline-block !important;
	width: auto !important;
}

h2.title {
	display: block;
	width: 100%;
	font-size: 3.4rem;
	font-weight: 600;
	color: #0a5ca0;
	font-family: "fot-udkakugo-large-pr6n",
		sans-serif;
	position: relative;
	padding: 0 10px;
	margin-bottom: 40px;
	text-align: center;
}

h2 span.color {
	color: #0a5ca0 !important;
}

h2.title2 {
	font-size: 30px !important;
}

h2.title span {
	color: #ef50ab;
}

h2.title span.large {
	font-size: 6.8rem;
	font-family: "Be Vietnam Pro",
		serif;
}

h2.title:after {
	content: "";
	width: 100%;
	height: 20px;
	background-color: #d9f7a4;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

h2.title2 {
	display: block;
	width: 100%;
	font-size: 3.2rem;
	font-weight: 600;
	color: #0a5ca0;
	font-family: "fot-udkakugo-large-pr6n",
		sans-serif;
	position: relative;
	margin-bottom: 30px;
	text-align: left;
}

h2.title2 span {
	color: #ef50ab;
}

h2.title2 span.large {
	font-size: 4rem;
	font-family: "Be Vietnam Pro",
		serif;
}

h2.title2 span.large2 {
	font-size: 4rem;
	font-family: "Be Vietnam Pro",
		serif;
	color: #0a5ca0;
}

#title3 {
	display: block;
	font-size: 5rem;
	font-family: "fot-udkakugo-large-pr6n",
		sans-serif;
	color: #0a5ca0;
	font-weight: 600;
	text-align: center;
}

p.sumulation_text {
	display: block;
	font-size: 2.7rem;
	margin-bottom: 60px;
	font-weight: 400;
	text-align: center;
}

p.sumulation_text2 {
	margin-bottom: 0 !important;
}

p.sumulation_text span {
	font-size: 3.8rem;
	font-family: "Be Vietnam Pro",
		serif;
	font-weight: 600;
}

.section_box01 {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}

.section_box01-1 {
	width: 84%;
	margin-right: 3%;
}

.section_box01-2 {
	width: 16%;
}

#number01 .section_box01-2 img {
	max-width: 105px;
	width: 100%;
}

#number02 .section_box01-2 img {
	max-width: 105px;
	width: 100%;
}



.section_box02 {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}

.section_box02-1 {
	width: 64%;
	margin-right: 3%;
	text-align: center;
}

.section_box02-2 {
	width: 33%;
}

.report_section {
	display: block;
	padding: 20px 30px;
	border-radius: 10px;
	background-color: #fff5f5;
}

.section_box02-1>.report_section {
	display: inline-block;
	padding: 25px 50px;
	margin-bottom: 40px;
}

.section_box02-1 p {
	text-align: left;
}

.report_section_inner {
	display: flex;
	justify-content: space-between;
}

.report_section_inner .inner_col {
	width: auto;
	margin-right: 110px;
}

.report_section_inner .inner_col_100 {
	width: 100%;
	margin-right: 0;
}

.report_section_inner .inner_col:last-child {
	margin-right: 0;
}

.report_section_inner .inner_col p {
	font-size: 2.3rem;
	font-weight: 400;
}

.report_section_inner .inner_col p span {
	font-size: 5rem;
	font-family: "Be Vietnam Pro",
		serif;
	font-weight: 600;
	padding-right: 5px;
}

.report_section_inner .inner_col_100 ul {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	list-style-type: none;
}

.report_section_inner .inner_col_100 ul:last-child {
	margin-bottom: 0;
}

.report_section_inner .inner_col_100 ul li {
	font-size: 2.2rem;
	list-style-type: none;
	margin-right: 1em;
	line-height: 1;
	margin-bottom: 10px;
}

.report_section_inner .inner_col_100 ul li:last-child {
	margin-bottom: 0;
}

.report_section_inner .inner_col_100 ul li span {
	font-family: "fot-udkakugo-large-pr6n",
		sans-serif;
	font-weight: 600;
	font-size: 3rem;
}

.report_section_inner .inner_col_100 ul li span.large {
	font-size: 4rem;
}

.report_section_inner .inner_col_100 ul li.text2 {
	margin-right: 0;
	padding-left: 8px;
}

.report_section_inner .inner_col_100 ul li.text2 span.large {
	font-size: 3.5rem;
	font-weight: 600;
}

.ab_text_box {
	display: flex;
	width: 100%;
}

.ab_text_box_left {
	width: 57%;
	margin-right: 3%;
}

.ab_text_box_right {
	width: 40%;
}

.ab_text_title {
	display: block;
	color: #0a5ca0;
	font-size: 2.4rem;
	margin-bottom: 10px;
	margin-top: 50px;
}

.ab_text_text {
	display: block;
	font-size: 2.3rem;
	color: #222222;
	line-height: 1.6;
	padding-left: 10px;
}

.ab_img {
	display: block;
	width: 100%;
}

.contact_box {
	display: block;
	width: 100%;
	height: 240px;
	background-color: #072551;
	padding: 60px 50px 50px 50px;
	position: relative;
}

.contact_box:before {
	content: url("../images/contact_arw.svg");
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.contact_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: auto;
}

.contact_inner p {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
	font-size: 2rem;
}

.contact_inner p.contact_btn {
	display: inline-block;
	width: auto;
	margin-bottom: 0;
}

.contact_inner p.contact_btn a {
	display: inline-block;
	padding: 20px 120px;
	border-radius: 40px;
	background-image: linear-gradient(150deg, rgba(239, 80, 171, 1), rgba(198, 14, 128, 1));
	color: #fff;
	text-decoration: none;
	font-size: 2.4rem;
	text-align: center;
	transition: all .4s ease-in-out;
}

.contact_inner p.contact_btn a:hover {
	box-shadow: 1px 1px 8px rgba(255, 255, 255, .75);
}


.illust_img {
	display: block;
	margin-top: 40px;
	text-align: center;
}

#company_guide_txt {
	display: block;
	color: #0a5ca0;
	font-size: 3rem;
	font-family: "fot-udkakugo-large-pr6n",
		sans-serif;
	font-weight: 600;
	padding-left: 90px;
	margin-bottom: 30px;
}

#company_guide_txt:before {
	content: url("../images/company_guide.svg");
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	line-height: 1;
}

p.copy {
	display: block;
	font-size: 2.8rem;
	line-height: 2;
}

p.copy span {
	font-size: 3.6rem;
	font-family: "fot-udkakugo-large-pr6n",
		sans-serif;
	font-weight: 600;
	line-height: 1;
}

p.copy span.style02 {
	color: #0a5ca0;
	font-family: "fot-udkakugo-large-pr6n",
		sans-serif;
	font-weight: 600;
	font-size: 4.6rem;
	line-height: 1;
}


p.copy span.style03 {
	color: #0a5ca0;
	font-family: "fot-udkakugo-large-pr6n",
		sans-serif;
	font-weight: 600;
	line-height: 1;
}

#footer {
	display: block;
	width: 100%;
	padding: 65px;
	box-sizing: border-box;
	background-color: #ffffff;
}

.footer_container {
	display: block;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.footer_box {
	display: flex;
	width: 100%;
	margin-bottom: 90px;
}

.footer_box_left {
	width: 60%;
	padding-top: 80px;
}

.footer_box_right {
	width: 40%;
}

table.table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}

table.table th {
	width: 30%;
	color: #0a5ca0;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 5px 0;
	border-bottom: 1px solid #555555;
	text-align: left;
}

table.table th:last-child {
	width: 70%;
}

table.table td {
	width: 30%;
	color: #222222;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 5px 0;
}

table.table td:last-child {
	width: 70%;
}

#copyright {
	display: block;
	font-size: 1.5rem;
	padding: 35px 0;
	color: #555555;
	margin-top: 90px;
	text-align: center;
}



#contact_box {
	display: block;
	width: 100%;
	padding: 40px;
	background-color: #ECF6F7;
	border-radius: 10px;
}

#contact_box p {
	text-align: center;
}

#contact_box h2 {
	display: block;
	color: #34B5D3;
	font-size: 5rem;
	text-align: center;
	line-height: 1;
}

.section_heading_sub {
	margin: 9px auto 0;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.444;
	letter-spacing: 0.1em;
	color: #34B5D3;
	margin: 0 auto 40px;
}

.contact__txt {
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.04em;
	text-align: center;
	color: #000;
}










/* Form */

#contact_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 60px auto;
	padding: 20px;
}

#form {
	display: block;
}

#form dl {
	display: flex;
	width: 100%;
	border: none;
	align-items: center;
	padding: 15px 10px;
}

#form dl dt {
	width: 25%;
	margin-right: 2%;
	position: relative;
	font-size: 1.6rem;
}

#form dl dt span {
	width: auto;
	padding: 5px 10px;
	background-color: #235187;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	right: 15px;
}

#form dl dd {
	width: 73%;
	font-size: 1.6rem;
}

#form select {
	display: block;
	padding: 13px 10px;
}

#form input {
	display: block;
	width: 100%;
	padding: 13px 10px;
	background-color: #eeeeee;
	box-sizing: border-box;
	line-height: 1;
	border: none;
	outline: none;
}

#form textarea {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #eeeeee;
	box-sizing: border-box;
	line-height: 1;
	border: none;
	outline: none;
}

#form input.w50 {
	width: 50%;
}

#form p.privacy_check {
	display: block;
	margin: 2em 0;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

#form p.privacy_check a {
	text-decoration: underline;
}

#form p.privacy_check label {
	font-size: 0;
}

#form p.privacy_check label input {
	display: inline-block;
	width: auto;
	padding: 3px;
	margin-right: 5px;
}

#form button,
#form .submit {
	display: block;
	max-width: 400px;
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 20px 10px;
	font-size: 18px;
	font-weight: normal;
	background: none;
	background-color: #365bc1;
	color: #fff;
	text-align: center;
	border-radius: 0;
	border: none;
	line-height: 1;
	cursor: pointer;
	outline: none;
	appearance: none;
	transition: all 1s ease-out;
	position: relative;
}

#form .backbtn {
	background-color: #808080;
}


#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/********************************************

		�V�X�e���p

********************************************/
.error_message {
	color: #FF0000;
	padding: 10px 0 0;
	line-height: 1.5;
}

form .button {
	text-align: center;
	margin: 2em 0;
}

form .submitbutton {
	width: 40%;
	margin: 0 auto;
	border-radius: 0;
	padding: 17px 10px;
	color: #fff;
	background-color: #149BB4;
	font-size: 21px;
	font-weight: normal;
	border: none;
	text-align: center;
	cursor: pointer;
	line-height: 1;
}

form .submitbutton.backbutton {
	background-color: #C0C0C0;
}

.alert {
	color: #FF0000;
}