@charset "UTF-8";
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

@media screen\0  {
  #content {
    font-family: "メイリオ", Meiryo, sans-serif;
  }
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  /*overflow-x: hidden;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
}

#header {
  width: 100%;
  text-align: center;
}
#header img {
  max-width: 100%;
  height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.wrapper {
  width: 100%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}
.wrapper p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrapper a {
  text-decoration: none;
  transition: 0.4s;
}
.wrapper .sp {
  display: block;
}
.wrapper .pc {
  display: none;
}
.wrapper .head {
  width: 100%;
  position: relative;
}
.wrapper .head-img {
  width: 100%;
  height: 92.27vw;
  position: relative;
  overflow: hidden;
}
.wrapper .head-img img {
  position: absolute;
  width: 125%;
  height: 125%;
  object-fit: cover;
  top: -15%;
  object-position: 20% bottom;
}
.wrapper .head-text {
  position: absolute;
  bottom: 8vw;
}
.wrapper .head .h1-sub {
  position: relative;
  margin-left: 1%;
  padding: 3px 12px 0;
  z-index: 1;
  display: inline-block;
}
.wrapper .head .h1-sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
          clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  background: rgba(16, 27, 42, 0.9);
  z-index: -1;
}
.wrapper .head .h1-sub img {
  width: 90vw;
  vertical-align: baseline;
}
.wrapper .head h1 {
  line-height: 1;
  margin-left: 2%;
}
.wrapper .head h1 > div {
  position: relative;
  display: inline-block;
  background: #0a66c2;
  padding: 3px 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  margin-top: 5px;
}
.wrapper .head h1 img {
  width: auto;
  height: 7.4vw;
  display: block;
}
.wrapper .lead p {
  width: 90%;
  max-width: 740px;
  margin: 40px auto 0;
  font-weight: 600;
  text-indent: 1em;
}
.wrapper section {
  margin-top: 60px;
}
.wrapper section p {
  width: 90%;
  max-width: 740px;
  margin: auto;
  text-indent: 1em;
}
.wrapper section p + p {
  margin-top: 1.5em;
}
.wrapper h2 {
  color: #0a66c2;
  font-weight: 800;
  width: 90%;
  margin: 0 auto 1em;
  font-size: min(6vw, 28px);
  line-height: 1.5;
}
.wrapper .image {
  margin: 40px auto;
  width: 300px;
}
.wrapper .image .photo {
  position: relative;
}
.wrapper .image .photo::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0a66c2;
  left: 10px;
  top: 10px;
  z-index: -1;
}
.wrapper .image p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
  text-indent: 0;
}
.wrapper .image p span {
  font-size: 14px;
  font-weight: 500;
  display: block;
  border-left: 5px solid #b2b2b2;
  padding-left: 10px;
  margin-bottom: 5px;
  line-height: 1.2;
}
.wrapper .image p span span {
  display: inline;
  font-size: 18px;
  font-weight: 600;
  border: 0;
  padding: 0;
}
.wrapper .figure {
  width: calc(100% - 20px);
  margin: 40px 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wrapper .figure p {
  width: calc(90% - 2em);
  max-width: calc(600px - 2em);
  font-size: 14px;
  background: #f1f1f1;
  padding: 1em;
  line-height: 1.6;
  text-indent: 0;
}
.wrapper .flexWrap {
  display: flex;
  flex-direction: column;
}
.wrapper .section1 .flexWrap p:nth-of-type(2) {
  order: 3;
  margin-top: 0;
  margin-bottom: 1em;
}
.wrapper .section1 .flexWrap .image {
  order: 2;
}
.wrapper .foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 60px 0;
}
.wrapper .foot a {
  width: -webkit-fit-content;
  width: fit-content;
  display: block;
  color: #0a66c2;
}
.wrapper .foot a.logo {
  width: 260px;
  margin: 40px 0;
}
.wrapper .foot p:nth-of-type(2) {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .wrapper .head {
    max-width: 1400px;
    margin: 0 auto;
  }
  .wrapper .head-img {
    height: 45.83vw;
    max-height: 550px;
  }
  .wrapper .head-img img {
    width: 100%;
    height: 100%;
    top: 0;
    object-position: center top;
  }
  .wrapper .head-text {
    width: 66%;
    bottom: auto;
    top: 5%;
    left: auto;
    right: 0;
  }
  .wrapper .head .h1-sub {
    padding: 6px 20px 4px;
  }
  .wrapper .head .h1-sub::before {
    -webkit-clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
            clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
    background: rgb(23, 43, 71);
  }
  .wrapper .head .h1-sub img {
    width: auto;
    height: clamp(21px, 2.6vw, 36px);
  }
  .wrapper .head h1 > div {
    padding: 5px 12px;
    margin-top: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  }
  .wrapper .head h1 img {
    height: clamp(35px, 4.8vw, 65px);
  }
  .wrapper .lead p {
    font-size: 17px;
  }
  .wrapper section {
    margin-top: 100px;
  }
  .wrapper h2 {
    display: inline-block;
    width: auto;
    margin: 0 0 1em;
  }
  .wrapper .figure {
    max-width: 960px;
    margin: 60px auto;
  }
  .wrapper .flexWrap {
    position: relative;
    max-width: 740px;
    margin: 0 auto 40px;
    align-items: flex-start;
  }
  .wrapper .flexWrap > p {
    width: 54.0540540541%;
    margin: 0;
  }
  .wrapper .section2 .flexWrap p:nth-of-type(2) {
    margin-top: 1.5em;
    margin-bottom: 0;
  }
  .wrapper .section2 .flexWrap .image {
    position: absolute;
    right: 0;
    top: 0;
  }
  .wrapper .image {
    margin: 0;
  }
  .wrapper .section1 .flexWrap, .wrapper .section3 .flexWrap {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .wrapper .section1 .flexWrap .text, .wrapper .section3 .flexWrap .text {
    width: 54.0540540541%;
  }
  .wrapper .section1 .flexWrap .text p, .wrapper .section3 .flexWrap .text p {
    width: 100%;
  }
  .wrapper .section1 .flexWrap .text p + p, .wrapper .section3 .flexWrap .text p + p {
    margin-top: 1.5em;
  }
  .wrapper .section4 h2 {
    display: block;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto 1em;
  }
  .wrapper .foot {
    margin: 100px 0;
  }
  .wrapper .foot a {
    transition: 0.4s;
  }
  .wrapper .foot a.logo {
    margin: 80px 0;
  }
  .wrapper .foot a.logo:hover {
    opacity: 0.8;
  }
  .wrapper .foot a.textLink {
    padding: 3px 10px;
    background-color: #fff;
  }
  .wrapper .foot a.textLink:hover {
    color: #fff;
    background-color: #0a66c2;
  }
}