@charset "utf-8";


 Theme Name: tm_hoken
 Description: tm_hoken ONLY
 Theme URI:  テーマの URL
 Author: CUBIC-DESIGN
 Author URI:  https://www.cub-d.com
 Version: 2.0
 License: (c)CUBIC・DESIGN
 License URI: https://www.cub-d.com


/* CSS Document */

/*******　角丸のCSS　**********************************************
/*	  border-radius: 10px;        /* CSS3草案 */  
/*    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
/*    -moz-border-radius: 10px;   /* Firefox用 */ 
/*****************************************************************/

/***************************************************************
/*****共通部分のスタイル
/****************************************************************/
/* 画面の表示に関するCSS */
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

html,body{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.overflow_hidden {
	overflow: hidden;
}

/* -終わり-　画面の表示に関するCSS */

.clear_fix:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

.clear {
	line-height: 0px;
	background-color: #00ffff;
	clear: both;
	height: 0px;
	visibility: hidden;
}

body {
	font-size: 16px;
	color: #1F1F1F;
	font-family:"Noto Serif JP", serif;/*'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
	min-width: 1300px;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}

h1,h2,h3 {
	font-weight: normal;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

p {
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	line-height:1.8em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center,
.aligncenter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.wf-mplus1p {
	font-family: 'Open Sans', sans-serif;
}

@media screen and (min-width: 641px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}

@media screen and (max-width: 640px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

b, strong {
   font-weight: normal;
}

i, em {
   font-style: normal;
}

/*font*/
.literata {
  font-family: "Literata", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}

.fadein-left {
    transform: translate(-30px,0);
}

.fadein-right {
    transform: translate(30px,0);
}

.fadein-up {
    transform: translate(0,-30px);
}

.fadein-bottom {
    transform: translate(0,30px);
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/****************************************************************
/* headerに関するCSS */
header {
	border-top:#005BAC solid 5px;
	display:block;
	width:100%;	
}

/*body.home header {
	height: 1045px;
	margin-bottom: 83px;
}*/

#header_box {
    width: 100%;
    min-width: 1300px;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    z-index: 11;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.header_logo {
	box-sizing: border-box;
	padding-top: 0px;
	padding-left: 26px;
	transition: .3s;
	display:inline-block;
}

.header_logo:hover {
	transform: scale(1.05);
}

.header_catch {
	display: block;
    width: 33%;
    font-size: 1.5em;
    letter-spacing: 0.25em;
	padding-left: 15px;
	box-sizing: border-box;
}

.header_info {
    width: 463px;
    padding-top: 20px;
    padding-bottom: 13px;
}

dl.header_tel {
    background-image: url(images/header_tel_ico.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 70px;
    font-weight: 700;
    box-sizing: border-box;
}

dl.header_tel dt{
    width: 110px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 180%;
    position: relative;
}

dl.header_tel dt span {
	background-color:#005BAC;
	color:#FFFFFF;
	display:block;
	text-align-last: justify;       /* Chrome・Firefox用 */
	text-justify: inter-ideograph;  /* IE・Edge用 */
	padding-left:5px;
	padding-right:5px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:90%;
}

dl.header_tel dd{
    width: 260px;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 100%;
    padding-left: 5px;
    position: relative;
}

dl.header_tel dd span{
	color:#444;
	font-size:35px;
	font-weight:900;
	--tw-numeric-spacing: tabular-nums;
	font-variant-numeric: tabular-nums;
	font-family: serif;
}

.op_time {
    background-color: #5E5C5C;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 2px;
    margin-left: 50px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    width: 315px;
    text-align: center;
}

/***グローバルメニュー*********************************************************/

nav {
	width: 100%;
	position: relative;
	z-index: 10;
	display:block;
	background-color:#EFEFEF;	
}

nav#top_menu{
	position:fixed;
	top:0px;
	background-color:#fff;
	border-bottom:#005BAC solid 1px;
}

nav#top_menu li:first-child{
	border-left:none;
}

nav#top_menu li:first-child a {
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center;
}

nav ul {
	list-style-type: none;
	box-sizing: border-box;
	padding-top: 0px;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	margin-left:auto;
	margin-right:auto;
	max-width:1400px;
	min-width:1200px;
}

nav li {
	box-sizing: border-box;
	text-align: center;
	height: 60px;
	border-left:#01B8D8 solid 1px;
	flex-grow: 1;
}

nav li:last-child {
	box-sizing: border-box;
	text-align: center;
	height: 60px;
	border-left:#01B8D8 solid 1px;
	border-right:#01B8D8 solid 1px;
}

nav ul li i {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.7em;
	color:#01B8D8;
	display:block;
	padding-top:6px;
}

nav ul li a {
	flex: 1;
    box-sizing: border-box;
    height: 100%;
    text-align: -webkit-center;
    line-height: 100%;
    letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 17px;
	color: #0F2B75;
	display:inline-block;
	text-decoration:none;
	position:relative;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 13px;
	width:100%;
}

nav ul li a::after {
	position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 60px;
    background: #e4f7ff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    z-index: -2;
}

nav#top_menu ul li:first-child a::after {
	position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 60px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    z-index: -2;
}

nav ul li a:hover::after {
	transform: scale(1, 1);
}

nav ul li a img {
	width: 90%;
	height: auto;
}

nav li span {
	display: block;
	font-size: 13px;
	color: #FFF;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 100;
	margin-top:0.5em;
}

/******メインスライダー*******************************************/
#main_box {
	margin-top:2px;
	width: 100%;
	min-width: 1300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#2392DA;
}

.slide_wrap {
	max-width: 1500px;
	min-width: 1300px;
	width:100%;
	box-sizing:border-box;
	padding-left:26%;
	position:relative;
}

.slide_cover_s {
	position:absolute;
	top: 0% !important;
	left: -0.1% !important;
	-webkit-transform : translate(0%,0%) !important;
	transform : translate(0%,0%) !important;
	z-index:1;
}

.slide_cover_e {
	position:absolute;
	top: 0% !important;
	right: -0.1%;
	left: inherit !important;
	-webkit-transform : translate(0%,0%) !important;
	transform : translate(0%,0%) !important;
	z-index:1;
}

.wwtpyh {
	position: absolute;
	bottom: -9%;
	left: 0%;
	width: auto;
	z-index:2
}

.sec_slide {
	margin-top:3px;
	width:100%;
	overflow:hidden;
	position:relative;
}

.scroll{
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

/***swiper用************************/
.slider-thumbnail .swiper-slide {
	opacity: .5;
	transition: opacity .5s;
	width: calc(100% / 8);
}

.slider-thumbnail .swiper-slide img {
	width:100%;
	height:auto;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}

.slider-thumbnail .swiper-wrapper {
	transition-timing-function: linear;
}

/* -終わり- headerに関するCSS */

/****************************************************************
/* contentに関するCSS */
article {
	display: block;
	min-width: 1300px;
	width: 100%;
}

.pentagon_link {
    background-color: #2392DA;
    padding: 17px 30px 17px 30px;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.3em;
    font-weight: 800;
    margin-top: 44px;
    display: inline-block;
	transition: .3s;
}

.pentagon_link:after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px; /* 要素の右からの距離 */
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #fff;
}

.pentagon_link:before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 29px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 26px solid #2392DA;
}

.pentagon_link:hover {
	transform: scale(1.025);
}
/****************************************************************
/* footerに関するCSS */

footer {
	border-top:#2392DA solid 2px;
	box-sizing: border-box;
}

.footer_wrap {
	background-color:#E9F4FB;
	border-top:#fff solid 2px;
	border-bottom:#fff solid 2px;
	box-sizing: border-box;
	position: relative;
}

.footer_top_area {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 45px;
	padding-right: 25px;
	position:relative;
	display: flex;
	justify-content: space-between;	
}

.footer_wrap ul.footer_contact {
	width: 738px;
	height: 97px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	position:absolute;
	top:-25px;
	right:15px;	
}

.footer_wrap ul.footer_contact li {
	box-sizing: border-box;
	border-radius: 10px;
	width: 49%;
	list-style-type: none;
	text-align: center;
	text-indent:58px;
	position: relative;
	transition: .3s;
	font-size: 18px;
	overflow:hidden;
}

.footer_wrap ul.footer_contact li:first-child {
		background-color: #3CC1BB;
}

.footer_wrap ul.footer_contact li:last-child {
		background-color: #C46339;

}

.footer_wrap ul.footer_contact li:hover {
    transform: scale(1.025);
}

.footer_wrap ul.footer_contact li a {
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    height: 100%;
    width: 100%;
    font-size: 1.5em;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.footer_wrap ul.footer_contact li:first-child a {
	background-image:url(images/footer_contact_ico1.png);
	background-position:20px center;
	background-repeat:no-repeat;
}

.footer_wrap ul.footer_contact li:last-child a {
	background-image:url(images/footer_contact_ico2.png);
	background-position:20px center;
	background-repeat:no-repeat;
}

.footer_top_area_left {
	width: 42%;
}

.footer_top_area_left a {
	transition: .3s;
	display:inline-block;
}

.footer_top_area_left a img {
	width: auto;
	height: auto;
}

.footer_top_area_left dl {
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top:30px;
	list-style:none;
	width:100%;
	padding-left:15px;
	box-sizing:border-box;
}

.footer_top_area_left dl dt {
	width:15%;
	box-sizing:border-box;
	display:block;
	margin-bottom:10px;
}

.footer_top_area_left dl dt span {
	display:block;
	color:#2392DA;
	border:#2392DA solid 1px;
	padding:2px 10px;
	text-align-last: justify;       /* Chrome・Firefox用 */
	text-justify: inter-ideograph;  /* IE・Edge用 */
}

.footer_top_area_left dl dd {
	width:85%;
	box-sizing:border-box;
	display:block;
	padding-left:15px;
	color:#444;
	margin-bottom:10px;
}

.footer_top_area_left dl dd a {
	color:#444;
}

.footer_top_area_left dl dd a:hover {
	color:#2392DA;
}

.footer_top_area_right {
	width: 58%;
}

.footer_menu_area {
	width: 100%;
	box-sizing: border-box;
	padding-top: 75px;
	color: #666;
}

.footer_menu_area ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	list-style-type: none;
	font-size: 15px;
}

.footer_menu_area ul::after {
	content: '';
	width: 30%;
}

.footer_menu_area ul li {
	box-sizing: border-box;
	position: relative;
	width: 30%;
	display: block;
	margin-bottom: 10px;
}

.footer_menu_area ul li a {
	text-decoration: none;
	color: #666;
	display: block;
    width: 100%;
	box-sizing: border-box;
	padding-left:2.5em;
	transition: .3s;
}

.footer_menu_area ul li a:hover {
	color:#2392DA;
}

.footer_menu_area ul li a::before { /* 背景の表示設定 */
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 7px;
	width: 20px;
	height: 20px;
	background: #2392DA;
	border-radius: 50%;
	transition: .3s;
}

.footer_menu_area ul li a::after { /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}

.footer_menu_area ul li a:hover::before { /* 背景の表示設定 */
  background:#005BAC;
}

.footer_attention {
	width:100%;
	background:#EBEBEB;
	font-size:13px;
	font-weight:400;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top:20px;
	padding-bottom:20px;
}

.footer_attention ul {
	display:block;
	list-style:disc;
	width:1085px;
	margin-left:auto;
	margin-right:auto;
	color:#8CBD2C;
}

.footer_attention ul li span {
	color:#444;
}

.footer_copyright_area {
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	padding-top: 5px;
	color: #666;
}

.footer_copyright_area a {
	text-decoration: none;
	color: #666;
	transition: .3s;
}

.footer_copyright_area a:hover {
	color: #295086;
}

.footer_number_area {
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	padding-bottom: 5px;
	color: #666;
}

.footer_number_area a {
	text-decoration: none;
	color: #666;
	transition: .3s;
}

.footer_number_area a:hover {
	color: #295086;
}

#top_arrow{
	display: inline-block;
    width: 71px;
    height: 71px;
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 10;
    cursor: pointer;
    transition: .3s;
}

/* -終わり- footerに関するCSS */

/***************************************************************
/*****トップページのスタイル
/****************************************************************/

.index_first_con {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-left:100px;
	padding-right:100px;
	box-sizing:border-box;
	margin-top:125px;
	margin-bottom: 194px;
	line-height: 1.5;
	position:relative;
}

.index_first_con h1 {
	font-weight: 900;
	font-size: 2.2em;
	color: #2192D8;
	margin-bottom: 4%;
	position: relative;
    letter-spacing: 0.1em;
}

.index_first_con h1 span {
	color: #444444;
}

.index_first_text {
	width:660px;
}

.fas_con_img {
	position:absolute;
	top:0px;
	right:3%;
}

.index_second_con {
	background-color:#545454;
	display:block;
	width:100%;
	margin-bottom:60px;
}

.index_second_con .topics_wrap {
	width:1300px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	padding-left:215px;
	padding-top:7px;
	padding-bottom:7px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
	transition: .3s;
}

.index_second_con .topics_wrap:hover {
	filter: brightness(0.9);
}

.index_second_con h1 {
    display: inline-block;
    background-image: url(images/index_topics_h1bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 195px;
    height: 108px;
    position: absolute;
    top: -1px;
    left: 20px;
    font-weight: 700;
    font-size: 1.6em;
    color: #2192D8;
    text-align: center;
    line-height: 355%;
    text-indent: 1.2em;
}

.index_second_con h1::before {
	position:absolute;
	top: 45%;
	left: 20%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width:23px;
	height:23px;
	content: '';
	background-image:url(images/topics_ico.png);
	background-repeat:no-repeat;
}

.index_second_con ul {
	margin:0px;
	list-style:none;
	width:90%;
	height:84px;
	display:block;
}

.index_second_con ul li {
	display:block;
	height:100%;
}

.index_second_con ul li a {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	height:100%;
	box-sizing:border-box;
	padding-left:20px;
	text-decoration:none;
	font-size:1.3em;
	font-weight:600;
	color:#fff;
	position:relative;
}

.post_date {
	color:#BFEEFF;
	font-size: 14px;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right:20px;
}

.index_second_con ul li a::before { /* 背景の表示設定 */
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 20px;
	height: 20px;
	background: #fff;
/*  border-radius: 50%;*/
  transition: .3s;
}

.index_second_con ul li a::after { /* 三角形の表示設定 */
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px; /* 要素の左からの距離 */
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #2392DA;
}

.tp_list {
	width:8%;
	display:block;
	background-color:#2392DA;
	color:#FFFFFF;
	border-radius: 80px;
	height:30px;
	box-sizing:border-box;
	padding:2px 14px;
	text-decoration:none;
	font-weight:800;
	letter-spacing:0.4em;
}

.tp_list::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	transition: .3s;
}

.tp_list .arrow {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 2px;
    margin: 7.6px 0;
    border-radius: 9999px;
    background-color: #2392DA;
    top: 50%;
    right: 3px;
    -webkit-transform: translate(-50%,-370%);
    transform: translate(-50%,-370%);
	z-index:1;
}

.tp_list .arrow::before,
.tp_list .arrow::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 0;
	width: 7px;
	height: 2px;
	border-radius: 9999px;
	background-color: #2392DA;
	transform-origin: calc(100% - 1px) 50%;
}

.tp_list .arrow::before {
	transform: rotate(40deg);
}

.tp_list .arrow::after {
	transform: rotate(-40deg);
}

.index_third_con {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-left:100px;
	padding-right:100px;
	box-sizing:border-box;
	margin-top:125px;
	margin-bottom: 194px;
	line-height: 1.5;
	position:relative;
}

.index_third_con h1 {
    font-weight: 600;
    font-size: 3.5em;
    color: #2292D9;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
	position:relative;
}

.index_third_con h1::after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 60%;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #2292D9;
}

.index_service_txt {
	width:63%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	line-height: 2.1em;
}

.index_service_list {
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	justify-content:space-between;
	width:96%;
    margin-left: auto;
    margin-right: auto;
	margin-top:40px;
}

.index_service_list > li {
	border-radius: 25px;
	display:block;
	border:#2392DA solid 3px;
	width:47%;
	overflow:hidden;
}

h2.service_title {
    color: #2392DA;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    padding-top: 25px;
	margin-bottom:10px;
}

.index_service_list > li img {
    margin-left: auto;
    margin-right: auto;
}

.index_service_list > li .sercive_text {
    margin-top: 13px;
    line-height: 1.8em;
    text-align: center;
    color: #5E5E5E;
	width:80%;
    margin-left: auto;
    margin-right: auto;
	font-size: 1.1em;
}

.index_service_list > li a {
	text-decoration:none;
	padding-bottom:20px;
	position:relative;
}

.index_service_list > li a::before {
	display:block;
	content:'';
	width:100%;
	height:120%;
	background-color: rgba(35,146,218,0.3);
	position:absolute;
	transform: scale(1, 0);
	transition: .3s;
	
}

.index_service_list > li a:hover::before {
	    transform: scale(1, 1);
}

.index_service_list > li .pentagon_link {
    margin-left: auto;
    margin-right: auto;
    transform: scale(0.75);
    display: block;
    width: 46%;
	margin-bottom:20px;	
}

.index_4th_con {
	width: 100%;	
	box-sizing:border-box;
	margin-top:125px;
	margin-bottom: 194px;
	line-height: 1.5;
	position:relative;
	background-color:#2392DA;
}

.index_4th_con_wrap {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	padding-top: 77px;
	padding-bottom: 110px;
}

.index_4th_con h1 {
    font-weight: 600;
    font-size: 3.5em;
    color: #fff;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.1em;
	position:relative;
}

.index_4th_con h1::after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 60%;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
}

.index_4th_con .banner_box {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 65px;
	width: 100%;
}

.index_4th_con .banner_box li {
	display:block;
	width:48%;
	transition: .3s;
}

.index_4th_con .banner_box li:hover {
	transform: scale(1.025);
}

.index_4th_con .banner_box li img {
	width:100%;
	height:auto;
}

/***************************************************************
/*****下層全般のスタイル
/****************************************************************/
.eyecatch_box {
	overflow:hidden;
	height: 300px;
	width:100%;
	position:relative;
}

.eyecatch_box img:first-child {
	display: block;
	width: auto;
	height:100%;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

.eyecatch_box .slide_cover_s,
.eyecatch_box .slide_cover_e {
	height:100%;
	width:auto;
}

.eyecatch_box .slide_cover_s {
	left: 0px!important;
}

.eyecatch_box .slide_cover_e {
	right: 0px!important;
}

h1.eyecatch_title {
    color: #fff;
    width: 100%;
    height: 77px;
    position: absolute;
    top: 50%;
    left: 6%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 2;
    font-weight: 800;
	line-height:100%;
    font-size: 2.5em;
	letter-spacing:0.1em;
}

.eyecatch_title span {
	display:block;
	width: 100%;
	font-size: 0.6em;
	font-weight: 100;
	color: #FFF;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent:5em;
}

#pan {
	display: block;
	width:1300px;
	margin-left:auto;
	margin-right:auto;
	color: #333;
	font-size: 0.8em;
	height: 100px;
	box-sizing: border-box;
	padding-left: 20px;
	text-align: left;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#pan > h3 {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#pan span {
	margin-right: 5px;
	margin-left: 5px;
}

#pan span a {
	color: #333;
	position: relative;
	display: inline-block;
	letter-spacing: 0.05em;	
}

#pan span a:hover {
	color: #FF7F00;
}

/***************************************************************
/*****私達の強みページのスタイル
/****************************************************************/

.advantage_first_con {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	padding-left:100px;
	padding-right:100px;
	box-sizing:border-box;
	margin-top:125px;
	margin-bottom: 194px;
	line-height: 1.5;
	position:relative;
}

.advantage_first_con h1 {
	font-weight: 900;
	font-size: 2.2em;
	color: #2192D8;
	margin-bottom: 4%;
	position: relative;
    letter-spacing: 0.1em;
	text-align:center;
}

.advantage_first_text {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
	margin-bottom:150px;
}

.advantage_second_con_l {
    width: 1160px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
	margin-bottom:170px;
}

.advantage_second_con_r {
    width: 1160px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-bottom:170px;
}

.advantage_second_con_l h1 {
    display: flex;
    background-color: #F0F8FD;
    width: 371px;
    height: 269px;
    position: absolute;
    left: 0px;
    top: 27px;
    font-weight: 900;
    font-size: 2em;
    align-items: center;
    justify-content: center;
}

.advantage_second_con_l h1 span:nth-child(2) {
    -webkit-transform: translate(0,10%);
    transform: translate(0,10%);
}

.advantage_second_con_r h1 {
    display: flex;
    background-color: #F0F8FD;
    width: 371px;
    height: 269px;
    position: absolute;
    right: 0px;
    top: 27px;
    font-weight: 900;
    font-size: 2em;
    align-items: center;
    justify-content: center;
}

.advantage_second_con_l h1 span.adblue{
    display: block;
    position: absolute;
    top: -25px;
    left: -14px;
    color: #2092D8;
    border-bottom: #2092D8 solid 1px;
    font-size: 0.7em;
    line-height: 2.3em;
    padding-right: 3em;
}

.advantage_second_con_r h1 span.adblue{
    display: block;
    position: absolute;
    top: -25px;
    right: -14px;
    color: #2092D8;
    border-bottom: #2092D8 solid 1px;
    font-size: 0.7em;
    line-height: 2.3em;
    padding-right: 3em;
}

.advantage_second_con_l h1 span.adblue i,
.advantage_second_con_r h1 span.adblue i {
    font-size: 3em;
    position: relative;
    bottom: -0.2em;
    left: 0.1em;
}

.advantage_second_con_l h1:after{
	content:'';
	display:block;
	position:absolute;
	left:0px;
	bottom:0px;
	width:113px;
	height:113px;
	border-bottom:#2092D8 solid 3px;
	border-left:#2092D8 solid 3px;
}

.advantage_second_con_r h1:after{
	content:'';
	display:block;
	position:absolute;
	right:0px;
	bottom:0px;
	width:113px;
	height:113px;
	border-bottom:#2092D8 solid 3px;
	border-right:#2092D8 solid 3px;
}

.advan_txt {
    width: 74%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1em;
    line-height: 2em;
    margin-top: 40px;
}

/***************************************************************
/*****スタッフ紹介ページのスタイル
/****************************************************************/

body.staff .eyecatch_title span{
	text-indent: 8.5em;	
}

.staff_first_con {
	width: 1210px;
	margin-right: auto;
	margin-left: auto;
	padding-left:100px;
	padding-right:100px;
	box-sizing:border-box;
	margin-top:125px;
	margin-bottom: 194px;
	line-height: 1.5;
	position:relative;
}

.staff_first_con h1 {
    font-weight: 900;
    font-size: 2.3em;
    color: #2292D9;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 4%;
    letter-spacing: 0.1em;
	position:relative;
}

.staff_first_con h1::after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 60%;
    bottom: -30%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #2292D9;
}

.staff_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.staff_list::after {
	content: '';
	width: 250px;
}

.staff_list li {
	display: block;
	width: 250px;
	border: #2092D8 solid 3px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
	transition: 0.7s all;
	border-radius: 25px;
}

.staff_list li:hover {
	border: #34B8B6 solid 3px;
}

.staff_list li > img {
	width: 100%;
	height: auto;
	max-height: 346px;
	transition: 0.7s all;
}

.staff_list li:hover > img {
	transform: scale(1.1,1.1);
}

.staff_list li .staff_title {
	display: block;
	background-color: #2092D8;
	color: #BFEFFF !important;
	font-size: 0.8em;
	font-family: 'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	padding-top: 5px;
	padding-left: 15px;
	line-height: 100%;
	position: relative;
	z-index: 1;
	transition: 0.7s all;
}

.staff_list li .name {
	display: block;
	background-color: #2092D8;
	font-size: 1.6em;
	font-weight: 800;
	color: #fff !important;
	text-align: right;
	box-sizing: border-box;
	padding-bottom: 5px;
	padding-right: 10px;
	line-height: 100%;
	position: relative;
	z-index: 1;
	transition: 0.7s all;
	letter-spacing: 0.1em;
}

.staff_list li:hover .staff_title,
.staff_list li:hover .name {
	background-color:#34B8B6;
}

/***モーダル設定****************/

.modal {
	padding: 200px 0;
}

.inner {
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: 0 20px;
}

/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
}

/*.modal__trigger:nth-child(n + 2) {
  margin-top: 60px;
}*/

/* モーダル本体 */
.modal__wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.modal__layer {
	height: 100%;
	background: rgba(32, 146, 216, .4);
	cursor: pointer;
}

.modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(calc(100% - 40px), 1000px);
    height: calc(85% - 40px);
    padding: 80px 20px 20px 20px;
    background: #fff;
    border-radius: 30px;
    box-sizing: border-box;
}

.modal__inner {
	position: relative;
	overflow-y: scroll;
	height: 90%;
	padding: 20px 20px;
}

/* モーダルを閉じるボタン */
.modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 44px;
	height: 44px;
	background: rgba(32, 146, 216, 1);
	cursor: pointer;
	transition: opacity .6s;
	color:#fff;
}

.modal__close:not(.posi2) {
	border-radius:50%;
}

.modal__close.posi2 {
    top: 90% !important;
    right: inherit !important;
    left: 27px;
    background: rgba(32, 142, 216, 1);
    width: 150px;
    height: 44px;
    border-radius: 7px;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.modal__close.posi2 span {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
    padding-left: 43%;
}

.modal__close.posi2 span::before {
	content:'';
	display:block;
	width:20px;
	height:20px;
	border: #FFFFFF solid 3px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-50%, -50%);
}

.modal__close.posi2:before,
.modal__close.posi2:after {
	position: absolute;
	top: 50%;
	left: 14%;
	width: 14px;
	height: 3px;
	background: #fff;
	content: '';
}

.modal__close:hover {
	opacity: .6;
}

.modal__close:before,
.modal__close:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 3px;
	background: #fff;
	content: '';
}

.modal__close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__close .maru {
    border: #FFFFFF solid 3px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    height: 65%;
}

/* モーダル内のコンテンツ */
.modal__content {
	display:flex;
	flex-wrap:wrap;
}

.modal__photo {
	width:35%;
}

.modal__photo img {
	width:100%;
	height:auto;
}

.modal__data {
    width: 65%;
    box-sizing: border-box;
    padding-left: 45px;
    padding-right: 30px;
}

.modal__title {
    color: #2092D8;
    font-weight: 500;
    font-size: 1.1em;
}

.modal__name{
	font-family:"Noto Serif JP", serif;
	font-size:2.5em;
	font-weight:800;
	line-height: 1.3em;
}

.modal__text {
    margin-top: 20px;
    line-height: 2;
    font-size: 1.06em;
    padding-bottom: 50px;
    border-bottom: #2092D8 solid 1px;
}

dl.staff_data {
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}

dl.staff_data dt {
	color:#2092D8;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
	font-size:1.1em;
	display:block;
	width:30%;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: #2092D8 solid 1px;
}

dl.staff_data dd {
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:400;
	font-size:1em;
	display:block;
	width:70%;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: #2092D8 solid 1px;
}

.blue_circle {
	color:#2092D8;
}

.scroll_text,
.blue_down {
	display: none;
}

/***************************************************************
/*****保険のご相談ページのスタイル
/****************************************************************/

body.insurance .eyecatch_title span {
	text-indent: 0.8em;
	letter-spacing: 0.03em;
}

.insurance_first_con {
    width: 856px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    margin-top: 125px;
    margin-bottom: 164px;
    line-height: 2.0;
    position: relative;
}

.insurance_first_con h1 {
    font-weight: 900;
    font-size: 2.3em;
    color: #2192D8;
    margin-bottom: 14%;
    position: relative;
    letter-spacing: 0.1em;
	line-height: 1.2;
}

.insurance_first_con h1::after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 21%;
    bottom: -30%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #2292D9;
}

.insurance_first_text {
    width: 850px;
    font-size: 1.1em;
}

.insurance_second_con {
	background-color: #E1F0FB;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding-top: 120px;
}

.insurance_second_con h1 {
    font-weight: 900;
    font-size: 2.3em;
    color: #2192D8;
    margin-bottom: 10%;
    position: relative;
    letter-spacing: 0.1em;
	line-height: 1.2;
}

.insurance_second_con h1::after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 24%;
    bottom: -50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #2292D9;
}

.insurance_second_con_box {
    width: 755px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.tab-wrap_box {
	position: relative;
	background-color: #FFF;
}
.tab-wrap_box::before {
	position: absolute;
	content: "";
	top: 0px;
	background-color: #E1F0FB;
	z-index: 0;
	height: 82px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #18679C;
}
.tab-wrap {
    width: 1014px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/******タブ関係***********************************************************************/

.tab_area{
	width: 1014px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	list-style:none;
}

.tab-label {
	font-weight: 900;
	font-size: 2.3em;
	color: #2192D8;
	background: #E1F0FB;
	line-height: 80px;
	box-sizing: border-box;
	white-space: nowrap;
	text-align: center;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	flex: 1;
	max-width: 368px;
	border: 2px solid #18679C;
}

.tab-label:not(:last-of-type) {
	margin-right: 15px;
}

.tab_left {
	margin-left: 130px;
}

.tab_right {
	margin-right: 130px;
}


.tab_area li.select{
	background: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.tab-wrap .hide {
	display:none;
}

.tab-content {
	width: 100%;
	/*display: none;*/
	overflow: hidden;
	/*opacity: 0;*/
	background-color: #FFF;
	padding-top:145px;
}

li.works_effect {
    width: 316px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
	position: relative;
	transition: all .3s;
	margin-bottom: 80px;
}

li.works_effect:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

li.works_effect a {
    text-decoration: none;
}

.works_thumb {
    width: 1014px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    position: relative;
}

.works_thumb::after {
	content: '';
    width: 316px;
}

li.works_effect h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 900;
    color: #1F92D8;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #2092D8;
    text-align: center;
    padding-right: 1%;
    padding-left: 1%;
    padding-top: 4%;
	margin-bottom: 3%;
}

li.works_effect p {
    font-size: 16px;
    line-height: 2.0;
	padding-right: 3%;
	padding-left: 3%;
}

/*****************************************************************************/
.insurance_third_con {	
	width: 100%;
	margin-bottom: 265px;
}

.insurance_third_con h1 {
    width: 100%;
    height: 300px;
    font-weight: 900;
    font-size: 2.3em;
    color: #2192D8;
    margin-bottom: 80px;
    position: relative;
    letter-spacing: 0.1em;
    background-image: url(images/eyecatch_flow.jpg);
    background-position: center center;
	display: flex;
    align-items: center;
    justify-content: center; 
}

.insurance_third_con h1 span {
    display: flex;
    position: relative;
    z-index: 0;
    justify-content: center;
}

.insurance_third_con h1::before {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 13%;
    bottom: 103px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #2292D9;
	z-index: 1;
}

.insurance_third_con h1 span::before,
.insurance_third_con h1 span::after {
    content: "";
    position: absolute; z-index: -1;
	top: 35px;
	left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 258px;
	height: 100%;
    background-color: rgba(255, 255, 255, 1);
    filter: blur(0.6em);
}

.insurance_third_con ul {
	width: 920px;
	margin-right: auto;
	margin-left: auto;	
}

.insurance_third_con ul li {
    background-color: #E1F0FB;
    border-radius: 18px;
    margin-bottom: 70px;
    position: relative;
    list-style-type: none;
    box-sizing: border-box;
    padding-top: 25px;
    padding-right: 100px;
    padding-bottom: 25px;
    padding-left: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insurance_third_con ul li:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 70px;
	background-color: #2092D8;
	position: absolute;
	bottom: -70px;
	left: 40px;
}

.insurance_third_con h3 {
	font-size: 2.3em;
	color: #333;
	font-weight: 900;
}

.step_english {
	position: absolute;
	left: 15px;
	top: -8px;
}

.consultation_text {
	width: 360px;
}

.consultation_text span {
    font-family: 'Noto Sans JP', serif;
    color: #D90000;
	display: block;
    padding-top: 2%;
}
.insurance_out {
    display: block;
    padding: 5px;
    background-color: #1b7ebb;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.7em;
    width: 50%;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%,0%);
    transform: translate(-50%,0%);
	transition: .6s;
}

.insurance_out:hover {
	background-color:#0B6190;
}

/***************************************************************
/*****会社案内ページのスタイル
/****************************************************************/

body.company .eyecatch_title span {
	text-indent: 2.2em;
}

.company_first_con {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    margin-top: 85px;
    margin-bottom: 100px;
    line-height: 2.0;
    position: relative;
}

.company_first_con h1 {
    font-weight: 900;
    font-size: 2.3em;
    color: #2192D8;
    margin-bottom: 6%;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
}

.company_first_con h1::after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 21%;
    bottom: -30%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #2292D9;
}

.president_greetings_box {
    display: flex;
    justify-content: space-between;
}

.greetings_text {
	width: 455px;
	box-sizing: border-box;
	padding-top: 20px;
	position: relative;
}

.greetings_text p {
	line-height: 2.0!important;
}

.president_sign {
	position: absolute;
	right: 0px;
	bottom: 30px;
}

.company_second_con {
	width: 100%;
	box-sizing: border-box;
	padding-top: 35px;
	margin-bottom: 150px;
	color: #FFF;
	line-height: 1.6;
	position: relative;
	background-color: #555;
	padding-bottom: 55px;
}

.company_second_con h1 {
    font-weight: 900;
    font-size: 2.3em;
    color: #FFF;
    margin-bottom: 6%;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
}

.company_second_con h1::after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 21%;
    bottom: -30%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #FFF;
}

.rinen_box {
	width: 715px;
	margin-right: auto;
	margin-left: auto;
}

.rinen {
	font-family: 'Noto Sans JP', serif;
	font-size: 20px;
	margin-bottom: 70px;
}

.rinen li {
    list-style-type: none;
    line-height: 39px;
    margin-bottom: 35px;
    display: flex;
}

.rinen li img {
    display: inline-block;
	margin-right: 30px;
}

.top_quality {
    width: 480px;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top_quality p {
	padding-top: 40px;
}

.company_third_con {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    margin-top: 85px;
    margin-bottom: 150px;
    line-height: 2.0;
    position: relative;
}

.company_third_con h1 {
    font-weight: 900;
    font-size: 2.3em;
    color: #2192D8;
    margin-bottom: 6%;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
}

.company_third_con h1::after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 21%;
    bottom: -30%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #2292D9;
}

.Table {
    width: 100%;
    border-spacing: 0;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    overflow: auto;
	font-family: 'Noto Sans JP', serif;
}

.Table th.Tabel__parentTh {
    padding: 20px 0px 21px 38px;
    background: #D8EDFA url(images/img_table_border_parentth.jpg) no-repeat left top/8px 100%;
}

.Table th {
    position: relative;
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    color: #333;
}

.Table th, .Table td {
    position: relative;
    padding: 20px 40px 21px;
    letter-spacing: .03em;
    line-height: 1.7;    
}

.Table th::before, .Table td::before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #dedede;
    top: 0;
    left: 0;
}

.Table td {
    text-align: left;
    vertical-align: middle;    
}

.company_fourth_con {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    margin-top: 85px;
    margin-bottom: 290px;
    line-height: 2.0;
    position: relative;
}

.company_fourth_con h1 {
    font-weight: 900;
    font-size: 2.3em;
    color: #2192D8;
    margin-bottom: 6%;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
}

.company_fourth_con h1::after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 21%;
    bottom: -30%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #2292D9;
}

.access_map {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}

.access_map li {
	width: 592px;
	list-style-type: none;
	box-sizing: border-box;	
}

.access_map li p {
	font-weight: 500;
	position: relative;
	padding-top: 5px;
	padding-left: 30px;
}

.access_map li p::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 22px;
    background-color: #2092D8;
    position: absolute;
    bottom: 3px;
    left: 0px;
}

/***************************************************************
/*****お問い合わせページのスタイル
/****************************************************************/

.contact_first_con {
    width: 1132px;
    margin-right: auto;
    margin-left: auto;
	text-align: center;
    margin-bottom: 150px;
}

.contact_first_con h1 {
    font-size: 35px;
    font-weight: 900;
    color: #0F2B75;
}

.contact_first_con > span {
    color: #0F2B75;
    display: block;
    margin-bottom: 90px;
}

.contact_first_con > p {
	font-size: 22px;
	margin-bottom: 60px;
}

.denwa_box {
	width: 1132px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	background-color: #333;
	padding-top: 30px;
	padding-bottom: 35px;
	box-sizing: border-box;
	color: #FFF;
}

.denwa_box p {
	font-size: 24px;
	color: #FFF;
}

.denwa_box a {
	font-family: 'Noto Sans JP', serif;
    font-size: 90px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #FFF;
    text-decoration: none;
    line-height: 1.2;
	transition: .3s;
}

.denwa_box a:hover {    
    color: #005BAC;
}

.contact_form > p {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    text-align: center;
}

.form_box {
	width: 1132px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}

.recruit .form_box {
	padding-bottom: 50px;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
	
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}

/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}

.inquiry {
	width: 1132px;
	margin-right: auto;
	margin-left: auto;
}

.inquiry tr:nth-child(odd) th,
.inquiry tr:nth-child(odd) td {
	background-color: #EEE;	
}

/*見出し欄*/
.inquiry th{
	text-align: left;
	font-size: 15px;
	color: #444;
	box-sizing: border-box;
	width: 287px;
	padding-left: 20px;
	margin-right: 15px;
}

.recruit .inquiry th {
	background-color: #FFF;
}

/*通常欄*/
.inquiry td {
    font-size: 16px;
    box-sizing: border-box;
    padding-top: 13px;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 20px;
    text-align: left;
}

.recruit .inquiry td {
    background-color: #FFF;
}

.inquiry td p {
	font-size: 14px!important;
	color: #333!important;
}

.blue_moji {
	color: #006DD9;	
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto{
	font-size: 11px;
	background: #D70003;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
	position: relative;
	bottom: 1px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/*任意の調整*/
.any{
	font-size: 11px;
	background: #7F8D8D;
	color: #fff;
	border-radius: 2px;
	margin-right: 10px;
	position: relative;
	bottom: 1px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
	display:block;
}

/*送信ボタンのデザイン変更*/
#formbtn{
	display: block;
	margin-top: 30px;
	width: 260px;
	background: #0F2B75;
	color: #FFF;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 48px;
	transition: .3s;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover{
	color: #FFF;
	background-color: #00B8F4;
}

.okigaru {
	width: 958px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 50px;
	padding-top: 20px;
	font-size: 16px;
}

.okigaru span {
	color: #A1071F;	
}

.otoiawase p {
	text-align: left;
	padding-top: 25px;
}

input {
	border: 1px solid #CCC!important;
	box-sizing: border-box!important;
	padding-left: 10px!important;	
}

input[name="your-name"],
input[name="your-furigana"],
input[name="company"],
input[name="your-email"],
input[name="your-email_confirm"],
input[name="address"],
input[name="your-tel"] {
	width: 100%!important;
	height: 42px!important;
}

input[name="zip"] {
    width: 30%!important;
    height: 42px!important;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 13px;
}

textarea {
	width: 800px;
	box-sizing: border-box!important;
	border: 1px solid #DBDBEA!important;
	padding: 10px!important;
}

input[name="acceptance-442"] {
	height: 20px!important;
	width: 20px;
	border: 1px solid #000!important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
	text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	text-align: center;
}

.privacy_text {
	border: 1px solid #DDD;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
}

/***************************************************************
/*****ブログページのスタイル
/****************************************************************/

.blog_box {
	padding-top: 40px;
	padding-bottom: 10%;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}

.blog_box a {
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #FFF;
}

.error404 .blog_box a {	
	color: #2392DA;
}

.error404 .blog_box a:hover {	
	color: #F00;
}

.blog_left {
	width: 73%;
	box-sizing: border-box;
	padding: 2%;
}

.blog_left h1.title {
	font-family: 'Noto Sans JP', sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D1D4;    
}

.blog_left > section {
	font-family: 'Noto Sans JP', sans-serif;
	width: auto !important;
	background-color: #FFF;
	margin-bottom: 60px;
	box-sizing: border-box;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D1D4;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 18px;
	padding-left: 0%;
}

.inquiry a {
	text-decoration: none;
	color: #FFF;
}

.inquiry p {
	font-size: 15px;
	color: #333;
}

.single .blog_left .post_box p {
	margin-bottom: 30px;
}

.single .date_and_time:before {
	content: url(images/calendar_icon.png);
	margin-right: 5px;
}

.single .post-category a:before {
	content: url(images/folder_icon.png);
	margin-right: 5px;
}

#single_eyecatch img {
	max-width: 100%;
	height: auto;
}

#archive_eyecatch img {
	max-width: 100%;
	height: auto;
}

.blog_right {
	width: 25%;
	box-sizing: border-box;
	margin-left: 2%;
}

.widget_calendar h2:before {
	content: url(images/calendar_icon.png);
	margin-right: 5px;
}

.widget_categories h2:before {
	content: url(images/pencil_icon.png);
	margin-right: 5px;
}

.widget_archive h2:before {
	content: url(images/archive_icon.png);
	margin-right: 5px;
}

.widget_calendar,
.widget_categories,
.widget_archive {
	padding: 15px;
	border: 1px solid #F0F0F0;
}

.blog_widget_box {
	/*padding-top: 30px;*/
}

.blog_right .widget {
	padding-bottom: 30px;
	margin-bottom: 48px;
}

.blog_right .widgettitle,
.blog_under .widgettitle {
	display: block;
	text-align: left;
	line-height: 110%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #444;
	margin-bottom: 10px;
}

.blog_widget_box ul {
	width: 98%;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	list-style: none;
}

.blog_widget_box ul li a {
	color: #000;
}

.blog_widget_box ul li a:hover {
	color: #F00;
}

.blog_widget_box ul li:before {
	content: "●";
	color: #000;
	font-size: 90%;
}

.blog_right #wp-calendar {
	width: 240px;
	margin-left: auto;
    margin-right: auto;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	color: #666666;
}

.blog_right #wp-calendar td {
	border: 1px solid #DDD;
	background-color: #F8F8F8;
}

.pad {
	border: none!important;
	background-color: white!important;
}

.blog_right #wp-calendar caption {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.blog_right #wp-calendar thead {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	font-size: 10px;
}

.blog_right #wp-calendar a {
	color: #FFF;
	background-color: #4894b1;
	display: block;
}

.blog_right #wp-calendar a:hover {
	background-color: #000;
}

.ichiran_banner {
	display: block;
	color: #FFF!important;
	text-decoration: none;
	font-weight: bold;
	line-height: 48px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 48px;
	background-color: #4B4B4B;
	height: 48px;	
}

.ichiran_banner:hover {
	display: block;
	color: #FFF!important;
	text-decoration: none;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	background-color: #005BAC;
	transition: all .3s;
}

/****記事一覧************************/
.blog .blog_left > section {
	margin-bottom: 8%!important;
}

.blog .post-meta,
.archive .post-meta,
.single .post-meta {
	color: #444;
	font-weight: 400 !important;
	margin-bottom: 15px;
}

.blog .post-category {
	display: none;
}

.post-category a {
	color: #1F1F1F;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

.post-category a:hover {
	color: #005BAC;
}

.blog h1.title,
.archive h1.title {
	border-bottom-width: 0px!important;
}

h1.title {
	box-sizing: border-box;
    width: 100%;
    font-weight: bold;
    font-size: 24px;
    text-align: left;	
	text-decoration:none;
	margin-bottom: 7px;
}

h1.title a {
	color: #1F1F1F;
	text-decoration:none;
	font-size: 22px;
}

h1.title a:hover {
	color: #005BAC;
}

.blog .post_box, .archive .post_box {
    box-sizing: border-box;
    position: relative;
}

#archive_eyecatch {
	float: left;
	padding-right: 10px;
}

.more-link {
    background-color: #2392DA;
    color: #FFF;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-size: 12px!important;
    text-align: center;
    width: 90px;
    font-weight: 500;
    margin-top: 1%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

a.more-link:hover {
	background-color: #005BAC;
	color: #FFF;
	transition: all .3s;
}

.archive .more-link {
	color: #FFF!important;
}

.archive .more-link span {
	color: #FFF!important;
}

.archive .more-link a {
	color: #FFF!important;
}

.archive a.more-link:hover {
	background-color: #005BAC!important;
	color: #FFF!important;
}

/* BLOGページのpagerに関するCSS */

.navigation {
	display: flex;
	justify-content: space-between;
}

.navigation .alignleft,
.navigation .alignright,
.leftnavi, .rightnavi {
    background-color: #4f828b;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-top: 20px;
}

.navigation .alignleft:hover,
.navigation .alignright:hover,
.leftnavi:hover, .rightnavi:hover {
	background-color: #000;
	color: #FFF;
	transition: all .3s;
}

.navigation a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}

.date_and_time {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2392DA;
	margin-right: 15px;
}

.single .date_and_time {	
	color: #1F1F1F;
}

.date_and_time span {
	color: #333;
}

.wp-calendar-nav {
	position: static!important;
	transform: translate(-0%, 0%)!important;
	-webkit-transform: translate(-0%, 0%)!important;
	float: none!important;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	padding-right: 10px!important;
	padding-left: 10px!important;
	background-color: #FFF!important;
}

.wp-calendar-nav span {
	color: #1F1F1F;
}

.wp-calendar-nav span a {
	text-decoration: underline;
	color: #1F1F1F;
}

.wp-calendar-nav span a:hover {
	color: #005BAC;
}

.blog_left .thumbnail-image,
.blog_left .wp-post-image {
    float: left;
    padding-right: 25px;
}

/*pagination*/
.pagenation {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5%;
	margin-top: 340px;
}

.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.pagenation ul {
    margin: 0;
}

.pagenation li {
    float: left;
    list-style: none outside none;
    text-align: center;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li.active {
    background-color: #0F2B75;
    color: #FFF;
    cursor: not-allowed;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.pagenation li a {
	background: none repeat scroll 0 0 #FFF;
	color: #333;
	display: block;
	box-sizing: border-box;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	border: 1px solid #DDD;
}

.pagenation li a:hover {
    background-color: #444;
    color: #FFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

.navigation a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}

.navigation .alignleft,
.navigation .alignright,
.leftnavi,
.rightnavi {
    background-color: #2392DA;
    margin-bottom: 50px;
    padding-top: 3px;
    padding-right: 1em;
    padding-bottom: 3px;
    padding-left: 5px;
    margin-top: 30px;
    display: inline-block;
	padding-left: 2em;
	text-indent: -1em;
}

.alignleft {
    text-align: left;
}

.alignright {
    text-align: right;
}

/***************************************************************
/*****採用情報ページのスタイル
/****************************************************************/

body.recruit .eyecatch_title span{
	text-indent: 3.5em;	
}

.recruit_first_con {
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
    margin-top: 125px;
    margin-bottom: 220px;
    line-height: 1.5;
    position: relative;    
}

.message {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: flex-start;
}

.recruit_first_con h1 {
    font-weight: 400;
    line-height: 1.8em;
    font-size: 2em;
    color: #000;
    text-align: left;
    display: block;
    margin-bottom: 4%;
    letter-spacing: 0.1em;
    position: relative;
    width: 55%;
}

span.marker {
    background: linear-gradient(transparent 40%, #FEECC0 70%);
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-bottom: 0.1em;
}

.recruit_first_con h1 b {
    font-size: 1.3em;
    font-weight: 400;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.rec_1st_text {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	box-sizing:border-box;
	padding-right: 46%;
	font-size: 1.1em;
}

.rec_1st_text p {
	margin-bottom:1.2em;
	z-index:1;
	position:relative;
}

.rec_1st_text img {
	position:absolute;
	right:0px;
	bottom:25px;
    -webkit-transform: translate(-25%,25%);
    transform: translate(-25%,25%);
}

.recruit_second_con {
	display:block;
	background:#005BAC;
}

.recruit_second_con .wrap {
	position:relative;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
	padding-top:80px;
	padding-bottom:10px;
}

.recruit_second_con h1 {
    display: block;
    position: absolute;
    top: -20px;
    left: 0px;
    font-size: 2.8em;
    padding: 3px 25px;
    background-color: #002240;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.recruit_second_con h2 {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.1em;
}

.gyoumu_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:80px;
}

.gyoumu_list dt {
    display: block;
    width: 15%;
    background-color: #CDEBFA;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    color: #005AAC;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.gyoumu_list dd {
	display:block;
	width:83.5%;
	background-color:#ffffff;
	margin-bottom:10px;
    padding: 10px 15px;
    font-size: 1.2em;
	color:#4E4E4E;
	box-sizing:border-box;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.recruit_third_con {
	display:block;
	padding-top: 170px;
	margin-bottom:200px;
}

.recruit_third_con .wrap {
	position:relative;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
	padding-top:160px;
	padding-bottom:10px;
}

.recruit_third_con h1 {
    display: block;
    position: absolute;
    top: -20px;
    left: 0px;
    font-size: 2.8em;
    padding: 3px 25px;
    background-color: #002240;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.rec_schedule {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-left: 192px;
    justify-content: space-evenly;
    align-items: stretch;
	position:relative;
}

.rec_schedule:before {
	content:'';
	width:196px;
	height:692px;
	background-image:url(images/rec_schedule_img.jpg);
	background-repeat:repeat;
	position:absolute;
	top:0px;
	left:0px;
	margin-top:9%;
}

.eigyo_time {
    display: flex;
    width: 47%;
	flex-direction: column;
	min-height:777px;
}

.eigyo_time dt {
    background-color: #CDEBFA;
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    color: #005AAC;
    font-weight: 800;
    font-size: 1.3em;
	box-sizing:border-box;
	margin-bottom:40px;
	display:block;
	position:relative;
}

.eigyo_time dt:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -20px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #CDEBFA transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}

.eigyo_time dd {
    background-color: #ECFBCC;
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    color: #565656;
    font-weight: 800;
    font-size: 1.3em;
	box-sizing:border-box;
	margin-bottom:10px;
	display:block;
	flex-grow:1;
}

.eigyo_time dd:nth-of-type(even) {
	background-color:#CDFAE4;
}

.recruit_4th_con {
	background-color:#C0E0F5;
	display:block;
	margin-bottom:200px;
}

.recruit_4th_con .wrap {
	position:relative;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
	padding-top:160px;
	padding-bottom:10px;
}

.recruit_4th_con h1 {
    display: block;
    position: absolute;
    top: -20px;
    left: 0px;
    font-size: 2.8em;
    padding: 3px 25px;
    background-color: #002240;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.recruit_4th_con h2 {
    color: #005AAC;
    margin-bottom: 20px;
    font-size: 2.1em;
    display: flex;
    align-items: center;
	font-weight:900;
}

.recruit_4th_con h2:before,
.recruit_4th_con h2:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #005AAC;
}

.recruit_4th_con h2:before {
    margin-right: 1rem;
}

.recruit_4th_con h2:after {
    margin-left: 1rem;
}

.recruit_4th_con form > p:last-of-type {
    text-align: center;
}

.recruit_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:80px;
}

.recruit_list dt {
    display: block;
    width: 25%;
    background-color: #2392DA;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 1.3em;
    font-weight: 600;
    color: #fff;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	letter-spacing:0.1em;
}

.recruit_list dd {
	display:block;
	width:74%;
	background-color:#ffffff;
	margin-bottom:10px;
    padding: 20px;
    font-size: 1.2em;
	color:#4E4E4E;
	box-sizing:border-box;
	font-family:'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.contact_form h3 {
    color: #005AAC;
    margin-bottom: 20px;
    font-size: 2.1em;
    display: flex;
    align-items: center;
    font-weight: 900;
    justify-content: center;
}

/***************************************************************
/*****販売・勧誘方針ページのスタイル
/****************************************************************/

.solicitation_first_con {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 290px;
	text-align: center;
}

.solicitation_first_con h1 {
    font-weight: 900;
    font-size: 2.2em;
    color: #2192D8;
    margin-bottom: 4%;
    position: relative;
    letter-spacing: 0.1em;
}

.solicitation_first_con h2 {
	font-size: 1.8em;
	font-weight: bold;
	background: linear-gradient(transparent 60%, #2192d852 30%);
	display: inline-block;
	margin-bottom: 30px;
}

.solicitation_first_con h3 {
    text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.solicitation_first_con ul {
	font-family: 'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    line-height: 1.8em;
	margin-bottom: 50px;
	list-style-type: none;
	text-align: left;
}

.solicitation_first_con ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.solicitation_first_con p {
	text-align: center;	
}

/***************************************************************
/*****個人情報保護方針ページのスタイル
/****************************************************************/

.privacy h1.eyecatch_title {
    text-shadow: 1px 1px 10px #2192D8, -1px -1px 10px #2192D8, -1px 1px 10px #2192D8, 1px -1px 10px #2192D8;
}

.privacy_first_con {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 290px;
}

.privacy_first_con h1 {
    font-weight: 900;
    font-size: 2.2em;
    color: #2192D8;
    margin-bottom: 4%;
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
}

.privacy_first_con h2 {
    font-weight: 900;
    text-indent: -3.0em;
    padding-left: 2.3em;
}

.privacy_first_con ul {
	list-style-type: none;
	font-family: 'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    line-height: 1.8em;
}

.privacy_first_con ul li {
	padding-left: 1em;
	text-indent: -1em;
}

/***************************************************************
/*****お客様本位の業務運営方針(FD宣言)ページのスタイル
/****************************************************************/

.fd_text {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 290px;
	font-family: 'Noto Sans JP', serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fd_text h1 {
    font-weight: 900;
    font-size: 2.2em;
    color: #2192D8;
    text-align: center;
    margin-bottom: 4%;
    position: relative;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif JP';
}

.fd_text_box {
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

.fd_text p {
	font-weight: bold;
}

.fd_text_box:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: -2px;
    width: 100%;
    height: 2px;
    background-color: #DDD;
}

.fd_text_box:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 40px;
    height: 2px;
    background-color: #2192D8;
}

.fd_text h2 {
	font-weight: bold;
	text-align: left;
	margin-bottom: 4px;
}
