@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Noto+Sans+JP:wght@100;400;700&family=Shippori+Mincho&display=swap');

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


/* End Hack */
html {
  font-size: 62.5%;
  /* 10px */
}

/*------------------------------------*/
@media all and (max-width: 768px) {
  html {
    /*		font-size: 50%; /* 8px */
    font-size: 56.25%;
    /* 9px */
  }
}
body {
  line-height: 1;
}

/* ------------------------------------------------------------------------- */
/* base
/* ------------------------------------------------------------------------- */

*{
	padding: 0px;
	margin: 0px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	}

body{
	text-align: center;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	margin: 0;
	-webkit-text-size-adjust: 100%;/*iPhone版Safari文字サイズをリセット */
	position: relative;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

img{
	border: none;
	max-width: 100%;
}

a{
	color: #000;
	outline: none;
	transition: 0.1s;
}

a:hover{
	opacity: 0.8;
}

/* フォントの継承 */
button, input, select, textarea {
	font-family : inherit;
	font-size : 100%;
}


/* ------------------------------------------------------------------------- */
/* 共通
/* ------------------------------------------------------------------------- */

section{
	padding: 50px 0;
	clear: both;
	text-align: center;
}

section .inner{
	max-width: 1000px;
	margin: auto;
	text-align: left;
	
}

section li img{
	display: block;
	margin: auto;
}


/* 1000px以下  */
@media all and (max-width: 1000px){
	section{
		padding: 30px 0;
	}
	section .inner{
		padding: 0 20px 0;
	}
}



/* タイトル
--------------------------------------------------------- */

h2{
	padding: 50px 0 30px 0;
	font-size: 80px;
	font-weight: bold;
	color: #333;
	font-family: 'Caveat', cursive;
	text-align: center;
	line-height: 1em;
}

h2 span{
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 2.5;
	font-family: 'Shippori Mincho', serif;
}

h2 span:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 200px;
	height: 3px;
	background-color: #333;
}

/* 1000px以下  */
@media all and (max-width: 1000px){
	
	h2{
		padding: 10px 0 25px 0;
		font-size: 50px;
	}
	
	h2 span{
		font-size: 18px;
		line-height: 1.8;
	}
}


/* テキスト
--------------------------------------------------------- */

section{
	width: 100%;
	float: left;
}

p.attention{
	font-size: 30px;
	font-weight: bold;
	color: #d85b49;
}

.bikou{
	font-size: 12px;
	color: #666;
	clear: both;
}

.kome{
	margin-left: 1em;
	text-indent: -1em;
}

.focus{
	clear: both;
	padding: 20px;
	background-color: #999;
	background-image:repeating-linear-gradient(-45deg,#fff, #fff 6px,transparent 0, transparent 7px);
}

.focus div{
	background-color: #fff;
	padding: 20px;
}

.sp_only{
	display: none;
}

/* 1000px以下  */
@media all and (max-width: 1000px){
	
	p.attention{
		font-size: 18px;
	}
	.pc_only{
		display: none !important;
	}
	
	.sp_only{
		display: inline;
	}

}


/* 画像
---------------------------------------------------------- */

.img_right{
	float: right;
	margin-left: 10px;
}

/* 1000px以下  */
@media all and (max-width: 1000px){
	.img_right{
		float: none;
		display: block;
		margin: 10px auto;
		margin-top: 0!important;
	}
}


/* テーブル
---------------------------------------------------------- */

table{
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}

table th,table td{
	border: 1px solid #666;
	padding: 15px;
}

table th{
	background-color: #ddd;
	font-weight: bold;
	text-align: center;
}

table td{
	background-color: #fff;
}

table tr.attention td{
	background-color: #fedee3;
	font-weight: bold;
	color: #f96f87;
}



/* リンク
---------------------------------------------------------- */

.basic_btn{
	display: inline-block;
	position: relative;
	margin: 10px 0;
	padding: 10px 100px 10px 10px;
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0 3px 5px 1px rgba(0,0,0,0.3);
	text-decoration: none;
	font-size: 16px;
}

.basic_btn:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basic_btn:hover{
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow:  none;
	background: -moz-linear-gradient(top, #eee, #fff);
	background: -webkit-linear-gradient(top, #eee, #fff);
	background: linear-gradient(to bottom, #eee, #fff);
}

.basic_btn[href$=".pdf"]:after{
	background-image: url(image/ico_pdf.png);
	border: none;
	width: 24px;
	height: 32px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* 1000px以下  */
@media all and (max-width: 1000px){
	.basic_btn{
		padding: 10px 50px 10px 10px;
	}
}

/* 812px以下  */
@media all and (max-width: 812px){
	.basic_btn{
		font-size: 13px;
	}
}

/* リスト
---------------------------------------------------------- */

.basic_ul li{
	padding-left: 1em;
	position: relative;
	margin-bottom: 10px;
}

.basic_ul li:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	background-color: #00bbd6;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.basic_ul li ul li{
	position: relative;
	padding-left: 1em;
	margin-bottom: 0px;
}

.basic_ul li ul li:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	background-color: #000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/* レイアウト
------------------------------------------------------------*/

/* メイン画像
---------------------------------------*/
#img_main{
	width: 100%;
	height: 500px;
	float: left;
	text-align: center;
	background-image: url(image/img_main.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #5bcaa4;
}

/* 1001px以上  */
@media all and (min-width: 1001px){
	#img_main img{
		display: none;
	}
}

/* 1000px以下  */
@media all and (max-width: 1000px){
	#img_main{
		background-image: none;
		height: auto;
		background-color: #fff;
	}
}


/* 共有
---------------------------------------*/
.question, .achievement{
	background-color: #eee;
}


/* 重要性
---------------------------------------*/
.importance{
	height: 450px;
	background-image: url(image/bg_importance.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.importance p{
	float: right;
	width: 50%;
}

/* 1000px以下  */
@media all and (max-width: 1000px){
	.importance{
		height: auto;
		padding-bottom: 45%;
		background-position: left bottom;
		background-size: 200%;
	}
	
	.importance p{
		float: none;
		width: auto;
	}
	
}


/* お困りごと
---------------------------------------*/
.question{
	height: 450px;
	background-image: url(image/bg_question.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.question ul{
	width: 45%;
}


/* 1000px以下  */
@media all and (max-width: 1000px){
	.question{
		height: auto;
		padding-bottom: 50%;
		background-position: right bottom;
		background-size: 200%;
	}
	.question ul{
		width: auto;
	}
}





/* 実績
---------------------------------------*/
.achievement .inner{
	text-align: center;
}

.achievement .inner .basic_btn{
	width: 300px;
	display: block;
	margin: 25px auto;
	padding: 15px 0px;
	text-align: left;
	text-indent: 15px;
}

.achievement .inner .flex_4col{
	font-size: 1.4rem;
}





/* その他
---------------------------------------*/
.others .inner .basic_btn{
	width: 300px;
	display: block;
	margin: 25px auto;
	padding: 15px 0px;
	text-align: left;
	text-indent: 15px;
}


/* 1000px以下  */
@media all and (max-width: 1000px){
	.achievement .inner .basic_btn, .others .inner .basic_btn{
		width: 90%;
		max-width: 300px;
	}
}


/* ヘッダ
---------------------------------------------------------- */

header{
	text-align: center;
}

header img{
	margin: 20px auto;
	height: 40px;
	display: block;
	z-index: 2;
	position: relative;
}




/* ------------------------------------------------------------------------- */
/* footer
/* ------------------------------------------------------------------------- */

.btn_pagetop{
	position: fixed;
	right: 0;
	bottom: 40px;
	width: 60px;
	height: 60px;
	background-color: #5bcaa4;
	color: #fff;
	font-size: 1.0rem;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	text-decoration: none;
}

.btn_pagetop:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30%;
	margin: auto;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

footer{
	clear: both;
	overflow: hidden;
	width: 100%;
	padding: 0;
	background-color: #333333;
	text-align: center;
	color: #ffffff;
}

footer a {
  color: #ffffff;
}


/* footer_contact（お問い合わせ）
/* ------------------------------------------------------------------------- */
footer #footer_contact {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image:url("image/doted.png"), url("image/bg_footer_contact.jpg");
	background-position: center 30%;
	background-repeat: no-repeat;
	background-size: auto, cover;
	overflow: hidden;
}

footer #footer_contact h2 {
	color: #ffffff;
	font-size: 2.0rem;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
}


footer #footer_contact img {
  width: 420px;
  margin-bottom: 5px;
}

/*------------------------------------*/
@media all and (max-width: 1100px) {
  footer #footer_contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  footer #footer_contact h2 {
    padding-top: 20px;
  }

  footer #footer_contact ul.flex_2col li {
    margin-left: 0;
    margin-right: 0;
    width: 90%;
  }
}
/* footer_about（ロゴ・住所・メニュー）
/* ------------------------------------------------------------------------- */
footer #footer_about {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: left;
}

footer #footer_about .footer_menu {
  float: right;
  font-size: 1.25rem;
  width: 100%;
  max-width: 260px;
  display: block;
}

footer #footer_about .footer_menu li {
  display: table-cell;
  position: relative;
  padding: 10px 1em;
  white-space: nowrap;
}

footer #footer_about .footer_menu li::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 0;
  display: block;
  width: 1em;
  height: 1em;
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  border-right: 1px solid #ffffff;
}

footer #footer_about .footer_menu li:last-child:after {
  display: none;
}

footer #footer_about .profile .logo {
  width: 205px;
  height: 34px;
  margin: 0 auto 10px 0;
  background-image: url("image/logo.png");
  background-repeat: no-repeat;
  background-size: 204px auto;
  background-position: center center;
  overflow: hidden;
}

footer #footer_about .profile span {
  word-break: keep-all;
}

footer #footer_about .profile .corp_name {
  font-size: 1.8rem;
  font-weight: bold;
  padding-right: 1em;
}

footer #footer_about .profile p {
  font-size: 1.2rem;
  padding-top: 1em;
}

footer #footer_about .ul_address {
  clear: both;
  padding-top: 50px;
  width: 100%;
	display: flex;
}

footer #footer_about .ul_address li {
  width: 400px;
}

footer #footer_about .ul_address li .office {
  word-break: keep-all;
  padding-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
}

footer #footer_about .ul_address li span {
  word-break: keep-all;
}

footer #footer_about .ul_address li span:after {
  padding-right: 0.5em;
}

footer #footer_about p.address span {
  display: inline-block;
  padding-right: 1em;
}

footer #footer_about .tel,
footer #footer_about .fax {
  display: inline-block;
  padding: 0 5px;
}

/*------------------------------------*/
@media all and (min-width: 1101px) {
  footer #footer_about .profile {
    width: 50%;
    float: left;
  }
}
/*------------------------------------*/
@media all and (max-width: 1100px) {
  footer #footer_about {
    padding-top: 20px;
  }

  footer #footer_about .footer_menu {
    float: none;
    margin: 0 auto 2em;
  }

  footer #footer_about .profile .logo {
    margin: 0 auto 10px auto;
  }

  footer #footer_about .profile span {
    display: block;
    width: 100%;
    text-align: center;
  }

  footer #footer_about .profile {
    width: 100%;
    clear: both;
  }
	
	footer #footer_about .ul_address {
		display: block;
	}
	
  footer #footer_about .ul_address li {
    width: auto;
    margin-bottom: 2em;
  }
}
/* footer address（コピーライト）
/* ------------------------------------------------------------------------- */
footer address {
  min-height: 40px;
  font-style: normal;
  vertical-align: middle;
  line-height: 3;
  color: #5bcaa4;
  text-align: right;
}

/*------------------------------------*/
@media all and (max-width: 1100px) {
  footer address {
    text-align: center;
  }
}
/* boxレイアウト
/* --------------------------------------------------------------- */
/* フレックス構造（リスト）
--------------------------------------------------------- */
.flex_2col,
.flex_3col,
.flex_4col {
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  overflow: hidden;
  margin: auto;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex_2col > li,
.flex_3col > li,
.flex_4col > li {
  list-style: none;
  text-align: center;
}

/*------------------------------------*/
@media all and (min-width: 481px) {
  .flex_2col > li {
    width: calc((100% - 61px) / 2);
    margin: 15px;
  }

  .flex_3col > li {
    width: calc((100% - 61px) / 3);
    margin: 10px;
  }

  .flex_4col > li {
    width: calc((100% - 81px) / 4);
    margin: 10px;
  }
}
/*------------------------------------*/
@media all and (max-width: 480px) {
  .flex_2col > li {
    width: calc((100% - 41px) / 2);
    margin: 10px;
  }

  .flex_3col > li {
    width: calc((100% - 41px) / 2);
    margin: 10px;
  }

  .flex_4col > li {
    width: calc((100% - 41px) / 2);
    margin: 10px;
  }

  .flex_wrap > li {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    display: block;
  }

  .flex_2col > li:nth-child(2n-1) {
    margin-left: 0;
  }

  .flex_2col > li:nth-child(2n) {
    margin-right: 0;
  }

  .flex_3col > li:nth-child(2n-1) {
    margin-left: 0;
  }

  .flex_3col > li:nth-child(2n) {
    margin-right: 0;
  }

  .flex_4col > li:nth-child(2n-1) {
    margin-left: 0;
  }

  .flex_4col > li:nth-child(2n) {
    margin-right: 0;
  }
}
/* ------------------------------------------------------------------------- */
/* プリント用設定
/* ------------------------------------------------------------------------- */

@media only print {
}

/* END ---------------------------------------------------------*/
