@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Lato&family=Noto+Serif+JP:wght@500;700&display=swap');


/* common
-------------------------------------------------*/
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, button,
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;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}
ul {
    list-style: none;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
	border: none;
	vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
address, em, code, cite, dfn, var, optgroup, i {
    font-style: normal;
}
sup {
    font-size: 80%;
    vertical-align: super;
}
sub {
    font-size: 80%;
    vertical-align: sub;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* module
------------------------------------------------- */
.pcon { display: block; }
.spon { display: none; }
@media only screen and (max-width:701px){
.pcon { display: none; }
.spon { display: block; }
}


/* a
------------------------------------------------- */
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
	text-decoration: none;
	outline: none;
    color: #2C2B28;
}
@media only screen and (min-width:701px){
a {
    transition: 0.4s;
}
}


/* font
------------------------------------------------- */
@media only screen and (min-width:701px){
.fo16 { font-size: 16px; }    
.fo18 { font-size: 18px; }
.fo20 { font-size: 20px; }
.fo24 { font-size: 24px; }
.fo34 { font-size: 34px; }
}
@media only screen and (min-width:701px) and (max-width:928px){
.fo16 { font-size: 1.724137vw; }    
.fo18 { font-size: 1.939655vw; }
.fo20 { font-size: 2.155172vw; }
.fo24 { font-size: 2.586206vw; }
.fo34 { font-size: 3.663793vw; }
}


/* body
------------------------------------------------- */
body {
    background-color: #fff;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
    font-weight: 500;
	font-size: 16px;
	line-height: 2.11;
	color: #2C2B28;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
_:lang(x)::-ms-backdrop, body {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
    font-weight: 500;
}
.gothic {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐ ゴシック" , "MS PGothic" , sans-serif;
    font-weight: 500;
}
_:lang(x)::-ms-backdrop, .gothic {
    font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐ ゴシック" , "MS PGothic" , sans-serif;
    font-weight: 400;
}
@media only screen and (min-width:701px) and (max-width:928px){
body {
	font-size: 1.724137vw;
}
}
@media only screen and (max-width:701px){
body {
	font-size: 4.28571vw;
    line-height: 2;
}
}


/* wrapper
------------------------------------------------- */
#wrapper {
    width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
}


/* internmain
------------------------------------------------- */
.internmain {
    width: 46em;
    margin: 0 auto;
    padding: 3.75em 0 5.625em;
}
.internmain .tit1 {
    width: 16.22em;
    background-color: #023A90;
    font-weight: 500;
    line-height: 1.77;
    text-align: center;
    color: #fff;
    margin: 0 auto 1.35em;
}
.internmain .tit2 {
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 1.25em;
}
.internmain .content h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 1.35em;
}
.internmain .content h2 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐ ゴシック" , "MS PGothic" , sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    border-left: 2px solid #687891;
    padding-left: 0.85em;
    margin: 1.35em 0;
}
.internmain .content h3,
.internmain .content h4,
.internmain .content h5,
.internmain .content h6 {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐ ゴシック" , "MS PGothic" , sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 1.3125em;
    text-indent: -1.3125em;
    margin: 1.5em 0;
}
.internmain .content h3::before,
.internmain .content h4::before,
.internmain .content h5::before,
.internmain .content h6::before {
    content: '・';
    color: #687891;
}
.internmain .content p,
.internmain .content ul,
.internmain .content ol {
    line-height: 2;
    padding-bottom: 2.5em;
}
.internmain .content ul,
.internmain .content ol {
    padding-left: 1.5em;
    list-style: inherit;
}
.internmain .content ul li {
    list-style: disc;
}
.internmain .content ol li {
    list-style: decimal;
}
.internmain .content strong {
    font-weight: 700;
}
.internmain .content em {
    font-style: italic;
}
.internmain .content a {
    color: #023A90;
    text-decoration: underline;
    word-break: break-all;
}
.internmain .btnarea {
    padding-top: 2em
}
.internmain .btnarea .btn {
    width: 22.2em;
    margin: 0 auto 1em;
}
.internmain .btnarea .btn a {
    width: 100%;
    height: 5.1em;
    background-color: #023A90;
    border: 1px solid #023A90;
    border-radius: 0.25em;
    line-height: 1.5;
    letter-spacing: 0.06em;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}
@media only screen and (min-width:701px){
.internmain .content a:hover {
    text-decoration: none;
}
.internmain .btnarea .btn a:hover {
    background-color: #fff;
    color: #023A90;
}
}
@media only screen and (min-width:701px) and (max-width:928px){
.internmain .content h1 {
    font-size: 2.586206vw;
}
.internmain .content h2 {
    font-size: 1.939655vw;
}
.internmain .content h3,
.internmain .content h4,
.internmain .content h5,
.internmain .content h6 {
    font-size: 1.724137vw;
}
}
@media only screen and (max-width:700px){
.internmain {
    width: 89.14%;
    padding: 12.85vw 0 25vw;
}
.internmain .tit1 {
    width: 76.6vw;
    font-size: 4.5714vw;
    line-height: 1.875;
    margin: 0 auto 5.5vw;
}
.internmain .tit2 {
    font-size: 8vw;
    padding-bottom: 8.5vw;
}
.internmain .content h1 {
    font-size: 6.285vw;
    padding-bottom: 3vw;
}
.internmain .content h2 {
    font-size: 5.142vw;
    padding-left: 1.15em;
    margin: 5vw 0;
}
.internmain .content h3,
.internmain .content h4,
.internmain .content h5,
.internmain .content h6 {
    font-size: 4.5714vw;
    padding-left: 6vw;
    text-indent: -6vw;
    margin: 7vw 0;
}
.internmain .content p,
.internmain .content ul,
.internmain .content ol {
    line-height: 2;
    padding-bottom: 2em;
}
.internmain .btnarea {
    padding-top: 1em
}
.internmain .btnarea .btn {
    width: 100%;
    padding-top: 0.5em;
}
.internmain .btnarea .btn a {
    font-size: 4.5714vw;
    height: 23.428vw;
}
}