@charset "UTF-8";
/*リセット
--------------------------------------------*/
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: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "grandam";
  src: url("../fonts/grandam.woff2") format("woff2"), url("../fonts/grandam.woff") format("woff"), url("../fonts/grandam.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "apercu";
  src: url("../font/apercu/apercu_regular_pro.eot.woff2") format("woff2"), url("../font/apercu/apercu_regular_pro.eot.woff") format("woff"), url("../font/apercu/apercu_regular_pro.eot.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  color: #333;
}

body {
  position: relative;
  font-weight: 400;
  font-feature-settings: "palts";
  letter-spacing: 1px;
  line-height: 22px;
  width: 100%;
  height: 100%;
  font-family: "apercu", "Yu Gothic", YuGothic, Arial, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

span.bold {
  font-weight: bold;
}

div#wrap {
  width: 100%;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.8);
}
div#wrap .content a i {
  padding-right: 5px;
}
div#wrap .button {
  font-family: "Amiri", serif!important;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  margin-top: 10px;
  transition: 0.4s;
  padding: 4px 10px 2px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #333;
  color: #333;
}
div#wrap .button:hover {
  color: #fff;
  background: #333;
}
div#wrap .button_L {
  display: block;
  width: 80%;
  margin: 0 auto 10px;
  padding: 10px 0;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  div#wrap .button_L {
    font-size: 16px;
    padding: 10px 0 8px;
    width: 40%;
    margin: 0 auto 15px;
  }
}
div#wrap div#mainArea {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea {
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: url("../images/main_pc.jpg") center top;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea {
    justify-content: center;
    align-items: flex-end;
    background: url("../images/main_sp.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea div.title {
    width: 100%;
    padding: 3% 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea div.title {
    width: 90%;
  }
}
div#wrap div#mainArea div.title h1 {
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea div.title h1 {
    width: 35%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea div.title h1 {
    width: 80%;
    margin: 380px auto 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    /*text-shadow:0px 0px 12px #ffffff;*/
    font-size: 30px;
    line-height: 1.4em;
  }
}
div#wrap div#mainArea div.title h1 span {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  div#wrap div#mainArea div.title h1 span {
    font-size: 18px;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#mainArea div.title h1 span {
    font-size: 14px;
    padding: 0;
  }
}
div#wrap div#content {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  div#wrap div#content {
    width: 90%;
    margin: 30px auto 0;
  }
}
div#wrap div#content div.lead {
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.lead {
    width: 80%;
    margin: 100px auto;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.lead {
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.lead p.fsize_l {
    line-height: 2;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.lead p.fsize_l {
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content div.lead p.txt_l {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content div.lead p.txt_l {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 7px;
  }
}
div#wrap div#content h2 {
  font-family: serif, 游明朝,"Yu Mincho"!important;
  position: relative;
  display: inline-block;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  div#wrap div#content h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
div#wrap div#content h2.line_h {
  line-height: 0.5;
}
div#wrap div#content section {
  margin: 50px auto;
  /* CSS for CodePen */
}
@media screen and (min-width: 769px) {
  div#wrap div#content section {
    margin: 100px auto;
    width: 55%;
  }
}
div#wrap div#content section div.h_img {
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  div#wrap div#content section div.h_img {
    padding-bottom: 20px;
  }
}
div#wrap div#content section p.txt1 {
  text-align: left;
}
@media screen and (min-width: 769px) {
  div#wrap div#content section p.txt1 {
    line-height: 1.6;
    letter-spacing: 1.4px;
  }
}
div#wrap div#content section p.txt2 {
  text-align: left;
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  div#wrap div#content section p.txt2 {
    line-height: 1.6;
    letter-spacing: 1.4px;
    padding-bottom: 20px;
  }
}
div#wrap div#content section .accordion-container {
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  div#wrap div#content section .accordion-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content section .ac_box {
    width: 45%;
    border: 1px solid #ccc;
    padding: 10px 10px 0;
    margin: 0 auto 35px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content section .ac_box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  div#wrap div#content section .accordion-container .accordion-title {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content section .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 0.625em;
    font-size: 1.25em;
    font-weight: normal;
    cursor: pointer;
    text-align: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
.b_border {
  border-bottom: 1px solid #ccc;
}
}
@media screen and (min-width: 769px) {
  div#wrap div#content section .accordion-container .accordion-title img {
    width: 30%;
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content section .accordion-container .accordion-title img {
    width: 60px;
    padding-right: 0.625em;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content section .accordion-container .accordion-title:hover,
div#wrap div#content section .accordion-container .accordion-title:active,
div#wrap div#content section .accordion-title.open {
    background-color: #ccc;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content section .accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    /*縦線に*/
    transform: rotate(90deg);
    background: #333;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content section .accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    /*横線*/
    width: 15px;
    height: 2px;
    background: #333;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content section .accordion-container .accordion-title.open::before {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content section .accordion-container .accordion-title.open::after {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content section .accordion-content {
    display: none;
    padding: 1em;
    border: 1px solid #0079c1;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content section .accordion-container {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  div#wrap div#content section .border_last {
    border-bottom: 1px solid #ccc;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

div#footer {
  width: 100%;
  padding: 0 0 10px;
  height: 150px;
  position: relative;
}
div#footer a {
  display: block;
}
@media screen and (min-width: 769px) {
  div#footer a {
    width: 200px;
    height: auto;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  div#footer a {
    width: 35%;
    height: auto;
    margin: 0 auto 50px;
  }
}
div#footer div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
div#footer p.sentence {
  text-align: center;
  color: #b89b49;
}
@media screen and (min-width: 769px) {
  div#footer p.sentence {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  div#footer p.sentence {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  div#footer p.logo {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  div#footer p.logo {
    width: 200px;
    margin: 20px auto 0;
  }
}
div#footer p.logo a {
  display: block;
  width: 100%;
}
div#footer p.copy {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  width: 100%;
  text-align: center;
}

#page-top {
  background: #333333;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
#page-top a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 20px;
}

.arrow_o {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  padding-top: 12px;
  color: #fff;
  text-decoration: none;
}

.arrow_o:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(-45deg);
}

/* ----------------------------------------------- 
inview
----------------------------------------------- */
.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 1s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 1s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 768px) {

.box_01{
  margin: 0 auto 40px;
}
.h3 {
  font-size: 17px;
  margin: 0 auto 10px;
  font-family: serif, 游明朝,"Yu Mincho"!important;
}
.lead2 {
  margin: 0 auto 30px;
}
}


@media screen and (min-width: 769px) {

.box_01 {
  margin: 0 auto 70px;
}
.h3 {
  font-size: 22px;
  margin: 0 auto 20px;
  font-family: serif, 游明朝,"Yu Mincho"!important;
}
.lead2 {
  margin: 0 auto 55px;
}
}