@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------
Reset:
----------------------------------------------------------------
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul,
ul,
li{
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
color: #000;
}

a:hover{
opacity: 0.5;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

img{
width: 100%;
line-height: 1;
}

/*--------------------------------------------------------------
common:
----------------------------------------------------------------
*/
* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

html{
overflow: auto;
}
body{
position: relative;
font-family: "Zen Kaku Gothic New", sans-serif;
letter-spacing: 1px;
font-size: 1em;
line-height: 1.8;
color: #103048;
background-color: #f0f2ef;
}
.w1000{
padding: 10% 8%;
}
.pc{
display: none;
}
#wrapper{
overflow: hidden;
}

/*--------------------------------------------------------------
Header:
----------------------------------------------------------------
*/

header{
width: 100%;
z-index: 100;
position: fixed;
top:0;
}
header.ground-coler{
background-color: #000;
}
#global-menu{
position: relative;
width: 100%;
z-index: 100;
}

.nav-mobile{
z-index: 100;
position: relative;
float: right;
margin: 10px 20px 0 0;
width: 40px;
height: 40px;
background-color: transparent;
border: none;
}
.nav-mobile span{
position: absolute;
display: block;
height: 1px;
width: 40px;
background-color: #103048;
}
.nav-mobile span:nth-child(1){
top:15px;
}
.nav-mobile span:nth-child(2){
top:20px;
}
header.open .nav-mobile span:nth-child(1){
transform-origin:center center; 
transform: rotate(15deg);
}
header.open .nav-mobile span:nth-child(2){
top:15px;
transform: rotate(-15deg);
}
#global-menu nav{
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100vh;
background-color: #ccc;
}
header.open #global-menu nav{
right: 0;
}
#global-menu nav ul{
padding: 10%;
}
#global-menu nav a{
display: block;
font-weight: 400;
font-style: normal; 
color: #103048;
text-align: center;
padding: 5% 0;
width: 100%;
}
#global-menu nav a strong{
display: block;
font-family: "jost", sans-serif;
font-size: 1.2em;
letter-spacing: 2px;
font-weight: 400;
}
#global-menu nav a span{
display: block;
font-size: 80%;
letter-spacing: 2px;
}
#global-menu nav li.sns ul{
display: flex;
justify-content:center;
margin: 0;
}
#global-menu nav li.sns li{
width: 40px;
}
#global-menu nav li.sns li:nth-child(1){
margin-right: 10px;
}

/*--------------------------------------------------------------
contents
----------------------------------------------------------------
*/

/*メインタイトル*/
h1{
padding: 25% 0 10%;
}
h1 img{
display: block;
width: 90%;
margin: 0 auto 5%;
}
main h1 img{
max-width: 640px;
}
h1 span{
display: block;
text-align: center;
padding-left: 5%;
letter-spacing: 3px;
font-weight: 500;
}
.main-v{
display: flex;
}
.main-v img{
line-height: 0;
width: 50%;
flex-grow: 2;
}
.main-copy{
padding: 10% 8%;
}
.main-copy h2{
margin: 0 auto 5%;
font-size: 1.1em;
letter-spacing: 1px;
text-align: center;
padding-left: 10px;
font-weight: 500;
}
.main-copy p{
line-height: 2;
text-align: justify;
font-size: 90%;
}
.main-copy p br{
display: none;
}

/*ローカルナビ*/

.local-menu{
padding: 3% 8% 12%;
}

.local-menu li{
margin-bottom: 5%;
}
.local-menu li:last-child{
margin-bottom: 0;
}
.local-menu li a{
position: relative;
display: block;
background-color: #103048;
padding: 3% 0;
text-align: center;
width: auto;
max-width: 400px;
margin: 0 auto;
}
.local-menu li a span{
display: block;
color: #fff;
}
.local-menu li a::after{
content: "";
position: absolute;
top:calc(50% - 5px);
right: 15px;
width: 7px;
height: 7px;
transform: rotate(45deg);
border-bottom: 1px #fff solid;
border-right: 1px #fff solid;
}

/*chapter 01*/
.title-mark{
display: block;
width: 30%;
max-width: 220px;
margin: 0 auto 7%
}

.title-mark + h2{
margin: 0 auto 5%;
font-size: 1.25em;
letter-spacing: 3px;
text-align: center;
font-weight: 500;
}
#chapter-01 h3{
display: flex;
justify-content:center;
align-items:center;
width: 100%;
gap:0 5%;
}
#chapter-01 h3 img{
line-height: 0;
width: 40px;
border: 1px solid #103048;
}
#chapter-01 h3 span{
font-weight: 500;
font-size: 1.1em;
}
#chapter-01 .box{
margin: 10% 0;
}
#chapter-01 .text-box{
margin-bottom: 10%;
font-size: 90%;
text-align: justify;
}

#chapter-02 .text-box{
margin-bottom: 10%;
font-size: 90%;
text-align: justify;
}
#chapter-02 .image-box{
display: flow-root;
margin-bottom: 10%;
}
#chapter-02 .image-box img{
display: block;
width: 48%;
line-height: 0;
}
#chapter-02 .image-box img:first-child{
float: left;
}
#chapter-02 .image-box img:last-child{
float: right;
}
#chapter-03 .title-image{
display: block;
width: 100%;
line-height: 0;
}
#chapter-03 .title-logo.sp{
margin: 10% 0 5%;
width: 100%;
}
#chapter-03 hr{
width: 20%;
margin: 8% auto;
border-top: 1px solid #103048;
}
#chapter-03 hr + p{
text-align: center;
font-weight: 500;
}

#chapter-03 nav.sp{
padding: 5%;
}

#chapter-03 nav.sp li{
display: flex;
width: 100%;
height: 80px;
margin-bottom: 5%;
border: #103048 solid 1px;
}
#chapter-03 nav.sp li img{
display: block;
line-height: 1;
}
#chapter-03 nav.sp li img:first-child{
width: auto;
height: 80px;
margin-right: 20px;
}
#chapter-03 nav.sp li img.title-logo{
width: calc(100% - 180px);
height: auto;
}
#chapter-03 nav.sp li a{
position: relative;
display: block;
margin: 20px;
width: 40px;
height: 40px;
background-color: #103048;
}
#chapter-03 nav.sp li a::after{
content:'';
position: absolute;
display: block;
width: 10px;
height: 10px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
top: calc(50% - 11px);
left: calc(50% - 5px);
}
.introduction-image.large{
display: none;
}
#chapter-03 h3 .title-logo{
display: block;
margin:7% auto 5%;
width: 80%;
}

#chapter-03 h4{
display: flex;
justify-content:center;
align-items:center;
width: 100%;
gap:0 5%;
}
#chapter-03 h4 img{
line-height: 0;
width: 40px;
border: 1px solid #103048;
}
#chapter-03 h4 span{
font-weight: 500;
}
#chapter-03 .item-box p{
margin: 10% 0;
font-size: 90%;
text-align: justify;
}
#chapter-03 .image-box{
margin: 10% 0;
line-height: 0;
}
#chapter-03 .to-item-page{
position: relative;
display: block;
color: #fff;
background-color: #103048;
padding: 3% 0;
text-align: center;
width: auto;
max-width: 400px;
margin: 0 auto 10%;
}
#chapter-03 .to-item-page::after{
content: "";
position: absolute;
top:calc(50% - 5px);
right: 15px;
width: 7px;
height: 7px;
transform: rotate(45deg);
border-bottom: 1px #fff solid;
border-right: 1px #fff solid;
}
#chapter-03 h3{
margin-bottom: 10%;
}

#footer-above-menu{
padding: 0 10% 15%;
}
#footer-above-menu li{
margin-bottom: 5%;
}
#footer-above-menu li:last-child{
margin-bottom: 0;
}
#footer-above-menu li a{
position: relative;
display: block;
border: 1px solid #103048;
color: #103048;
padding: 3% 0;
margin: 0 auto;
font-weight: 500;
text-align: center;
max-width: 400px;
}
#footer-above-menu li a::after{
content: "";
position: absolute;
top:calc(50% - 5px);
right: 15px;
width: 7px;
height: 7px;
transform: rotate(45deg);
border-bottom: 1px #103048 solid;
border-right: 1px #103048 solid;
}


/*--------------------------------------------------------------
footer
----------------------------------------------------------------
*/

footer{
background-color: #ccc;
}
#lh-navigation{
margin-bottom: 10%;
}
#lh-navigation ul{
display: flex;
justify-content:center;
}
#lh-navigation li{
margin-right: 20px;
}
#lh-navigation li:last-child{
margin-right: 0;
}
#lh-navigation li a{
display: block;
width: 40px;
}
#lh-navigation li a img{
line-height: 0;
display: block;
}
footer h1{
position: relative;
width: 60%;
max-width: 320px;
margin: 0 auto 10%;
padding: 15% 0 0;
}
footer h1 img{
display: block;
width: 100%;
}
#lh-navigation + p{
display: block;
font-size: 90%;
padding: 10%;
}
#lh-navigation + strong{
display: block;
text-align: center;
}
footer table{
width: 80%;
margin: 0 10% 10%;
}
footer th{
font-size: 90%;
font-weight: 400;
text-align: left;
width: 3em;
}
footer td{
font-size: 90%;
}

.copyright{
background-color: #f0f2ef;
text-align: center;
font-size: 10px;
letter-spacing: 1px;
padding: 8% 0;
line-height: 1.6;
}
.page-top {
position: fixed;
bottom: 20px;
right: 10px;
width: 40px;
height: 40px;
background-color: #103048;
z-index: 1;
opacity: 0.8;
}
.page-top::after {
position: absolute;
display: block;
content: '';
height: 15px;
width: 15px;
transform: rotate(225deg);
border-bottom: #fff 2px solid;
border-right: #fff 2px solid;
top: 15px;
left: 11px;
}

@media screen and (min-width:480px) {
main h1{
padding-top: 15%;
}
.main-copy h2 {
font-size: 1.3em;
padding-left: 15px;
letter-spacing: 3px;
}
.main-copy p {
font-size: 100%;
}
.main-copy {
padding-bottom:5%;
}
.local-menu li a span br{
display: none;
}
.title-mark + h2 {
font-size: 1.3em;
padding-left: 3%;
margin-bottom: 3%;
}
.title-mark + h2 br{
display: none;
}
#chapter-01 h3 {
width: 100%;
}
#chapter-01 h3 img {
width: 60px;
}
#chapter-01 h3 span {
width: calc(95% - 62px);
font-size: 1.2em;
}
#chapter-01 h3 span br{
display: none;
}
#chapter-01 .box {
margin: 8% 0 10%;
}
.w1000 {
 padding: 8%;
}
#chapter-01 .text-box {
font-size: 90%;
}
#chapter-02 .text-box {
font-size: 90%;
margin-bottom: 5%;
}
#chapter-03 .title-logo {
height: 50px;
}
#chapter-03 nav a {
font-size: 90%;
}

#chapter-03 h4{
width: 100%;
}
#chapter-03 h4 img {
width: 60px;
}
#chapter-03 h4 span {
width: calc(95% - 62px);
font-size: 1.2em;
}
#chapter-03 .title-image{
margin-bottom: 8%;
width: 84%;
}
#chapter-03 nav .title-image{
width: 100%;
}
#chapter-03 .item-box p {
font-size: 90%;
margin-top: 5%;
}
.copyright{
padding:5% 0;
}
.copyright br{
display: none;
}
}

@media screen and (min-width:768px) {
.sp{
display: none;
}
.pc{
display: block;
}
.w1000{
padding:8%;
}
.nav-mobile{
display: none;
}
header{
background: rgba(255,255,255,.4);
margin-top: 0;
}
header.come{
margin-top: -140px;
}
#global-menu nav{
position: relative;
left: 0;
width: 100%;
height: auto;
background-color: transparent;
}

#global-menu nav ul{
display: flex;
padding: 12px 30px;
}
#global-menu nav li{
width: 33.33%;
}
#global-menu nav li.sns{
display: none;
}
#global-menu nav a{
padding: 20px 0;
width: 100%;
}
main h1{
padding-top: 8%;
}
main h1 span{
font-size: 1.4em;
}
.main-copy-wrap{
width: 100%;
}
.main-copy{
display: table;
width: 510px;
text-align: center;
vertical-align: middle;
margin: 0 auto;
}
.main-copy h2 {
font-size: 1.7em;
padding-left: 0;
margin-bottom: 5%;
text-align: left;
}
.main-copy p {
font-size: 1.1em;
line-height: 2.4;
margin: 0;
}
.main-copy p br{
display: block;
}
.local-menu {
padding: 5% 0% 10%;
}
.local-menu li a{
font-size: 1.2em;
max-width: none;
width: 440px;
}
.title-mark + h2 {
font-size: 1.8em;
}
#chapter-01 h3 span {
font-size: 1.4em;
}
#chapter-01 .box{
display: flex;
gap:0 5%;
margin: 5% 0 8%;
justify-content:center;
align-items:center;
}
#chapter-01 .box.even{
flex-direction: row-reverse;
}
#chapter-01 .box .text-box{
width: 42.5%;
margin-bottom: 0;
}
#chapter-01 .box .image-box{
width: 52.5%;
}
#chapter-02 .box{
margin-bottom: 10%;
}
#chapter-03 .title-image {
margin-bottom: 10%;
}
#chapter-03 ul {
width: 100%;
display: flex;
}
#chapter-03 li {
width: 50%;
}
#chapter-03 nav a {
font-size: 1em;
}
#chapter-03 .title-image {
margin-bottom: 5%;
width: 100%;
}
#chapter-03 hr + p {
font-size: 1em;
}
#chapter-03 .title-logo {
margin: 8% auto;
}
#chapter-03 h3 .title-logo {
height: 70px;
}
#chapter-03 h3 hr + p {
font-size: 1.4em;
}
#mocoa{
margin-top: 20%;
}
.item-box{
display: flex;
gap:0 5%;
margin: 5% 0 8%;
justify-content:center;
align-items:center;
}
.item-box.even{
flex-direction: row-reverse;
}
.item-box .image-box{
width: 52.5%;
margin: 0;
}
#chapter-03 .item-box p {
margin:0;
}
.item-box .text-box{
width: 42.5%;
margin: 0;
}

#chapter-03 nav.pc ul{
display: flex;
margin-bottom: 5%;
}
#chapter-03 nav.pc li{
width: 50%;
}

#chapter-03 nav.pc a{
position: relative;
display: block;
width: 80%;
max-width: 320px;
padding: 3% 0;
margin: 0 auto;
background-color: #103048;
color: #fff;
text-align: center;
font-size: 70%;
}
#chapter-03 nav.pc a::after{
content: "";
position: absolute;
top:calc(50% - 4px);
right: 10px;
width: 5px;
height: 5px;
transform: rotate(45deg);
border-bottom: 1px #fff solid;
border-right: 1px #fff solid;
}

#chapter-03 h4 span {
font-size: 1.4em;
}
#chapter-03 h4 span br{
display: none;
}
#chapter-03 h4#point-02 span{
letter-spacing: 0;
}
#chapter-03 .to-item-page{
max-width: none;
width: 440px;
font-size: 1.2em;
}
#footer-above-menu li a{
max-width: none;
width: 440px;
font-size: 1.2em;
}
#lh-navigation + strong {
text-align: left;
width: 80%;
margin: 0 auto;
}
footer th {
font-size: 100%;
}
footer td {
font-size: 100%;
}
.copyright {
font-size: 12px;
}
}
@media screen and (min-width:1000px) {
.introduction-image.medium{
display: none;
}
.introduction-image.large{
display: block;
}
}

@media screen and (min-width:1080px) {
.w1000{
position: relative;
padding: 80px 0 100px;
width: 1000px;
margin: 0 auto;
}
#global-menu {
width: 1000px;
margin: 0 auto;
}
#global-menu nav ul{
padding: 20px 0;
}
main h1 {
padding: 130px 0 70px;
}
main h1 img{
margin-bottom: 30px;
}
main h1 span {
font-size: 28px;
font-weight: 500;
letter-spacing: 5px;
padding: 0px;
}
.main-copy h2 {
font-size: 1.7em;
}
.main-copy p {
font-size: 1.1em;
}

.local-menu{
width: 1000px;
margin: 0 auto;
}
.local-menu ul{
display: flex;
gap:0 20px;
}
.local-menu li{
width: 320px;
}
.local-menu li a{
font-size: 18px;
width: 100%;
max-width: none;
}
.title-mark + h2 {
font-size: 28px;
}
#chapter-01 h3 {
display: flex;
width: 100%;
justify-content:center;
align-items:center;
}
#chapter-01 h3 img {
display: block;
width: 64px;
}
#chapter-01 h3 span {
display: block;
width: calc(100% - 104px);
padding-left: 40px;
font-size: 24px;
line-height: 1;
}
#chapter-01 .box{
gap:0 65px;
}
#chapter-01 .box .text-box {
font-size: 15px;
line-height: 2;
width: 355px;
}
#chapter-01 .box .image-box {
width: 580px;
}
#chapter-02 .box{
display: flex;
justify-content:center;
align-items:center;
gap:0 30px;
margin-bottom: 80px;
}
#chapter-02 .box.even{
flex-direction: row-reverse;
}
#chapter-02 .box .text-box{
font-size: 15px;
line-height: 2;
width: 350px;
margin: 0;
}
#chapter-02 .image-box{
width: 620px;
margin: 0;
}
#chapter-02 .image-box img {
width: 300px;
}
#mocoa {
margin-top: 15%;
}
#chapter-03 ul{
width: 1000px;
margin: 0 auto;
}
#chapter-03 hr + p {
font-size: 20px;
}
#chapter-03 nav a {
width: 220px;
margin-bottom: 3%;
}
#chapter-03 .title-image {
display: block;
margin: 0 auto;
width: 100%;
}
#chapter-03 h3 .title-logo {
margin: 8% auto 5%;
}
#chapter-03 h3 {
margin-bottom: 5%;
}
#chapter-03 hr {
width: 125px;
margin: 3% auto 8%;
}
#chapter-03 h3 hr {
width: 125px;
margin-bottom: 5%;
}
#chapter-03 h3 hr + p {
font-size: 24px;
line-height: 2.4;
}
#chapter-03 h3 hr + p br{
display: none;
}
#chapter-03 h3 + img{
display: block;
width: 1000px;
margin: 0 auto;
}
#chapter-03 h4 {
display: flex;
width: 100%;
justify-content:center;
align-items:center;
}
#chapter-03 h4 img {
display: block;
width: 64px;
}
#chapter-03 h4 span {
display: block;
width: calc(100% - 104px);
padding-left: 40px;
font-size: 24px;
line-height: 1;
}
#chapter-03 .item-box{
gap:0 65px;
}
#chapter-03 .item-box .text-box {

line-height: 2;
width: 355px;
margin: 0;
}
#chapter-03 .item-box p {
font-size: 15px;
}
#chapter-03 .item-box .image-box {
width: 580px;
margin: 0;
}
#chapter-03 .to-item-page {
margin-bottom: 0;
padding: 2% 0;
}

#footer-above-menu{
width: 1000px;
margin: 0 auto 5%;
padding: 0;
}
#footer-above-menu ul{
display: flex;
width: 100%;
justify-content:center;
align-items:center;
gap:0 20px;
}
#footer-above-menu li a{
width: 320px;
max-width: none;
}
#footer-above-menu li:last-child {
margin-bottom: 5%;
}
footer h1 {
padding: 5% 0 0;
margin-bottom: 5%;
}
#lh-navigation {
margin-bottom: 5%;
}
footer table {
width: 800px;
margin: 0 auto 5%;
}
#lh-navigation + strong {
width: 800px;
margin: 0 auto;
}
.copyright {
padding: 40px 0;
}
}
