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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
:root {
  --color-paleBlue: #0096d1;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}
.wrapper p {
  font-size: 16px;
  line-height: 2;
}
.wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.wrapper a {
  text-decoration: none;
  transition: 0.4s;
}
.wrapper .header {
  position: relative;
  width: 100%;
  background-image: linear-gradient(160deg, #00afe5 0%, #008be8 55%, #2259b2 100%);
}
.wrapper .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(bg.png);
  background-repeat: repeat;
  background-size: 200px;
  mix-blend-mode: multiply;
  opacity: 0.1;
}
.wrapper .header__inner {
  position: relative;
  width: 100%;
  padding-top: 2%;
}
.wrapper .header_bg {
  width: min(94%, 1330px);
  height: 61.33vw;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.wrapper .header_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 33% 50%;
}
.wrapper .header_title * {
  transition: all 0.3s;
}
.wrapper .header_title img {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));
}
.wrapper .header .ttl {
  position: absolute;
  bottom: 4%;
  right: 0;
  padding: 3% 5% 3% 4%;
  width: 82%;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.wrapper .header .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(36, 150, 241, 0.8) 0%, rgba(1, 102, 198, 0.8) 100%);
  border-radius: 10px 0 0 10px;
  z-index: -1;
}
.wrapper .header .ttl-sub {
  position: absolute;
  width: 55.6%;
  top: 42%;
  right: 4%;
}
.wrapper .header p {
  position: relative;
  width: min(90%, 680px);
  margin: 30px auto 0;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  color: #fff;
}
.wrapper .contents {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 30px 0;
  background-color: #f0f4f9;
}
.wrapper .contents_inner {
  position: relative;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  width: min(92%, 1000px);
  margin: auto;
  border-radius: 20px;
  padding-top: 30px;
}
.wrapper .contents_inner > p {
  text-indent: 1em;
}
.wrapper h2 {
  position: relative;
  text-align: center;
  color: #282f44;
  font-weight: 600;
  font-size: min(5vw, 26px);
  line-height: 1.6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.wrapper h2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--color-paleBlue);
}
.wrapper h2:not(:first-of-type) {
  margin-top: 70px;
}
.wrapper h2 .sp {
  display: block;
}
.wrapper p {
  width: min(90%, 680px);
  margin: auto;
}
.wrapper p + p {
  margin-top: 1.5em;
}
.wrapper .prof {
  width: min(90%, 600px);
  margin: 40px auto;
}
.wrapper .prof .photo {
  width: 100%;
  height: 70vw;
  margin-bottom: 10px;
}
.wrapper .prof .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper .prof p {
  font-size: 12px;
  width: 100%;
  line-height: 1.7;
}
.wrapper .prof p span {
  font-size: 150%;
  font-weight: 600;
}
.wrapper .prof p + p {
  margin-top: 10px;
}
.wrapper .prof p:last-of-type {
  padding-left: 10px;
  border-left: solid 1px #b2b2b2;
}
.wrapper .figure {
  width: min(96%, 900px);
  margin: 40px auto;
}
.wrapper .figure h3 {
  color: var(--color-paleBlue);
  font-size: min(4.2vw, 18px);
  text-align: center;
}
.wrapper .figure img {
  margin: 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.wrapper .figure p {
  width: 84%;
  background-color: var(--color-paleBlue);
  color: #fff;
  font-size: 14px;
  padding: 1em;
  line-height: 1.6;
}
.wrapper .info {
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.wrapper .info a {
  color: #2563d6;
}
.wrapper .info a.logo {
  width: min(80%, 360px);
  margin: 8% 0;
}
.wrapper .info a.text {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .wrapper .header__inner {
    max-width: 1400px;
    margin: auto;
  }
  .wrapper .header_bg {
    height: 49.17vw;
    max-height: 690px;
    border-radius: 30px;
  }
  .wrapper .header_bg img {
    object-position: top center;
  }
  .wrapper .header_title {
    position: absolute;
    width: 58%;
    right: 0;
    top: 40%;
    padding: 2.5% 0 2.5% 2%;
  }
  .wrapper .header_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(36, 150, 241, 0.8) 0%, rgba(1, 102, 198, 0.8) 100%);
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .wrapper .header .ttl {
    position: relative;
    box-shadow: none;
    padding: 0;
    bottom: auto;
    right: auto;
    width: 90%;
  }
  .wrapper .header .ttl::before {
    content: none;
  }
  .wrapper .header .ttl-sub {
    width: 80%;
    margin-bottom: 5%;
    position: relative;
    top: auto;
    right: auto;
  }
  .wrapper .header p {
    font-size: 17px;
    margin: 40px auto 0;
    padding-bottom: 60px;
  }
  .wrapper .contents {
    padding: 60px 0;
  }
  .wrapper .contents_inner {
    padding-top: 50px;
  }
  .wrapper h2:not(:first-of-type) {
    margin-top: 100px;
  }
  .wrapper h2 .sp {
    display: none;
  }
  .wrapper .prof {
    margin: 60px auto;
  }
  .wrapper .prof .photo {
    height: auto;
  }
  .wrapper .prof .text {
    display: flex;
  }
  .wrapper .prof p:first-of-type {
    width: 32%;
  }
  .wrapper .prof p:last-of-type {
    width: 68%;
    padding-left: 20px;
  }
  .wrapper .figure {
    margin: 60px auto;
  }
  .wrapper .figure img {
    margin: 30px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.13);
  }
  .wrapper .figure p {
    max-width: 600px;
    padding: 1em 2em;
  }
  .wrapper .info {
    margin: 80px auto;
  }
  .wrapper .info a.logo {
    margin: 50px 0;
    transition: 0.3s;
  }
  .wrapper .info a.logo:hover {
    transform: scale(1.05);
  }
  .wrapper .info a.text {
    padding-bottom: 2px;
    background-image: linear-gradient(var(--color-paleBlue), var(--color-paleBlue));
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s ease;
  }
  .wrapper .info a.text:hover {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}