@charset "utf-8";

/* ===================================================
base.css for all pages, all browser
 01.BASE
 02.DESIGN STRUCTURE
 03.DOCUMENT STRUCTURE
 04.NAVIGATION
 05.LINKTEXT DECOTAIOTN
 06.EACH
 07.FORM MODULES
 08.responsive   
==================================================== */

/* 01 BASE
----------------------------------- */

/* web font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto+Condensed:wght@400;700&display=swap');

* {
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	font-size: 62.5%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	scroll-padding-top: 100px;
}
body {
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    color:#141414;
    text-align:center;
    overflow-wrap: anywhere;
    width:100%;
    position: relative;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin-top: 0; }
table { font-size:inherit; font-size: 15px; font-size: 1.5rem; }
hr { display:none; }
ul,ol { list-style-type: none; }
img { border:0; margin:0; padding:0; vertical-align:bottom; }
.clear { clear:both; }


@media screen and (min-width:768px) {
    /* Tablet & PC */
body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
}
table { font-size: 15px; font-size: 1.5rem; }
}/* Tablet & PC */



/* 02 DESIGN STRUCTURE
----------------------------------- */

/* header ----- */
header {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 0;
    width: 100%;
    height: 60px;
}
header.active {
    background: rgb(23,72,147,0.2);
}

header p.logo {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 10;
    width: 80px;
}
header p.logo a {
	display: block;
	width: 80px;
	height: 50px;
	background: url(/assets/img/common/logo1.svg) no-repeat 0 0;
	background-size: auto 50px;
}
.page header p.logo a {
	background: url(/assets/img/common/logo1_2.svg) no-repeat 0 0;
	background-size: auto 50px;
}
header p.logo span {
	display: none;
}

@media only screen and (min-width: 768px) {
	/* PC */
header {
    height: 90px;
}
header p.logo {
    top: 10px;
    left: 30px;
    width: 120px;
}
header p.logo a {
	width: 120px;
	height: 70px;
	background: url(/assets/img/common/logo1.svg) no-repeat 0 0;
	background-size: auto 70px;
}
.page header p.logo a {
	background: url(/assets/img/common/logo1_2.svg) no-repeat 0 0;
	background-size: auto 70px;
}
}/* PC */


.sub_menu {
	position: absolute;
    top: 0;
    right: 60px;
    z-index: 10;
}
.sub_menu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
    list-style: none;
}
.sub_menu a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
	position: relative;
}
.page .sub_menu a {
	color: initial;
}

@media only screen and (max-width: 767.9px) {
	/* SPのみ */
.li_contact a {
	display: block;
	width: 60px;
	height: 50px;
	background: url(/assets/img/common/icon_mail.svg) no-repeat left 50% top 10px;
    background-size: 24px auto;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    padding-top: 40px;
}
.page .li_contact a {
	background: url(/assets/img/common/icon_mail_b.svg) no-repeat left 50% top 10px;
    background-size: 24px auto;
}
}/* SPのみ */

@media only screen and (min-width: 768px) {
	/* PCのみ */
.sub_menu {
	position: absolute;
    top: 10px;
    right: 40px;
}
.sub_menu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 50px;
    list-style: none;
}

.li_contact a {
	padding-left: 35px;
	background: url(/assets/img/common/icon_mail.svg) no-repeat left 0 top 40%;
    background-size: 24px auto;
}
.page .li_contact a {
	background: url(/assets/img/common/icon_mail_b.svg) no-repeat left 0 top 40%;
    background-size: 24px auto;
}
}/* PCのみ */


/* 言語切替 */
@media only screen and (max-width: 767.9px) {
	/* SPのみ */
.menu-gtranslate {
    margin-right: 60px;
}
.gtranslate_wrapper {
    position: relative;
    width: 54px;
    height: 50px;
    background-image: url(/assets/img/common/icon_lang.svg);
    background-size: 24px 24px;
    background-position: 50% 10px;
    background-repeat: no-repeat;
}
.page .gtranslate_wrapper {
    background-image: url(/assets/img/common/icon_lang_b.svg);
    background-size: 24px 24px;
    background-position: 50% 10px;
    background-repeat: no-repeat;
}
.gtranslate_wrapper::after {
    content: "LANGUAGE";
    display: block;
    position: absolute;
    width: 54px;
    height: 10px;
    left: 0;
    bottom: 0;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    color: #fff;
}
.page .gtranslate_wrapper::after {
	color: initial;
}
.gt_selector {
    -webkit-appearance:none;
    background: none;
    width: 54px;
    height: 50px;
    padding:  30px;
    overflow: hidden;
    border: none;
    font-size: 1.5rem;
    line-height: 1.6;
}
}/* SPのみ */

@media only screen and (min-width: 768px) {
	/* PCのみ */
.gt_selector {
    cursor: pointer;
    border: none;
    font-size: 1.5rem;
    color: #fff;
    padding:  2px 0 2px 30px;
    background-color: transparent;
    background-image: url(/assets/img/common/icon_lang.svg);
    background-size: 24px 24px;
    background-position: left 50%;
    background-repeat: no-repeat;
}
.gt_selector:hover {
}
.page .gt_selector {
	color: #141414;
	background-image: url(/assets/img/common/icon_lang_b.svg);
    background-size: 24px 24px;
    background-position: left 50%;
    background-repeat: no-repeat;
}
}/* PCのみ */




/* 中ページヘッダー */
.page header , .page header.active {
	background: #fff;
	box-shadow: 0px 0px 15px 0px #dadada;
}
.page .gnav_menu a {
    color: #141414;
}
.page .gnav_menu a::after {
	background-color: #141414;
}
.page header p.logo img {
	filter: invert(21%) sepia(84%) saturate(1487%) hue-rotate(200deg) brightness(95%) contrast(95%);
}




/* フッター */

@media only screen and (max-width: 767.9px) {
	/* SPのみ */

.footer_box {
	background: #174893;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px 0 40px 0;
}
.copy_img img {
	width: 120px;
}
.footer_box .copy {
	font-family: "Noto Serif JP", serif;
    font-weight: 300;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-left: 0.05em;
	margin-bottom: 10px;
}
.footer_box .copy_img {
	margin-bottom: 30px;
}
.footer_box .copy2 {
	margin-bottom: 5px;
	font-size: 1.1rem;
}
.footer_box .copy2 br {
	display: none;
}
.footer_box .copy2 img {
	width: 200px;
}

.footer_navi {
	flex: 1;
	background: #333;
	padding: 40px 5% 30px 5%;
	color: #fff;
	text-align: left;
}
.footer_navi nav .footer_menu {
	display: flex;
	flex-wrap: wrap;
}
.footer_menu > li {
	width: 50%;
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.footer_menu > li:before {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
	border-top: solid 2px #b660b7;
	border-right: solid 2px #b660b7;
	transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}
.footer_menu li ul {
	margin: 10px 0 0 0;
	font-size: 90%;
}

.footer_menu a {
	color: #fff;
	text-decoration: none;
	transition : .6s;
}
.footer_menu a:hover {
	color: #b660b7;
	transition : .6s;
}
.footer_menu li ul a {
	color: #999;
}


.footer_navi_b {
	border-top: solid 1px #666;
	padding-top: 20px;
	margin-top: 20px;
}

.navi_privacy {
	display: flex;
}
.navi_privacy ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px;
}
.navi_privacy a {
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
	display: inline-block;
	transition : .6s;
}
.navi_privacy a:hover {
	color: #b660b7;
	transition : .6s;
}

.copyrights {
	color: #999;
	text-align: center;
	margin-top: 30px;
}


}/* SPのみ */

@media only screen and (min-width: 768px) {
	/* PCのみ */

#footer {
	display: flex;
}
.footer_box {
	width: 28%;
	background: #174893;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_box img {
	width: 220px;
}
.footer_box .copy {
	font-family: "Noto Serif JP", serif;
    font-weight: 300;
	font-size: 2.2rem;
	letter-spacing: 0.3em;
	margin-left: 0.15em;
	margin-bottom: 20px;
}
.footer_box .copy_img {
	margin-bottom: 80px;
}
.footer_box .copy2 {
	margin-bottom: 20px;
	font-size: 1.3rem;
}

.footer_navi {
	flex: 1;
	background: #333;
	padding: 60px 100px 40px 100px;
	color: #fff;
	text-align: left;
}
.footer_navi nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_menu > li {
	margin-bottom: 30px;
	padding-left: 20px;
	position: relative;
}
.footer_menu > li:before {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
	border-top: solid 2px #b660b7;
	border-right: solid 2px #b660b7;
	transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}
.footer_menu li ul {
	margin: 10px 0 0 1em;
	font-size: 90%;
}

.footer_menu a {
	color: #fff;
	text-decoration: none;
	transition : .6s;
}
.footer_menu a:hover {
	color: #b660b7;
	transition : .6s;
}
.footer_menu li ul a {
	color: #999;
}


.footer_navi_b {
	display: flex;
	justify-content: space-between;
	border-top: solid 1px #666;
	padding-top: 20px;
	margin-top: 30px;
}

.navi_privacy {
	display: flex;
}
.navi_privacy ul {
    display: flex;
    gap: 40px;
}
.navi_privacy a {
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
	display: inline-block;
	transition : .6s;
}
.navi_privacy a:hover {
	color: #b660b7;
	transition : .6s;
}

.copyrights { color: #999; }

}/* PCのみ */


.pagetop {
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 999;
  width: 60px;
  height: 50px;
  border-radius: 25px 0 0 25px;
  background: rgb(0,0,0,0.5);
  cursor: pointer;
   transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
/*このクラスが付与されると表示する*/
.pagetop.active{
  opacity: 1;
  visibility: visible;
}

/* 矢印のスタイル */
.pagetop::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-bottom: -5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
}
/* ホバー時のスタイル */
.pagetop:hover {
  transform: scale(1.1);
  background: rgb(0,0,0,0.3);
}



/* レスポンシブ */
.pconly { display: none; }
.sponly {}
@media print,screen and (min-width: 768px) {
.pconly { display: block; }
.sponly { display: none; }
}




/*  03.DOCUMENT STRUCTURE
----------------------------------- */

/* テキストカラー */
.red {
	color: #F00;
	display: inline !important;
}


/* テキスト揃え */
.txt_r , .block p.txt_r {
	display:block;
	text-align:right;
}
.txt_l , .block p.txt_l {
	display:block;
	text-align:left;
}
.txt_c , .block p.txt_c {
	display:block;
	text-align:center;
}

/* 基本リスト */
ul.common {
	margin:0 0 30px 0;
	list-style: none;
    padding: 0;
}
ul.common li {
    margin-top:5px;
    padding-left: 30px;
    position: relative;
	text-align: left;
}
ul.common li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #0060bb;
    top: 15px;
    transform: translateY(-50%);
}
ul.common li span {
	display: block;
	font-weight: bold;
}

.block p.ul_title {
	margin-bottom: 10px;
	font-weight: bold;
}


ol.common {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin:0 0 30px 0;
	text-align: left;
}
ol.common li {
	margin-bottom: 25px;
	padding-left: 35px;
	position: relative;
}
ol.common li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	border: solid 1px #141414;
	border-radius: 50%;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 20px;
	font-size: 90%;
	text-align: center;
	position: absolute;
	top: 4px;
	left: 0;
}
ol.common li ul li {
	margin-top: 10px;
	padding-left: 20px;
}
ol.common li ul li:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #000;
    top: 15px;
    transform: translateY(-50%);
	margin-left: 0;
	margin-top: 0;
}

ol.common2 {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin:0 0 30px 0;
	text-align: left;
}
ol.common2 li {
	margin-top: 5px;
	padding-left: 30px;
	position: relative;
}
ol.common2 li:before {
	content: counter(my-counter)".";
	counter-increment: my-counter;
	display: block;
    position: absolute;
    left: 5px;
    height: 20px;
    width: 20px;
}


/* 基本テーブル */
table.common {
	border-collapse:collapse;
	width:100%;
	margin: 0 0 35px 0;
}
table.common th , table.common td {
	display: block;
	padding:10px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
table.common th {
	padding:10px 10px 5px 10px;
	font-weight:bold;
	position: relative;
	border-bottom:1px solid #141414;
}

.table_sp {
	width:100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
}
.table_sp p.table_sp_txt {
	display:block;
	margin-bottom:10px;
	color: #0060bb;
}
.table_sp table.common {
	width: 650px;
	margin-top: -10px;
	margin-bottom: 0;
}
.table_sp table.common th , .table_sp table.common td{
	display: table-cell;
	padding: 10px;
	border-bottom:1px solid #141414;
}
.table_sp table.common th {
	background-color: transparent;
	width: 120px;
	font-weight:bold;
}
.table_sp table.common th.month {
	width: 60px;
}

@media print,screen and (min-width: 768px) {
/* Tablet & PC */
table.common{
	border-top:1px solid #141414;
}
table.common th , table.common td{
	display: table-cell;
	padding: 20px 20px;
	border-bottom:1px solid #141414;
}
table.common th {
	background-color: transparent;
	width: 150px;
	font-weight:bold;
}
table.common th.month {
	width: 100px;
}

.table_sp {
	width:100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.table_sp p.table_sp_txt {
	display:none;
}
.table_sp table.common {
	width: 100%;
	margin-top: 0;
}
}/* Tablet & PC */


/* データテーブル */

.table_data {
	border-collapse:collapse;
	width:100%;
	margin-bottom:30px;
    border:1px solid #dadada;
    background: #fff;
}
.table_data th , .table_data td {
	padding: 10px 7px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	border-bottom: 1px solid #dadada;
}
.table_data th {
	font-weight:bold;
	background: #f1f1f1;
}
.table_data th.sub {
	padding: 5px 15px;
	text-align: center;
	font-weight: normal;
}

.table_data caption {
    text-align: center;
    font-weight: bold;
	background: #dadada;
    padding: 5px 15px;
}

.table_sp .table_data {
	width: 800px;
	margin-top: -10px;
	margin-bottom: 0;
}
.table_sp .table_data th , .table_sp .table_data td{
	display: table-cell;
	padding: 10px;
	border-bottom: 1px solid #dadada;
}
.table_sp .table_data th.kubun {
	width: 150px;
}
.table_sp .table_data th.num {
	width: 60px;
}

@media screen and (min-width:768px) {
.table_data th , .table_data td {
	padding:15px;
}
.table_data th {
	width: 250px;
}
.table_data.th_l th{
	width: 300px;
}

.table_sp .table_data {
	width: 100%;
	margin-top: 0;
}
.table_sp .table_data th.kubun {
	width: 200px;
}
.table_sp .table_data th.num {
	width: 80px;
}
}


.tel_table {
	border-collapse:collapse;
	width:100%;
	margin: 0 0 30px 0;
	border:1px solid #dadada;
	background: #fff;
}
.tel_table th , .tel_table td {
	display: block;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	vertical-align: top;
}
.tel_table th {
	font-weight:bold;
	background: #f1f1f1;
}
@media print,screen and (min-width: 768px) {
/* Tablet & PC */
.tel_table th , .tel_table td{
	display: table-cell;
	padding: 20px 20px;
	text-align: left;
}
.tel_table th {
	width: 300px;
}
}


.table_normal {
	border-collapse:collapse;
	margin-bottom:30px;
    background: #fff;
}
.table_normal th , .table_normal td {
	border:1px solid #dadada;
	padding: 10px;
	text-align:center;
	font-weight:normal;
	vertical-align:top;
}
.table_sp .table_normal {
	width: 650px;
	margin-top: -10px;
	margin-bottom: 0;
}
@media screen and (min-width:768px) {
.table_normal {
	border-collapse:collapse;
	margin-bottom:30px;
    background: #fff;
}
.table_normal th , .table_normal td {
	border:1px solid #dadada;
	padding: 10px;
	text-align:center;
	font-weight:normal;
	vertical-align:top;
}
.table_sp .table_normal {
	width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
}
}

.table_normal2 {
	border-collapse:collapse;
	margin-bottom:30px;
}
.table_normal2 th , .table_normal2 td {
	border:1px solid #dadada;
	padding: 5px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
.table_normal2 th {
	max-width: 50%;
	padding-right: 0.5em;
}


/* レイアウトテーブル */
table.layout {
	border-collapse:collapse;
	margin-bottom: 30px;
}
table.layout th , table.layout td {
	vertical-align: top;
	font-weight: normal;
}
table.layout th {
	white-space: nowrap;
	padding-right: 0.5em;
}


/* 画像float */
.img_r {
	float: right;
	margin-left: 50px;
}


/* 写真リスト */
.photo li {
	margin-bottom: 30px;
}
.photo li img {
	width: 100%;
	height: auto;
	border-radius: 20px;
	margin-top: 15px;
}
.photo li img:first-child {
	margin-top: 0;
}
.photo li span {
	display: block;
	margin-top: 5px;
	text-align: center;
}
.photo h3 {
	color: #174892;
	font-size: 2rem;
	margin-top: 20px;
	text-align: center;
	position: relative;
}
.photo h3::after {
	content: "";
	display: block;
	width: 50px;
	height: 4px;
	border-radius: 2px;
	background: #89baf4;
	position: relative;
    top: 14px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.photo p {
	margin-top: 30px;
	text-align: left;
}
.photo p.btn a {
	display: block;
	padding: 20px 30px;
	box-shadow: 0px 0px 15px 0px #a3d5e8;
	border-radius: 100vh;
	background: linear-gradient(to right, #02abd8, #0049af);
	color: #fff;
	position: relative;
	z-index: 0;
	font-size: 130%;
}
.photo p.btn a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to right, #02abd8, #02abd8);
    border-radius: 100vh;
    opacity: 0;
    transition: opacity 1s;
}
.photo p.btn a:hover::before {
	opacity: 1;
}
.photo p.btn a::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 30px;
	transition: 0.5s;
}
.photo p.btn a:hover::after {
	right: 20px;
	transition: 0.5s;
}

@media screen and (min-width:768px) {
    /* Tablet */
.photo {
	display:flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom: 30px;
	gap: 40px;
}
.photo li {
	margin-bottom: 0;
}
.photo li span {
	margin-top: 10px;
}

.photo.col3 li {
    width: calc((100% - 40px) / 2);
}
.photo.col2 li {
    width: calc((100% - 40px) / 2);
}
.photo li.col1 {
	width: 100%;
}
}/* Tablet */

@media screen and (min-width:980px) {
    /* PC */
.photo.col3 li {
    width: calc((100% - 80px) / 3);
    display: flex;
	flex-direction: column;
}
.photo.col3 li p.txt {
	margin-bottom: 0;
	flex-grow: 1;
}
.photo.col2 {
	gap: 80px;
}
.photo.col2 li {
    width: calc((100% - 80px) / 2);
}
}/* PC */


/* バナー */
.bn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
}
.bn_list li img {
    width: 100%;
    height: auto;
}
.bn_list li span {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 90%;
}
.bn_list li img {
    width: 100%;
    height: auto;
}
.bn_list li.waku img {
    border: solid 1px #dadada;
}

.bn_list.product_bn li img {
    width: auto;
    max-width: 100%;
    height: 100%;
}
.bn_list.product_bn li {
    width: auto;
}
@media only screen and (min-width: 768px) {
.bn_list {
    gap: 50px;
}
.bn_list li {
    width: calc((100% - 100px) / 3);
}
}


/* イメージ */
.img100 {
	text-align: center;
}
.img100 img {
	max-width: 100%;
    height: auto;
}
.b_r_m img {
	border-radius: 20px;
}


/* 囲み */
.boxed {
	background: #fff;
	border: solid 1px #dadada;
	border-radius: 15px;
	padding: 40px 40px 10px 40px;
	margin-bottom: 30px;
}
.boxed.bottom50 {
	margin-bottom: 50px;
}
.boxed h3.sub_ttl {
	margin-top: 0;
}


/*  05.LINKTEXT DECOTAIOTN
----------------------------------- */

.block a {
	color: #009cc9;
}
.block a:hover {
	opacity: 0.7;
}

a.pdf {
	position: relative;
}
a.pdf:after{
	content:"";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #e52323;
	mask-image: url(/assets/img/common/icon-pdf.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: auto 24px;
	margin-left:5px;
	position:relative;
	top:5px;
}

a.ex {
	position: relative;
}
a.ex:after{
	content:"";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #009cc9;
	mask-image: url(/assets/img/common/icon_ex_link_b.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: auto 16px;
	margin-left:5px;
	position:relative;
	top:3px;
}


.link_btn {
	text-align: right;
	margin: 40px 0;
}
.link_btn a {
    text-decoration: none;
	padding: 15px 80px 15px 30px;
	border-radius: 100vh;
	background: #fff;
	box-shadow: 0px 0px 15px 0px #bddce8;
	color: initial;
	transition: .6s;
	position: relative;
	box-sizing: border-box;
}
.link_btn a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #141414;
    border-right: solid 2px #141414;
    transform: rotate(45deg);
    position: absolute;
    top: 42%;
    right: 25px;
    transition: .6s;
}
.link_btn a:hover {
	color: #009cc9;
}
.link_btn a:hover::before {
	border-color: #009cc9;
	right: 15px;
}



/*  06.EACH
----------------------------------- */


/* コンテンツ */

main {
	clear: both;
}
main a {
	color: #141414;
	text-decoration: none;
}

.page main {
	padding-top: 60px;
}
@media only screen and (min-width: 768px) {
.page main {
	padding-top: 90px;
}
}



/* フェード */
.fade-up {
  opacity: 0;
}
.fade-up.active {
  animation: 1s fadeup ease-in-out forwards;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.slidein {
	transition: .8s cubic-bezier(0.75, 0, 0.25, 1);
}
.slide-left {
	transform: translateX(calc(-50vw - 50%));
}
.slide-right {
	transform: translateX(calc(50vw + 50%));
}
.show {
	transform: translateX(0);
}






/* 中ページ ---------- */

/* 中ページ　タイトル ---------- */

.page section {
    height: auto;
}

.con_head {
	text-align: left;
	padding: 40px 0 60px 0;
	background: url(/assets/img/company/img_company_head.jpg) no-repeat right 50% top 50%;
    background-size: auto 100%;
    position: relative;
}
.con_head.company.type2 {
	background-image: url(/assets/img/company/img_company_head2.jpg);
}
.con_head.business {
	background-image: url(/assets/img/business/img_business_head.jpg);
}
.con_head.product {
	background-image: url(/assets/img/product/img_product_head.jpg);
}
.con_head.sustainability {
	background-image: url(/assets/img/sustainability/img_sustainability_head.jpg);
}
.con_head.sustainability.type2 {
	background-image: url(/assets/img/sustainability/img_sustainability_head2.jpg);
}
.con_head.recruit {
	background-image: url(/assets/img/recruit/img_recruit_head2.jpg);
}
.con_head.contact {
	background-image: url(/assets/img/contact/img_contact_head.jpg);
}
.con_head::before {
	content: "";
	width: 100%;
	height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url(/assets/img/common/img_head2.svg) no-repeat left 0 bottom 0;
    background-size: 100% auto;
}

.con_head_in {
	width: 90%;
	margin: auto;
}

@media only screen and (min-width: 768px) {
.con_head {
	padding: 100px 60px 180px 60px;
    background-size: cover;
}
.con_head_in {
	width: 100%;
	position: relative;
    z-index: 2;
}
}


.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    padding: 0;
    color: #174892;
    font-size: 90%;
    margin-bottom: 10px;
}
.breadcrumbs a {
    display: inline-block;
    color: #999;
    padding: 0 30px 0 0;
    position: relative;
}
.breadcrumbs a::after {
	content: '';
    width: 15px;
    height: 1px;
    background: #dadada;
    position: absolute;
    top: 50%;
    right: 7px;
}
@media only screen and (min-width: 768px) {
.breadcrumbs {
    font-size: 1.4rem;
}
.breadcrumbs a {
    padding: 0 50px 0 0;
}
.breadcrumbs a::after {
    width: 30px;
    right: 10px;
}	
}


.head_title1 {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 1;
    color: #174892;
}
.head_title2 {
	display: block;
	font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-left: 0.05em;
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
}
.head_title2::before {
	content: '';
	display: block;
    width: 3px;
    height: 30px;
    background: #174892;
    transform: skewX(-30deg);
    position: absolute;
    top: 0;
    left: 10px;
}
@media only screen and (min-width: 768px) {
.head_title1 {
    font-size: 8rem;
}
.head_title2 {
	font-size: 3rem;
    margin-top: 20px;
    padding-left: 45px;
}
.head_title2::before {
    height: 40px;
    top: 2px;
    left: 15px;
}
}

/* テキストアニメーション */
.text-animation-box {
	display: block;
}
.text-animation {
	display: block;
    opacity: 0;
}
.text-animation.show {
    opacity: 1;
}
.text-animation.show .text-animation-span {
    display: inline-block;
    overflow: hidden;
}
.text-animation.show span {
    display: inline-block;
    letter-spacing: 0.05em;
    animation: showText .8s backwards;
}
@keyframes showText {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.con_head2 {
	text-align: left;
	padding: 30px 0 10px 0;
}
.con_head2 .con_head_in {
	width: 90%;
	margin: auto;
}
.con_head2 .head_title1 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-left: -0.05em;
}
.con_head2 .head_title2 {
	display: block;
	font-size: 2.4rem;
	letter-spacing: 0.03em;
    margin-left: -0.03em;
    margin-top: 10px;
    padding-left: 30px;
}
.con_head2 .head_title2::before {
	content: '';
	display: block;
    width: 3px;
    height: 30px;
    background: #174892;
    transform: skewX(-30deg);
    position: absolute;
    top: 4px;
    left: 8px;
}

@media only screen and (min-width: 768px) {
.con_head2 {
	padding: 50px 60px 30px 60px;
}
.con_head2 .con_head_in {
	width: 100%;
}
.con_head2 .head_title1 {
    font-size: 4rem;
    letter-spacing: 0.05em;
    margin-left: -0.05em;
}
.con_head2 .head_title2 {
	display: block;
	font-size: 4rem;
    margin-top: 20px;
    padding-left: 45px;
}
.con_head2 .head_title2::before {
	content: '';
	display: block;
    width: 3px;
    height: 45px;
    background: #174892;
    transform: skewX(-30deg);
    position: absolute;
    top: 10px;
    left: 10px;
}
}




/* 中ページ　コンテンツ ---------- */

.page .wrapper {
	background: #f4f8f9;
}
.page.page-child .wrapper {
	background: #f4f8f9 url(/assets/img/common/bg_head2.svg) no-repeat right 0 top 95px;
	background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
.page.page-child .wrapper {
	background: #f4f8f9 url(/assets/img/common/bg_head2.svg) no-repeat right 0 top 20px;
	background-size: 1366px auto;
}	
}

.con_body {
	overflow: hidden;
	position: relative;
}

.con_body_in {
}

.block {
	overflow: hidden;
}
.block_in {
	width: 90%;
	margin: 50px auto;
	text-align: left;
}
@media only screen and (min-width: 768px) {
	.block_in {
	width: 80%;
	margin: 90px auto;
}
}

.block.full {
    background: #fff;
}


.block p {
	margin-bottom: 30px;
}
.block p.read {
	font-size: 110%;
	margin-bottom: 50px;
}


h2.main_ttl {
	font-size: 2rem;
	line-height: 1.8;
	font-family: "Noto Serif JP", serif;
    font-weight: 400;
    margin: 20px 0 30px 0;
}
@media only screen and (min-width: 768px) {
h2.main_ttl {
	font-size: 3.2rem;
	letter-spacing: 0.1em;
    margin-left: -0.1em;
    margin: 0 0 40px 0;
}
}

h2.sub_ttl {
	font-size: 2.2rem;
	line-height: 1.8;
	margin-bottom: 40px;
	position: relative;
	padding-left: 30px;
}
h2.sub_ttl::before {
	content: '';
	display: block;
    width: 3px;
    height: 30px;
    background: #174892;
    transform: skewX(-30deg);
    position: absolute;
    top: 6px;
    left: 8px;
}
@media only screen and (min-width: 768px) {
h2.sub_ttl {
	font-size: 2.8rem;
	line-height: 1.8;
	margin-bottom: 50px;
	position: relative;
	padding-left: 40px;
}
h2.sub_ttl::before {
	content: '';
	display: block;
    width: 3px;
    height: 35px;
    background: #174892;
    transform: skewX(-30deg);
    position: absolute;
    top: 8px;
    left: 10px;
}
}

h2.sub_ttl .supp {
	font-size: initial;
	font-weight: normal;
	display: inline-block;
	margin-left: 1em;
}


h3.sub_ttl {
	font-size: 2.2rem;
	color: #174892;
	margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
h3.sub_ttl::before {
	content: '';
	display: block;
    width: 20px;
    height: 3px;
    background: #174892;
    position: absolute;
    top: 18px;
    left: 0;
}
@media only screen and (min-width: 768px) {
h3.sub_ttl {
	font-size: 2.6rem;
    padding-left: 40px;
}
h3.sub_ttl::before {
    width: 25px;
    height: 3px;
    top: 25px;
    left: 0;
}
}

h3.sub_ttl .supp {
	font-size: initial;
	font-weight: normal;
	color: initial;
	display: inline-block;
	margin-left: 1em;
}

h3.copy {
	font-size: 2rem;
	margin-bottom: 30px;
}

.policy_area h3 {
	font-size: 2rem;
	color: #174892;
	margin-top: 40px;
    margin-bottom: 20px;
}
.policy_area h3.top0,
.policy_area h4.top0,
.goup_box.policy_area h4.top0 {
	margin-top: 0;
}
@media only screen and (min-width: 768px) {
.policy_area h3{
	font-size: 2.6rem;
	margin-top: 60px;
}
}

h3.pro_title {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: solid 1px #dadada;
}


/* 上部へのマージン */
h2.m_t , h3.m_t {
	margin-top: 60px;
}
@media only screen and (min-width: 768px) {
h2.m_t , h3.m_t {
	margin-top: 80px;
}
}


h4 {
	font-size: 1.7rem;
}
@media only screen and (min-width: 768px) {
h4 {
	font-size: 2rem;
}
}


.con_navi {
	margin-top: 40px;
}
.con_navi ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px 30px;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #dadada;
    background: #fff;
}
.con_navi ul a {
    display: inline-block;
    padding: 3px 0 3px 20px;
    color: initial;
    position: relative;
}
.con_navi ul a:before {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
	border-top: solid 2px #009cc9;
	border-right: solid 2px #009cc9;
	transform: rotate(135deg);
    position: absolute;
    top: 9px;
    left: 0;
}
.con_navi ul a:hover {
    background: rgba(255,255,255,0.5);
}
@media screen and (min-width:768px) {
    /* PC */
.con_navi ul {
    gap: 10px 40px;
    padding: 10px 20px;
    border-radius: 100vh;
}
.con_navi ul a:before {
    top: 12px;
}
}/* PC */


.page_navi {
	overflow: hidden;
	padding: 40px 0;
	background: #f1f1f1;
}
.page_navi_in {
	width: 90%;
    margin: auto;
    text-align: left;
}
.page_navi p {
	font-size: 2rem;
	padding-left: 35px;
	margin-bottom: 15px;
	position: relative;
}
.page_navi p::before {
	content: "";
	width: 20px;
	height: 2px;
	background: #174893;
	position: absolute;
	top: 17px;
	left: 0;
}
@media screen and (min-width:768px) {
    /* PC */
.page_navi {
	padding: 60px 0;
}
.page_navi_in {
	width: 80%;
	display: flex;
}
.page_navi p {
	width: 25%;
	margin-bottom: 0;
}
.page_navi p::before {
	top: 20px;
}
}/* PC */

.page_navi ul {
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.page_navi ul li {
	width: calc((100% - 15px) / 2);
}
@media screen and (min-width:768px) {
    /* PC */
.page_navi ul {
	flex: 1;
}
.page_navi ul li {
	width: calc((100% - 30px) / 3);
}
}/* PC */

.page_navi ul li a {
	display: block;
	padding: 10px 30px 10px 15px;
	background: #fff;
	position: relative;
}
.page_navi ul li a::after{
	content: "";
	width: 6px;
	height: 6px;
	border-top: solid 2px #174893;
	border-right: solid 2px #174893;
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 15px;
}
.page_navi ul li.ex a::after{
	transform: rotate(0);
	border: 0;
	content:"";
	width: 14px;
	height: 14px;
	background-color: #174893;
	mask-image: url(/assets/img/common/icon_ex_link_b.svg);
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: auto 14px;
	top: 40%;
}

.page_navi p a:hover,
.page_navi ul li a:hover {
	opacity: 0.5;
}

.page_navi .spacer {
	display: none;
}

@media only screen and (min-width: 768px) {
	/* PC */
.page_navi .spacer {
	display: block;
}
}


.block.index_page .block_in {
	margin-top: 0;
}

.index_page_navi {
	margin: 40px 0;
}
.index_page_navi ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.index_page_navi ul li {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	/* PC */
.index_page_navi {
	margin: 60px 0;
}
.index_page_navi ul li {
	width: calc((100% - 60px) / 3);
}
.index_page_navi ul li.col2 {
	flex: 1;
}
}
.index_page_navi ul li a {
	display: block;
	box-shadow: 0px 0px 15px 0px #bddce8;
	background: #fff;
	color: #141414;
	border-radius: 8px;
	transform: scale(1);
	transition : .6s;
}
.index_page_navi ul li a:hover {
	transform: scale(1.08);
	transition : .6s;
}

.index_page_navi ul li .img {
	display: block;
}
.index_page_navi ul li img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}
@media only screen and (min-width: 768px) {
	/* PC */
.index_page_navi ul li img {
	width: 100%;
	height: auto;
	border-radius: 8px 8px 0 0;
}
}

.index_page_navi ul li .txt {
	display: block;
	padding: 15px 0;
	text-align: center;
	font-size: 1.7rem;
	position:relative;
}
@media only screen and (min-width: 768px) {
	/* PC */
.index_page_navi ul li .txt {
	padding: 20px 0;
	font-size: 1.8rem;
}
}
.index_page_navi ul li .txt.ex::after {
	content:"";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #009cc9;
	mask-image: url(/assets/img/common/icon_ex_link_b.svg);
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: auto 16px;
	margin-left:10px;
}

.index_page_navi.item2 ul {
	gap: 50px;
}
.index_page_navi.item2 ul li {
	width: calc((100% - 60px) / 2);
}
.index_page_navi.item2 ul li img {
	height: 250px;
}



.index_page_navi2 {
	margin: 60px 0;
}
.index_page_navi2 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.index_page_navi2 ul li {
	width: calc((100% - 60px) / 3);
}
.index_page_navi2 ul li a {
	display: block;
	box-shadow: 0px 0px 10px 0px #bddce8;
	border-radius: 8px;
	background: #fff;
	color: #141414;
	transition : .6s;
	display: flex;
}
.index_page_navi2 ul li a:hover {
	transform: scale(1.08);
	transition : .6s;
}
.index_page_navi2 ul li .txt {
	display: block;
	flex: 1;
	padding: 25px 35px 25px 45px;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	position: relative;
}
.index_page_navi2 ul li .txt::before {
	content: "";
	width: 30px;
	height: 2px;
	background: #174893;
	position: absolute;
	top: 50%;
	left: 0;
}
.index_page_navi2 ul li .txt::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px #174893;
	border-right: solid 2px #174893;
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 25px;
}



a.sp_item.workflow {
	display: block;
	height: 100%;
	border-radius: 0;
	border: solid 5px #fff;
	background: #f4f8f9 url(/assets/img/business/img_business_index1.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
}
a.sp_item.workflow span {
	display: block;
	background: rgb(0,0,0,0.5);
	transition: .6s;
	color: #fff;
	padding: 20px 30px;
	font-size: 2rem;
	font-weight: bold;
	position: relative;
}
a.sp_item.workflow:hover span {
	background: rgb(23,72,147,0.5);
	transition: .6s;
}
a.sp_item.workflow span::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 30px;
}


.box-stroke {
	padding: 40px 30px 10px 30px;
	border: solid 1px #eaeaea;
	position: relative;
}
@media only screen and (min-width: 768px) {
	/* PC */
.box-stroke {
	padding: 50px 60px 20px 60px;
}
}
.box-stroke::before, .box-stroke::after{ 
    content:'';
    width: 80px;
    height: 50px;
    position: absolute;
    display: inline-block;
}
.box-stroke.active::before, .box-stroke.active::after{ 
    content:'';
    width: 80%;
    height: 50%;
    transition : 1s ease-in-out;
}
.box-stroke::before{
    border-left: solid 3px #174892;
    border-top: solid 3px #174892;
    top: -1px;
    left: -1px;
}
.box-stroke::after{
    border-right: solid 3px #174892;
    border-bottom: solid 3px #174892;
    bottom: -1px;
    right: -1px;
}


.img_phi {
	text-align: center;
}
.img_phi img {
	width: 90%;
	height: auto;
}


/* 2分割*/
@media only screen and (min-width: 768px) {
	/* PC */
.block_col2 {
	display: flex;
	gap: 80px;
}
.block_col2.type2 {
	gap: 40px;
}
}

/*（テキストと画像） */
.block_col2_img {
	text-align: center;
}
.block_col2_img img {
	width: 100%;
	height: auto;
}
.block_col2_img.img_s {
	width: 300px;
	max-width: 100%;
	margin: auto;
}
@media only screen and (min-width: 768px) {
.block_col2_txt {
	flex: 1;
}
.block_col2_img {
	width: 400px;
}
.block_col2_img img {
	width: 100%;
	height: auto;
}
.block_col2_img li {
	margin-bottom: 30px;
}
.block_col2_img li::last-child {
	margin-bottom: 0;
}

.block_col2_img.img_s {
	width: 300px;
}
.block_col2_img.img_l {
	width: 480px;
}
}


/* （均等） */
.block_col_in {
	flex: 1;
}
.block_col_in img {
	width: 100%;
	height: auto;
}



.gomulina_box {
	align-items: center;
}
.gomulina_box .block_col2_img {
	width: 180px;
}
.hukidasi {
	background: #fef1d9;
	border-radius: 30px;
	padding: 50px;
	position:relative;
}
.hukidasi::after {
	content: "";
	width: 40px;
	height: 36px;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	background: #fef1d9;
	position: absolute;
	top: 60px;
	right: -39px;
}



/* ゴムノイナキについて --- */

.jigyo {
	margin-bottom: 30px;
}
.jigyo li {
	margin-bottom: 20px;
}
.jigyo li a {
	display: block;
	padding: 20px 30px;
	box-shadow: 0px 0px 15px 0px #a3d5e8;
	border-radius: 100vh;
	background: linear-gradient(to right, #02abd8, #0049af);
	color: #fff;
	position: relative;
	z-index: 0;
	font-size: 130%;
}
.jigyo li a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to right, #02abd8, #02abd8);
    border-radius: 100vh;
    opacity: 0;
    transition: opacity 1s;
}
.jigyo li a:hover::before {
	opacity: 1;
}
.jigyo li a::after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 45%;
	right: 30px;
	transition: 0.5s;
}
.jigyo li a:hover::after {
	right: 20px;
	transition: 0.5s;
}
@media only screen and (min-width: 768px) {
	/* PC */
.jigyo {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 10px;
	margin-bottom: 0;
}
.jigyo li {
	width: calc((100% - 60px) / 3);
	margin-bottom: 50px;
}
}

/* 強み */
.card__list {}
.card__item {
	margin-top: 2px;
	background: #174892;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 10% 10px 10%;
	color: #fff;
}
.block p.card__no {
	margin: 20px 0 5px 0;
	position: relative;
}
.block p.card__no span {
	font-family: "Noto Serif JP", serif;
	font-weight: 200;
	font-size: 6rem;
	line-height: 1;
	color: #89baf4;
	display: inline-block;
	transform:skewX(-15deg);
}
.card__title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8;
	font-weight: bold;
  flex: 1;
  height: 100%;
  min-height: 0%;
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card__title span {
	display: block;
}

.card__image img {
  width: 250px;
  height: 250px;
  /*border-radius: 50%;*/
}

.card__text {
  flex: 3;
  height: 100%;
  min-height: 0%;
  margin-top: 30px;
  font-size: 1.4rem;
  text-align: justify;
}

@media only screen and (min-width: 768px) {
	/* PC */
.card__list {
	display: flex;
	flex-direction: row;
	gap: 1px;
	margin-top: 100px;
}
.card__item {
	margin-top: 0;
	flex: 1;
	background: #174892;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 4% 50px 4%;
	color: #fff;
}
.block p.card__no {
	margin: -65px 0 15px 0;
	position: relative;
}
.block p.card__no span {
	font-family: "Noto Serif JP", serif;
	font-weight: 200;
	font-size: 10rem;
	line-height: 1;
	color: #89baf4;
	display: inline-block;
	transform:skewX(-15deg);
}
}


/* 事業概要 > 特徴 */
.card__list.type2 {
	margin-top: 0;
}
.card__list.type2 .card__title {
	padding: 50px 0 15px 0;
	border-bottom: double 4px #fff;
	margin-bottom: 35px;
}
.block .card__item p.link_btn {
	margin: 0 0 50px 0;
}
@media only screen and (min-width: 768px) {
.block .card__item p.link_btn {
	margin: 0 0 20px 0;
}
}

.card__item p.link_btn a {
	background: #174892;
	color: #fff;
}
.card__item .link_btn a::before {
    border-color: #fff;
}
.card__item .link_btn a:hover {
	color: #009cc9;
}
.card__item .link_btn a:hover::before {
	border-color: #009cc9;
}


/* コラム */
.block.full.notes_box {
	background:linear-gradient(#f6e4f7, #fff);
}
.notes_box h2 {
	position: relative;
	font-size: 2.2rem;
    line-height: 1.8;
    border-bottom: double 3px #bf60c0;
    padding: 30px 0 10px 0;
    margin-bottom: 40px;
}
.notes_box h2::before {
    content: '';
    display: block;
    width: 250px;
    height: 65px;
    position: absolute;
    top: -30px;
    left: -5%;
    background: url(/assets/img/common/icon_notes.svg) no-repeat 0 0;
    background-size: auto 100%;
}
@media only screen and (min-width: 768px) {
	/* PC */
.notes_box h2 {
	font-size: 2.6rem;
    padding: 38px 0 10px 0;
    margin-bottom: 50px;
}
.notes_box h2::before {
    width: 300px;
    height: 80px;
    top: -30px;
    left: -30px;
}
}


/* 会社概要 --- */
.syaze li {
	margin-bottom: 30px;
}
.syaze li span {
	display: block;
}
.syaze_tit {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 0.5em;
	color: #174892;
	border-bottom: solid 1px #174892;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}
.syaze_tit::before {
	content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #174892;
    position: absolute;
    bottom: -2px;
    left: 0;
}
@media only screen and (min-width: 768px) {
	/* PC */
.syaze {
	display: flex;
	gap: 50px;
}
.syaze li {
	flex: 1;
}
}

.block p.syaze-img {
	text-align: center;
	margin-bottom: 40px;
}
.syaze-img img {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	/* PC */
.block p.syaze-img {
	margin-bottom: 60px;
}
.syaze-img img {
	width: 70%;
}
}


.keiei_list {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin:0 0 30px 0;
	text-align: left;
}
.keiei_list li {
	background: #fff;
	box-shadow: 0px 0px 15px 0px #bddce8;
	padding: 25px 20px 25px 55px;
	border-radius: 15px;
	margin-bottom: 30px;
	font-size: 110%;
	position: relative;
}
.keiei_list li::before {
	content: counter(my-counter) ".";
	counter-increment: my-counter;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
    font-weight: 200;
    font-size: 3rem;
    line-height: 1;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #174892;
}
.keiei_list li span {
	display: block;
	font-weight: bold;
	font-size: 120%;
}
@media only screen and (min-width: 768px) {
	/* PC */
.keiei_list li {
	padding: 25px 25px 25px 95px;
	border-radius: 100vh;
}
.keiei_list li::before {
    font-size: 4rem;
	top: 45%;
	left: 40px;
	transform: translateY(-50%) skewX(-15deg);
}
.keiei_list li span {
	font-size: 140%;
}
}


/* カンパニーソング */
.song_box {
	align-items: center;
	margin-bottom: 50px;
}
.goup_box .song_l {
	text-align: center;
}
.goup_box .song_l h4 {
	padding-bottom: 5px;
	border-bottom: solid 1px #dadada;
	margin-bottom: 30px;
	font-size: 1.6rem;
}
.goup_box .song_r {
	background: #edf4fe;
	border-radius: 10px;
	padding: 30px 30px 1px 30px;
	position:relative;
}
.goup_box .song_r::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -20px;
	border: 20px solid transparent;
	border-bottom: 20px solid #edf4fe;
}
.audioplay {
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
	/* PC */
.goup_box .song_l h4 {
	font-size: 1.7rem;
	margin-bottom: 0;
}
.goup_box .song_r {
	background: #edf4fe;
	border-radius: 10px;
	padding: 30px 30px 1px 30px;
	position:relative;
}
.goup_box .song_r::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -40px;
	margin-left: 0;
	margin-top: -20px;
	border: 20px solid transparent;
	border-right: 20px solid #edf4fe;
}
}



/* 国内関係会社 --- */
.goup_box {
	background: #fff;
	border-radius: 15px;
	margin: 60px 0;
	padding: 60px 20px 10px 20px;
	box-shadow: 0px 0px 15px 0px #bddce8;
	position: relative;
}
@media only screen and (min-width: 768px) {
	/* PC */
.goup_box {
	border-radius: 20px;
	margin: 100px 0;
	padding: 80px 60px 30px 60px;
}
}
.goup_box.top0 {
	margin-top: 0;
}
.goup_box .block_col2 {
	gap: 60px;
}

.goup_box h2 {
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 0;
	font-size: 1.8rem;
    line-height: 1.8;
    color: #fff;
    background: #174892;
    padding: 10px 20px;
    border-radius: 10px;
}
.goup_box h2 a {
	color: #fff;
}
.goup_box h2 a.ex:after {
    width: 16px;
	height: 16px;
	mask-size: auto 16px;
	background-color: #fff;
    margin-left: 10px;
    top: 0;
}
@media only screen and (min-width: 768px) {
.goup_box h2 a.ex:after {
    width: 20px;
	height: 20px;
	mask-size: auto 20px;
    margin-left: 20px;
}
}
.goup_box h3.sub_ttl {
	font-size: 1.7rem;
	margin-top: 0;
	margin-bottom: 20px;
	padding-left: 0;
}
.goup_box h3.sub_ttl::before {
	content: none;
}
@media only screen and (min-width: 768px) {
	/* PC */
.goup_box h2 {
	top: -30px;
	left: 60px;
	font-size: 2.8rem;
    padding: 15px 40px;
}
.goup_box h3.sub_ttl {
	font-size: 2.4rem;
	padding-left: 40px;
	margin-bottom: 30px;
}
.goup_box h3.sub_ttl::before {
	content: "";
}
}

.goup_box h4 {
	margin-top: -20px;
}
@media only screen and (min-width: 768px) {
.goup_box h4 {
	margin-top: -10px;
}
}

.goup_box p.top {
	margin-top: -10px;
}



/* 100年企業 --- */
.block .block_in.area_100 {
	position: relative;
}

.year100_box {
	background: #174893;
	padding: 30px 20px;
	margin: 50px 0 50px calc(50% - 50vw);
	border-radius: 0 30px 30px 0;
	color: #fff;
	box-shadow: 0px 0px 15px 0px #bddce8;
}
.year100_box.re {
	margin: 50px calc(50% - 50vw) 50px 0;
	border-radius: 30px 0 0 30px;
}
@media only screen and (min-width: 768px) {
/* PC */
.year100_box {
	padding: 80px 100px;
	margin: 100px 0 100px calc(50% - 50vw);
}
.year100_box.re {
	margin: 100px calc(50% - 50vw) 100px 0;
}
}

.year100_box h3 {
	font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 2.6rem;
	line-height: 1.8;
    letter-spacing: 0.025em;
    margin-left: -0.025em;
    color: #caa906;
    margin-bottom: 20px;
}
.year100_box h3 span.year {
	display: inline-block;
	background: #caa906;
	clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	color: #fff;
	padding: 2px 50px 2px 20px;
	margin-left: -20px;
}
.year100_box h3 span.txt {
	display: block;
	padding-top: 5px;
}
@media only screen and (min-width: 768px) {
/* PC */
.year100_box h3 {
    font-size: 3rem;
    margin-bottom: 50px;
}
.year100_box h3 span.year {
	padding: 5px 50px 5px 20px;
	margin-right: 15px;
	margin-left: 0;
}
.year100_box h3 span.txt {
	display: inline-block;
}
}

.year100_box table.common, .year100_box table.common th, .year100_box table.common td {
	border-color: #6a8cbf;
}
@media only screen and (min-width: 768px) {
.year100_box table.common th {
	width: 220px;
}
}

.year100_box .block_col2 {
	background: #123a75;
	padding: 20px;
	border-radius: 15px;
	margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.year100_box .block_col2 {
	padding: 40px;
	margin-top: 50px;
}
}



/* 国内・海外拠点 --- */
.network_map {
	position: relative;
	z-index: 1;
}
.network_map img {
	max-width: 100%;
    height: auto;
    position: relative;
	z-index: 2;
}
.network_map_point {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}
.network_map_point::before, .network_map_point::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60%;
	height: 60%;
	background: #73e4ea;
	border-radius: 50%;
	box-sizing: border-box;
	pointer-events: none;
	animation: pulsate 2s linear infinite;
}
@media only screen and (min-width: 768px) {
.network_map {
	margin-top: -20px;
}
.network_map_point::before, .network_map_point::after {
	width: 100%;
	height: 100%;
}
}

.network_map_point::after {
  animation-delay: 1s;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(5);
    opacity: 0;
  }
}


.con_navi_network ul {
    display: flex;
    gap: 10px;
    margin-top: 50px;
}
.con_navi_network ul li {
	flex: 1;
}
.con_navi_network ul a {
    display: block;
    padding: 15px 20px 15px 30px;
    border-radius: 100vh;
    border: solid 2px #25c7d8;
    background: #fff;
    color: initial;
    font-size: 120%;
    text-align: center;
    position: relative;
    transition: .6s;
}
.con_navi_network ul a:before {
	content: '';
    width: 8px;
    height: 8px;
    border: 0px;
	border-top: solid 2px #25c7d8;
	border-right: solid 2px #25c7d8;
	transform: rotate(135deg);
    position: absolute;
    top: 40%;
    left: 20px;
}
.con_navi_network ul a:hover {
    background: rgba(37,199,216,0.1);
    color: #25c7d8;
}
@media only screen and (min-width: 768px) {
/* PC */
.con_navi_network ul {
    gap: 50px;
    margin-top: 60px;
}
.con_navi_network ul a {
    padding: 15px 40px;
}
.con_navi_network ul a:before {
    left: 30px;
}
}


.network_navi ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -20px 0;
}
.network_navi ul li a {
    display: block;
    padding: 5px 25px 5px 25px;
    color: initial;
    position: relative;
}
.network_navi ul a:before {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
	border-top: solid 2px #25c7d8;
	border-right: solid 2px #25c7d8;
	transform: rotate(135deg);
    position: absolute;
    top: 12px;
    left: 5px;
}
@media only screen and (min-width: 768px) {
/* PC */
.network_navi ul {
    margin: 0;
}
.network_navi ul li a {
    padding: 10px 30px 10px 55px;
    border-left: solid 1px #dadada;
}
.network_navi ul li:last-child a {
	border-right: solid 1px #dadada;
}
.network_navi ul a:before {
    top: 18px;
    left: 30px;
}
.network_navi ul a:hover {
    color: #25c7d8;
}
}


.network_area h2.sub_ttl {
	margin-bottom: 20px;
}
.network_area h2.sub_ttl::before {
    height: 30px;
    background: #25c7d8;
}
@media only screen and (min-width: 768px) {
/* PC */
.network_area h2.sub_ttl {
	font-size: 3rem;
	margin-bottom: 40px;
}
.network_area h2.sub_ttl::before {
    height: 40px;
}
}


.network_area h3 {
	font-size: 2rem;
    line-height: 1.6;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-bottom: 10px;
    border-bottom: solid 2px #25c7d8;
    position: relative;
}
.network_area h3::before {
	content: '';
    width: 18px;
    height: 18px;
    background: #25c7d8;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
@media only screen and (min-width: 768px) {
/* PC */
.network_area h3 {
	font-size: 2.4rem;
    margin-top: 60px;
    padding-left: 35px;
    padding-bottom: 15px;
}
.network_area h3::before {
	content: '';
    width: 20px;
    height: 20px;
}
}


.network_dl dl {
	border-bottom: solid 1px #dadada;
	padding: 20px 15px;
}
.network_dl dl:nth-child(even) {
	background: #f5f5f5;
}
.network_dl dl dt {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}
.network_dl dl dt a {
	color: initial;
}
.network_dl dl dd .add {
	margin-bottom: 10px;
}
.network_dl dl dd .link {
	text-align: center;
}
.network_dl dl dd .link a {
	display: inline-block;
	width: 150px;
	padding: 8px 0;
	text-align: center;
	font-size: 90%;
	background: #25c7d8;
	color: #fff;
	border-radius: 100vh;
	transition: .6s;
}
.network_dl dl dd .link a:hover {
	opacity: 0.5;
}
@media only screen and (min-width: 768px) {
/* PC */
.network_dl dl {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
}
.network_dl dl dt {
	margin-bottom: 0;
	width: 300px;
	padding-left: 35px;
}
.network_dl dl dd {
	flex: 1;
	display: flex;
}
.network_dl dl dd .add {
	margin-bottom: 0;
	flex: 1;
	padding-right: 20px;
}
.network_dl dl dd .link {
	width: 120px;
	padding-right: 20px;
}
.network_dl dl dd .link a {
	display: block;
	width: auto;
}
.network_dl dl dd .link a:hover {
	opacity: 0.5;
}
}


.tel_fax {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
.tel_fax li.url {
	width: 100%;
}
a.tel-sp {
	pointer-events: auto;
}
@media only screen and (min-width: 768px) {
a.tel-sp {
	pointer-events: none;
	text-decoration: none;
	color: inherit;
}
}


/* 拠点詳細 */
.network-child .con_head2 {
	padding: 30px 0 30px 0;
}
@media only screen and (min-width: 768px) {
.network-child .con_head2 {
	padding: 50px 60px 50px 60px;
}
}



.network_box {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
.network_box {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
}
.network_box .add {
	width: 50%;
	padding-right: 40px;
}
}

.network_box h2.sub_ttl {
	margin-bottom: 20px;
}
.block p.network_logo {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: initial;
}
.block p.network_logo img {
	max-width: 100%;
	height: auto;
}
.network_box .tel_fax {
	margin-top: -30px;
}
.network_box .img {
	margin-bottom: 30px;
}
.network_box .img img {
	width: 100%;
	height: auto;
}
.google_map {
	margin-top: -20px;
}
.google_map iframe {
	width: 100%;
	height: 500px;
}
@media only screen and (min-width: 768px) {
.network_box h2.sub_ttl {
	margin-bottom: 40px;
}
.network_box .img {
	margin-bottom: 0;
	width: 50%;
}
.google_map {
	margin-top: 0;
}
.google_map iframe {
	width: 100%;
	height: 650px;
}
}



.network_block.top_space {
	margin-top: 60px;
}
.network_block .table_data th {
	width: 30%;
}
@media only screen and (min-width: 768px) {
.network_block.top_space {
	margin-top: 100px;
}
.network_block .table_data th {
	width: 260px;
}
}



/* 事業紹介 */
.busi_img img {
	width: 100%;
	height: auto;
}

.movie_iframe {
    text-align: center;
    margin: 40px 0;
    border: solid 3px #174892;
}
.movie_iframe_in {
    width: 100%;
    /*max-width: 980px;
    margin: auto;*/
    position: relative;
}
.movie_iframe_in::before {
    content:'';
    display: block;
    padding-top: 56.25%;
}
.movie_iframe_in iframe {
    width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}



/* ワークフロー --- */

@media only screen and (max-width: 767px) {
.progressbar .item {
    position: relative;
    text-align: center;
    line-height: 1.5;
    background: #174892;
    margin-bottom: 20px;
}
.progressbar .item a {
	display: block;
	padding: 15px 0;
	color: #fff;
}
.progressbar .item a:hover {
	color: #01c1f8;
}
.progressbar .item span {
	font-size: 130%;
	letter-spacing: 0.1em;
    margin-left: 1em;
}
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: calc(50% - 30px);
    content: '';
    border: 30px solid transparent;
    border-top: 15px solid #174892;
    margin: auto;
}
}
@media only screen and (min-width: 768px) {
.progressbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    justify-content: center;
  margin-bottom: 80px;
}
.progressbar .item {
    position: relative;
    width: calc(100% / 5);
    text-align: center;
    line-height: 1.5;
    background: #174892;
}
.progressbar .item a {
	display: block;
	padding: 15px 0;
	color: #fff;
}
.progressbar .item a:hover {
	color: #01c1f8;
}
.progressbar .item span {
	display: block;
	font-size: 130%;
	letter-spacing: 0.1em;
    margin-left: 0.1em;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 42px solid transparent;
    border-left: 20px solid #174892;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #f4f8f9;
}
}

/* active */
.progressbar .item.active {
    z-index: 1;
    background: #0070BD;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #0070bd;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}


.flow_list {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.flow_list ul {
  padding-left: 0;
}
.flow_list ul > li {
	list-style-type: none;
	position: relative;
	padding-left: 40px;
}
.flow_list ul > li:not(:last-child) {
  padding-bottom: 40px;
}
.flow_list ul > li .num {
	width: 30px;
	height: 30px;
	font-size: 1.7rem;
	line-height: 30px;
	text-align: center;
	border-radius: 100vh;
	display: inline-block;
	background: #174892;
	color: #fff;
	position: absolute;
	left: 0;
}
@media only screen and (min-width: 768px) {
.flow_list {
	margin-top: 0;
}
.flow_list ul > li {
	padding-left: 70px;
}
.flow_list ul > li:not(:last-child) {
  padding-bottom: 80px;
}
.flow_list ul > li .num {
	width: 50px;
	height: 50px;
	font-size: 2rem;
	line-height: 50px;
}
}

.flow_list ul > li:not(:last-child)::before {
	content: '';
	background: #ccc;
	width: 1px;
	height: 100%;
	position: absolute;
	top: calc(50% - -15px);
	left: 15px;
	transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
.flow_list ul > li:not(:last-child)::before {
	top: calc(50% - -30px);
	left: 25px;
}
}

.flow_list_t h3 {
	font-size: 2rem;
	line-height: 1.8;
	font-weight: normal;
	color: #174892;
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
.flow_list_item {
	display: flex;
	gap: 30px;
}
.flow_list_t h3 {
	width: 130px;
	font-size: 2.6rem;
}
}


.flow_list_c {
	background: #fff;
	padding: 30px 20px 1px 20px;
	border-radius: 10px;
}
.flow_list_c .txt_wrap {
	margin-bottom: 10px;
}
.flow_list_c .img {
	margin-bottom: 20px;
}
.flow_list_c .img img {
	width: 100%;
}
.flow_list_c h4 {
	border-left: solid 3px #174892;
	padding: 2px 0 2px 20px;
	margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
.flow_list_c {
	flex: 1;
	padding: 35px 35px 5px 35px;
	border-radius: 15px;
}
.flow_list_c .txt_wrap {
	display: flex;
	gap: 40px;
}
.flow_list_c .img {
	width: 350px;
	margin-bottom: 30px;
}
.flow_list_c .txt {
	flex: 1;
}
}



.stepbar .stepbarwrap {
  margin: 50px 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 50%;
  background: #174892;
}

.stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 20px;
  font-size: 3rem;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 40px;
}

.stepbar .stepbarwrap .steptxt .title {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.2em;
}

.stepbar .stepbarwrap .steptxt .txt {
  font-size: 0.9em;
}

.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background: #174892;
  position: absolute;
  top: 20px;
  left: 9px;
  z-index: 0;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}






/* サスティナビリティ */

.sus_main {
	margin: 40px 0;
	border-radius: 10px;
	background: #dff9f9 url(/assets/img/sustainability/img_sustainability_main.jpg?2) no-repeat right 0 bottom 0;
	background-size: 100% auto;
	padding: 30px 20px 120px 20px;
	font-family: "Noto Serif JP", serif;
}
.sus_main h3 {
	color: #006d45;
	font-size: 2rem;
	font-weight: normal;
	margin-bottom: 30px;
}
.sus_main p {
	font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
.sus_main {
	margin: 60px 0;
	border-radius: 20px;
	padding: 60px 80px 40px 80px;
}
.sus_main h3 {
	font-size: 3.2rem;
	line-height: 1.9;
	margin-bottom: 40px;
}
.sus_main p {
	font-size: 1.8rem;
}
}


.sdgs_icon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 30px;
}
.sdgs_icon li {
	width: 50px;
}
.sdgs_icon li img {
	width: 50px;
}
@media only screen and (min-width: 768px) {
.sdgs_icon {
	gap: 20px;
}
.sdgs_icon li {
	width: 80px;
}
.sdgs_icon li img {
	width: 80px;
}
}

.block.full.envi_bg {
	background: #fff url(/assets/img/sustainability/img_envi01.jpg) no-repeat right 0 top 0;
	background-size: 80% auto;
}
.title_sdgs {
	font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    margin-bottom: 30px;
}
.title_sdgs img {
	width: 120px;
	vertical-align: middle;
	margin-right: 10px;
}
.block p.copy_sdgs {
	margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
.block.full.envi_bg {
	background-size: 65% auto;
}
.title_sdgs {
	font-size: 3.6rem;
}
.title_sdgs img {
	width: 180px;
	margin-right: 15px;
}
.block p.copy_sdgs {
	margin-bottom: 60px;
}
}

.box-stroke h3 {
	font-size: 2.6rem;
    color: #174892;
    margin-bottom: 30px;
}
.box-stroke h3 img {
	margin-bottom: 10px;
}

.size_s {
    font-size: 85%;
}
.size_s.kakomi {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 6px;
}



.sdgs_list li {
    text-align: left;
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #bddce8;
    border-radius: 10px;
    padding: 25px 30px;
}
.sdgs_list li span {
    display: block;
    margin-bottom: 10px;
    font-size: 120%;
    font-weight: bold;
    color: #174892;
}


.sdgs_list2 li {
    text-align: left;
    margin-bottom: 50px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #bddce8;
    border-radius: 10px;
    padding: 30px 20px;
}
.sdgs_list2 li .txt h3 {
    margin-bottom: 20px;
    font-size: 140%;
    font-weight: bold;
    color: #174892;
}
.sdgs_list2 li .img {
	margin-top: 30px;
}
.sdgs_list2 li .img img {
	width: 100%;
}
@media only screen and (min-width: 768px) {
.sdgs_list2 li {
    padding: 50px;
    display: flex;
    gap: 50px;
}
.sdgs_list2 li .txt {
	flex: 1;
}
.sdgs_list2 li .txt h3 {
    font-size: 150%;
}
.sdgs_list2 li .img {
	width: 35%;
	    margin-top: 0;
}
}

.sp_only_top_s {
	margin-top: 30px;
}
@media only screen and (min-width: 768px) {
.sp_only_top_s {
	margin-top: 0;
}
}

.block p.sdgs_summary {
	border: solid 3px #174892;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    font-size: 110%;
    font-weight: bold;
    color: #174892;
    margin-top: 20px;
}


.kifu_box {
	background: #fff;
	border-top: dotted 3px #174892;
	padding: 30px 20px;
	margin-top: -10px;
}
@media only screen and (min-width: 768px) {
.kifu_box {
	padding: 40px;
}
}


.gova_navi {
	margin: 40px 0;
}
.gova_navi ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.gova_navi ul li {
	width: calc((100% - 20px) / 2);
}
.gova_navi ul li a {
	display: block;
	box-shadow: 0px 0px 15px 0px #bddce8;
	background: #fff;
	color: #141414;
	text-align: center;
	border-radius: 8px;
	transform: scale(1);
	transition : .6s;
}
.gova_navi ul li a:hover {
	transform: scale(1.08);
	transition : .6s;
	background: #e3f4fc;
}
.gova_navi ul li .img {
	display: block;
	padding-top: 30px;
}
.gova_navi ul li img {
	width: 80%;
}
.gova_navi ul li .txt {
	display: block;
	padding: 20px 0;
}
@media only screen and (min-width: 768px) {
.gova_navi {
	margin: 50px 0;
}
.gova_navi ul {
	gap: 30px;
}
.gova_navi ul li {
	width: calc((100% - 90px) / 4);
}
.gova_navi ul li .txt {
	font-size: 1.6rem;
}
}


.goup_box.policy_area h4 {
	margin-top: 35px;
	margin-bottom: 25px;
	border-bottom: solid 1px #dadada;
	padding-bottom: 5px;
}


.csr_box {
	border: solid 1px #dadada;
	padding: 0 20px;
	margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
.csr_box {
	padding: 0 30px;
}
}

.csr_box dl {
	overflow: hidden;
}
.csr_box dt {
	float:left;
	clear:left;
	width:90px;
	font-size:100%;
	padding-bottom:10px;
	margin:0;
}
.csr_box dd {
	padding: 0 0 10px 100px;
	margin:0;
}




/* 07 FORM MODULES
----------------------------------- */

@media only screen and (max-width: 767.98px) {
table.common.form-table {
    border-collapse: collapse;
    width: 100%;
}
table.common.form-table th , table.common.form-table td{
    display: block;
    width: 100%;
}
}
@media only screen and (min-width: 768px) {
table.common.form-table th {
    width: 20%;
}
}

.form-table input[type="text"],
.form-table input[type="tel"],
.form-table input[type="email"],
.form-table textarea {
    border: none;
    background: #f1f1f1;
    padding: 12px;
    font-size: 100%;
    border-radius: 5px;
}
.form-table textarea {
    height: 200px;
}

@media only screen and (max-width: 767.98px) {
.form-table label {
    display: block;
}
}
@media only screen and (min-width: 768px) {
.form-table label {
    margin-right: 30px;
}
}

.form-table input[type="radio"] {
    margin-right: 5px;
}
.form-table select {
    border: none;
    background: #f1f1f1;
    padding: 10px;
    font-size: 100%;
    border-radius: 5px; 
}



.input-s { width: 50%; }
.input-m { width: 100%; }
.input-l { width: 100%; }
@media only screen and (min-width: 768px) {
.input-s { width: 30%; }
.input-m { width: 50%; }
}

.input-btn {
    text-align: center !important;
}
.input-btn input {
    border: none;
    background: #009cc9;
    color: #fff;
    font-size: 2rem;
    margin: 0 auto;
    padding: 20px 60px;
    text-align: center;
    border-radius: 100vh;
    cursor: pointer;
}

.p-extended-address {
    margin-top: 10px;
}


span.att {
    display: inline-block;
    margin-top: 10px;
    font-size: 90%;
    line-height: 1.7;
}
@media only screen and (min-width: 768px) {
.att {
	margin-top: 0;
}
.att.top {
	display: block;
    margin-top: 10px;
}
}



.privacy_box {
	border: solid 1px #141414;
	padding: 20px 20px 1px 20px;
	text-align: center;
	margin: 35px 0;
}
.privacy_box h3 {
	margin: 0 0 20px 0;
}
@media only screen and (min-width: 768px) {
.privacy_box {
	padding: 30px 30px 1px 30px;
}
}


.tel_large {
	display: block;
	font-size: 180%;
}
@media only screen and (min-width: 768px) {
.tel_large {
	font-size: 200%;
}
}



/* お知らせ記事*/
.news_box {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 80px 60px 30px 60px;
    box-shadow: 0px 0px 15px 0px #bddce8;
    margin-top: -50px;
}
.news_date {
	text-align: right;
	margin-top: 50px;
	border-top: solid 1px #dadada;
	padding-top: 10px;
}



/* wp-pagenavi */
.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-top: 50px;
}
.wp-pagenavi a, .wp-pagenavi span.current {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 5px 10px;
	margin: 10px 4px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #009cc9;
}
.wp-pagenavi span.current {
	background: #009cc9;
	color: #fff;
}
.wp-pagenavi span.pages {
	padding: 5px 10px 5px 0;
}


