@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;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 2;
  color: #1c2127;
}
.container .sp {
  display: block;
}
.container .pc {
  display: none;
}
.container a {
  text-decoration: none;
  color: #1d8091;
  transition: 0.4s;
  position: relative;
  padding-bottom: 2px;
}
.container a img {
  transition: 0.4s;
}
.container a span {
  position: relative;
}
.container a span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-image: repeating-linear-gradient(90deg, #1d8091, #1d8091 2px, transparent 2px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  transition: 0.4s;
}
.container a:hover img {
  opacity: 0.6;
}
.container a:hover span::before {
  background-image: none;
  background-color: #1d8091;
}
.container .header {
  position: relative;
  width: 100%;
}
.container .header::before, .container .header::after {
  content: "";
  position: absolute;
}
.container .header::before {
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(52, 205, 215) 0%, rgb(29, 128, 145) 100%);
  z-index: -2;
}
.container .header::after {
  width: 94%;
  height: 100%;
  left: 50%;
  top: 1%;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgb(35, 163, 179) 0%, rgb(52, 205, 215) 100%);
  z-index: -2;
}
.container .header__logo {
  position: relative;
  width: 84%;
  background-color: #fff;
  padding: 0 0 5px 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}
.container .header__logo img {
  width: 84%;
  margin-left: 4%;
}
.container .header__img {
  position: absolute;
  width: 100%;
  height: 86vw;
  top: 2.5%;
  overflow: hidden;
  z-index: -1;
}
.container .header__img img {
  position: absolute;
  width: 100%;
  height: 115%;
  top: 0;
  object-fit: cover;
  object-position: 92% top;
}
.container .header__title {
  position: relative;
  width: 86%;
  margin: 62% auto 0;
}
.container .header__title span {
  display: block;
  margin-bottom: 15%;
}
.container .header__title h1 {
  position: relative;
  padding-bottom: 2px;
}
.container .header__title h1 img {
  filter: drop-shadow(1px 1px 0 rgb(255, 255, 255)) drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
}
.container .header__title h1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 77%;
  left: 0;
  top: 25%;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(rgb(255, 231, 1) 0%, rgb(255, 231, 1) 1px, transparent 2px, transparent 50%, rgb(255, 231, 1) 50%, rgb(255, 231, 1) calc(50% + 1px), transparent calc(50% + 1px), transparent calc(100% - 1px), rgb(255, 231, 1) calc(100% - 1px), rgb(255, 231, 1) 100%);
}
.container .header .lead {
  width: 84%;
  margin: 30px auto 0;
  padding-bottom: 30px;
}
.container .header .lead p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #fff;
}
.container .main p {
  width: 90%;
  max-width: 730px;
  margin: auto;
  text-indent: 1em;
}
.container .main p + p {
  margin-top: 1.2em;
}
.container h2 {
  width: calc(90% - 19px);
  max-width: 700px;
  margin: 60px auto 30px;
  padding-left: 10px;
  border-left: 4px solid #34cdd7;
  font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-size: min(4.5vw, 28px);
}
.container .photo {
  position: relative;
  width: 100%;
  height: 70vw;
  max-width: 700px;
  margin: 40px auto;
}
.container .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .photo p {
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  width: auto;
  bottom: 10px;
  left: 10px;
  text-indent: 0;
}
.container .photo p span {
  font-size: 16px;
}
.container .photo:nth-of-type(1) img {
  object-position: 84% top;
}
.container .photo:nth-of-type(1) p {
  left: auto;
  right: 10px;
}
.container .figure {
  width: 94%;
  margin: 40px auto;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.container .figure figure img {
  border-radius: 10px 10px 0 0;
}
.container .figure p {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
  max-width: 600px;
  text-indent: 0;
}
.container .figure span.sp {
  display: inline;
}
.container .figure span.pc {
  display: none;
}
.container .info {
  margin: 60px auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.container .info > div {
  max-width: 300px;
}
.container .info > div a::before {
  content: none;
}
.container .info p {
  font-size: 15px;
  text-indent: 0;
}
.container .info p a span {
  margin-left: 2px;
}
.container .foot {
  margin: 60px auto;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .foot img {
  margin-bottom: 40px;
}
.container .foot a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .foot a p {
  color: #1c2127;
  text-indent: 0;
}
.container .foot > p {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .container .sp {
    display: none;
  }
  .container .pc {
    display: block;
  }
  .container .header {
    margin: 0 auto;
    max-width: 1400px;
  }
  .container .header::before {
    height: 92%;
  }
  .container .header::after {
    width: 86%;
    top: 2%;
  }
  .container .header__logo {
    width: 52%;
    padding: 10px 0;
  }
  .container .header__img {
    width: 100%;
    height: auto;
    top: 4%;
  }
  .container .header__img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .header__title {
    width: 42%;
    margin: 12% auto 0 4%;
  }
  .container .header__title span {
    margin-bottom: 8%;
  }
  .container .header .lead {
    width: 60%;
    max-width: 730px;
    margin: 10% auto 0;
  }
  .container h2 {
    padding-left: 30px;
    margin: 100px auto 40px;
  }
  .container .photo {
    height: auto;
    margin: 60px auto;
  }
  .container .photo p {
    font-size: 14px;
  }
  .container .photo p span {
    font-size: 21px;
  }
  .container .figure {
    max-width: 730px;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.15);
  }
  .container .figure.wide {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 840px;
    padding-left: 20px;
  }
  .container .figure p {
    font-size: 14px;
  }
  .container .figure span.sp {
    display: none;
  }
  .container .figure span.pc {
    display: inline;
  }
  .container .info {
    flex-direction: row;
    justify-content: space-between;
    max-width: 730px;
    margin: 90px auto;
  }
  .container .info > div {
    width: 40.8219178082%;
  }
  .container .info p {
    width: 54.5205479452%;
  }
  .container .info a:hover img {
    opacity: 0.8;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  }
}