@charset "utf-8";
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  height: auto;
  width: auto;
}

div,
section {
    display: block;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

/* common */

a h3,
a img,
a {
  transition: 0.3s;
  opacity: 1;
}

a h3:hover,
a img:hover,
a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

html {
    font-size: 62.5% !important;
    scroll-behavior: smooth;
}

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", "Meiryo", "YuGothic", sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    color: #000;
    margin: 0 auto;
    background-image: url("top_gra_bg.png");
    background-repeat: repeat-x;
    background-color: #1f2c5c;
}

/* font controll class */

.norm_weight {
    font-weight: normal;
}

strong {
    font-weight: bold;
}

.ft_14px {
    font-size: 1.4rem;
}
.ft_12px {
    font-size: 1.2rem;
}

/* headder */
.hd_bg_line {
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.5);
    background: linear-gradient(180deg, #FBCF00 0%, #DC9300 33.3%, #F3E18B 100%);
    /* position: absolute; */
    left: 0px;
    top: 0;
    width: 100%;
    height: 10px;
}

/* contents */
section {
    min-width: 960px;
    max-width: 960px;
    margin: 0 auto;
    background-color: #fff;
}

#contents_top {
    padding: 0;
    height: 696px;
    z-index: -1;
    background-color: transparent;
}
#contents_top::after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 0) 96.74%);
    position: absolute;
    left: 0px;
    top: 68px;
    width: 100%;
    height: 889px;
    z-index: -1;
}
#contents_main {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 0.06em;
    text-align: center;
    background: transparent;
    padding: 2em 0;
}

#contents_main .lead_txt small {
    font-size: 1.2rem;
}

#contents_top .title_box .title_ph {
    margin: 20px 0 30px -40px;
}

section.sec_01 {
    min-width: 780px;
    max-width: 780px;
    display: block;
    margin: 0 auto;
    padding: 10px 90px 45px;
    color: #000;
}

section p {
    font-size: 1.6rem;
    line-height: 2;
}

section.sec_01 h2 {
    font-size: 2.4rem;
    font-weight: 400;
    padding: 1em 0;
    text-align: center;
    line-height: 1.6;
}

section.sec_01 h2::before {
    content: "";
    background-image: url(./heading_decoration.svg);
    width: 780px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
section.sec_01 h2::after {
    content: "";
    background-image: url(./heading_decoration.svg);
    width: 780px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    transform: rotate(180deg);
}

section .sec_tit {
    background-color: #923b94;
    text-align: center;
    padding: 1em 0;
}

section .sec_ph_box {
    text-align: center;
    padding: 2em 0 0;
}

section.sec_01 .fig01,
section.sec_01 .fig02 {
    width: 620px;
    margin: auto;
    margin-top: 40px;
}

section.sec_01 .fig01 figcaption,
section.sec_01 .fig02 figcaption {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: .75em;
}

section.sec_01 .fig_box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

section.sec_01 .fig03,
section.sec_01 .fig04 {
    width: 382px;
}
section.sec_01 .fig03 figcaption,
section.sec_01 .fig04 figcaption {
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: .75em;
}


section.sec_02 .sec02_dit_box {
    background: #1f2c5c;
    min-width: 780px;
    max-width: 780px;
    display: block;
    margin: 0 auto;
    padding: 20px 45px;

    box-sizing: border-box;
}
section.sec_02 .sec02_dit_box p {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}
section.sec_02 .sec02_dit_box figure {
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}

section.sec_02 .sec02_dit_box figure h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
}

section.sec_02 .sec02_dit_box a {
    color: #fff;
    text-decoration: none;
}

section.sec_02 .sec02_dit_box .button {
    width: 616px;
    height: 38px;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}

section.sec_02 .sec02_dit_box figure p {
    font-size: 1.6rem;
    font-weight: 300;
}

section.sec_03 {
    margin: 0 auto 80px;
}

section.sec_03 .sns_box {
    max-width: 200px;
    padding: 60px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.sec_03 .sns_box a {
    display: inline-block;
    width: 40px;
    height: 40px;
}

section.sec_03 .sns_box img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

section.sec_03 .sns_box .title {
    flex-basis: 100%;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #606060;
    margin-top: 10px;
}

section.sec_03 .note_box p {
    font-size: 1.3rem;
    text-align: center;
}

section.sec_03 .btn_top {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    padding: 60px 0;
}
/* footer */
#footer {
    max-width: 100vw;
    display: block;
    background: #ffff;
    padding-top: 1em;
}
#footer div.localFooter {
    display: block;
    text-align: left;
    max-width: 980px;
}