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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#container p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}
#container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#container a {
  text-decoration: none;
  transition: 0.4s;
}
#container .head {
  position: relative;
  background: linear-gradient(90deg, #4d148c 0%, #7d22c3 33%, #ff6200 100%);
}
#container .headImg {
  width: min(100%, 1400px);
  margin: auto;
  aspect-ratio: 25/16;
}
#container .headImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 17% 50%;
     object-position: 17% 50%;
}
#container .headInner {
  width: 90%;
  margin: auto;
  padding: 20px 0;
}
#container .headInner img {
  display: block;
}
#container .headInner .title_main {
  margin-top: 15px;
}
#container .lead {
  padding: 30px 0;
}
#container .lead p {
  width: min(90%, 740px);
  margin: auto;
  font-size: 17px;
}
#container .section {
  padding: 40px 0;
}
#container .section h2 {
  position: relative;
  font-size: min(6vw, 30px);
  text-align: center;
  color: #4d148c;
  margin: 0 0 2em;
  line-height: 1.6;
  font-feature-settings: "palt";
}
#container .section h2::before {
  content: "";
  position: absolute;
  top: -70%;
  left: 50%;
  width: 50%;
  height: 225%;
  background-image: url(h2_bg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  z-index: -1;
}
#container .sectionInner p {
  text-indent: 1em;
  width: min(90%, 740px);
  margin: auto;
}
#container .sectionInner p + p {
  margin-top: 1.5em;
}
#container .sectionInner .note {
  font-size: 12px;
  display: block;
  text-indent: 0;
  line-height: 1.6;
  margin-top: 0.5em;
}
#container .sectionInner a {
  color: #ff6200;
  display: inline;
  word-break: break-all;
  background-image: linear-gradient(90deg, #ff6200, #ff6200);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  padding-bottom: 1px;
  transition: background-size 0.4s;
}
#container .sectionInner a span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
#container .sectionInner a span img {
  vertical-align: top;
}
#container .prof {
  position: relative;
  width: min(100%, 740px);
  margin: 40px auto;
}
#container .profImg {
  width: 100%;
  aspect-ratio: 3/2;
}
#container .profImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 50%;
     object-position: 0% 50%;
}
#container .profTxt {
  background: #4d148c;
  color: #fff;
  padding: 20px 0;
}
#container .profTxt p {
  text-indent: 0;
  text-align: left;
}
#container .profTxt p:nth-of-type(1) {
  font-size: 1.5em;
  line-height: 1.3;
}
#container .profTxt p:nth-of-type(1) span {
  font-size: 70%;
  padding-left: 5px;
}
#container .profTxt p:nth-of-type(1) span.en {
  padding: 0;
  display: block;
  font-size: 50%;
  transform: scale(1.1, 1);
  transform-origin: 0 0;
  letter-spacing: 0.08em;
  width: 10em;
}
#container .profTxt p:nth-of-type(2) {
  font-size: 12px;
  line-height: 1.5;
}
#container .profTxt p + p {
  margin-top: 0.8em;
}
#container .photo {
  width: min(100%, 1400px);
  margin: 40px auto;
}
#container .next {
  width: min(90%, 740px);
  display: block;
  margin: auto;
  position: relative;
}
#container .nextTxt {
  width: 74%;
  background: #4d148c;
  color: #fff;
  padding: 20px;
}
#container .nextTxt p:nth-of-type(1) {
  font-size: min(4vw, 18px);
  transform: scale(1.2, 1);
  transform-origin: 0 0;
  width: 5em;
  margin-bottom: 1em;
  border-bottom: solid 1px #fff;
}
#container .nextTxt p:nth-of-type(2) {
  font-size: min(4.4vw, 21px);
  line-height: 1.5;
  font-feature-settings: "palt";
}
#container .nextImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
#container .nextImg img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 63% 50%;
     object-position: 63% 50%;
}
#container .connect_link {
  margin: 40px auto;
  text-align: center;
}
#container .connect_link ul {
  list-style: none;
  padding: 0;
}
#container .connect_link ul li + li {
  margin-top: 1em;
}
#container .connect_link ul li a {
  display: inline-block;
  padding: 10px 0;
  color: #fff;
  font-size: min(4.26vw, 15px);
  line-height: 1.6;
  font-weight: 500;
  width: min(90%, 300px);
  background: linear-gradient(90deg, #4d148c 0%, #7d22c3 33%, #ff6200 100%);
  border-radius: 30px;
  position: relative;
}
#container .connect_link ul li a::before {
  position: absolute;
  content: "▶";
  font-size: min(4.26vw, 15px);
  line-height: 1.6;
  color: #fff;
  top: 25%;
  right: 10px;
}
#container .contact {
  margin: 40px auto;
  text-align: center;
}
#container .contact a {
  display: block;
}
#container .contact .logoLink {
  width: min(80%, 453px);
  margin: 0 auto;
}
#container .contact .textLink {
  position: relative;
  display: inline;
  padding-bottom: 5px;
  background: linear-gradient(90deg, #4d148c 0%, #7d22c3 33%, #ff6200 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
#container .contact .textLink::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #4d148c;
  transform: scale(0, 1);
  transition: 0.4s;
}
#container .contact .textLink:hover::after {
  transform: scale(1, 1);
}
#container .pagination {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 200px;
  margin: 60px auto;
}
#container .pagination div, #container .pagination a {
  border: solid 1px #ff6200;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
#container .pagination div {
  background: #ff6200;
  color: #fff;
}
#container .pagination a {
  color: #ff6200;
  text-decoration: none;
}
#container .pagination a svg {
  width: 16px;
  fill: #ff6200;
}

@media screen and (min-width: 641px) {
  #container .head {
    padding: 10px 0;
  }
  #container .headImg {
    position: absolute;
    aspect-ratio: 28/13;
    left: 50%;
    transform: translateX(-50%);
  }
  #container .headInner {
    position: relative;
    aspect-ratio: 28/13;
    margin: auto;
    width: min(100%, 1400px);
    padding: 0 0 30px;
  }
  #container .headInner h1 {
    position: relative;
    padding-top: min(24.29vw, 320px);
    margin: 0 5% 0 auto;
    width: min(58.57vw, 820px);
  }
  #container .headInner .title_main {
    margin-top: 3%;
  }
  #container .lead {
    background: linear-gradient(90deg, #4d148c 0%, #7d22c3 33%, #ff6200 100%);
    color: #fff;
    padding: 30px 0 60px;
  }
  #container .section {
    padding: 110px 0 0;
  }
  #container .sectionInner a:hover {
    background-size: 100% 1px;
  }
  #container .prof {
    margin: 60px auto;
  }
  #container .prof::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(48.3deg, transparent 56%, #4d148c 56.2%);
  }
  #container .profImg {
    width: 100%;
    height: 38%;
    aspect-ratio: auto;
  }
  #container .profTxt {
    position: absolute;
    right: 0;
    bottom: 4em;
    padding: 0;
    background: none;
    width: 28%;
  }
  #container .profTxt p {
    width: 100%;
  }
  #container .profTxt p + p {
    margin-top: 2em;
  }
  #container .photo {
    margin: 60px auto;
  }
  #container .next {
    margin: 60px auto;
  }
  #container .next::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(-48.3deg, transparent 30%, #4d148c 30.2%);
    left: 0;
    top: 0;
  }
  #container .nextTxt {
    position: relative;
    background: none;
    display: flex;
    align-items: center;
  }
  #container .nextTxt p:nth-of-type(1) {
    border-bottom: 0;
    margin: 0;
    width: 16%;
  }
  #container .nextTxt p:nth-of-type(2) {
    font-size: min(3vw, 24px);
    letter-spacing: 0.1em;
    padding: 0.8em 0 0.8em 1em;
    border-left: solid 1px #fff;
  }
  #container .nextImg img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  #container .next:hover {
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.5);
  }
  #container .connect_link {
    margin: 60px auto;
  }
  #container .connect_link ul li a:hover {
    transform: translateY(5px);
    opacity: 0.8;
  }
  #container .contact {
    margin: 60px auto;
  }
  #container .contact .logoLink {
    margin: 40px auto 20px;
  }
  #container .contact .logoLink:hover {
    opacity: 0.8;
  }
  #container .pagination a:hover {
    background: #ff6200;
    color: #fff;
  }
  #container .pagination a:hover svg {
    fill: #fff;
  }
}