@charset "UTF-8";

/* 下層ページ共通部分 */
.container.under_page {
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding-top: 118px;
}

ul.att {
  margin: 0 auto;
}

.sub_ttl {
  font-size: 26px;
  text-align: center;
}

.txt {
  font-size: 18px;
  text-align: center;
}

.page_ttl {
  /* background-image: url(../img/copy_img.jpg); */
  background: #000;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 15%;
  position: relative;
}

.page_ttl h2 {
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #eae4d1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page_ttl h2 span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
}

figure {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .container.under_page {
    padding-top: 158px;
  }
}

@media only screen and (max-width: 767px) {
  .container.under_page {
    padding-top: 0;
  }

  .page_ttl {
    background-position: center right;
    padding: 18% 0;
  }

  .page_ttl h2 {
    font-size: 24px;
  }

  .page_ttl h2 span {
    font-size: 13px;
  }

  .sub_ttl {
    font-size: 20px;
  }

  .txt {
    font-size: 14px;
  }
}

/* 下層ページ共通部分ここまで */
.land_main {
  max-width: 800px;
  margin: 100px auto;
}

.land_ttl {
  font-size: 24px;
  color: #1b4673;
  text-align: left;
  border-bottom: 1px solid #1b4673;
  padding-bottom: 10px;
}

.item_ttl {
  font-size: 16px;
  color: #1b4673;
  letter-spacing: 1px;
  margin-top: 10px;
}

.item_txt {
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 10px;
}

.flex_ttl {
  display: flex;
  justify-content: space-between;
}

.flex_ttl p.item_txt {
  width: 70%;
}

.flex_ttl figure {
  width: 25%;
}

.land_item01 {
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0;
}

.land_item01 li:nth-of-type(1) {
  width: 65.5%;
  max-width: 655px;
  margin-right: 3.5%;
}

.land_item01 li:nth-of-type(2) {
  width: 31%;
  max-width: 310px;
}

.land_item01 li:nth-of-type(2) .land_item01_1 {
  justify-content: space-between;
  flex-wrap: wrap;
}

.land_item01 li:nth-of-type(2) .land_item01_1 li {
  width: 100%;
}

.land_item01 li:nth-of-type(2) .land_item01_1 li:nth-of-type(2) {
  margin-top: 40px;
}

.land_item02 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0;
}

.land_item02 li {
  width: 31%;
}

.land_item02 li:nth-of-type(n + 4) {
  margin-top: 40px;
}

.land_item03 {
  background: #0067a5;
  padding: 60px 0;
  margin: 100px auto 0;
}

.land_item03_Box {
  width: 80%;
  max-width: 800px;
  color: #fff;
  margin: 0 auto;
}

.land_item03_Box .txt_flex {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.land_item03_Box .txt_flex .ttl {
  font-size: 20px;
}

.land_item03_Box .txt_flex .line {
  border-right: 1px solid #fff;
  margin: 0 20px;
}

.land_item03_Box .txt_flex .ttl .big {
  font-size: 2em;
}

.mono_conpo {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.mono_conpo li {
  width: 29.5%;
}

.mono_conpo li p.item_ttl {
  color: #fff;
}

.mono_conpo li:nth-of-type(1) {
  width: 100%;
  margin-bottom: 60px;
}

.small {
  font-size: 12px;
}

.pc_only {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .pc_only {
    display: none;
  }
  .land_item03_Box .txt_flex .ttl {
    width: 36%;

  }
  .land_item03_Box .txt_flex .ttl .big {
    font-size: 1.5em;
  }
  .land_item03_Box .txt_flex .item_txt {
    width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  .land_main {
    margin: 40px auto 60px;
  }

  .land_ttl {
    font-size: 18px;
  }

  .land_item {
    margin-top: 50px;
  }

  .flex_ttl p.item_txt {
    width: 68%;
  }

  .flex_ttl figure {
    width: 30%;
  }

  .land_item01 {
    margin: 20px auto 0;
  }

  .land_item01 li:nth-of-type(1) {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .land_item02 li {
    width: 48%;
  }

  .land_item01 li:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
  }

  .land_item01 li:nth-of-type(2) .land_item01_1 li {
    width: 48%;
  }

  .land_item01 li:nth-of-type(2) .land_item01_1 li:nth-of-type(1) {
    margin-bottom: 0;
  }

  .land_item01 li:nth-of-type(2) .land_item01_1 li:nth-of-type(2) {
    margin-top: 0;
  }

  .land_item02 {
    margin-top: 40px;
  }

  .land_item02 li:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .land_item02 li:nth-of-type(4) p.item_ttl {
    font-size: 15px;
    letter-spacing: 0.2px;
  }

  .land_item03 {
    padding: 20px 0;
    margin: 60px auto 0;
  }

  .land_item03_Box {
    width: 90%;
  }

  .land_item03_Box .txt_flex {
    flex-wrap: wrap;
  }

  .land_item03_Box .txt_flex .ttl {
    width: 100%;
    font-size: 16px;
  }

  .land_item03_Box .txt_flex .line {
    display: none;
  }

  .land_item03_Box .txt_flex .ttl .big {
    font-size: 1.5em;
  }

  .land_item03_Box .txt_flex .item_txt {
    width: 100%;
  }

  .mono_conpo {
    margin-top: 10px;
  }

  .mono_conpo li:nth-of-type(1) {
    margin-bottom: 40px;
  }

  .mono_conpo li {
    width: 100%;
  }

  .mono_conpo li:nth-of-type(n+3) {
    margin-top: 40px;
  }

  .js-scrollable {
    overflow-y: hidden !important;
  }

  .js-scrollable img {
    width: 600px;
    height: auto;
  }
}