/* Base setting   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Oleo+Script:400,700|Kosugi|Noto+Sans+SC|Noto+Serif+JP');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
    overflow-y: scroll;
    /* All browsers without overlaying scrollbars */
    font-size: 62.5%;
    font-feature-settings: "palt";
}

body {
    font: 500 1.8rem/1.6 "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #282828;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt";
    letter-spacing: .1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

p {
    margin-bottom: 1em;
}

ul {
    list-style: none;
}

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

form label {
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #282828;
    outline: none;
    cursor: pointer;
}

a:hover,
a:active,
a:focus {
    color: #000000;
    cursor: pointer;
}

a img {
    border: none;
}

/*a, img, nav, ul, div {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}*/
#container article .sub_content_list li a,
.support_content li a > div,
a.btn,
.move_content_top,
.link_btn,
.link_btn_imp,
.about_content li a,
.col_max2.faq_list a,
.subcat_list li a,
.aform-content .submit input {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

img {
    vertical-align: top;
}

.index_slide,
.index_slide img,
.index_slide div,
.index_slide a {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.cfix:after {
    display: block;
    clear: both;
    content: '';
}

.inner__section {
	margin-bottom: 2em;
}

body {
        font-size: 1.5rem;
}

img {
    max-width: 100%;
    height: auto;
}

header::before {
    content: "";
    padding-top: 60%;
    display: block;
}

header {
    background: url(img/bg_2020.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

header h1 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60%;
    transform: translateY(-50%);
    display: block;
    line-height: 1.0;
}

.message__page header::before {
    content: "";
    padding-top: 50%;
    display: block;
}

.message__page header {
    background: url(img/bg_2020.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.message__page header h1 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80%;
    transform: translateY(-50%);
    display: block;
    line-height: 1.0;
	font-weight: 800;
	font-size: 2.4rem;
}
.message__page header h1 img {
	margin-bottom: 1.0rem;
	display: block;
	width: 100%;
	max-width: 360px;
}
main {
    padding: 40px 0;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}
main h1 {
    width: 70%;
    margin: 0 auto 40px;
	font-size: 2.8rem;
	font-weight: 600;
}
main h2 {
    width: 70%;
    margin: 0 auto 40px;
}

.greeting .strong__txt .strong__txt_en {
	font-family: Oleo Script;
	font-weight: 700;
}
.greeting,.message {
    text-align: left;
    line-height: 1.8;
    font-family: 'Kosugi', sans-serif;
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
}
.message a {
	color: #05c5e8;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.message a:hover {
	color: #079ad0;
}
.sign {
	text-align: right;
	padding-top: 4em;
}
.service__pr {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
    font-family: 'Kosugi', sans-serif;
    line-height: 1.8;
}

.service__pr img:first-of-type {
    margin-bottom: 20px;
}

.link__to__message {
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	padding: 1.5em 0;
}
.link__to__message a {
	border-radius: 6px;
	color: #fff;
	background: #05c5e8;
	display: block;
	text-align: center;
	padding: 0.8rem 0;
	width: 80%;
	max-width: 480px;
	margin:  0 auto;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.link__to__message a:hover {
	background: #079ad0;
}
.contact {
    text-align: center;
    padding: 40px 0;
}

.contact img {
    width: 70%;
    max-width: 600px;
}

footer {
    background: #404c52;
    color: #fff;
    font-size: 1.0rem;
    padding: 30px 0;
    text-align: center;
}

@media screen and (min-width:641px) {
    main {
        padding: 60px 30px;
    }

    main h2 {
        margin: 0 auto 60px;
    }

    .service__pr {

        padding: 30px 0;
        font-size: 1.6rem;
        line-height: 2.0;
        font-family: 'Kosugi', sans-serif;
    }
}

@media screen and (min-width:769px) {
    header::before {
        content: "";
        padding-top: 38%;
        display: block;
    }

    header h1 {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 60%;
        max-width: 840px;
        transform: translateY(-50%);
        display: block;
        line-height: 1.0;
    }
	
	.message__page header::before {
    content: "";
    padding-top: 18%;
    display: block;
}

.message__page header {
    background: url(img/bg_2020.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.message__page header h1 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80%;
    max-width: 960px;
	font-weight: 800;
    transform: translateY(-50%);
    display: block;
    line-height: 1.0;
	font-size: 3.6rem;
}
.link__to__message {
	text-align: center;
	font-weight: 600;
	font-size: 2.4rem;
	padding: 3em 0;
}
.link__to__message a {
	border-radius: 6px;
	color: #fff;
	background: #05c5e8;
	display: block;
	text-align: center;
	padding: 1.6rem 3.2rem;
	width: 80%;
	max-width: 480px;
	margin:  0 auto;
}
    main {
        padding: 80px 30px;
    }

    main h2 {
        width: 70%;
        max-width: 840px;
        margin: 0 auto 80px;
    }
main h3 {
        font-size: 2.4rem;
    font-weight: 600;
    }
    .note {
        font-size: 1.2rem;
    }
    .greeting {
        text-align: center;
        font-size: 2.0rem;
    }

    .greeting span,
	.message span{
        display: block;
    }
	.greeting span.strong__txt,
	.greeting span.strong__txt .strong__txt_en {
	display: inline;
		font-size: 110%;
}
	.greeting span.strong__txt {
		display: inline-block;
		padding: .8em 0;
	}
	.message {
        text-align: left;
        font-size: 2.0rem;
		line-height: 1.8;
    }

    footer {
        font-size: 1.6rem;
    }
}
