@charset "utf-8";
/* 
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 {
    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;
}

/* 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 {
    vertical-align:middle;
}
select {
    vertical-align:middle;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style:none;
}

body {
    position:relative;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: 'Meiryo',CI,-apple-system,BlinkMacSystemFont, sans-serif;
    font-weight: normal;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    line-height: 1.5;
    overflow-x: hidden;
}
@media only screen and (max-width:400px){
body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
}

a {
    text-decoration:none;
    border:none;
    color: inherit;
}
a:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: 2s;
}

img {
    width: 100%;
}

.container {
    width: 100%;
}

.header__inner {
    margin: 0 auto;
    width: 100%;
}

.menubar__sp {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 17px;
}
.menubar__sp {
    padding: 1.296vw 1.574px;
}

.menubar__sp__logo {
    width: 148px;
}
.menubar__sp__logo {
    width: 13.703vw;
}

.menubar__sp__txtbox {
    padding-left: 15px;
    width: 735px;
}
.menubar__sp__txtbox {
    padding-left: 1.388vw;
    width: 68.05vw;
}

.menubar__sp__txt1 {
    color: #000;
    font-family: "Shin Go Pro";
    font-size: 65px;
    font-weight: bold;
    line-height: 47px;
    margin-top: 17px;
    margin-bottom: 17px;
    text-align:left;
}
.menubar__sp__txt1 {
    font-size: 6.018vw;
    font-weight: bold;
    line-height: 4.351vw;
    margin-top: 1.574vw;
    margin-bottom: 1.574vw;
}

.menubar__sp__txt2 {
    color: #000;
    font-family: "Helvetica";
    font-size: 34px;
    font-weight: bold;
    line-height: 47px;
   text-align:left;
}
.menubar__sp__txt2 {
    font-size: 3.148vw;
    line-height: 4.351vw;
}

/* navi */
.menubar__sp__box {
    /*position: relative;*/
    margin-left: auto;
}

.menubar__sp__menu {
    position:  absolute;
    display: block;
    cursor:  pointer;
    top: 0;
    right: 6px;
    width: 48px;
    height: 55px;
}
@media screen and (max-width:359px),screen and (min-width:361px) {
.menubar__sp__menu {
    top: 0;
    right: 1.666vw;
    width: 13.333vw;
    height: 15.277vw;
}
}

.menubar__sp__tgl {
    display: block;
}

.menubar__sp__menu div {
    position: relative;
}

.menubar__sp__menu span {
    position: absolute;
    border-bottom: 4px solid #a0a0a0;
    width: 100%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.menubar__sp__menu span:nth-child(1) {
    top: 5px;
}
.menubar__sp__menu span:nth-child(2) {
    top: 15px;
}
.menubar__sp__menu span:nth-child(3) {
    top: 25px;
}
@media screen and (max-width:359px),screen and (min-width:361px) {
.menubar__sp__menu span:nth-child(1) {
    top: 1.388vw;
}
.menubar__sp__menu span:nth-child(2) {
    top: 4.166vw;
}
.menubar__sp__menu span:nth-child(3) {
    top: 6.944vw;
}
}

.menubar__sp__menu span.menubar__sp__menu_txt {
    top: 35px;
    border: none;
    color: #000000;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width:359px),screen and (min-width:361px) {
.menubar__sp__menu span.menubar__sp__menu_txt {
    top: 9.722vw;
    font-size: 4.444vw;
}
}
/* tgl menu start */
.menubar__sp__tgl {
    position:absolute;
    top: 55px;
    left: -200vw;
    background: #23c3c3;
    border:  1px solid #f5fbff;
    padding:0;
    text-align: left;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    z-index: 2;
}
@media screen and (max-width:359px),screen and (min-width:361px) {
.menubar__sp__tgl {
    top: 15.277vw;
}
}

.menubartgl__sp {
    width: 100vw;
    height: 100vh;
}

.menubartgl__sp__box {
    padding-top: 15px;
}
@media screen and (max-width:359px),screen and (min-width:361px) {
.menubartgl__sp__box {
    padding-top: 4.166vw;
}
}

.menubartgl__sp__box div {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin: 10px;
    padding: 10px;
    width: 100%;
}
@media screen and (max-width:359px),screen and (min-width:361px) {
.menubartgl__sp__box div {
    font-size: 5.555vw;
    line-height: 6.666vw;
    margin: 2.777vw;
    padding: 2.777vw;
}
}

.openNav {
    /*z-index:1;*/
}
.openNav .menubar__sp__menu span:nth-child(1) {
    top: 20px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.openNav .menubar__sp__menu span:nth-child(2),
.openNav .menubar__sp__menu span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width:359px),screen and (min-width:361px) {
.openNav .menubar__sp__menu span:nth-child(1) {
    top: 5.555vw;
}
.openNav .menubar__sp__menu span:nth-child(2),
.openNav .menubar__sp__menu span:nth-child(3) {
    top: 5.555vw;
}
}

.openNav .menubar__sp__tgl {
    -moz-transform: translateX(200vw);
    -webkit-transform: translateX(200vw);
    transform: translateX(200vw);
}

/* cont */
.maincont {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.maincont__inner {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.maincont__inner {
    margin: 0 auto;
    padding: 1.851vw;
}
}

.topsp__nav {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: distribute;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.topsp__nav {
    margin-bottom: 1.203vw;
}
}

.topsp__nav>div {
    background-image: linear-gradient(0deg, #d9dbdb 0%, #e7e7e7 53%, #f6f7f7 54%, #f6f7f7 94%, #ffffff 100%);
    border: 1px solid #aaa;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 330px;
    height: 70px;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.topsp__nav>div {
    -webkit-border-radius: 0.925vw;
    -moz-border-radius: 0.925vw;
    border-radius: 0.925vw;
    width: 30.555vw;
    height: 6.481vw;
}
}

.topsp__nav>div a {
    display: block;
    color: #333;
    font-family: "Shin Go Pro";
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 70px;
    text-align: center;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.topsp__nav>div a {
    font-size: 3.703vw;
    letter-spacing: 0.185vw;
    line-height: 6.481vw;
}
}

.topsp__cont {
    margin-bottom: 15px;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.topsp__cont {
    margin-bottom: 1.388vw;
}
}

.topsp__txt {
    font-size: 42px;
    line-height: 65px;
    margin-bottom: 12px;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.topsp__txt {
    font-size: 3.888vw;
    line-height: 6.018vw;
    margin-bottom: 1.203vw;
}
}

.topsp__contmsg {
    margin: 0 auto;
    border: 5px solid #d2dddd;
    width: 100%;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.topsp__contmsg {
}
}

.topsp__contmsg>div {
    margin: 32px auto;
    width: 90.185%;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.topsp__contmsg>div {
    margin: 2.962vw auto;
}
}

.topsp__contmsg__txt {
    font-size: 42px;
    line-height: 65px;
    margin-bottom: 12px;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.topsp__contmsg__txt {
    font-size: 3.888vw;
    line-height: 6.018vw;
    margin-bottom: 1.203vw;
}
}

/* footer */
footer {
    border: 1px solid #dddfdf;
    padding: 9px 15px 19px;
    width: 100%;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
footer {
    padding: 0.833vw 1.388vw 1.759vw;
}
}

.footsp__top>div {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #707070;
    font-family: "Osaka";
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 55px;
    text-align: center;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.footsp__top>div {
    font-size: 3.703vw;
    letter-spacing: 0.277vw;
    line-height: 5.092vw;
    text-align: center;
}
}

.footsp__logo {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.footsp__logo {
    padding: 3.24vw 0;
}
}

.footsp__logo__img {
    margin-left: 119px;
    width: 113px;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.footsp__logo__img {
    margin-left: 11.018vw;
    width: 10.462vw;
}
}

.footsp__logo__txtbox {
    margin-left: 17px;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.footsp__logo__txtbox {
    margin-left: 1.574vw;
}
}

.footsp__logo__txt1 {
    color: #000;
    font-family: "Shin Go Pro";
    font-size: 49px;
    font-weight: bold;
    line-height: 49px;
}

@media screen and (max-width:1079px),screen and (min-width:1081px) {
.footsp__logo__txt1 {
    font-size: 4.537vw;
    line-height: 4.537vw;
}
}

.footsp__logo__txt2 {
    color: #000;
    font-family: "Helvetica";
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.footsp__logo__txt2 {
    font-size: 2.314vw;
    line-height: 2.314vw;
}
}

.footsp__bottom {
    color: #959595;
    font-family: "Helvetica";
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
}
@media screen and (max-width:1079px),screen and (min-width:1081px) {
.footsp__bottom {
    font-size: 3.148vw;
    line-height: 3.148vw;
}
}
