@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・base
・utility
・component
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  margin: 0;
  height: 0; /* 1 */
  border: 0;
  border-top: 1px solid;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  overflow-wrap: break-word;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
    width: 100%;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

* {
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

/* a */
a {
  text-decoration: none;
}

/* Text Highlight */
/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

/* placeholder */
input:placeholder-shown,
textarea:placeholder-shown {
  color: #000000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
}
input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #000000;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #000000;
}

img {
  pointer-events: none;
  user-select: none;
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.u-cf:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
  .u-pc-i {
    display: inline;
  }
  .u-pc-ib {
    display: inline-block;
  }
  .u-pc-f {
    display: flex;
  }
  .u-pc-if {
    display: inline-flex;
  }
  .u-sp {
    display: none;
  }
  .u-sp-i, .u-sp-ib, .u-sp-f, .u-sp-if {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-pc-i, .u-pc-ib, .u-pc-f, .u-pc-if {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .u-sp-i {
    display: inline;
  }
  .u-sp-ib {
    display: inline-block;
  }
  .u-sp-f {
    display: flex;
  }
  .u-sp-if {
    display: inline-flex;
  }
}
/* =================================
 content-size
================================= */
.u-content-size {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .u-content-size {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
  }
}

/* =================================
 text
================================= */
.u-txt-1 {
  letter-spacing: 0.1em;
  font-size: 1em;
  line-height: 1;
}
.u-txt-2 {
  letter-spacing: 0.1em;
  font-size: 1em;
  line-height: 1;
}
.u-txt-3 {
  letter-spacing: 0.1em;
  font-size: 1em;
  line-height: 1;
}
/* =================================
 text weight
================================= */
.u-lighter {
  font-weight: lighter;
}

.u-bold {
  font-weight: bold;
}

/* =================================
 text align
================================= */
.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-ta-cl {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u-ta-lc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-ta-cr {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u-ta-cr {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u-ta-rc {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-ta-rc {
    text-align: center;
  }
}

/* =================================
 paragraph margin
================================= */
.u-paragraph + .u-paragraph {
  margin: 15px 0 0;
}

/* =================================
 hover animation
================================= */
.u-hover-1 {
  transition: opacity 0.3s;
}
@media screen and (min-width: 1025px) {
  .u-hover-1:hover {
    opacity: 0.7;
  }
}

/* =================================
 flexbox
================================= */
.u-df {
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-df {
    display: block;
  }
}

/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
.c-ttl-4 {
  position: relative;
  box-sizing: border-box;
  max-width: 1300px;
  height: 600px;
  padding: 40px 0 70px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-ttl-4 {
    height: auto;
    padding: 20px 0 28px;
    margin: 60px auto 0;
  }
}
.c-ttl-4-bg {
  position: relative;
  background: url(../img/ttl-bg-pc.png) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-ttl-4-bg {
    background: url(../img/ttl-bg-sp.png) no-repeat center;
    background-size: cover;
  }
}
.c-ttl-4-bg::before {
  z-index: 1;
  position: absolute;
  inset: auto auto 0 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 90px 0 0 320px;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-ttl-4-bg::before {
    border-width: 35px 0 0 100px;
  }
}
.c-ttl-4-bg::after {
  z-index: 1;
  position: absolute;
  inset: 0 0 auto auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 450px 135px 0;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-ttl-4-bg::after {
    border-width: 0 120px 50px 0;
  }
}
.c-ttl-4-ttl {
  position: relative;
  z-index: 4;
  box-sizing: border-box;
  height: 100%;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .c-ttl-4-ttl {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.c-ttl-4-img {
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 3;
  width: 520px;
}
@media screen and (max-width: 767px) {
  .c-ttl-4-img {
    position: static;
    width: 280px;
    margin: 16px auto 0;
  }
  .c-ttl-4-img img {
    margin-left: -19%;
  }
}
.c-ttl-4-num {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-ttl-4-num {
    font-size: 1.6em;
  }
}
.c-ttl-4-num span {
  display: inline-block;
  padding: 5px 10px;
}
.c-ttl-4 h1 {
  display: flex;
  align-items: center;
  height: 320px;
  margin-top: 20px;
  font-family: "Noto Serif", serif;
  font-size: 8rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-ttl-4 h1 {
    justify-content: center;
    height: auto;
    margin-top: 20px;
    font-size: 2.5em;
  }
}
.c-ttl-4-lead {
  position: absolute;
  inset: auto auto 0 50px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-ttl-4-lead {
    position: static;
    width: 300px;
    margin: 15px auto 0;
    font-size: 1.3em;
    text-align: left;
  }
  .c-ttl-4-lead br {
    display: none;
  }
}

.c-secTtl {
  position: relative;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-secTtl .ttlWrap {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #005139;
}
.c-secTtl .ttlWrap::before {
  position: absolute;
  left: -12px;
  top: -10px;
  width: 3px;
  height: 30px;
  background-color: #a29452;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-secTtl .ttlWrap::before {
    left: -7px;
    top: -5px;
    width: 2px;
    height: 16px;
  }
}
.c-secTtl .ttlWrap::after {
  position: absolute;
  top: -10px;
  left: -12px;
  width: 30px;
  height: 3px;
  background-color: #a29452;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-secTtl .ttlWrap::after {
    top: -5px;
    left: -7px;
    width: 16px;
    height: 2px;
  }
}
.c-secTtl .ttlMain {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  color: #fff;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-secTtl .ttlMain {
    padding: 5px 13px;
    font-size: 1.8rem;
  }
}
.c-secTtl .ttlMain::before {
  position: absolute;
  right: -12px;
  bottom: -10px;
  width: 3px;
  height: 30px;
  background-color: #a29452;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-secTtl .ttlMain::before {
    right: -7px;
    bottom: -5px;
    width: 2px;
    height: 16px;
  }
}
.c-secTtl .ttlMain::after {
  position: absolute;
  right: -12px;
  bottom: -10px;
  width: 30px;
  height: 3px;
  background-color: #a29452;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-secTtl .ttlMain::after {
    right: -7px;
    bottom: -5px;
    width: 16px;
    height: 2px;
  }
}

/* =================================
 slider
================================= */
.c-slider .slick-dots {
  display: flex;
}
.c-slider .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 20px;
  height: 20px;
}
.c-slider .slick-dots li.slick-active button:before {
  background: #888888;
}
.c-slider .slick-dots li button {
  display: block;
  padding: 5px;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.c-slider .slick-dots li button:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #dddddd;
  content: "";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 20px;
  opacity: 1;
}

/* =================================
 pager
================================= */
/* =================================
 hoge
================================= */
/* =================================
 accordion
================================= */
.c-ac-list .c-ac-list_item {
  position: relative;
  background: url(../img/ac-bg-pc.png) no-repeat center top;
  background-size: cover;
  padding: 40px 100px;
}
@media screen and (max-width: 767px) {
  .c-ac-list .c-ac-list_item {
    padding: 20px 25px;
    background: url(../img/ac-bg-sp.png) no-repeat center top;
    background-size: cover;
  }
}
.c-ac-list .c-ac-list_item::before {
  z-index: 1;
  position: absolute;
  inset: auto auto 0 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 75px 0 0 300px;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-ac-list .c-ac-list_item::before {
    border-width: 45px 0 0 200px;
  }
}
.c-ac-list .c-ac-list_item::after {
  z-index: 1;
  position: absolute;
  inset: 0 0 auto auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 300px 100px 0;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-ac-list .c-ac-list_item::after {
    border-width: 0 150px 50px 0;
  }
}
.c-ac-list .c-ac-list_item + li {
  margin-top: 60px;
}
.c-ac-list .accordion dt {
  text-align: center;
}

.c-ac-list_content {
  z-index: 3;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 50px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .c-ac-list_content {
    padding: 15px 12px 20px;
  }
}

.c-ac-list_num {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-ac-list_num {
    font-size: 1.6rem;
  }
}
.c-ac-list_num span {
  display: inline-block;
  background-color: #fff;
  padding: 2px 15px;
}

.c-ac-list_ttl {
  position: relative;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-ac-list_ttl {
    margin-top: 15px;
    font-size: 2.1rem;
  }
}
.c-ac-list_ttl::after {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-ac-list_ttl::after {
    bottom: -19px;
  }
}
.c-ac-list_ttl small {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-ac-list_ttl small {
    font-size: 1.4rem;
  }
}
.c-ac-list_ttl + .c-ac-list_btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-ac-list_ttl + .c-ac-list_btn {
    margin-top: 50px;
  }
}

.c-ac-list_txt {
  margin-top: 50px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-ac-list_txt {
    margin-top: 34px;
    text-align: left;
  }
  .c-ac-list_txt br {
    display: none;
  }
}
.c-ac-list_txt + p {
  margin-top: 30px;
}

.c-ac-list_btn {
  position: relative;
  top: -7px;
  margin-top: 45px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-ac-list_btn {
    margin-top: 35px;
  }
}
.c-ac-list_btn span {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.c-ac-list_btn span::before {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  content: "";
}
.c-ac-list_btn span:after {
  position: absolute;
  top: 0;
  right: 0;
  content: url(../img/ac-open.svg);
}
.c-ac-list_btn span:hover {
  cursor: pointer;
}

dl.accordion dt.open .c-ac-list_btn span::after {
  content: url(../img/ac-close.svg);
}

.c-ac-list_box {
  padding: 50px 0 10px;
}
@media screen and (max-width: 767px) {
  .c-ac-list_box {
    padding: 40px 0 0;
  }
}

.c-ac-list_boxImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
}
@media screen and (max-width: 767px) {
  .c-ac-list_boxImg {
    margin: 0 auto;
  }
}

.c-ac-list_boxInfo {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: calc(100% - 270px);
  padding-left: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-ac-list_boxInfo {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}

.c-ac-list_boxTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-ac-list_boxTtl {
    font-size: 1.7rem;
    text-align: center;
  }
}
.c-ac-list_boxTtl span {
  position: relative;
  display: inline-block;
}
.c-ac-list_boxTtl span::after {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-ac-list_boxTtl span::after {
    bottom: -8px;
  }
}

.c-ac-list_boxTxt {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-ac-list_boxTxt {
    font-size: 1.3rem;
  }
  .c-ac-list_boxTxt br {
    display: none;
  }
}

.ac-list_ttl {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ac-list_ttl {
    font-size: 1.6rem;
  }
}
.ac-list_ttl::after {
  position: absolute;
  inset: auto 0 -15px 0;
  margin: auto;
  width: 40px;
  height: 2px;
  content: "";
}

.c-ac-list_img {
  width: 100%;
}

.c-ac-list_caption {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ac-list_caption {
    margin-top: 15px;
    font-size: 1.3rem;
    text-align: left;
  }
  .c-ac-list_caption br {
    display: none;
  }
}

/* =================================
 layout
================================= */
.col3 {
  display: flex;
  gap: 0 18px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .col3 {
    gap: 40px 0;
  }
}
.col3 li {
  width: calc((100% - 36px) / 3);
}
@media screen and (max-width: 767px) {
  .col3 li {
    width: 100%;
  }
}

/* =================================
 c-fiveChart
================================= */
.c-fiveChart {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .c-fiveChart {
    display: block;
  }
}
.c-fiveChart li {
  position: relative;
}
.c-fiveChart li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-fiveChart li + li {
    margin-top: 25px;
  }
}
.c-fiveChart_img {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .c-fiveChart_img {
    width: 220px;
    margin: 0 auto;
  }
}
.c-fiveChart_list {
  box-sizing: border-box;
  width: calc(100% - 340px);
  padding-left: 120px;
}
@media screen and (max-width: 767px) {
  .c-fiveChart_list {
    width: 100%;
    padding-left: 20px;
    margin-top: 40px;
  }
}
.c-fiveChart_num {
  position: absolute;
  top: 0;
  left: -39px;
  display: inline-block;
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  padding: 3px 6px 3px 6px;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-fiveChart_num {
    z-index: 2;
    top: -15px;
    left: -20px;
    font-size: 2.2rem;
  }
}
.c-fiveChart_board {
  z-index: 2;
  position: relative;
  box-shadow: 4px 0px 8px rgba(51, 51, 51, 0.2);
  padding: 8px 12px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-fiveChart_board {
    z-index: 0;
    padding: 10px 10px 10px 25px;
  }
}
.c-fiveChart_ttl {
  display: inline;
  padding-bottom: 2px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.04rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-fiveChart_ttl {
    font-size: 1.6rem;
  }
}
.c-fiveChart_txt {
  margin-top: 8px;
  font-size: 1.5rem;
  letter-spacing: 0.04rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-fiveChart_txt {
    font-size: 1.3rem;
  }
}/*# sourceMappingURL=style.css.map */