@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

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

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea, button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

html {
  /*overflow-y: scroll;*/
}

body, input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ofh {
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider.-h100 {
  height: 100%;
}
.slick-slider.-h100 .slick-list, .slick-slider.-h100 .slick-track, .slick-slider.-h100 .slick-slide, .slick-slider.-h100 .slick-slide > div {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/bg.jpg) top center;
}
body a {
  color: inherit;
}

:root {
  --ls:0.14em;
  --lh:1.9;
  --fw-bold:500;
  --bgTex:url(../images/bg-tex.jpg) top center /600px 800px ;
}

@media all and (min-width: 768px) {
  .sp, .-sp {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .pc, .-pc {
    display: none !important;
  }
}
.js-iv {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out 0.5s;
  transition: opacity 0.8s ease-in-out 0.5s;
}
.js-iv.viewed {
  opacity: 1;
}

@media all and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  .header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 118px;
    padding: 0 65px 0 25px;
  }
}
@media all and (min-width: 768px) {
  .header {
    max-width: 1440px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .header {
    max-width: 1200px;
  }
}
@media all and (max-width: 767px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0 35px;
  }
}
.header__logo {
  line-height: 0;
}
.header__logo img {
  width: 168px;
}
@media all and (max-width: 767px) {
  .header__logo {
    padding: 15px 30px 40px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .header__ttl__txt1 {
    text-align: center;
  }
}
.header__ttl__txt1 img {
  height: 19px;
}
@media all and (max-width: 767px) {
  .header__ttl__txt1 img {
    height: 51px;
  }
}
.header__ttl__txt2 {
  margin-top: 5px;
  font-weight: 600;
  font-size: 11px;
}
@media all and (max-width: 767px) {
  .header__ttl__txt2 {
    text-align: center;
    line-height: 1.5;
    margin-top: 20px;
  }
}
.header__icon img {
  width: 278px;
}
@media all and (max-width: 767px) {
  .header__icon {
    margin-top: 30px;
    text-align: center;
  }
  .header__icon img {
    width: 305px;
  }
}

.footer {
  margin: 100px auto 0;
  max-width: 1000px;
  padding: 75px 0 110px;
  border-top: solid 1px #000;
}
@media all and (max-width: 767px) {
  .footer {
    margin: 75px 25px 0;
    padding: 75px 0 85px;
  }
}
.footer__in {
  position: relative;
}
.footer__pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 767px) {
  .footer__pager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
  }
  .footer__pager li:nth-child(2) a {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.footer__pager a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 25px;
  color: inherit;
  font-weight: 600;
}
.footer__pager a img {
  width: 12px;
}
.footer__pager a .-txt {
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  font-size: 12px;
}
@media all and (min-width: 768px) {
  .footer__logo {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media all and (max-width: 767px) {
  .footer__logo {
    margin-top: 75px;
    text-align: center;
  }
}
.footer__logo img {
  width: 168px;
}

.kvSec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  .kvSec {
    height: 100vh;
    min-height: 800px;
    background: url(../images/bg-tex.jpg) top center/600px 800px;
  }
}
@media all and (max-width: 767px) {
  .kvSec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kvSec a {
  color: inherit;
}
.kvSec__logo {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 1;
  width: 204px;
}
.kvSec__logo img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .kvSec__logo {
    width: 110px;
    top: 25px;
    left: 25px;
  }
}
.kvSec__img {
  position: relative;
}
@media all and (min-width: 768px) {
  .kvSec__img {
    width: 50%;
    line-height: 0;
  }
}
@media all and (min-width: 768px) {
  .kvSec__img .imgBox {
    background: center top/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 767px) {
  .kvSec__img .imgBox {
    line-height: 0;
  }
  .kvSec__img .imgBox img {
    width: 100%;
  }
}
.kvSec__img__spTxt {
  line-height: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 40px;
}
@media all and (min-width: 768px) {
  .kvSec__img__spTxt {
    display: none;
  }
}
.kvSec__img__spTxt__ttl {
  text-align: center;
}
.kvSec__img__spTxt__ttl img {
  width: 326px;
}
.kvSec__img__spTxt__txt {
  text-align: center;
  margin-top: 10px;
}
.kvSec__img__spTxt__txt img {
  width: 316px;
}
@media all and (min-width: 768px) {
  .kvSec__cnt {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kvSec__cnt__in {
    padding: 80px;
  }
}
@media all and (max-width: 767px) {
  .kvSec__cnt {
    background-image: -webkit-linear-gradient(45deg, rgba(249, 247, 223, 0.99608) 0%, rgb(235, 227, 245) 100%);
    background-image: linear-gradient(45deg, rgba(249, 247, 223, 0.99608) 0%, rgb(235, 227, 245) 100%);
  }
}
.kvSec__pcHead {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .kvSec__pcHead {
    display: none;
  }
}
.kvSec__pcHead__ttl img {
  width: 382px;
}
.kvSec__pcHead__name {
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  line-height: 1;
  font-size: 17px;
  margin-top: 43px;
}
@media all and (max-width: 767px) {
  .kvSec__txtarea {
    padding: 50px 25px;
  }
}
.kvSec__ttl {
  font-weight: var(--fw-bold);
  letter-spacing: var(--ls);
  line-height: 1;
  font-size: 17px;
}
@media all and (max-width: 767px) {
  .kvSec__ttl {
    text-align: center;
    font-size: 18px;
  }
}
.kvSec__txt {
  letter-spacing: var(--ls);
  line-height: 2;
  font-size: 18px;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .kvSec__txt {
    margin-top: 20px;
    font-size: 16px;
  }
}
.kvSec__credit, .kvSec__date {
  letter-spacing: var(--ls);
  line-height: 1;
  font-size: 12px;
  margin-top: 42px;
}
@media all and (max-width: 767px) {
  .kvSec__credit, .kvSec__date {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .introSec__in {
    margin: 0 auto;
    padding: 90px 0;
    width: 800px;
  }
}
@media all and (max-width: 767px) {
  .introSec__in {
    padding: 40px 25px;
  }
}
.introSec p {
  text-align: justify;
  letter-spacing: var(--ls);
  line-height: var(--lh);
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .introSec p {
    font-size: 15px;
  }
}

.mokujiSec {
  letter-spacing: var(--ls);
  margin: 0 auto;
  max-width: 800px;
  padding: 90px 0;
}
@media all and (max-width: 767px) {
  .mokujiSec {
    background: var(--bgTex);
    letter-spacing: 0.05em;
    padding: 40px 25px 80px;
  }
}
.mokujiSec__ttl {
  letter-spacing: var(--ls);
  font-size: 22px;
  margin-bottom: 70px;
}
@media all and (max-width: 767px) {
  .mokujiSec__ttl {
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .mokujiSec__ttl .-spTtl {
    font-size: 14px;
  }
}
.mokujiSec__listTtl {
  font-size: 17px;
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  .mokujiSec__listTtl {
    font-size: 15px;
  }
}
.mokujiSec__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  font-size: 17px;
}
@media all and (max-width: 767px) {
  .mokujiSec__list {
    font-size: 15px;
    gap: 30px;
  }
}
.mokujiSec__list a {
  text-decoration: underline;
  text-underline-offset: 10px;
}

.profSec {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .profSec {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 950px;
    padding: 55px 0px;
  }
}
@media all and (max-width: 767px) {
  .profSec {
    padding: 55px 25px;
  }
}
.profSec__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  .profSec__in {
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 800px;
  }
}
@media all and (max-width: 767px) {
  .profSec__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .profSec__img {
    width: 262px;
  }
}
@media all and (max-width: 767px) {
  .profSec__img {
    width: 150px;
    margin: 0 auto;
  }
}
.profSec__img img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .profSec__txtarea {
    width: 470px;
  }
}
.profSec__name {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media all and (max-width: 767px) {
  .profSec__name {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  .profSec__name .-en {
    display: inline-block;
    letter-spacing: 0.05em;
    font-size: 13px;
    margin-left: 20px;
    margin-top: 9px;
  }
}
@media all and (max-width: 767px) {
  .profSec__name .-en {
    display: block;
  }
}
.profSec__txt {
  text-align: justify;
  line-height: var(--lh);
  letter-spacing: var(--ls);
  font-size: 14px;
}
@media all and (min-width: 768px) {
  .profSec__txt {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .profSec__txt {
    font-size: 13px;
  }
}

.main {
  background: var(--bgTex);
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .main {
    gap: 70px;
  }
}
.main .postSec {
  padding: 100px 0 90px;
}
@media all and (max-width: 767px) {
  .main .postSec {
    padding: 55px 25px 55px;
  }
}
@media all and (min-width: 768px) {
  .main .postSec#sec1 {
    background: #fff;
  }
}
.main .postSec__in {
  margin: 0 auto;
  max-width: 800px;
}
.main .postSec__head {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 22px;
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .main .postSec__head {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.main .postSec__head__num {
  font-weight: var(--fw-bold);
  line-height: 1;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .main .postSec__head__num {
    margin-bottom: 15px;
  }
}
.main .postSec__head__ttl {
  font-weight: var(--fw-bold);
}
.main .postSec__body {
  text-align: justify;
  line-height: var(--lh);
  letter-spacing: var(--ls);
  font-size: 17px;
}
@media all and (max-width: 767px) {
  .main .postSec__body {
    font-size: 16px;
  }
}
.main .postSec__body figure {
  line-height: 0;
  margin: 3em 0;
}
.main .postSec__body figure img {
  width: 100%;
}

.js-iv {
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
}
.js-iv.viewed {
  opacity: 1;
}

.imgListBlock {
  overflow: hidden;
  pointer-events: none;
}
.imgListBlock__sld {
  width: 65.8333333333vw;
}
@media all and (max-width: 767px) {
  .imgListBlock__sld {
    width: 85.3333333333vw;
  }
}
.imgListBlock__sld .slick-list {
  overflow: inherit;
}
.imgListBlock__sld .slick-slide > div {
  line-height: 0;
  padding-right: 25px;
}
@media all and (max-width: 767px) {
  .imgListBlock__sld .slick-slide > div {
    padding-right: 2.1333333333vw;
  }
}
.imgListBlock__sld img {
  width: 100%;
}

.inImg {
  line-height: 0;
}
.inImg img {
  width: 100%;
}

.bnrBlock {
  border-top: solid 1px #000;
  text-align: center;
  width: 800px;
  margin: 0 auto 0;
  padding: 100px 0 180px;
}
@media all and (max-width: 767px) {
  .bnrBlock {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
    padding: 55px 0 150px;
  }
}
.bnrBlock__ttl img {
  height: 22px;
}
@media all and (max-width: 767px) {
  .bnrBlock__ttl img {
    height: 17px;
  }
}
.bnrBlock__img {
  line-height: 0;
  margin: 40px auto 0;
  width: 750px;
}
@media all and (max-width: 767px) {
  .bnrBlock__img {
    width: 300px;
  }
}
.bnrBlock__img a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bnrBlock__img a:hover {
  opacity: 0.7;
}
.bnrBlock__img img {
  width: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.ftBg {
  background: var(--bgTex);
}

.indexAboutCnt {
  background: #fff;
  padding: 115px 0px 80px;
}
.indexAboutCnt__ttlBlock {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 85px;
}
.indexAboutCnt__ttlBlock__enTxt {
  font-family: Helvetica, Arial, Verdana, Roboto;
  letter-spacing: 0.1em;
  font-size: 16px;
  margin-bottom: 25px;
}
.indexAboutCnt__ttlBlock__ttl {
  font-size: 26px;
}
.indexAboutCnt__inr {
  width: 1000px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.indexAboutCnt__txtBlock {
  font-weight: bold;
  line-height: 1.8;
  width: 500px;
  position: relative;
  top: -15px;
}
.indexAboutCnt__txtBlock dt {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
  margin-bottom: 25px;
}
.indexAboutCnt__txtBlock dd {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.indexAboutCnt__txtBlock__btn {
  font-size: 16px;
  margin-top: 30px;
}
.indexAboutCnt__txtBlock__btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  background-color: rgb(61, 114, 165);
  -webkit-box-shadow: 2.723px 4.193px 5px 0px rgba(1, 1, 1, 0.41);
          box-shadow: 2.723px 4.193px 5px 0px rgba(1, 1, 1, 0.41);
  padding: 4px 12px;
}
.indexAboutCnt__txtBlock__att {
  font-weight: normal;
  letter-spacing: 0;
  font-size: 11px;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .indexAboutCnt {
    padding: 75px 25px;
  }
  .indexAboutCnt__ttlBlock {
    margin-bottom: 35px;
  }
  .indexAboutCnt__ttlBlock__enTxt {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .indexAboutCnt__ttlBlock__ttl {
    font-size: 18px;
  }
  .indexAboutCnt__inr {
    max-width: 325px;
    display: block;
    width: 100%;
  }
  .indexAboutCnt__imgBlock {
    text-align: center;
    margin-bottom: 30px;
  }
  .indexAboutCnt__imgBlock img {
    width: 68%;
  }
  .indexAboutCnt__txtBlock {
    max-width: 325px;
    width: 100%;
    top: 0px;
  }
  .indexAboutCnt__txtBlock dt {
    text-align: center;
    line-height: 2;
    font-size: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) and (max-width: 374px) {
  .indexAboutCnt__txtBlock dt {
    letter-spacing: 0.05em;
  }
}
@media all and (max-width: 767px) {
  .indexAboutCnt__txtBlock dd {
    font-size: 14px;
    line-height: 1.7;
  }
  .indexAboutCnt__txtBlock dd br {
    display: none;
  }
  .indexAboutCnt__txtBlock__btn {
    font-size: 13px;
    margin-top: 35px;
    letter-spacing: 0;
  }
  .indexAboutCnt__txtBlock__btn a {
    border-radius: 5px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 4px 0px;
  }
}
@media all and (max-width: 767px) and (max-width: 374px) {
  .indexAboutCnt__txtBlock__btn {
    font-size: 10px;
  }
}
@media all and (max-width: 767px) {
  .indexAboutCnt__txtBlock__att {
    text-align: center;
  }
}

.creditBlock {
  width: 1000px;
  margin: 0px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-top: 140px;
  padding-bottom: 120px;
}
@media all and (min-width: 768px) {
  .creditBlock {
    width: 925px;
  }
}
.creditBlock__txtarea1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 540px;
  padding: 0px 103px;
  position: relative;
}
.creditBlock__txtarea1__txt {
  letter-spacing: 0.2em;
  font-size: 15px;
  line-height: 30px;
}
@media all and (min-width: 768px) {
  .creditBlock__txtarea1 {
    text-align: justify;
    padding: 0;
    width: 530px;
  }
}
.creditBlock__txtarea2__txt1 {
  line-height: 0;
  margin-bottom: 40px;
}
.creditBlock__txtarea2__txt1 img {
  width: 168px;
}
.creditBlock__txtarea2__credit {
  font-size: 12px;
  font-weight: bold;
}
.creditBlock__txtarea2__credit a {
  color: #000;
}
@media all and (max-width: 767px) {
  .creditBlock__txtarea2__credit {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.creditBlock__txtarea2__txt2 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 40px;
}
.creditBlock__txtarea2__txt3 {
  line-height: 32px;
  font-size: 16px;
}
.creditBlock__txtarea2__txt3 .sml {
  font-size: 14px;
}
.creditBlock__txtarea2 a {
  color: #000;
}
.creditBlock__sitemap {
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  font-weight: 500;
}
.creditBlock__sitemap a {
  text-decoration: none;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: solid 1px #000;
}
.creditBlock__sitemap p:last-child {
  margin-bottom: 0;
}
.creditBlock__sitemap dl.ts dt {
  margin-bottom: 15px;
}
.creditBlock__sitemap dl.ts dd {
  line-height: 2;
}
.creditBlock__sitemap dl.ts .ts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
.creditBlock__sitemap dl.ts .ts__name {
  font-size: 13px;
}
@media all and (min-width: 768px) {
  .creditBlock__sitemap dl.adj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .creditBlock__sitemap dl.adj dt {
    width: 100%;
  }
  .creditBlock__sitemap dl.adj dd {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .creditBlock {
    display: block;
    width: auto;
    padding: 75px 25px 0;
  }
  .creditBlock__sitemap {
    display: none;
  }
  .creditBlock__txtarea1 {
    width: 100%;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding: 0px 0px;
  }
  .creditBlock__txtarea1__txt {
    font-size: 14px;
    line-height: 2;
  }
  .creditBlock__txtarea1__ttl {
    line-height: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .creditBlock__txtarea1__ttl img {
    width: 132px;
  }
  .creditBlock__txtarea2 {
    text-align: center;
    margin-top: 70px;
  }
  .creditBlock__txtarea2__txt1, .creditBlock__txtarea2__txt2 {
    display: none;
  }
  .creditBlock__txtarea2__txt3 {
    line-height: 2;
    font-size: 14px;
  }
  .creditBlock__txtarea2__txt3 .sml {
    font-size: 11px;
  }
  .creditBlock__txtarea2 a {
    color: #000;
  }
}

.footer {
  font-weight: bold;
  padding-bottom: 150px;
}
.footer__copy {
  text-align: center;
  font-size: 12px;
}
.footer__attTxt {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .footer {
    padding-bottom: 20px;
  }
  .footer__copy {
    letter-spacing: 0;
    font-size: 10px;
  }
  .footer__attTxt {
    padding: 0px 25px;
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */