@charset "UTF-8";

/*============================
	html5 base style
============================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
address,
code,
em,
img,
a,
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,
figcaption,
figure,
picture,
footer,
header,
menu,
nav,
main,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
main,
section,
picture {
    display: block;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

img,
svg,
video {
    width: 100%;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

input,
select,
button {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

input:focus,
select:focus,
button:focus {
    outline: 0;
}

/*============================
    module style
============================*/
html {
    overflow: auto;
    font-size: 62.5%;
}

html.active {
    overflow-y: hidden;
}

body {
    font-size: 1.6rem;
    font-weight: 400;
    background: #fff;
    color: #000;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'MS Ｐゴシック', 'MS PGothic', sans-serif;
    margin: auto;
    overflow: hidden;
    position: relative;
    min-width: auto;
}

p,
li,
dt,
dd,
h3,
h4,
h5,
span {
    font-weight: 500;
    line-height: 2;
    letter-spacing: .1em;
}


/*----------------------------
  layout
-----------------------------*/
.inner {
    max-width: calc(1200px + 2%);
    margin: 0 auto;
    padding: 0 1%;
}

.inner__mid {
    max-width: calc(1220px + 2%);
    margin: 0 auto;
    padding: 0 1%;
}

.inner__large {
    max-width: calc(1720px + 2%);
    margin: 0 auto;
    padding: 0 1%;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.flexwrap {
    flex-wrap: wrap;
    width: 100%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

.w-45 {
    width: 45%;
}

.w-70 {
    width: 70%;
}

.w-full {
    width: 100%;
}

.block {
    display: block;
}

.block-center {
    display: block;
    margin: auto;
}

.jc-between {
    justify-content: space-between;
}

.jc-around {
    justify-content: space-around;
}

.jc-start {
    justify-content: flex-start;
}

.jc-center {
    justify-content: center;
}

.jc-end {
    justify-content: flex-end;
}

.align-items {
    align-items: center;
}

.fd-reverse {
    flex-direction: row-reverse;
}

.icon:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
}

.of-hidden {
    overflow: hidden;
}

.wp-nowrap {
    white-space: nowrap;
}


/*----------------------------
  text
-----------------------------*/
/* @font-face {
    font-family: 'agencyfb';
    src: url('../font/AgencyFB-Bold.ttf')format('truetype');
} */

.font-en {
    font-family: 'Arial', sans-serif;
}

.font-min {
    font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'MS Ｐ明朝', 'MS PMincho', serif;
}

.font-ex {
    font-family: 'Zen Maru Gothic', sans-serif;
}

.font-num {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.wr-vt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.fuchidori {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0 -1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.bold {
    font-weight: bold;
}

.al-center {
    text-align: center;
}

.al-right {
    text-align: right;
}

.al-left {
    text-align: left;
}

.line-h-22 {
    line-height: 22px;
}
.indent{
    padding-left: 1em;
    text-indent: -1em;
}

/*============================
    color
============================*/
.bg__wh {
    background: #fff;
}

.color-ma {
    color: #349ad4;
}

.color-red {
    color: #cf2c2c;
}


.bg_lg {
    background: -webkit-linear-gradient(90deg, #31b9b4, #3191b9);
    background: -moz-linear-gradient(90deg, #31b9b4, #3191b9);
    background: linear-gradient(90deg, #31b9b4, #3191b9);
}

.bg_lg02 {
    background: -moz-linear-gradient(90deg, #ede4e4, #f7f4f4);
    background: -webkit-linear-gradient(90deg, #ede4e4, #f7f4f4);
    background: linear-gradient(90deg, #ede4e4, #f7f4f4);
}

.b_shadow {
    box-shadow: 0px 3px 20px rgba(175, 213, 163, .38);
}

/*----------------------------
  border
-----------------------------*/

/*----------------------------
  space
-----------------------------*/
.m-auto {
    margin: auto;
}


/*----------------------------
  position
-----------------------------*/
.ps-r {
    position: relative;
}

.ps-a {
    position: absolute;
}

/*----------------------------
  list
-----------------------------*/
.list-style {
    list-style: disc;
}

.scale {
    transition: 0.5s;
}

.scale:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.spbr {
    display: none;
}

/*----------------------------
  responsive
-----------------------------*/
@media screen and (min-width:769px) {
    .sp {
        display: none;
    }

    .sponly {
        display: none;
    }

}

@media screen and (max-width:1024px) {
    body {
        font-size: 1.4rem;
        min-width: auto;
    }

    .inner {
        padding: 0 3%;
    }

    .inner__mid {
        padding: 0 3%;
    }

    .inner__large {
        padding: 0 3%;
    }

    .sponly {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .pc {
        display: none;
    }

    .pcbr {
        display: none;
    }

}

@media screen and (max-width:767px) {
    body {
        font-size: 1.4rem;
    }

    .flex {
        display: block;
    }

    .spbr {
        display: block;
    }

    .pcbr {
        display: none;
    }

    .inner {
        padding: 0 5%;
    }

    .inner__mid {
        padding: 0 5%;
    }

    .inner__large {
        padding: 0 5%;
    }

    .sponly {
        display: block;
    }

    .spnone {
        display: none;
    }
}





/*============================
	parts
============================*/

.marker {
    position: relative;
    z-index: 1;
}

.marker::after {
    position: absolute;
    content: "";
    background: #ffe867;
    width: 115%;
    height: 25px;
    bottom: -5px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}


/* hover zoom */
/*　画像の拡大　*/

.zoomIn img {
    transform: scale(1);
    transition: .5s ease-in-out;
    /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn:hover img {
    /*hoverした時の変化*/
    transform: scale(1.05);
    /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
    display: block;
    line-height: 0;
    /*行の高さを0にする*/
    overflow: hidden;
    /*拡大してはみ出る要素を隠す*/
}


@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {}



/*============================
	index 共通
============================*/

/* btn ▼*/

.link__btn {
    display: block;
    width: 460px;
    max-width: 100%;
    line-height: 80px;
    text-align: center;
    background: #349ad4;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    box-shadow: 5px 5px #2a7baa;
    transition: .3s ease-out;
    margin-bottom: 10px;
}

.link__btn img {
    width: 16px;
    vertical-align: middle;
    margin-right: 1em;
}

.link__btn a:hover {
    box-shadow: none;
    opacity: .8;
    transform: translate(5px, 5px);
}

/* btn ▲*/
.section__ttl {
    position: relative;
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.2;
}


.section__ttl .font-en {
    font-size: 3.6rem;
    letter-spacing: .04em;
    line-height: 1;
    font-weight: bold;
    display: block;
    margin-bottom: .5em;
    position: relative;
}

/* section__tag */
.section__tag{
    line-height: 30px;
    border-radius: 15px;
    padding: 0 1em;
    font-weight: bold;
    margin-right: .5em;
    border: solid 1px #349ad4;
    white-space: nowrap;
}
@media screen and (max-width:1024px) {
    .link__btn {
        display: block;
        width: 360px;
        line-height: 60px;
        font-size: 1.4rem;
        box-shadow: 5px 5px #2a7baa;
        margin-bottom: 10px;
    }

    .link__btn img {
        width: 14px;
        margin-right: 1em;
    }

    .section__ttl {
        font-size: 3rem;
    }
    
    
    .section__ttl .font-en {
        font-size: 2rem;
        margin-bottom: .5em;
    }
    
    /* section__tag */
    .section__tag{
        line-height: 25px;
        border-radius: 12px;
        padding: 0 1em;
        margin-right: .5em;
    } 

}


@media screen and (max-width:767px) {
    .link__btn {
        display: block;
        width: 300px;
        max-width: 100%;
        line-height: 50px;
        font-size: 1.2rem;
        box-shadow: 3px 3px #2a7baa;
        margin: 0 auto 10px;
    }

    .link__btn img {
        width: 12 px;
        margin-right: 1em;
    }

    .section__ttl {
        font-size: 2rem;
    }
    .section__ttl .font-en {
        font-size: 1.6rem;
        margin-bottom: .5em;
    }
    
    /* section__tag */
    .section__tagwrap{
        display: flex;
        flex-wrap: wrap;
    }
    .section__tag{
        line-height: 20px;
        border-radius: 10px;
        padding: 0 1em;
        margin:0 .5em .5em 0 ;
        font-size: 1.2rem;
    } 

}

.main-contents p+p, .main-contents p+[class^=list-], .main-contents p+[class*=" list-"] {
    margin-top: inherit!important;
}