@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #40210f;
  font-size: 14px;
}
.center {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.fix_head {
  height: 90px;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.fix_head_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fix_head_inner .fix_head_logo {
  margin: 18px 10px;
  float: left;
}
.fix_head_inner .fix_head_logo a {
  transition: 0.1s linear all;
}
.fix_head_inner .fix_head_logo a:hover {
  opacity: 0.8;
}
.fix_head_inner .right_menu {
  float: right;
}
.fix_head_inner .right_menu ul {
  display: flex;
  gap: 30px;
}
.fix_head_inner .right_menu ul li a {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
}
.fix_head_inner .right_menu ul li a:hover {
  text-decoration: none;
}


.wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.header {
  width: 100%;
  background: url(../img/header_bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 40px;
  position: relative;
  margin-top: 91px;
}
.header .icon01 {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 999;
}
.header .icon02 {
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 999;
}
.header .icon03 {
  position: absolute;
  bottom: 50px;
  right: 0px;
  z-index: 999;
}
.header .icon04 {
  position: absolute;
  bottom: -140px;
  left: 10px;
  z-index: 999;
}
.header .mainimg {
  text-align: center;
}
.header .navi {
  width: 100%;
  background: url(../img/navi_bg.jpg) no-repeat center;
  background-size: cover;
}
.header .navi ul {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
}
.header .navi ul li {
  float: left;
  width: 33%;
  margin-right: 0.5%;
}
.header .navi ul li:last-child {
  margin-right: 0;
}
.footer {
  padding: 40px 0 20px;
  background: #40210f;
  color: #fff;
  font-size: 14px;
  position: relative;
  line-height: 1;
}
.footer .pagetop {
  top: -23px;
  left: 50%;
  margin-top: -65px;
  text-align: center;
  width: 100%;
  float: left;
}
.footer .footer_inner {
  width: 1000px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.footer .footer_inner .footer_logo {
  float: left;
}
.footer .footer_inner .footer_logo a {
  transition: 0.1s linear all;
}
.footer .footer_inner .footer_logo a:hover {
  opacity: 0.8;
}
.footer .footer_inner .footer_address {
  float: right;
}
.footer .footer_inner .footer_address p {
  text-align: right;
  line-height: 1.8em;
}
.footer .copyright {
  text-align: center;
}
.section01,
.section02 {
  padding-top: 90px;
  margin-top: -90px;
}
.contents {
  width: 100%;
  line-height: 1.8;
}
.contents p {
  margin-bottom: 25px;
}
.contents p:last-child {
  margin-bottom: 0;
}
.wrapper .mainimg {
  margin: 90px auto 64px;
}
.wrapper .mainimg img {
  width: 100%;
}
.wrapper .contents .section01 {
  margin-bottom: 100px;
}
.wrapper .contents .section_inner {
  width: 1000px;
  margin: 0 auto 100px;
}
.wrapper .contents .section_inner img {
  width: 100%;
}
.wrapper .contents .section_inner img.img01 {
  margin-bottom: 50px;
}
.white {
  color: white;
}
.medium {
  font-weight: 500;
}
.yellowMark {
  background: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
}

/* .wrapper .contents .section_inner .h3 {
  padding: 7.5px 0 7.5px 15px;
  background: white;
  margin-bottom: 20px;
  border-left: 5px solid #40210f;
  line-height: 1;
}
.wrapper .contents .section_inner .h3 h3 {
  font-size: 32px;
  font-weight: bold;
} */

.wrapper .contents .section_inner .h3 {
  margin-bottom: 30px;
}
.wrapper .contents .section_inner .h3 h3 {
  padding-bottom: 25px;
  line-height: 1;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.wrapper .contents .section_inner .h3 h3:before {
  content: "";
  position: absolute;
  width: 50px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 5px;
  background: #40210f;
}
.wrapper .contents .section_inner p.medium {
  font-size: 18px;
  text-align: center;
}
.wrapper .contents .section_inner div.ex {
  margin-top: 50px;
}
.wrapper .contents .section_inner div.ex .ex_block {
  margin-bottom: 30px;
}
.wrapper .contents .section_inner div.ex .ex_block:last-child {
  margin-bottom: 50px;
}
.wrapper .contents .section_inner div.ex .ex_block .ex_inner {
  display: flex;
  gap: 50px;
  padding: 25px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.wrapper .contents .section_inner div.ex .ex_block:nth-child(2) .ex_inner {
  flex-direction: row-reverse;
}
.wrapper .contents .section_inner div.ex .ex_block .ex_inner .ex_left {
  width: 700px;
}
.wrapper .contents .section_inner div.ex .ex_block .ex_inner .ex_left h4,
.wrapper .contents .section_inner .border_block h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0f3251;
  text-decoration: underline;
}
.wrapper .contents .section_inner div.ex .ex_block .ex_inner .ex_left p,
.wrapper .contents .section_inner div.ex .ex_block .ex_inner .ex_left ul li {
  font-size: 16px;
  font-weight: 500;
}
.wrapper .contents .section_inner div.ex .ex_block .ex_inner .ex_left ul li {
  position: relative;
  padding-left: 15px;
}
.wrapper .contents .section_inner div.ex .ex_block .ex_inner .ex_left ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12.5px;
  width: 5px;
  height: 5px;
  background: #40210f;
  border-radius: 50%;
}
.wrapper .contents .section_inner div.ex .ex_block .ex_inner .ex_right {
  width: calc(100% - 750px);
}
.wrapper .contents .section_inner div.ex .ex_block .ex_inner .ex_right img {
  width: 100%;
}
.wrapper .contents .section_inner .border_block {
  padding: 45px 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border-radius: 15px;
  text-align: center;
  background: #005AAB;
}
.wrapper .contents .section_inner .border_block h4 {
  font-size: 32px;
  color: white;
}
.wrapper .contents .section_inner .border_block p {
  font-size: 16px;
  font-weight: bold;
  color: white;
  line-height: 2.25;
}
.wrapper .contents .section_inner .border_block p span {
  color: rgb(0 50 103);
  padding: 5px 7.5px;
  box-sizing: border-box;
  background: yellow;
  margin-right: 5px;
}

.wrapper .contents .cta_block {
  background: #d9d9d9;
  padding: 30px 0 30px 140px;
  box-sizing: border-box;
  width: 1120px;
  margin-right: auto;
  margin-left: 0;
  border-radius: 0 24px 24px 0;
}
.wrapper .contents .section02 .cta_block {
  border-radius: 24px 0 0 24px;
  margin-left: auto;
  margin-right: 0;
  padding: 50px 75px;
  margin-bottom: 100px;
}
.wrapper .contents .cta_block h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.65;
  margin-bottom: 20px;
}
.wrapper .contents .cta_block h3 span {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.wrapper .contents .cta_block p {
  margin-bottom: 30px;
}
.wrapper .contents .cta_block .btn {
  width: 200px;
}
.wrapper .contents .cta_block .btn a {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cccccc;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #40210f;
  font-size: 16px;
}
.wrapper .contents .cta_block .btn a:hover {
  text-decoration: none;
  background: #cccccc;
}



.sp {
  display: none;
}
.pc {
  display: block;
}
.sp_none {
  display: block;
}
.sp_none02 {
  display: block;
}
.W-812 {
  display: none;
}
.W-640 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .wrapper .contents .cta_block,
  .wrapper .contents .section02 .cta_block {
    width: 1000px;
    margin: 0 auto;
    border-radius: 24px;
    padding: 50px 75px;
  }
  .wrapper .contents .section02 .cta_block {
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper .contents .section_inner {
    width: 92%;
  }
  .wrapper .contents .cta_block,
  .wrapper .contents .section02 .cta_block {
    width: 100%;
    padding: 50px;
    border-radius: 0;
  }
}

@media screen and (max-width:812px) {
  .W-812 {
    display: block;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp_none {
    display: none;
  }

  img {
    max-width: 100%;
  }

  .wrapper .mainimg {
    margin: 70px auto 64px;
  }

  .fix_head_inner,
  .footer .footer_inner {
    width: 98%;
  }

  .fix_head_inner .right_menu ul {
    gap: 20px;
  }
  .fix_head_inner .right_menu ul li a {
    font-size: 14px;
  }
  .wrapper .contents .section_inner .h3 h3 {
    font-size: 28px;
  }
  .wrapper .contents .section_inner .h3:before {
    width: calc(100% - 22.5em);
    left: 22.5em;
  }
  .wrapper .contents .section02 .section_inner .h3:before {
    width: calc(100% - 27em);
    left: 27em;
  }
  .wrapper .contents .section01 .section_inner p.bold.center.size20 {
    font-size: 18px;
    padding: 5px 0;
  }
  .wrapper .contents .section_inner div.ex .ex_block .ex_inner {
    gap: 25px;
    align-items: center;
  }
  .wrapper .contents .section_inner div.ex .ex_block .ex_inner .ex_left {
    width: 450px;
  }
  .wrapper .contents .section_inner div.ex .ex_block .ex_inner .ex_right {
    width: calc(100% - 475px);
  }
}

@media screen and (max-width: 768px) {

  .fix_head_inner{
    width: 96%;
  }
  .wrapper .contents .section_inner {
    width: 92%;
  }

  .fix_head {
    height: 70px;
  }

  .fix_head_inner .fix_head_logo {
    width: auto;
    height: 36px;
  }

  .fix_head_inner .fix_head_logo img {
    width: auto;
    height: 36px;
  }

  ul.sp.sp_menu {
    margin-top: 20px;
  }

  ul.sp.sp_menu li {
    float: left;
    margin: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .sp_none02 {
    display: none;
  }
  .W-640 {
    display: block;
  }
  .W-640none {
    display: none;
  }


  .footer .footer_inner .footer_logo {
    float: none;
    text-align: center;
  }

  .footer .footer_inner .footer_logo img {
    width: auto;
    height: 40px;
  }

  .footer .footer_inner .footer_address {
    float: none;
  }

  .footer .footer_inner .footer_address p {
    text-align: center;
  }

  .footer .footer_inner .footer_address p a {
    color: white;
  }

  .wrapper .contents .section_inner .h3 h3 {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  .wrapper .contents .section_inner div.ex .ex_block .ex_inner,
  .wrapper .contents .section_inner div.ex .ex_block:nth-child(2) .ex_inner {
    flex-direction: column;
  }
  .wrapper .contents .section_inner div.ex .ex_block .ex_inner .ex_left,
  .wrapper .contents .section_inner div.ex .ex_block .ex_inner .ex_right {
    width: 100%;
  }
  .wrapper .contents .section_inner .border_block {
    padding: 25px 20px;
  }
  .wrapper .contents .section_inner .border_block h4 {
    font-size: 24px;
  }
}


@media screen and (max-width:414px) {}

@media screen and (max-width: 320px) {}
