@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

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, l, ul, ol, 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;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 62.5%;
  color: #72B17F;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #545454;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  word-break: break-word;
  width: 100%;
  min-height: 100vh;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
}

header,
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
a {
  color: #545454;
  text-decoration: none;
}
a:link, a:active, a:hover, a:visited {
  outline: 0 none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

img[src$=".svg"] {
  width: 100%;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1099px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1100px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1100px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1100px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.base_color {
  fill: #72B17F !important;
}

.back_color {
  fill: #5E9F6C !important;
}

.back_light_color {
  fill: #83C191 !important;
}

.base_dark_color {
  fill: #45604A !important;
}

body {
  min-width: 300px;
  letter-spacing: 0.05em;
  background: url(../img/common_parts/bg_sp.png);
  background-size: 6.1333333333vw 80.8vw;
  position: relative;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.inner {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.desvg {
  visibility: hidden;
}

.desvg.ready {
  visibility: visible;
}

#page-top {
  bottom: 40px;
  position: fixed;
  right: 20px;
  z-index: 99;
}
#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #72B17F;
}
#page-top a img {
  width: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main {
  width: 100%;
  overflow: hidden;
}

.kv {
  width: 100%;
  height: 152.8vw;
  background: url(../img/kv_sp@2x.webp) center;
  background-size: cover;
}
.kv .kv_in {
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.kv .kv_in h1 {
  color: #ffffff;
  font-size: clamp(3.3rem, 8vw, 6.7rem);
  text-align: right;
  line-height: 1;
  margin-bottom: 25vw;
  letter-spacing: 0.1em;
}
.kv .kv_in h1 span {
  display: block;
  font-size: 1.3rem;
  font-size: clamp(1.3rem, 2.5vw, 2.6rem);
  margin-bottom: 2vw;
  letter-spacing: 0.05em;
}

.ct01 {
  position: relative;
  background: url(../img/common_parts/bg_01_contents_sp.png);
  background-size: 6.1333333333vw 80.8vw;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 9.3vw;
}
.ct01::before {
  content: "";
  display: block;
  width: 160vw;
  height: 10.5vw;
  background: url(../img/common_parts/bg_01_top_sp.png) repeat-x center;
  background-size: contain;
  position: absolute;
  top: -10.2vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.ct01::after {
  content: "";
  display: block;
  width: 160vw;
  height: 10.5vw;
  background: url(../img/common_parts/bg_01_bottom_sp.png) repeat-x center;
  background-size: contain;
  position: absolute;
  bottom: -9.3vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.ct01 .ct01_in {
  padding: 100px 0 80px 0;
}
.ct01 .ct01_in h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  line-height: 2;
}
.ct01 .ct01_in h2 .s_txt {
  font-size: 1.4rem;
}
.ct01 .ct01_in h2 .color_txt {
  color: #72B17F;
  border-bottom: 2px solid #72B17F;
  background-image: radial-gradient(circle, #72B17F 2px, transparent 2px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 24px 4px;
  padding: 3px 0;
}
.ct01 .ct01_in .point .point_box {
  position: relative;
  margin: 35px 0 50px 0;
  background: #ffffff;
}
.ct01 .ct01_in .point .point_box:last-of-type {
  margin-bottom: 35px;
}
.ct01 .ct01_in .point .point_box .num {
  position: absolute;
  left: 10px;
  top: -12px;
  z-index: 2;
}
.ct01 .ct01_in .point .point_box .point_txt {
  width: calc(100% - 40px);
  margin: 0px auto;
  padding: 20px 0 40px 0;
}
.ct01 .ct01_in .point .point_box .point_txt h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #707070;
  text-align: center;
}
.ct01 .ct01_in .point .point_box .point_txt p {
  font-size: 1.4rem;
}
.ct01 .ct01_in .point .point_box img {
  width: 100%;
}
.ct01 .ct01_in .thought h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
.ct01 .ct01_in .thought h3 .color_txt {
  color: #72B17F;
}
.ct01 .ct01_in .thought h3 .l_txt {
  font-size: 5rem;
  font-family: "Dynalight", cursive;
  position: relative;
  top: 0.12em;
}
.ct01 .ct01_in .thought .flex .l_ct picture {
  display: block;
  width: 57.8666666667vw;
  max-width: 460px;
  margin: 0 auto;
  position: relative;
}
.ct01 .ct01_in .thought .flex .l_ct picture::after {
  content: "";
  display: block;
  width: calc(100% - 11px);
  height: calc(100% - 11px);
  border: 1px solid #ffffff;
  position: absolute;
  top: 5px;
  left: 5px;
}
.ct01 .ct01_in .thought .flex .r_ct {
  margin-top: 37px;
  padding: 0 18px;
}
.ct01 .ct01_in .thought .flex .r_ct h4 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
.ct01 .ct01_in .thought .flex .r_ct h4 svg {
  width: 65px;
  height: auto;
}
.ct01 .ct01_in .thought .flex .r_ct h4 span {
  display: block;
  padding-left: 25px;
  position: relative;
}
.ct01 .ct01_in .thought .flex .r_ct h4 span::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
}
.ct01 .ct01_in .thought .flex .r_ct p {
  font-size: 1.4rem;
  line-height: 2.25;
}

.ct02 {
  padding: 40px 0;
}
.ct02 .ct02_in {
  position: relative;
  padding: 40px 0 30px 0;
}
.ct02 .ct02_in::before {
  content: "";
  display: block;
  width: calc(100% - 11px);
  height: 100%;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 0;
}
.ct02 .ct02_in::after {
  content: "";
  display: block;
  width: calc(100% - 11px);
  height: 100%;
  border: 1px solid #707070;
  position: absolute;
  left: 10px;
  top: 10px;
}
.ct02 .ct02_in .ttl_box {
  width: calc(100% - 66px);
  margin: 0 auto;
}
.ct02 .ct02_in .ttl_box h3 {
  line-height: 1.4;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 17px;
}
.ct02 .ct02_in .ttl_box h3 span {
  display: block;
}
.ct02 .ct02_in .ttl_box:first-of-type h3 svg {
  width: 85px;
  height: auto;
}
.ct02 .ct02_in .ttl_box:nth-of-type(2) {
  margin-top: 40px;
}
.ct02 .ct02_in .ttl_box:nth-of-type(2) h3 svg {
  width: 110px;
  height: auto;
}
.ct02 .ct02_in .ttl_box .txt_box p {
  font-size: 1.4rem;
  line-height: 2.4;
  background: repeating-linear-gradient(to bottom, transparent 0, transparent calc(2.4em - 1px), #c2c2c2 calc(2.4em - 1px), #c2c2c2 2.4em);
  background-size: 100% 2.4em;
  background-position: 0 2.4em; /* ← 1行分下げて開始 */
}

.ct03 {
  width: 100%;
  position: relative;
  margin-top: 17vw;
  margin-bottom: 9vw;
}
.ct03 .ct03_top {
  width: 260vw;
  line-height: 0;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -110vw;
  top: -17vw;
}
.ct03 .ct03_bottom {
  width: 260vw;
  line-height: 0;
  position: absolute;
  bottom: -9vw;
  left: 50%;
  margin-left: -110vw;
}
.ct03 .ct03_bottom svg {
  width: 100%;
  height: auto;
}
.ct03 .ct03_in {
  background: #5E9F6C;
  position: relative;
  z-index: 2;
}
.ct03 .ct03_in h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #ffffff;
}
.ct03 .ct03_in h2 .l_txt {
  font-size: 5rem;
  font-family: "Dynalight", cursive;
  position: relative;
  top: 0.12em;
}
.ct03 .ct03_in .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ct03 .ct03_in ul li {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ct03 .ct03_in ul li:last-child .way {
  padding-bottom: 5px;
}
.ct03 .ct03_in ul li .era_name {
  width: 125px;
}
.ct03 .ct03_in ul li .era_name p {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.3;
}
.ct03 .ct03_in ul li .era_name p .en {
  font-size: 1.8rem;
  font-family: "Dynalight", cursive;
  width: 2.2em;
}
.ct03 .ct03_in ul li .way {
  position: relative;
  border-left: 1px solid #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 0 30px 14px;
}
.ct03 .ct03_in ul li .way::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  left: -7px;
  top: 6px;
}
.ct03 .ct03_in ul li .way p {
  font-size: 1.39rem;
  line-height: 1.5714285714;
  letter-spacing: 0;
}

.ct04 {
  padding: 40px 0;
}
.ct04 h2 {
  text-align: center;
}
.ct04 h2 span {
  position: relative;
  font-size: 2.4rem;
}
.ct04 h2 span::before {
  content: "";
  display: block;
  background: url(../img/common_parts/spot_01.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 40px;
  position: absolute;
  left: -30px;
}
.ct04 h2 span::after {
  content: "";
  display: block;
  background: url(../img/common_parts/spot_02.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 35px;
  position: absolute;
  right: -30px;
  bottom: -9px;
}
.ct04 .gallery dl {
  margin: 40px 0;
  text-align: center;
}
.ct04 .gallery dl dt {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 0px;
  width: 110px;
  background-image: radial-gradient(circle, #72B17F 3px, transparent 3px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 18px 6px;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
.ct04 .gallery dl dd p {
  font-size: 1.4rem;
  margin-top: 10px;
}

.back_btn p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.back_btn p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.back_btn p a i {
  margin-right: 10px;
  width: 15px;
  height: auto;
}

footer .footer_link {
  margin: 38px 0 34px 0;
}
footer .footer_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer_link ul li {
  margin: 0 10px;
}
footer .footer_link ul li a {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
}
footer .footer_link ul li a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #72B17F;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
footer .footer_link ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #ffffff;
  border-right: 0;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
footer .footer_ct {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #000;
}
footer .footer_ct .name {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 1.1rem;
}
footer .footer_ct .name i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
footer .footer_ct .name i img {
  width: 28px;
  height: 22px;
}
footer .footer_ct .name .l_txt {
  font-size: 1.3rem;
}
footer .footer_ct .info {
  font-size: 1.1rem;
  margin-top: 5px;
}
footer .footer_ct .info a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #000;
}
footer .copyright {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 10px;
  margin-top: 16px;
}

/*-------------------------------------
----------- タブレット用 -------------*/
@media screen and (min-width: 768px) {
  #page-top {
    right: 3%;
  }
  #page-top a {
    width: 68px;
    height: 68px;
  }
  #page-top a img {
    width: 18px;
  }
  .kv {
    background: url(../img/kv_pc.webp) no-repeat center;
    background-size: cover;
    height: 72.9166666667vw;
  }
  .kv .kv_in {
    width: 80%;
    max-width: 1250px;
  }
  .kv .kv_in h1 {
    font-size: clamp(3.3rem, 5vw, 6.7rem);
    margin-bottom: 20vw;
  }
  .kv .kv_in h1 span {
    font-size: clamp(1.3rem, 1.8vw, 2.6rem);
  }
  .ct01 .ct01_in {
    padding: 80px 0 30px 0;
  }
  .ct01 .ct01_in h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .ct01 .ct01_in h2 .s_txt {
    font-size: 2rem;
  }
  .ct01 .ct01_in h2 .color_txt {
    background-image: radial-gradient(circle, #72B17F 3px, transparent 3px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 32px 6px;
    padding-top: 8px;
  }
  .ct01 .ct01_in .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ct01 .ct01_in .point .point_box {
    width: calc(33.3333% - 10px);
    margin: 35px 0;
  }
  .ct01 .ct01_in .point .point_box .point_txt h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.5em;
  }
  .ct01 .ct01_in .thought h3 {
    font-size: 2.8rem;
  }
  .ct01 .ct01_in .thought h3 .l_txt {
    font-size: 7rem;
    top: 0.05em;
  }
  .ct01 .ct01_in .thought .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ct01 .ct01_in .thought .flex .l_ct {
    width: 46%;
  }
  .ct01 .ct01_in .thought .flex .l_ct picture {
    width: 100%;
  }
  .ct01 .ct01_in .thought .flex .r_ct {
    width: 52%;
  }
  .ct01 .ct01_in .thought .flex .r_ct h4 {
    font-size: 2.6rem;
  }
  .ct01 .ct01_in .thought .flex .r_ct h4 svg {
    width: 93px;
  }
  .ct01 .ct01_in .thought .flex .r_ct p {
    font-size: 1.6rem;
  }
  .ct02 {
    padding: 50px 0 20px 0;
  }
  .ct02 .ct02_in {
    padding: 60px 0 50px 0;
  }
  .ct02 .ct02_in .ttl_box {
    width: 75%;
    max-width: 650px;
  }
  .ct02 .ct02_in .ttl_box:first-of-type h3 svg {
    width: 106px;
  }
  .ct02 .ct02_in .ttl_box:nth-of-type(2) {
    margin-top: 60px;
  }
  .ct02 .ct02_in .ttl_box:nth-of-type(2) h3 svg {
    width: 139px;
  }
  .ct02 .ct02_in .ttl_box h3 {
    font-size: 2.6rem;
  }
  .ct02 .ct02_in .ttl_box .txt_box p {
    font-size: 1.6rem;
  }
  .ct03 .ct03_in h2 {
    font-size: 2.8rem;
  }
  .ct03 .ct03_in h2 .l_txt {
    font-size: 7rem;
    top: 0.05em;
  }
  .ct03 .ct03_in ul li {
    min-height: 102px;
  }
  .ct03 .ct03_in ul li .era_name {
    width: 164px;
  }
  .ct03 .ct03_in ul li .era_name p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.6rem;
  }
  .ct03 .ct03_in ul li .era_name p .en {
    font-size: 5rem;
    line-height: 1;
    width: 100%;
    position: relative;
    left: 0.15em;
  }
  .ct03 .ct03_in ul li .way {
    padding: 15px 0 56px 55px;
  }
  .ct03 .ct03_in ul li .way::before {
    width: 19px;
    height: 19px;
    left: -10px;
    top: 18px;
  }
  .ct03 .ct03_in ul li .way p {
    font-size: 1.6rem;
  }
  .ct04 {
    padding: 100px 0 60px 0;
  }
  .ct04 h2 {
    margin-bottom: 40px;
  }
  .ct04 h2 span {
    font-size: 3.4rem;
  }
  .ct04 h2 span::before {
    width: 41px;
    height: 49px;
    left: -51px;
    top: -15px;
  }
  .ct04 h2 span::after {
    width: 26px;
    height: 48px;
    right: -46px;
  }
  .ct04 .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ct04 .gallery dl {
    width: calc(33.3333% - 10px);
    margin: 10px 15px 10px 0;
  }
  .ct04 .gallery dl:nth-of-type(3n) {
    margin-right: 0;
  }
  .ct04 .gallery dl dt {
    font-size: 2rem;
  }
  .ct04 .gallery dl dd p {
    font-size: 1.6rem;
  }
  .back_btn p a {
    font-size: 1.9rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .back_btn p a i {
    width: 20px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer_link {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  footer .footer_link ul li {
    margin: 0 30px;
  }
  footer .footer_link ul li a {
    font-size: 1.6rem;
    padding-left: 30px;
  }
  footer .footer_link ul li a::before {
    width: 24px;
    height: 24px;
  }
  footer .footer_link ul li a::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #ffffff;
    left: 10px;
  }
  footer .footer_ct .name {
    padding-left: 70px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
  }
  footer .footer_ct .name .l_txt {
    font-size: 3rem;
    margin-left: 0.1em;
  }
  footer .footer_ct .name i img {
    width: 64px;
    height: auto;
  }
  footer .footer_ct .info {
    font-size: 1.6rem;
    margin-top: 2px;
  }
  footer .footer_ct .info span {
    margin-left: 1.2em;
  }
  footer .copyright {
    padding-bottom: 56px;
    font-size: 1.2rem;
  }
}
/*-------------------------------------
------------- パソコン用 -------------*/
@media screen and (min-width: 1025px) {
  #page-top a:hover img {
    opacity: 0.5;
  }
  .kv {
    height: 56.09375vw;
  }
  .kv .kv_in {
    width: 90%;
    max-width: 1020px;
  }
  .kv .kv_in h1 {
    margin-bottom: 26%;
  }
  .ct01 .ct01_in {
    padding: 120px 0 60px 0;
  }
  .ct01 .ct01_in h2 {
    font-size: 4rem;
  }
  .ct01 .ct01_in h2 .s_txt {
    font-size: 2.8rem;
  }
  .ct01 .ct01_in h2 .color_txt {
    background-image: radial-gradient(circle, #72B17F 4px, transparent 4px);
    background-size: 40px 8px;
    padding-top: 10px;
  }
  .ct01 .ct01_in .point .point_box {
    width: 33%;
    max-width: 315px;
  }
  .ct01 .ct01_in .point .point_box .point_txt h3 {
    letter-spacing: 0;
    height: auto;
  }
  .ct01 .ct01_in .point .point_box .point_txt p {
    letter-spacing: 0;
  }
  .ct01 .ct01_in .thought {
    margin-top: 40px;
  }
  .ct01 .ct01_in .thought h3 {
    font-size: 3.4rem;
  }
  .ct01 .ct01_in .thought h3 .l_txt {
    font-size: 9.6rem;
  }
  .ct01 .ct01_in .thought .flex .l_ct {
    width: 460px;
  }
  .ct01 .ct01_in .thought .flex .l_ct picture::after {
    width: calc(100% - 21px);
    height: calc(100% - 21px);
    top: 10px;
    left: 10px;
  }
  .ct01 .ct01_in .thought .flex .r_ct {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
    margin-left: 4%;
    margin-top: 50px;
  }
  .ct01 .ct01_in .thought .flex .r_ct h4 {
    margin-bottom: 25px;
  }
  .ct02 {
    padding: 60px 0 40px 0;
  }
  .ct02 .inner {
    max-width: 860px;
  }
  .ct02 .ct02_in {
    padding: 70px 0;
  }
  .ct02 .ct02_in .ttl_box:nth-of-type(2) {
    margin-top: 80px;
  }
  .ct02 .ct02_in .ttl_box .txt_box p {
    line-height: 2.9;
    background: repeating-linear-gradient(to bottom, transparent 0, transparent calc(2.8em - 1px), #c2c2c2 calc(2.8em - 1px), #c2c2c2 2.8em);
    background-size: 100% 2.8em;
    background-position: 0 2.8em;
  }
  .ct03 .ct03_in h2 {
    font-size: 3.4rem;
  }
  .ct03 .ct03_in h2 .l_txt {
    font-size: 9.6rem;
  }
  .ct04 .gallery dl {
    width: calc(33.3333% - 14px);
    margin: 10px 20px 10px 0;
  }
  .ct04 .gallery dl dt {
    margin-bottom: 15px;
  }
  .back_btn p a:hover {
    opacity: 0.5;
  }
  footer .footer_link ul li a:hover {
    opacity: 0.5;
  }
  footer .footer_ct .info a {
    pointer-events: none;
  }
}
@media screen and (min-width: 1200px) {
  body {
    background: url(../img/common_parts/bg_pc.png);
    background-size: 102px 1390px;
  }
  .kv .kv_in h1 span {
    margin-bottom: 20px;
  }
  .ct03 {
    margin-top: 7vw;
    margin-bottom: 7vw;
  }
  .ct03 .ct03_top {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: -7vw;
  }
  .ct03 .ct03_bottom {
    width: 100%;
    left: 0;
    margin-left: 0;
    bottom: -7vw;
  }
  .ct01 {
    background: url(../img/common_parts/bg_01_contents.png);
    background-size: 102px 1390px;
    margin-bottom: 120px;
  }
  .ct01::before {
    width: 100%;
    height: 156px;
    background: url(../img/common_parts/bg_01_top.png) repeat-x center;
    background-size: 2478px 156px;
    top: -155px;
  }
  .ct01::after {
    width: 100%;
    height: 121px;
    background: url(../img/common_parts/bg_01_bottom.png) repeat-x center;
    background-size: 2290px 121px;
    bottom: -120px;
  }
  .ct02 {
    padding: 70px 0 60px 0;
  }
}/*# sourceMappingURL=style.css.map */