@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_01_contents_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;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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: #1668a2;
}
#page-top a img {
  width: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.kv {
  width: 100%;
  height: 171.7333333333vw;
  background: url(../img/kv_sp.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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv .kv_in h1 {
  color: #000;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 0.05em;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  opacity: 0;
}
.kv .kv_in h1 span {
  display: block;
  width: 190px;
  margin: 0 auto;
}

.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;
}
.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 .ct01_in {
  padding: 50px 0;
}
.ct01 h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 20px;
}
.ct01 h2 span {
  display: block;
}
.ct01 h2 svg {
  width: 85px;
  height: auto;
}
.ct01 p {
  font-size: 1.4rem;
  line-height: 2;
}

.ct02 .ct02_in {
  background-color: #ffffff;
  padding: 40px 0;
}
.ct02 h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px;
}
.ct02 h2 span {
  display: block;
}
.ct02 h2 svg {
  width: 56px;
  height: auto;
}
.ct02 h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}
.ct02 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.ct02 .row .col_l {
  width: 60%;
  max-width: 470px;
  margin: 0 auto;
}
.ct02 .row .col_r .img_box {
  width: 80%;
  max-width: 406px;
  margin: 0 auto 20px;
}
.ct02 .row .col_r p {
  font-size: 1.4rem;
  line-height: 2;
}

.ct03 {
  padding: 60px 0 40px;
}
.ct03 .ct03_in {
  position: relative;
  padding: 40px 0 30px 0;
}
.ct03 .ct03_in::before {
  content: "";
  display: block;
  width: calc(100% - 11px);
  height: 100%;
  border: 1px solid #707070;
  position: absolute;
  left: 0;
  top: 0;
}
.ct03 .ct03_in::after {
  content: "";
  display: block;
  width: calc(100% - 11px);
  height: 100%;
  border: 1px solid #707070;
  position: absolute;
  left: 10px;
  top: 10px;
}
.ct03 .ct03_in .ttl_box {
  width: calc(100% - 66px);
  margin: 0 auto;
}
.ct03 .ct03_in .ttl_box h3 {
  line-height: 1.4;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 17px;
}
.ct03 .ct03_in .ttl_box h3 span {
  display: block;
}
.ct03 .ct03_in .ttl_box:first-of-type h3 svg {
  width: 85px;
  height: auto;
}
.ct03 .ct03_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行分下げて開始 */
}

.ct04 .ct04_in {
  padding: 30px 0 75px 0;
}
.ct04 .ct04_in h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0 -15px 20px;
}
.ct04 .ct04_in h2 span {
  display: block;
}
.ct04 .ct04_in h2 em {
  color: #1668a2;
  font-style: normal;
}
.ct04 .ct04_in h2 svg {
  width: 56px;
  height: auto;
}
.ct04 .ct04_in .lead {
  font-size: 1.4rem;
}
.ct04 .ct04_in .point .point_box {
  position: relative;
  margin: 35px 0 50px 0;
  background: #ffffff;
}
.ct04 .ct04_in .point .point_box:last-of-type {
  margin-bottom: 35px;
}
.ct04 .ct04_in .point .point_box .num {
  position: absolute;
  left: 10px;
  top: -12px;
  z-index: 2;
}
.ct04 .ct04_in .point .point_box .cpttl01 {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  background-color: #2d84a2;
}
.ct04 .ct04_in .point .point_box .cpttl02 {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  background-color: #1668a2;
}
.ct04 .ct04_in .point .point_box .cpttl03 {
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  background-color: #f19677;
}
.ct04 .ct04_in .point .point_box .point_txt {
  width: calc(100% - 35px);
  margin: 0px auto;
  padding: 20px 0 40px 0;
}
.ct04 .ct04_in .point .point_box .point_txt h3 {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #707070;
  text-align: center;
}
.ct04 .ct04_in .point .point_box .point_txt p {
  font-size: 1.4rem;
}
.ct04 .ct04_in .point .point_box img {
  width: 100%;
}

.ct05 {
  padding: 40px 0;
}
.ct05 .cpbox01 {
  position: relative;
  border: 2px solid #2d84a2;
  background-color: #ffffff;
  margin: 0 0 50px;
}
.ct05 .cpbox01::before {
  position: absolute;
  top: 22px;
  left: 12px;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(45, 132, 162, 0.3);
}
.ct05 .cpbox01_in {
  padding: 35px 20px 20px;
}
.ct05 .cpbox01_ttl {
  position: absolute;
  top: -25px;
  left: 20px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  background-color: #2d84a2;
  padding: 5px 5px 5px 20px;
}
.ct05 .cpbox01_ttl span {
  font-size: 1.4rem;
}
.ct05 .cpbox01 dl dt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  background-image: radial-gradient(circle, #2d84a2 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 12px 4px;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.ct05 .cpbox01 dl dt span {
  color: #2d84a2;
}
.ct05 .cpbox01 dl dd p {
  font-size: 1.4rem;
}
.ct05 h2 {
  text-align: center;
}
.ct05 h2 span {
  position: relative;
  font-size: 2.4rem;
}
.ct05 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;
}
.ct05 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;
}
.ct05 .gallery dl {
  margin: 40px 0;
  text-align: center;
}
.ct05 .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;
}
.ct05 .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: #1668a2;
  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 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 {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  font-size: 1.1rem;
}
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;
  }
  .ct01 .ct01_in {
    padding: 100px 0 120px 0;
  }
  .ct01 h2 {
    font-size: 2.6rem;
    margin: 0 0 17px;
  }
  .ct01 h2 svg {
    width: 140px;
  }
  .ct01 p {
    font-size: 1.6rem;
  }
  .ct02 .ct02_in {
    padding: 50px 0 80px;
  }
  .ct02 h2 {
    font-size: 2.6rem;
  }
  .ct02 h2 svg {
    width: 84px;
  }
  .ct02 h3 {
    font-size: 2rem;
  }
  .ct02 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .ct02 .row .col_l {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
    padding: min(4vw, 40px) min(6vw, 60px);
  }
  .ct02 .row .col_r p {
    font-size: 1.6rem;
  }
  .ct03 {
    padding: 50px 0 20px 0;
  }
  .ct03 .ct03_in {
    padding: 60px 0 50px 0;
  }
  .ct03 .ct03_in .ttl_box {
    width: 75%;
    max-width: 650px;
  }
  .ct03 .ct03_in .ttl_box:first-of-type h3 svg {
    width: 106px;
  }
  .ct03 .ct03_in .ttl_box h3 {
    font-size: 2.6rem;
  }
  .ct03 .ct03_in .ttl_box .txt_box p {
    font-size: 1.6rem;
  }
  .ct04 .ct04_in {
    padding: 80px 0 30px 0;
  }
  .ct04 .ct04_in h2 {
    font-size: 2.6rem;
  }
  .ct04 .ct04_in h2 svg {
    width: 86px;
  }
  .ct04 .ct04_in .lead {
    font-size: 1.6rem;
  }
  .ct04 .ct04_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;
  }
  .ct04 .ct04_in .point .point_box {
    width: calc(33.3333% - 10px);
    margin: 50px 0 0;
  }
  .ct04 .ct04_in .point .point_box:last-of-type {
    margin-bottom: 0;
  }
  .ct04 .ct04_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;
  }
  .ct05 {
    padding: 100px 0 60px 0;
  }
  .ct05 .cpbox01 {
    margin: 0 0 80px;
  }
  .ct05 .cpbox01_in {
    padding: 50px 40px 40px;
  }
  .ct05 .cpbox01_ttl {
    top: -30px;
    font-size: 2.8rem;
  }
  .ct05 .cpbox01_ttl span {
    font-size: 1.6rem;
  }
  .ct05 .cpbox01 dl dt {
    font-size: 2.7rem;
    background-size: 18px 4px;
    margin: 0 0 20px;
    padding: 0 0 10px;
  }
  .ct05 .cpbox01 dl dd p {
    font-size: 1.6rem;
  }
  .ct05 h2 {
    margin-bottom: 40px;
  }
  .ct05 h2 span {
    font-size: 3.4rem;
  }
  .ct05 h2 span::before {
    width: 41px;
    height: 49px;
    left: -51px;
    top: -15px;
  }
  .ct05 h2 span::after {
    width: 26px;
    height: 48px;
    right: -46px;
  }
  .ct05 .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ct05 .gallery dl {
    width: calc(33.3333% - 10px);
    margin: 10px 15px 10px 0;
  }
  .ct05 .gallery dl:nth-of-type(3n) {
    margin-right: 0;
  }
  .ct05 .gallery dl dt {
    font-size: 2rem;
  }
  .ct05 .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: 53.4375vw;
  }
  .kv .kv_in {
    width: 90%;
    max-width: 1020px;
  }
  .kv .kv_in h1 {
    font-size: 4rem;
  }
  .kv .kv_in h1 span {
    width: 350px;
  }
  .ct02 .row {
    gap: 60px;
  }
  .ct03 {
    padding: 60px 0 40px 0;
  }
  .ct03 .inner {
    max-width: 860px;
  }
  .ct03 .ct03_in {
    padding: 70px 0;
  }
  .ct03 .ct03_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;
  }
  .ct04 .ct04_in {
    padding: 50px 0 60px 0;
  }
  .ct04 .ct04_in .point .point_box {
    width: 33%;
    max-width: 315px;
  }
  .ct04 .ct04_in .point .point_box .point_txt h3 {
    letter-spacing: 0;
    height: auto;
  }
  .ct04 .ct04_in .point .point_box .point_txt p {
    letter-spacing: 0;
  }
  .ct05 .gallery dl {
    width: calc(33.3333% - 14px);
    margin: 10px 20px 10px 0;
  }
  .ct05 .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;
  }
  .ct01 {
    background: url(../img/common_parts/bg_01_contents.png);
    background-size: 102px 1390px;
  }
  .ct01::before {
    width: 100%;
    height: 156px;
    background: url(../img/common_parts/bg_01_top.png) repeat-x center;
    background-size: 2478px 156px;
    top: -155px;
  }
  .ct03 {
    padding: 70px 0 60px 0;
  }
}/*# sourceMappingURL=style.css.map */