@charset "UTF-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css');


/*------------------------normalize*/
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}audio,canvas,progress,video {display: inline-block; vertical-align: baseline;}a {background: transparent;}a:active,a:hover {outline: 0;}sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 0;}hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}pre {overflow: auto;}button,input,optgroup,select,textarea {color: inherit; font: inherit; margin: 0;}button {overflow: visible;}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button; cursor: pointer;}button[disabled],html input[disabled] {cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0;}input {line-height: normal;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box; padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}textarea {overflow: auto;}table {border-collapse: collapse; border-spacing: 0;}td,th {padding: 0;}img{ vertical-align: bottom;}
button{ border:none;}button:focus{ outline:none;}table { border-collapse: collapse; border-spacing: 0;}
*{ box-sizing: border-box;}
ul, ol{ margin: 0; padding: 0; list-style: none; }
dl, dt, dd{ margin: 0; padding: 0;}
/*------------------------normalizeEnd*/

body {
	background:#fff;
	font-family:'Hiragino kaku Gothic ProN', 'ヒラギノ角ゴ ProN W4', 'Meiryo', 'メイリオ', -apple-system, BlinkMacSystemFont, sans-serif;
	color:#4d4d4d;
	margin:0 auto;
	text-align:left;
	font-size:18px;
}

p{ line-height: 1.8;}

h2{
margin: 0;
padding: 0;
font-size: 77px;
color: #008cd6;
}
h2 span{
color: #000;
}
@media screen and (max-width:840px) {
h2{ font-size: 28px;}
}

h3{ text-align: center;}

.titleBlue{
font-size: 32px;
color: #008cd6;
}


section{ margin: 50px auto; }
@media screen and (max-width:840px) {
section{ margin: 30px auto; }
}
address{ font-style:normal;}

a{word-break: break-all;}
a:link, a:visited{ text-decoration: none; color:#007ab0;}/*007ab0*/
a:hover{ opacity: 0.6; transition: 0.4s; color:#0099FF;}/*0099FF*/
area { outline:none; }



/*------*/
.wrapBox{
width: 100%;
max-width: 860px;
margin: 0 auto;
}

@media screen and (max-width:860px) {
.wrapBox{ padding: 1em;}
}


/*------------------------Style*/
main{ text-align:left; width: 100%; margin: 0 auto;}
@media screen and (max-width:1140px) {

}

header{ padding: 0 1em; display: flex; justify-content: space-between;}
header .logo img{ width: 100%; max-width: 160px;}
header .btnBox{ display: flex; align-items: center;}
header .btnBox a{
display: block;
background: #ed6c00;
color: #fff;
padding: 10px 1em;
}


/* mainBox */
.mainBox img{ width: 100%;}
.mainBox .PCImg{ display: block; }
.mainBox .SPImg{ display: none; }
@media screen and (max-width: 640px) {
.mainBox .PCImg{ display: none; }
.mainBox .SPImg{ display: block; }
}



.readBox01{
margin: 0;
padding: 80px 1em;
background: url(../img/back001.jpg);
background-repeat: no-repeat;
background-size: cover;
}

.readBox02{
margin: 0 auto;
}

.othersBox{
display: flex;
justify-content: space-between;
margin: 60px auto;
}
@media screen and (max-width: 1080px) {
.othersBox{
display: block;
margin: 30px auto;
}
.othersBox img{ width: 100%; max-width: 410px;}
}

.othersBox .flexBox h3{
display: flex;
background: #008cd6;
color: #fff;
border-radius: 100%;
width: 128px;
height: 128px;
font-size: 15px;
justify-content: center;
align-items: center;
margin-right: 1em;
}
.othersBox .flexBox{
align-items: center;
}




.pointBox{
background: #008cd6;
padding-bottom: 80px;
}
.pointBox h3{
display: flex;
text-align: left;
color: #fff;
font-size: 28px;
margin: 0;
padding: 0;
height: 140px;
}
.pointBox h3 span.triangle{
font-size: 28px;
background: #f0eb50;
color: #008cd6;
font-weight: normal;
clip-path: polygon(0 0, 0% 100%, 100% 0);
width: 370px;
height: 135px;
padding: 1em 0 0 1em;
}
.pointBox h3 span.title{
margin-left: -100px;
display: flex;
align-items: center;
}
@media screen and (max-width: 1080px) {
.pointBox h3{
display: block;
height: auto;
}
.pointBox h3 span.triangle{
clip-path: none;
width: auto;
height: auto;
display: inline-block;
padding: 5px 1em;
}
.pointBox h3 span.title{
margin-left: 0;
display: block;
}
}

.pointBox section{
display: flex;
justify-content: space-between;
align-items: flex-start;
background: #fff;
margin: 20px auto;
padding: 20px;
border-radius: 8px;
}
@media screen and (max-width: 1080px) {
.pointBox section{
display: block;
}
}

.pointBox section h4{
display: flex;
color: #008cd6;
font-size: 30px;
line-height: 1.2;
align-items: center;
margin: 0 0 10px;
}
.pointBox section h4 span{
display: flex;
justify-content: center;
align-items: center;
background: #f0eb50;
width: 68px;
height: 68px;
margin-right: 1em;
}
@media screen and (max-width: 1080px) {
.pointBox section h4{
font-size: 24px;
}
.pointBox section h4 span{
margin-right: 10px;
}
}

.pointBox section p{
margin: 0;
}

.pointBox section img{
margin-left: 2em;
align-items: flex-start;
}
@media screen and (max-width: 1080px) {
.pointBox section img{
display: block;
text-align: center;
margin: 1em auto 0;
}
}



/* contactBox */
.contactBox{ width: 100%; max-width: 1020px; margin: 1em auto; text-align: center;}
.contactBox .btnBox{}
.contactBox .btnBox a{
display: block;
font-size: 28px;
font-weight: bold;
color: #fff;
background: #ed6c00;
padding: 1em;
}

.telBox{}
.telBox p{ font-size: 24px;}
.telBox p .B{ font-size: 36px;}


/* footer */
footer{ background: #f4f4f4;}
footer .flexBox{
justify-content: space-between;
width: 100%;
max-width: 640px;
margin: 0 auto;
padding: 2em 1em 1em;
}
@media screen and (max-width:840px) {
footer .flexBox{ display: block;}
}


footer .logo img{ width: 100%; max-width: 218px;}



/*table*/
.table01{ width: 100%; margin-bottom:2em; border-collapse: collapse;}
.table01 th{ border: 1px solid #cfcfcf; background: #efefef; padding: 1em;}
.table01 td{ border: 1px solid #cfcfcf; padding: 1em; color: #666;}


/*------------------------otherStyle*/
.PC{ display: block; }
.SP{ display: none; }

.flexBox{ display: flex; }

.fitImg img{ width: 100%;}

.blue{color: #008cd6;}
.orange{ color: #ed6c00;}

.B{ font-weight: bold; font-size: 1.2em; }
.fontS{ font-size: .8em;}
.kome{ text-indent: -1em; margin-left: 1em; }
.tC{ text-align: center; }
.tR{ text-align: right; }

.noEvent{ pointer-events: none; }

.clear { clear:both; }
.clear hr { display:none; }
.cf:after{/*for modern browser*/
    content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden;}
.cf {zoom:1;/*for IE 5.5-7*/}

/*pagetop*/
.pagetop{ position: fixed; z-index: 9000; bottom: 40px; right: 60px; display: none;}
.pagetop a{ box-sizing: border-box; font-size: 24px; text-align: center; display: block; background: #fff; width: 60px; height: 60px; border-radius: 120px; padding-top: 12px;box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);}
.pagetop a:link, .pagetop a:visited{ color: #147b99;}
.pagetop a:hover{ opacity: 0.6; transition: 0.2s;}

@media screen and (max-width:840px) {
.PC{ display: none; }
.SP{ display: block; }
}



