@charset "utf-8";
/* CSS Document */

*,
::before,
::after {
	box-sizing: border-box;
}

body {
	font-family: "Roboto Serif", serif, "Helvetica Neue", Arial, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333333;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.05em;
	word-break: break-word;
	overflow-wrap: break-word;
	text-align: justify;
	/*background: url("../images/design.jpg") no-repeat;
	background-position: top center;
	opacity: 0.7;*/
}

a {
	color: #0661ab;
	text-decoration: none;
}

a:hover {
	color: #3e96dd;
}

/* tel */
[href^="tel"]:hover {
	cursor: default;
}

body,
#mainvisual .mainvisual_inner,
header,
footer {
	min-width: 1280px;
}

/* 印刷 */
@media print {
	html {
		-webkit-print-color-adjust: exact;
	}
	body {
		zoom: 80%;
	}
	.fixed {
		position: inherit!important;
	}
}

.body_wrap {
	position: relative;
	overflow: hidden;
}

/*============================================================

  header

============================================================*/
header {
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	z-index: 99999;
}

header .inner {
	position: relative;
	width: 1280px;
	height: inherit;
	margin: 0 auto;
}

/* ロゴ */
.header_logo {
	position: relative;
}

.header_logo a {
	display: block;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.header_logo a:hover {
	opacity: 0.9;
}

/*============================================================

  nav

============================================================*/
@media print, screen and (min-width: 641px) {
  .nav_wrap :is(.menu_btn) {
    display: none;
  }

  .nav_wrap {
		position: absolute;
    top: 46px;
		left: 0;
		right: 0;
    z-index: 99998;
    width: 100%;
		margin: auto;
  }

  .menu_list_box {
    width: 1280px;
    margin: 0 auto;
  }

  /*---------- ナビメニュー ----------*/
  .nav_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
		gap: 0 40px;
  }

  .nav_menu a {
    color: #fff;
  }

  .nav_menu > li {
    display: flex;
    justify-content: center;
		align-items: center;
		position: relative;
  }

  .nav_menu_tit {
    position: relative;
		padding: 20px 0;
		color: #ffffff;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1;
		text-align: center;
		transition: ease-in-out 0.15s;
  }

	.nav_menu a.nav_menu_tit:hover {
    color: #d2eaff;
  }

  .parent_menu:not(.nav_menu_tit) {
    display: none;
  }

  /* hover */
  .nav_menu a.nav_menu_tit::before {
    position: absolute;
		top: 6px;
    left: 0;
    right: 0;
		z-index: 1;
		transform: scaleX(0);
    width: 5px;
    height: 5px;
    margin: auto;
		border-radius: 50%;
    background: #d2eaff;
    content: "";
		transition: 0.15s ease-out;
  }

  .nav_menu a.nav_menu_tit:hover::before {
    transform: scaleX(1);
  }

  /*---------- ナビ固定時 ----------*/
  .nav_wrap.fixed {
		display: flex;
    justify-content: center;
		align-items: center;
    position: fixed;
    top: 0;
    left: 0;
		right: 0;
    width: 100%;
		margin: auto;
    background: rgba(6, 97, 171, 0.50);
  }

  .nav_wrap.fixed .nav_menu {
		justify-content: center;
    width: 1280px;
  }
	
	.nav_wrap.fixed .nav_menu .nav_menu_tit {
		padding: 25px 0;
	}
	
	.nav_wrap.fixed .nav_menu .nav_menu_tit::before {
		display: none;
	}

  /*----------ドロップダウンメニュー----------*/
  .child_menu {
		visibility: hidden;
    opacity: 0;
		position: absolute;
    top: 95%;
    left: 0%;
    z-index: 9999;
    width: 250px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: 0.2s ease-in-out;
  }

  .nav_menu_btn:hover .child_menu,
  .nav_menu_btn:focus-within > .child_menu {
    visibility: visible;
		opacity: 1;
		top: 100%;
  }
 
  .child_menu a {
    display: block;
		position: relative;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #0661ab;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 400;
		font-size: 98%;
  }

  .child_menu a:not(:last-child) {
    border-bottom: 1px solid #85c6ff;
  }

  .child_menu a:hover {
    background: rgba(255, 255, 255, 0.85);
  }
}

/*============================================================

  #mainvisual

============================================================*/
#mainvisual {
	display: block;
	position: relative;
	height: 400px;
	background-image: url("../images/mainvisual_img01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#mainvisual .inner {
	display: table;
	position: relative;
	width: 1280px;
	height: inherit;
	margin: 0 auto;
}

.mainvisual_catch {
	display: table-cell;
		padding-top: 50px;
	padding-bottom: 2px;
	letter-spacing: 0.15em;
  vertical-align: middle;
  text-align: center;
}

/* SCROLL */
.mainvisual_scroll {
	position: absolute;
	bottom: 109px;
	right: 136px;
}

.mainvisual_scroll p {
	position: relative;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.mainvisual_scroll p::before {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 1px;
	height: 50px;
	background: #ffffff;
	content: "";
}

.mainvisual_catch_ja {
	color: #ffffff;
	font-family: 'Roboto Serif', serif;
	font-weight: 500;
	font-size: 22px;
}

.mainvisual_catch_ja span {
	font-size: 19px;
}

.mainvisual_catch_en {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: center;
}

/*============================================================

  #contents

============================================================*/
#container {
}


#contents {
	position: relative;
	padding: 100px 0 100px;
}




/*============================================================

  footer

============================================================*/
footer {
	position: relative;
	z-index: 10;
}

footer .inner {
	background-image: -webkit-linear-gradient(90deg, #0661ab 0%, #257fc8 100%);
  background-image: -moz-linear-gradient(90deg, #0661ab 0%, #257fc8 100%);
  background-image: -o-linear-gradient(90deg, #0661ab 0%, #257fc8 100%);
  background-image: linear-gradient(90deg, #0661ab 0%, #257fc8 100%);
}

.footer_info {
	border-bottom: 1px solid #ffffff;;
}

.footer_info_detail {
	display: flex;
	justify-content: space-between;
	width: 1280px;
	margin: 0 auto;
	padding: 111px 0 143px;
}

.footer_info_left,
.footer_info_right {
	width: 50%;
}

.footer_logo {
	margin-bottom: 62px;
}

.footer_logo a {
	display: block;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 48px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.footer_logo a span {
	display: block;
	padding-top: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 22px;
}

.info_tel {
	margin-bottom: 28px;
}

.info_tel a {
	display: block;
	position: relative;
	padding: 0 0 0 40px;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	line-height: 1;
	font-feature-settings: "palt";
}

.info_tel a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 27px;
	background: url("../images/tel_icon.svg") no-repeat;
	content: "";
}

.info_mail {
	margin-bottom: 34px;
}

.info_mail a {
	display: block;
	position: relative;
	padding: 0 0 0 40px;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 1;
	font-feature-settings: "palt";
}

.info_mail a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 27px;
	background: url("../images/mail_icon.svg") no-repeat;
	content: "";
}

.info_add {
	margin-bottom: 67px;
}

.info_add p {
	position: relative;
	padding: 0 0 0 40px;
	color: #ffffff;
	font-family: 'Roboto Serif', serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	font-feature-settings: "palt";
}

.info_add p::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 27px;
	background: url("../images/map_icon.svg") no-repeat;
	content: "";
}

.info_add p span {
	display: block;
	padding-top: 10px;
}

.footer_nav_wrap {
	position: relative;
	padding-top: 50px;
}

.footer_nav_wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 455px;
	height: 1px;
	background: #ffffff;
	content: "";
}

.footer_nav_wrap ul {
	display: flex;
	margin-bottom: 30px;
}

.footer_nav_wrap ul li,
.footer_nav_wrap ul a {
	display: block;
	padding: 0 30px 0 0;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	transition: ease-in-out 0.15s;
}

.footer_nav_wrap ul a:hover {
	color: #c0e2ff;
}

.footer_nav_wrap ul:nth-of-type(2) {
	display: block;
}

.footer_nav_wrap ul:nth-of-type(2) li {
	margin-bottom: 20px;
}

.footer_nav_wrap ul:nth-of-type(2) li:nth-of-type(2) a,
.footer_nav_wrap ul:nth-of-type(2) li:nth-of-type(3) a {
	font-weight: 300;
}

.footer_info_map {
	width: 600px;
	height: 500px;
	margin: 10px 0 50px 20px;
	border: 3px solid #ffffff;
}

.footer_info_map iframe {
	width: 100%;
	height: 100%;
}

.copy_wrap {
	padding: 30px 0;
}

.copy {
	margin-bottom: 15px;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}

.copy_txt {
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}

/*============================================================

  $box

============================================================*/
.box1 {
	position: relative;
	width: 1280px;
	margin: 0 auto;
}

.box2 {
	position: relative;
	width: 1280px;
	margin: 0 auto;
	padding: 0 0 50px;
}

.text {
	position: relative;
	margin-bottom: 50px;
}

.text p {
	margin-bottom: 1em;
}

.txt_left {
	margin-top: 15px;
}

.txt_right {
	text-align: right;
}

h1 {
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
	width: 1280px;
  margin: auto!important;
	color: #ffffff;
	font-size: 12px;
	text-align: right;
}

/*============================================================

  タイトル（共通）

============================================================*/
.tit_box {
	position: relative;
	margin-bottom: 20px;
}

.tit01 {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #0661ab;
	font-size: 34px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

.tit_en {
	color: #0661ab;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
}

/* 左側に画像+左寄せ */
.tit02 {
  position: relative;
  margin-bottom: 30px;
  padding: 14px 14px 14px 45px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #333333;
  font-size: 26px;
  letter-spacing: 0.1em;
	line-height: 1.5;
  text-align: left;
}

.tit02::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #ffa3a3;
  box-shadow: 0 0.6em 0 #93e099, 0.6em 0 0 #8adaf9, 0.6em 0.6em 0 #efc378;
  content: "";
}

/* 左側に画像+左寄せ */
.tit03 {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 0 20px;
  border-left: 5px solid #96cfff;
	font-family: 'Roboto Serif', serif;
	font-weight: 500;
  color: #333333;
	letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 22px;
  text-align: left;
}

.tit03::before {
  position: absolute;
  left: -5px;
  bottom: 0;
  content: '';
  width: 5px;
  height: 50%;
  background-color: #0661ab;
}

.tit03 span {
	margin-left: 10px;
}

.tit04 {
	position: relative;
	margin-bottom: 10px;
	padding: 10px 0 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #333333;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

/*============================================================

  ボタン（共通）

============================================================*/
.btn01 {
	text-align: center;
}

.btn01 a {
	display: inline-block;
	position: relative;
	padding: 14px 48px 13px 32px;
	color: #fff;
	background: #0661ab;
	border: 1px solid #0661ab;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	transition: ease-in-out 0.15s;
}

.btn01 a::after {
	position: absolute;
	top: 50%;
	right: 27px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: url("../images/btn_arrow01.png") no-repeat;
	content: "";
	transition: ease-in-out 0.15s;
}

.btn01 a:hover {
	opacity: 0.7;
}

.btn02 {
	text-align: center;
}

.btn02 a {
	display: inline-block;
	position: relative;
	padding: 14px 48px 13px 32px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	border: 1px solid #ffffff;
	transition: ease-in-out 0.15s;
}

.btn02 a::after {
	position: absolute;
	top: 50%;
	right: 27px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: url("../images/btn_arrow01.png") no-repeat;
	content: "";
	transition: ease-in-out 0.15s;
}

.btn02 a:hover {
	opacity: 0.7;
}

.btn03 {
	text-align: center;
}

.btn03 a {
	display: inline-block;
	position: relative;
	padding: 14px 48px 13px 32px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	border: 1px solid #ffffff;
	transition: ease-in-out 0.15s;
}

.btn03 a::after {
	position: absolute;
	top: 50%;
	right: 27px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: url("../images/btn_arrow01.png") no-repeat;
	content: "";
	transition: ease-in-out 0.15s;
}

.btn03 a:hover {
	opacity: 0.7;
}

.btn04 {
	text-align: left;
}

.btn04 a {
	display: inline-block;
	position: relative;
	padding: 14px 48px 13px 32px;
	color: #fff;
	background: #0661ab;
	border: 1px solid #0661ab;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	transition: ease-in-out 0.15s;
}

.btn04 a::after {
	position: absolute;
	top: 50%;
	right: 27px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: url("../images/btn_arrow01.png") no-repeat;
	content: "";
	transition: ease-in-out 0.15s;
}

.btn04 a:hover {
	opacity: 0.7;
}
/*============================================================

  

============================================================*/


/*============================================================

  .top_company

============================================================*/
.top_company .inner {
	position: relative;
}

.top_company .inner::before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 381px;
	background: url("../images/company_bg_illust.png") no-repeat;
	background-size: cover;
	content: "";
}

.top_company .box1 {
	padding: 143px 0 224px;
}

.top_company .text {
	padding: 0 215px 0;
}

/*============================================================

  .top_work

============================================================*/
.top_work .inner {
	position: relative;
}

.top_work .inner::before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(50vw + 320px);
	height: 532px;
	background: url("../images/work_triangle.png") no-repeat;
	background-size: cover;
	background-position: left top;
	content: "";
}

.top_work .box1 {
	display: flex;
	justify-content: space-between;
	padding: 180px 0 40px;
}

.work_left,
.work_right {
	width: 50%;
}

.work_left .tit_box {
	margin-bottom: 50px;
}

.work_left .tit_box::before {
	position: absolute;
	top: -20px;
	left: 0;
	width: 685px;
	height: 88px;
	background: url("../images/work_tit_bg.png") no-repeat;
	content: "";
}

.work_left .text {
	margin-bottom: 61px;
}

.work_right {
	padding: 109px 0 0 14px;
}

/*============================================================

  .top_service

============================================================*/
.top_service .inner {
	position: relative;
}

.top_service .box1 {
	width: auto;
	padding: 141px 0 100px;
}

.top_service .tit_box {
	margin-bottom: 78px;
}

.service_wrap {
	position: relative;
}

.service_wrap01 {
	margin-bottom: 128px;
}

.service_wrap01::before {
	position: absolute;
	top: 61px;
	right: 0;
	background: #eff6fc;
	width: calc(50vw - 8px);
	height: 500px;
	content: "";
	z-index: -1;
}

.service_wrap02::before {
	position: absolute;
	top: 61px;
	left: 0;
	background: #eff6fc;
	width: calc(50vw - 8px);
	height: 500px;
	content: "";
	z-index: -1;
}

.service_flex {
	display: flex;
	justify-content: space-between;
	width: 1280px;
	margin: 0 auto;
}

.service_wrap01 .service_flex {
	flex-direction: row-reverse;
}

.service_right {
	position: relative;
	margin-top: 60px;
	padding: 20px;
	width: 50%;
	height: auto;
	background-color: rgba(6,97,171,0.50);
	box-shadow: 0px 0px 8.3px 1.7px rgba(0,0,0,0.14);
}

.service_left {
	position: relative;
}

.service_wrap .service_left figure {
	position: absolute;
	top: 0;
	z-index: -1;
}

.service_wrap01 .service_left figure {
	right: 0;
}

.service_wrap02 .service_left figure {
	left: 0;
}

.service_wrap02 .service_left figure {
	left: 0;
}

.service_detail {
	position: relative;
	border: 1px solid #ffffff;
	z-index: 3;
}

.service_wrap01 .service_detail {
	padding: 54px 0 67px;
}

.service_wrap02 .service_detail {
	padding: 54px 0 94px;
}

.service_detail h3 {
	margin-bottom: 52px;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
}

.service_detail .text {
	padding: 0 45px 0;
	color: #ffffff;
	font-size: 16px;
}

.service_wrap02 .service_detail .text {
	margin-bottom: 31px;
}

.service_wrap01 .service_detail .text {
	margin-bottom: 86px;
}

/*============================================================

  .top_faq

============================================================*/
.top_faq .inner {
	position: relative;
}

.top_faq .box1 {
	padding: 43px 0 160px;
}

.top_faq .text {
	margin-bottom: 65px;
	padding: 0 215px 0;
}

/*============================================================

  .top_inquiry

============================================================*/
.top_inquiry .inner {
	position: relative;
}

.top_inquiry .inner::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 550px;
	background: #eff6fc;
	content: "";
}

.top_inquiry .inner::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 550px;
	background: url("../images/inquiry_img01.jpg") no-repeat;
	background-size: cover;
	content: "";
}

.top_inquiry .box1 {
}

.inquiry_detail {
	width: 50%;
	margin-right: auto;
	padding: 82px 159px 98px 0;
	background: #eff6fc;
}

.inquiry_detail .tit_box {
	margin-bottom: 60px;
}

.inquiry_detail .tit_box .tit01 {
	text-align: left;
}

.inquiry_detail .tit_box .tit_en {
	text-align: left;
}

.inquiry_detail .text {
	margin-bottom: 83px;
}

.inquiry_detail .btn01 {
	text-align: left;
}

.inquiry_contents h2 {
	margin-bottom: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #333333;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

.caution_list {
	text-align: center;
}

/* お問い合わせ */
.inquiry_tb {
	width:100%;
	border-spacing: 1px;
	border-collapse: separate;
	background-color: #f0f0f0;
}
.inquiry_tb td, .inquiry_tb th {
	padding: 12px 36px;
}
.inquiry_tb th {
	font-weight: bold;
	text-align: left;
	color: #666;
	background: #DAEDFD;
	font-size: 16px;
	word-wrap: break-word;
}
.inquiry_tb th span {
	font-size: 13px;
}
.inquiry_tb td {
	background-color: #ffffff;
	color: #666666;
}

.inquiry_tb tbody tr:first-child th{
}

.table_note{
	font-size: 90%;
	padding-top: 40px;
}

.table_note li{
	line-height: 1.8;
}

.table_note li:before{
	top:10px;
}

.inquiry_tb .tr_spelling input {
	width: auto;
	height: auto;
	margin-right: 5px;
}

.inquiry_tb input {
    height: 28px;
    width: 70%;
}

.inquiry_tb .contact_radio input{
	margin-right: 20px;
	height: auto;
	width: auto;
}

.inquiry_tb {
	margin-bottom: 50px;
}

.inquiry_caution {
	text-align: center;
}

form textarea {
    border: 1px solid #ccc;
    width: 100%;
}
.submit_btn{
	padding-top: 40px;
	text-align: center;
	font-size: 16px;
}

.submit_btn input[type="reset"]{
	display: inline-block;
	width: 200px;
	height: 44px;
	margin-right: 40px;
	border: solid 1px #0661ab;
	color: #0661ab;
	transition: ease-in-out 0.3s;
}

.submit_btn input[type="reset"]:hover{
	background-color: #0661ab;
  color: #fff;
  transition: ease-in-out 0.3s;
}

.submit_btn input[type="submit"]{
	display: inline-block;
	width: 300px;
	height: 44px;
	margin-right: 40px;
	border: solid 1px #0661ab;
	background-color: #0661ab;
	transition: ease-in-out 0.3s;
	color: #fff;
}

.submit_btn input[type="submit"]:hover{
	background-color: #509fd0;
  color: #fff;
  transition: ease-in-out 0.3s;
}

.required {
    margin-left: 20px;
    padding: 3px 7px;
    background-color: #0661ab;
    color: #fff;
}

/*============================================================

  $レイアウト一覧

============================================================*/
/* テーブル */
.tb01 {
  width: 100%;
  border-spacing: 1px;
  border-collapse: collapse;
  border: solid 1px #c9e1fc;
}

.tb01 td,
.tb01 th {
  padding: 8px 20px;
  border: 1px solid #c9e1fc;
}

.tb01 th {
  font-weight: bold;
  text-align: center;
  background: #eff6fc;
}

.tb01 th span {
  font-size: 13px;
}

.tb01 td {
  background: #ffffff;
  text-align: center;
}

.table_style01 table {
	width: 100%;
	table-layout: fixed;
}

.table_style02 table {
	width: 100%;
	table-layout: fixed;
}

.table_style02 table td:last-child {
	width: 23%;
}

.tax {
	margin: 10px 0 5px!important;
	text-align: right;
}

/* Q&A */
.qa01 dl{
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #c9e1fc;
}

.qa01 dl dt{
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  font-weight: bold;
}

.qa01 dl dt:before{
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
	color:#0661ab;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 28px;
	line-height: 1;
  content:"Q.";
}

.qa01 dl dd {
  position: relative;
  padding-left: 40px;
}

.qa01 dl dd:before{
  position: absolute;
  top: -5px;
  left: 0;
  margin-right: 7px;
  color: #63aae3;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 28px;
	line-height: 1;
  content: "A.";
}

/* 3つ並びのレイアウト。矢印付き */
.layout01 {
  margin: 0 0 15px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

.layout01 .layout01_box {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  padding: 3%;
  background-color: #eff6fc;
}

.layout01 .layout01_box:last-child {
  margin-right: 0;
}

.layout01 .layout01_box::before {
  position: absolute;
  right: 0px;
  left: 0;
  height: 7px;
  width: 7px;
  transform: rotate(135deg);
  background-color: transparent;
  border-top: 2px solid #0661ab;
  border-right: 2px solid #0661ab;
  content: "";
  bottom: -16px;
  margin: auto;
}

.layout01 .layout01_box:last-child::before {
  display: none;
}

.layout01 .layout01_box .layout01_title {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #c9e1fc;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.layout01 .layout01_box .layout01_title em {
  margin-right: 8px;
	color: #0661ab;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}

.layout01 .layout01_box .layout01_text {
  line-height: 1.5;
	text-align: center;
}

.layout01 .layout01_box .layout01_text p {
	display: inline-block;
	text-align: left;
}

/* 経歴・資格 */
.greeting_carr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.greeting_carr .tit04 {
  margin-bottom: 8px;
	text-align: left;
}

.greeting_carr_sec1 {
  width: 48%;
  margin-right: 20px;
  padding: 20px 30px;
  background-color:#f7f7f7;
  font-size:14px;
}

.greeting_carr_sec1:last-child {
  margin-right: 0;
}

.greeting_carr_sec1_w {
	width: 100%;
}

.greeting_carr .tb02 td {
  text-align: left;
}

.greeting_carr .tb02 td,
.greeting_carr .tb02 th {
  font-size: 14px;
}

.greeting_carr_sec1 table {
  width:100%;
}

/* リスト */
.list01 li {
  position: relative;
  margin-bottom:10px;
  padding-left:15px;
}
.list01 li:last-child{
  margin-bottom:0;
}
.list01 li:before{
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #0661ab;
  border: 1px solid #0661ab;
  border-radius: 100%;
  content: '';
}
.list01 li i{
  margin-right:8px;
}

.list02{
  margin-bottom:30px;
  padding:35px 10px 20px 45px;
  background-color:#eff6fc;
}
.list02:after{
  display: block;
  clear: both;
  content: "";
}
.list02 li{
  position:relative;
  float:left;
  margin-right: 5%;
  margin-bottom:20px;
  margin-left: 28px;
  border-bottom: 1px dotted #cdcdcd;
}
.list02 li:before{
  display: block;
  position: absolute;
  top: -2px;
  left: -35px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  content: "\f00c";
  padding-left: 10px;
  color: #0661ab;
}

.list03{
  padding:35px 15px 25px 45px;
  background-color:#eff6fc;
}
.list03:after {
  display: block;
  clear: both;
  content: "";
}
.list03 li{
  position:relative;
  float:left;
  margin-bottom:15px;
  padding-left:0.9em;
  padding-right:5%;
	text-align: left;

}
.list03 li:before{
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #0661ab;
  border: 1px solid #0661ab;
  border-radius: 100%;
}

.list03_02 {
  padding: 35px 15px 25px 45px;
}

.list03_03 {
  padding: 0 15px 25px 45px;
}

/*============================================================

  .company

============================================================*/
.greeting_flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.greeting_left {
	width: 35%;
}

.greeting_left img {
	width: 100%;
	height: auto;
}

.greeting_right {
	width: 62%;
}
