@charset "UTF-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.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 maru Gothic ProN', 'ヒラギノ丸ゴ ProN W4', 'Meiryo', 'メイリオ', -apple-system, BlinkMacSystemFont, sans-serif;
	color:#4d4d4d;
	margin:0 auto;
	text-align:left;
	font-size:14px;
background: url(../img/back.jpg);
background-position: center top;
}

h1, h2, h3, h4, h5, h6, p, ul{ margin: 0; padding: 0;}
h1{ font-size: 24px;}
h1 span{ display: block; font-size: 18px;}
h2{ font-size: 24px; color: #498bc1; border-bottom: 1px solid #498bc1; margin-bottom: 10px;}

p{ font-size: 18px; margin-bottom: 1em;}


section{ margin-bottom: 40px; }
article{}
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: 1040px; margin: 0 auto;}

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


/*------------------------Style*/
main{ text-align:left;}

header{}
header h1{ margin: 10px 0;}
.readBox{ font-size: 34px; line-height: 1.2; margin: 2em auto 1em;}
.readBox span{ color: #c85a5b;}

header img{ margin-top: -50px; width: 100%; max-width: 640px;}
@media screen and (max-width: 1040px) {
header{ text-align: center;}
.readBox{ margin: 1em auto 10px;}
header img{ margin: 0 auto;}
}



footer{ margin-top: 50px; padding: 50px 0; background: #f4dede;}
footer h3{ font-size: 24px;}
footer h3 span{ display: block; font-size: 18px;}
footer figure{ text-align: center;}
footer figure figcaption{ margin-top: 10px; font-size: 1.2em;}
@media screen and (max-width: 1040px) {
footer figure{ width: 40%;}
footer figure figcaption{ font-size: .9em;}
}




/* boxBack */
.boxBack{ background: #f8f7ee; padding: 50px 0;}


.box02{}
.box02 figure{ width: 100%; max-width: 320px; margin: 0 auto;}
.box02 figure img{ width: 100%;}
.box02 section{ margin-left: 2em;}
@media screen and (max-width: 1040px) {
.box02 section{ margin: 1em auto 2em;}
}


.noteBox{ font-size: 24px; margin: 50px auto; padding: 50px 1em; text-align: center; background: #f4dede; color: #c85a5b;}




.aiBox {}
.aiBox section{ margin-left: 2em;}
@media screen and (max-width: 1040px) {
.aiBox figure{ width: 100%; margin: 0 auto; text-align: center;}
.aiBox section{margin: 2em auto;}
}


.box4 figure{ width: 20%;}
@media screen and (max-width: 1040px) {
.box4 figure{ width: 100%; margin-bottom: 2em;}
}



/* list01 */
.listBox{ padding: 20px 1em; background: rgba(255, 255, 255, .5);}

.list01{ width: 100%; max-width: 720px; margin: 50px auto; display: flex; flex-wrap: wrap; list-style: disc;}
.list01 li{ width: 50%; font-size: 22px; margin-bottom: 10px;}
.list01 li::marker { color: #c85a5b;}
.list01 li span{ background: #f4dede; padding: 5px;}
@media screen and (max-width: 1040px) {
.list01{ display: block;}
.list01 li{ width: 100%;}
}




/*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; justify-content: space-between; align-items: flex-start; }
@media screen and (max-width: 1040px) {
.flexBox{ display: block;}
}

.B{ font-weight: bold; }
.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: 10px; right: 10px; 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: 1040px) {
.PC{ display: none; }
.SP{ display: block; }


}






































/*------------------------nav*/
.drawer{ z-index: 9999; display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: fixed; top: 24px; right: 10px; padding: 0 9px; width: 48px; height: 48px; border-radius: 400px; background: rgba(0,159,232,1); }
.navbar_toggle{z-index:9999;}
.navbar_toggle_icon { position: relative; display: block; border-radius: 4px; height: 2px; width: 30px; background: #fff; -webkit-transition: ease .4s; transition: ease .4s;}
.navbar_toggle_icon:nth-child(1) { top: 0;}
.navbar_toggle_icon:nth-child(2) { margin: 8px 0;}
.navbar_toggle_icon:nth-child(3) { top: 0;}

/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {top: 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {-webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 0;}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {top: -10px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}

/*OPEN*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}


@media screen and (min-width: 1040px) {
.drawer,
.navbar_toggle{ display: none;}
}

@media screen and (max-width: 1040px) {
.menu{ position: fixed; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition:ease .5s; transition:ease .5s; z-index:9998; top: 0; width: 100%; margin: 0;}
.menu nav{ padding: 20px 20px 80px; height: 100vh; overflow: scroll; font-size: 18px; text-align: left; }
}


