@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: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 2;
  color: #1c2127;
}
.container * {
  box-sizing: border-box;
}
.container .sp {
  display: block;
}
.container .pc {
  display: none;
}
.container a {
  text-decoration: none;
  color: #1d8091;
  position: relative;
  padding-bottom: 2px;
}
.container a img {
  transition: 0.4s;
}
.container a span {
  position: relative;
  display: inline;
  padding-bottom: 2px;
  background-image: linear-gradient(to right, #1d8091, #1d8091 3px, transparent 5px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.container .header {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.container .header__logo {
  position: absolute;
  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%);
  z-index: 1;
}
.container .header__logo img {
  width: 84%;
  margin-left: 4%;
}
.container .header__img {
  position: relative;
  width: 100%;
  padding: 11vw 0 4vw;
}
.container .header__img figure {
  position: relative;
  width: 96%;
  margin: auto;
  padding: 1%;
  margin: 0 auto;
  border: 1px solid #fff;
}
.container .header__bg-top, .container .header__bg-bottom {
  position: absolute;
  width: 100%;
  height: 18vw;
  background-image: url(bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.container .header__bg-top {
  top: 0;
  left: 0;
}
.container .header__bg-bottom {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
.container .header__title {
  position: relative;
  width: 100%;
  padding: 10px 5% 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
  background-color: #d3edf0;
}
.container .header__title span {
  position: relative;
  display: block;
  background-color: #34cdd7;
  padding: 5px 10px;
}
.container .header__title span img {
  vertical-align: baseline;
}
.container .header__title h1 {
  position: relative;
}
.container .header__title h1 img {
  filter: drop-shadow(1px 1px 0 rgb(255, 255, 255));
}
.container .header__title.pc {
  display: none;
}
.container .lead {
  width: min(90%, 730px);
  margin: 30px auto;
}
.container .lead p {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.container section p {
  width: min(90%, 730px);
  text-indent: 1em;
  margin: auto;
}
.container section p + p {
  margin-top: 1.5em;
}
.container section h2 {
  width: min(90%, 730px);
  margin: 60px auto 30px;
  padding-left: 10px;
  border-left: 4px solid #34cdd7;
  line-height: 1.6;
  font-size: min(5.2vw, 28px);
}
.container section .photo {
  width: min(100%, 700px);
  margin: 40px auto;
}
.container section .photo figure {
  width: 100%;
  height: 70vw;
}
.container section .photo figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container section .photo p {
  font-size: min(3.4vw, 12px);
  text-indent: 0;
  line-height: 1.5;
  margin-top: 1em;
}
.container section .photo p span {
  display: inline;
  font-size: 150%;
}
.container section .figure {
  width: min(94%, 730px);
  margin: 40px auto;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.container section .figure figure img {
  border-radius: 10px 10px 0 0;
}
.container section .figure p {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
  max-width: 600px;
  text-indent: 0;
}
.container section .figure span.sp {
  display: inline;
}
.container section .figure span.pc {
  display: none;
}
.container .foot {
  margin: 60px auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.container .foot img {
  width: min(80%, 400px);
  margin-bottom: 40px;
}
.container .foot a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  color: #1c2127;
  line-height: 1.7;
  text-align: center;
}
.container .foot a span {
  color: #1d8091;
}
.container .foot a:last-of-type {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .container .sp {
    display: none;
  }
  .container .pc {
    display: block;
  }
  .container a span {
    background-image: linear-gradient(to right, #1d8091, #1d8091), linear-gradient(to right, #1d8091, #1d8091 3px, transparent 5px);
    background-size: 0% 1px, 8px 1px;
    background-position: left bottom, left bottom;
    background-repeat: no-repeat, repeat-x;
    transition: background-size 0.3s ease;
  }
  .container a:hover img {
    opacity: 0.6;
  }
  .container a:hover span {
    background-size: 100% 1px, 8px 1px;
  }
  .container .header {
    margin: 0 auto;
    max-width: 1400px;
  }
  .container .header::before {
    height: 92%;
  }
  .container .header::after {
    width: 86%;
    top: 2%;
  }
  .container .header__logo {
    width: 45%;
    padding: 10px 0;
  }
  .container .header__img {
    width: 100%;
    height: auto;
    padding: 4%;
  }
  .container .header__img figure {
    width: 100%;
  }
  .container .header__bg-top, .container .header__bg-bottom {
    height: 30%;
  }
  .container .header__title {
    position: absolute;
    bottom: 1.5%;
    background-color: transparent;
    padding: 0;
  }
  .container .header__title span {
    width: 43%;
    margin-left: 5%;
  }
  .container .header__title h1 {
    padding: 20px 5%;
  }
  .container .header__title h1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(211, 237, 240, 0.75);
  }
  .container .header__title.pc {
    display: flex;
  }
  .container .lead {
    margin: 60px auto;
  }
  .container .lead p {
    font-size: 18px;
    font-weight: 600;
  }
  .container section h2 {
    padding-left: 30px;
    margin: 100px auto 40px;
  }
  .container section .photo {
    margin: 60px auto;
  }
  .container section .photo figure {
    height: auto;
  }
  .container section .photo p {
    width: 100%;
    font-size: 14px;
  }
  .container section .figure {
    margin: 60px auto;
  }
  .container section .figure p {
    font-size: 14px;
  }
}