@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  color: #111;
  letter-spacing: .05rem;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

@media only screen and (min-width: 640px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
  width: 100%;
}

a {
  text-decoration: none;
  color: #111;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.bg-yellow {
  background: #ffed23;
}

.bg-lightyellow {
  background: #FFF8E0;
}

.bg-dots {
  background-color: #fff;
  background-image: radial-gradient(rgba(255, 237, 35, 0.6) 20%, rgba(0, 0, 0, 0) 20%);
  background-size: 8px 8px;
}
@media only screen and (min-width: 640px) {
  .bg-dots {
    background-image: radial-gradient(rgba(255, 237, 35, 0.6) 20%, rgba(0, 0, 0, 0) 20%);
    background-size: 16px 16px;
  }
}

.color-blue {
  color: #00c3ff;
}

.section {
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 640px) {
  .section {
    padding: 80px 0;
  }
}

.inner, .inner__small {
  padding: 0 15px;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .inner, .inner__small {
    padding: 0 40px;
    max-width: 1280px;
  }
}
@media only screen and (min-width: 640px) {
  .inner__small {
    max-width: 1180px;
  }
}

.ttl-h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (min-width: 640px) {
  .ttl-h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .ttl-h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}

.mov-text {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .mov-text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.u-radius, .u-radius__main, .u-radius__trouble {
  border-radius: 24px;
  border: 5px solid #111;
  background: #fff;
}
.u-radius__main {
  border-radius: 20px;
  background-image: url(../img/bg-dots.svg);
  background-position: top left;
  background-repeat: repeat;
  background-size: 8px 8px;
}
.u-radius__trouble {
  border-color: #00c3ff;
  background: #FFF8E0;
}

.u-marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #ffed23 70%);
}
.u-marker__blue {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #00c3ff 70%);
}

.header {
  padding: 16px 0;
}
@media only screen and (min-width: 640px) {
  .header {
    padding: 24px 0;
  }
}
.header .logo {
  width: 180px;
}
@media only screen and (min-width: 640px) {
  .header .logo {
    width: 220px;
  }
}
@media print, screen and (min-width: 1024px) {
  .header .logo {
    width: 280px;
  }
}

.form-section {
  padding: 40px 0;
}
@media only screen and (min-width: 640px) {
  .form-section {
    padding: 80px 0;
  }
}
.form-section .inner, .form-section .inner__small {
  max-width: 1140px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 80px;
}
.form-section h2 {
  text-align: center;
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 40px;
}
@media screen and (max-width: 428px) {
  .form-section h2 {
    font-size: 24px;
  }
}
.form-section p {
  text-align: center;
  margin-bottom: 40px;
}
.form-section .contact_form input.button {
  width: 100%;
  max-width: 320px;
  margin: 40px auto 0;
  background: #482C77;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: none;
}

.divisitons-section {
  padding-bottom: 40px;
}
.divisitons-section h2 {
  text-align: center;
  font-weight: 40px;
  margin-bottom: 40px;
}
.divisitons-section a {
  background: #482C77;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  width: 100%;
  max-width: 740px;
  display: block;
  text-decoration: none;
  margin: 0 auto;
}

.footer {
  padding: 24px 0;
}
@media print, screen and (min-width: 1024px) {
  .footer {
    padding: 40px 0;
  }
}
.footer p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 16px;
}
.footer p.copyright {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.footer .outer-link {
  padding-left: 20px;
  position: relative;
  display: inline-block;
}
.footer .outer-link::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #00c3ff;
  border-right: solid 3px #00c3ff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.a-fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* このクラスをつけると回転を無限に繰り返します */
.a-fuwafuwa {
  animation: 3s fuwafuwa infinite;
}

.a-scale {
  animation: scale 2s both;
}

@keyframes scale {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  30% {
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.a-rotate {
  animation: rotate_anime 4s infinite;
  animation-delay: 3s;
}

@keyframes rotate_anime {
  90% {
    transform: rotateY(0deg);
    /* アニメーションの進みが0%の時の状態 */
  }
  100% {
    transform: rotateY(360deg);
    /* アニメーションの進みが100%の時の状態 */
  }
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 19px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 19px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.a-mouse-scroll {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-decoration: none;
  padding-top: 40px;
  color: #111;
}
@media print, screen and (min-width: 1024px) {
  .a-mouse-scroll {
    bottom: 45px;
  }
}
.a-mouse-scroll span {
  position: absolute;
  top: 0;
  left: 54%;
  width: 24px;
  height: 40px;
  margin-left: -15px;
  border: 2px solid #111;
  border-radius: 50px;
  box-sizing: border-box;
}
.a-mouse-scroll span::before {
  position: absolute;
  top: 5px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #111;
  border-radius: 100%;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}

.a-smooth-slide .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.a-hover-opacity {
  transition: all .3s;
}
.a-hover-opacity:hover {
  opacity: .8;
}

.a-hover-big-shadow {
  transition: all .3s;
}
.a-hover-big-shadow:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.a-hover-big {
  transition: all .3s;
}
.a-hover-big:hover {
  transform: scale(1.1);
}

.a-hover-inset-border-img figure {
  position: relative;
  display: block;
}
.a-hover-inset-border-img figure::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all .3s;
  border: 0 solid rgba(38, 183, 217, 0.5);
}
.a-hover-inset-border-img:hover figure::after {
  border-width: 15px;
}

.a-hover-inset-border {
  position: relative;
  display: block;
}
.a-hover-inset-border::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all .3s;
  border: 0 solid rgba(38, 183, 217, 0.5);
}
.a-hover-inset-border:hover::after {
  border-width: 15px;
}

.a-hover-clear::before {
  transition: all .3s;
}
.a-hover-clear h2 {
  transition: all .3s;
}
.a-hover-clear h2 span {
  transition: all .3s;
}
.a-hover-clear:hover::before {
  background-color: transparent;
}
.a-hover-clear:hover h2 {
  color: #111;
}
.a-hover-clear:hover h2 span {
  color: #26B7D9;
}

.a-position {
  animation: position 1s both;
  animation-delay: .2s;
}

@keyframes position {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100px);
  }
  1% {
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.a-up-down {
  animation: updown 2s infinite;
  animation-delay: 3s;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
.a-scrollhint {
  position: absolute;
  bottom: 17px;
  left: 30%;
}
@media only screen and (min-width: 640px) {
  .a-scrollhint {
    bottom: 112px;
    left: 28%;
  }
}
@media print, screen and (min-width: 1024px) {
  .a-scrollhint {
    display: none;
  }
}

.a-scrollhint span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #eee;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.a-scrollhint figure {
  content: '';
  position: absolute;
  bottom: -13px;
  left: -4px;
  width: 20px;
  height: 20px;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    left: -5px;
  }
  100% {
    left: 45px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.c-btn, .c-btn__head, .c-btn__main, .c-btn__content {
  display: block;
  position: relative;
  background: #00c3ff;
  border-radius: 12px;
  border: 3px solid #111;
  color: #fff;
  font-weight: bold;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 4px 8px;
  transition: all .3s;
}
.c-btn:hover, .c-btn__head:hover, .c-btn__main:hover, .c-btn__content:hover {
  opacity: .7;
}
@media only screen and (min-width: 640px) {
  .c-btn, .c-btn__head, .c-btn__main, .c-btn__content {
    border: 4px solid #111;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  }
}
.c-btn__head {
  font-size: 16px;
  font-size: 1.6rem;
  background: #07b53b;
}
@media only screen and (min-width: 640px) {
  .c-btn__head {
    font-size: 20px;
    font-size: 2rem;
    width: 200px;
  }
}
.c-btn__main {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 640px) {
  .c-btn__main {
    font-size: 20px;
    font-size: 2rem;
    width: 200px;
  }
}
.c-btn__content {
  font-size: 20px;
  font-size: 2rem;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 8px 0;
  background: #07b53b;
}
@media only screen and (min-width: 640px) {
  .c-btn__content {
    padding: 16px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-btn__content {
    padding: 32px 0;
  }
}

.google-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /*比率をお好みで*/
  margin-top: 8px;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overview-table {
  margin-bottom: 64px;
}
.overview-table:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .overview-table {
    margin-bottom: 80px;
  }
}
.overview-table th, .overview-table td {
  display: block;
  width: 100%;
  font-weight: normal;
}
@media only screen and (min-width: 640px) {
  .overview-table th, .overview-table td {
    display: table-cell;
  }
}
.overview-table th {
  padding: 8px;
  background: #f7f7f7;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media only screen and (min-width: 640px) {
  .overview-table th {
    width: 30%;
    padding: 16px;
    text-align: left;
  }
}
@media print, screen and (min-width: 1024px) {
  .overview-table th {
    width: 20%;
  }
}
.overview-table td {
  padding: 16px;
}
@media only screen and (min-width: 640px) {
  .overview-table td {
    width: 70%;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
}
@media print, screen and (min-width: 1024px) {
  .overview-table td {
    width: 80%;
  }
}
.overview-table a {
  text-decoration: underline;
  color: #26B7D9;
}

.youtube {
  /* 動画をレスポンシブ表示、無駄な余白出さないようにパディング設定 */
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
}
.youtube iframe {
  /* 親要素内100%で動画を表示する */
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube__video {
  /* 親要素内100%でサムネイル画像を表示する */
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
}
.youtube__video img {
  /* 親要素内100%でサムネイル画像を表示する */
  width: 100%;
  height: auto;
}
.youtube__video::before {
  /* FontAwesomeで再生ボタンを画像上に。あっても無くても可 */
  position: absolute;
  content: '';
  background: url(/assets/img/fig-mov-arw.svg) center no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .90;
  transition: .5s;
  cursor: pointer;
}
.youtube__video img:hover {
  /* ホバー時にカーソル変える */
  cursor: pointer;
}
.youtube__video:hover::before {
  /* ホバー時アイコンの色変える */
  opacity: .70;
  transition: .5s;
}

.lum-next-button:after {
  border-right-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

.lum-gallery-button:after {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.lum-previous-button:after {
  border-left-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

.firstview {
  background: url(/img/202305/bg-main.jpg) center right no-repeat;
  background-size: cover;
  height: 460px;
  position: relative;
  z-index: 0;
  padding: 24px 0 0;
}
@media only screen and (min-width: 640px) {
  .firstview {
    height: 600px;
  }
}
@media print, screen and (min-width: 1024px) {
  .firstview {
    height: 700px;
  }
}
.firstview::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/202305/bg-wrap.png) top left -100px no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .firstview::before {
    background: url(/img/202305/bg-wrap.png) top left no-repeat;
    background-size: cover;
  }
}
.firstview__wrap {
  position: relative;
  z-index: -1;
  height: 100%;
}
.firstview__wrap::before, .firstview__wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
}
.firstview__wrap::before {
  border-bottom: 80px solid #250C3D;
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .firstview__wrap::before {
    border-bottom: 130px solid #250C3D;
  }
}
@media print, screen and (min-width: 1024px) {
  .firstview__wrap::before {
    border-bottom: 240px solid #250C3D;
  }
}
.firstview__wrap::after {
  border-bottom: 50px solid #3B1F60;
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .firstview__wrap::after {
    border-bottom: 80px solid #3B1F60;
  }
}
@media print, screen and (min-width: 1024px) {
  .firstview__wrap::after {
    border-bottom: 170px solid #3B1F60;
  }
}
.firstview .main-header {
  margin-bottom: 40px;
}
.firstview .main-header .logo {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 640px) {
  .firstview .main-header .logo {
    font-size: 20px;
    font-size: 2rem;
  }
}
.firstview .main-header .btn-head {
  background: #250C3D;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 4px 0;
  width: 150px;
}
@media only screen and (min-width: 640px) {
  .firstview .main-header .btn-head {
    width: 190px;
    padding: 8px 0;
  }
}
.firstview .main-header .btn-head span {
  position: relative;
  padding-right: 19px;
}
.firstview .main-header .btn-head span::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(/img/common/icon-arw-bottom_white.svg) center no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
}
.firstview h1 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-left: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  .firstview h1 {
    margin-left: 30px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .firstview h1 {
    margin-left: 40px;
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.firstview h1 span {
  display: inline-block;
  background: #fff;
  padding: 4px 0;
  position: relative;
}
.firstview h1 span::before, .firstview h1 span::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
.firstview h1 span::before {
  left: -20px;
  border-bottom: 45px solid #fff;
  border-left: 20px solid transparent;
}
@media only screen and (min-width: 640px) {
  .firstview h1 span::before {
    left: -30px;
    border-bottom: 63px solid #fff;
    border-left: 30px solid transparent;
  }
}
@media print, screen and (min-width: 1024px) {
  .firstview h1 span::before {
    left: -40px;
    border-bottom: 90px solid #fff;
    border-left: 40px solid transparent;
  }
}
.firstview h1 span::after {
  right: -20px;
  border-top: 45px solid #fff;
  border-right: 20px solid transparent;
}
@media only screen and (min-width: 640px) {
  .firstview h1 span::after {
    right: -30px;
    border-top: 63px solid #fff;
    border-right: 30px solid transparent;
  }
}
@media print, screen and (min-width: 1024px) {
  .firstview h1 span::after {
    right: -40px;
    border-top: 90px solid #fff;
    border-right: 40px solid transparent;
  }
}
.firstview h1 span:nth-of-type(n+2) {
  margin-top: 8px;
}
.firstview h1 span em {
  color: #BE3A3C;
  font-style: normal;
}
.firstview .head-info {
  background: rgba(37, 12, 61, 0.85);
  padding: 12px;
  width: 260px;
  color: #fff;
}
@media only screen and (min-width: 640px) {
  .firstview .head-info {
    width: 340px;
    padding: 20px;
  }
}
.firstview .head-info__desc {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  padding: 4px 0;
  background: #d0b674;
  background: linear-gradient(90deg, #d0b674 0%, #917c44 100%);
}
@media only screen and (min-width: 640px) {
  .firstview .head-info__desc {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.firstview .head-info__data {
  line-height: 1;
  margin-top: 8px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .firstview .head-info__data {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.firstview .head-info__browser {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  margin-top: 4px;
}

.task-section {
  background: url(/img/202305/bg-task.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 640px) {
  .task-section {
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 1024px) {
  .task-section {
    padding-bottom: 160px;
  }
}
.task-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 50px solid #fff;
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .task-section::before {
    border-bottom: 80px solid #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .task-section::before {
    border-bottom: 170px solid #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .task-section__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 1024px) {
  .task-section__inner > figure {
    max-width: 570px;
    width: 50%;
  }
}
.task-section__inner .task-text {
  margin-top: 40px;
  color: #fff;
}
@media print, screen and (min-width: 1024px) {
  .task-section__inner .task-text {
    margin-top: 0;
    width: 56%;
    max-width: 570px;
  }
}
.task-section__inner .task-text h2 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 640px) {
  .task-section__inner .task-text h2 {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .task-section__inner .task-text h2 {
    margin-bottom: 40px;
  }
}

.defect-section {
  padding: 40px 0;
}
.defect-section h3 {
  margin: 32px 0 16px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 0;
  background: #9553ad;
  background: linear-gradient(90deg, #9553ad 0%, #3c1053 100%);
}
@media only screen and (min-width: 640px) {
  .defect-section h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .defect-section h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 40px;
  }
}
.defect-section figure {
  overflow: hidden;
  margin-top: 24px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.feature-section {
  background: url(/img/202305/bg-dual.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 80px 0 0;
}
@media only screen and (min-width: 640px) {
  .feature-section {
    padding-top: 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature-section {
    padding-top: 200px;
  }
}
.feature-section::before, .feature-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.feature-section::before {
  border-top: 50px solid #250C3D;
  border-right: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .feature-section::before {
    border-top: 80px solid #250C3D;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature-section::before {
    border-top: 170px solid #250C3D;
  }
}
.feature-section::after {
  border-top: 30px solid #fff;
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .feature-section::after {
    border-top: 50px solid #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature-section::after {
    border-top: 110px solid #fff;
  }
}
.feature-section__wrap {
  position: relative;
  height: 100%;
  padding-bottom: 80px;
}
@media only screen and (min-width: 640px) {
  .feature-section__wrap {
    padding-bottom: 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature-section__wrap {
    padding-bottom: 200px;
  }
}
.feature-section__wrap::before, .feature-section__wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
}
.feature-section__wrap::before {
  border-bottom: 30px solid #250C3D;
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .feature-section__wrap::before {
    border-bottom: 50px solid #250C3D;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature-section__wrap::before {
    border-bottom: 110px solid #250C3D;
  }
}
.feature-section__wrap::after {
  border-bottom: 50px solid #fff;
  border-right: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .feature-section__wrap::after {
    border-bottom: 80px solid #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature-section__wrap::after {
    border-bottom: 170px solid #fff;
  }
}
@media only screen and (min-width: 640px) {
  .feature-section .inner__small {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.feature-section .mov_screen {
  position: relative;
  color: #fff;
}
@media only screen and (min-width: 640px) {
  .feature-section .mov_screen {
    width: 55%;
  }
}
.feature-section h2 {
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.7;
}
@media only screen and (min-width: 640px) {
  .feature-section h2 {
    margin-bottom: 0;
    width: 43%;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature-section h2 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.feature-section h2 span {
  border: 1px solid #fff;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  padding: 4px 4px;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  .feature-section h2 span {
    font-size: 40px;
    font-size: 4rem;
    padding: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .feature-section h2 span {
    font-size: 64px;
    font-size: 6.4rem;
  }
}

.intro-section {
  padding: 40px 0;
}
.intro-section h2 {
  line-height: 1.7;
  margin-bottom: 24px;
}
@media only screen and (min-width: 640px) {
  .intro-section h2 {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .intro-section h2 {
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.intro-section h2 span {
  line-height: 1;
  padding: 4px 4px;
  color: #fff;
  display: inline-block;
  background: #9553ad;
  background: linear-gradient(90deg, #9553ad 0%, #3c1053 100%);
}
@media print, screen and (min-width: 1024px) {
  .intro-section h2 span {
    padding: 8px;
  }
}
.intro-section__inner {
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  .intro-section__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .intro-section__inner {
    padding: 40px;
  }
}
.intro-section__mov {
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .intro-section__mov {
    margin-bottom: 0;
    width: 66%;
  }
}
@media print, screen and (min-width: 1024px) {
  .intro-section__mov {
    width: 65%;
  }
}
@media only screen and (min-width: 640px) {
  .intro-section__fig {
    width: 31%;
  }
}
@media print, screen and (min-width: 1024px) {
  .intro-section__fig {
    width: 32%;
  }
}
.intro-section__fig a {
  display: block;
}
.intro-section__fig a:nth-of-type(n+2) {
  margin-top: 16px;
}

.seminar-section {
  background: url(/img/202305/bg-seminar.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  padding: 0;
  color: #fff;
}
.seminar-section::before, .seminar-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: 1;
}
.seminar-section::before {
  border-top: 50px solid #250C3D;
  border-right: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .seminar-section::before {
    border-top: 80px solid #250C3D;
  }
}
@media print, screen and (min-width: 1024px) {
  .seminar-section::before {
    border-top: 170px solid #250C3D;
  }
}
.seminar-section::after {
  border-top: 30px solid #fff;
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .seminar-section::after {
    border-top: 50px solid #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .seminar-section::after {
    border-top: 110px solid #fff;
  }
}
.seminar-section__wrap {
  position: relative;
  height: 100%;
  padding-bottom: 0;
}
.seminar-section__wrap::before, .seminar-section__wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
}
.seminar-section__wrap::before {
  border-bottom: 30px solid #250C3D;
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .seminar-section__wrap::before {
    border-bottom: 50px solid #250C3D;
  }
}
@media print, screen and (min-width: 1024px) {
  .seminar-section__wrap::before {
    border-bottom: 110px solid #250C3D;
  }
}
.seminar-section__wrap::after {
  border-bottom: 50px solid #fff;
  border-right: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .seminar-section__wrap::after {
    border-bottom: 80px solid #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .seminar-section__wrap::after {
    border-bottom: 170px solid #fff;
  }
}
.seminar-section__inner {
  background: rgba(62, 16, 83, 0.75);
  padding: 120px 24px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media only screen and (min-width: 640px) {
  .seminar-section__inner {
    width: 70%;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .seminar-section__inner {
    width: 55%;
    padding: 120px 50px;
  }
}
.seminar-section__inner__wrap {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.seminar-section__inner a {
  background: #fff;
  display: block;
  border-radius: 4px;
  width: 80%;
  margin: 0 auto;
  max-width: 220px;
  text-align: center;
  color: #333;
  position: relative;
  font-weight: bold;
  padding: 8px 0;
  margin-top: 40px;
}
.seminar-section__inner a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
.seminar-section .seminar-ttl {
  font-size: 16px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 1024px) {
  .seminar-section .seminar-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.seminar-section h2 {
  margin-bottom: 24px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 8px 0;
  margin: 8px 0 16px;
}
@media only screen and (min-width: 640px) {
  .seminar-section h2 {
    padding: 16px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .seminar-section h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.seminar-section__info {
  margin-top: 24px;
  background: rgba(37, 12, 61, 0.7);
  padding: 16px;
}
@media print, screen and (min-width: 1024px) {
  .seminar-section__info {
    padding: 30px 60px 40px;
    margin-top: 32px;
  }
}
.seminar-section__info > p {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.seminar-section__info .info-box {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.seminar-section__info .info-box .date-info {
  height: 100%;
  width: 75px;
  height: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  color: #222;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto 8px;
}
@media only screen and (min-width: 640px) {
  .seminar-section__info .info-box .date-info {
    margin: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .seminar-section__info .info-box .date-info {
    width: 80px;
    height: 80px;
  }
}
.seminar-section__info .info-box .date-info .date {
  display: flex;
}
.seminar-section__info .info-box .date-info span {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 5px;
}
@media print, screen and (min-width: 1024px) {
  .seminar-section__info .info-box .date-info span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.seminar-section__info .info-box .date-info .month {
  padding-bottom: 16px;
  position: relative;
}
.seminar-section__info .info-box .date-info .month::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(30deg) translate(-50%, -50%);
  width: 2px;
  height: 40px;
  background: #222;
}
.seminar-section__info .info-box .date-info .day {
  padding-top: 16px;
}
.seminar-section__info .info-box .date-info .week-text {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
  line-height: 1;
  margin-top: 4px;
}
.seminar-section__info .info-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 8px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .seminar-section__info .info-box ul {
    width: auto;
    flex: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  .seminar-section__info .info-box ul {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.dual-section {
  padding: 40px 0;
}
.dual-section h2 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 640px) {
  .dual-section h2 {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .dual-section h2 {
    margin-bottom: 40px;
  }
}
.dual-section__inner {
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 640px) {
  .dual-section__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .dual-section__inner {
    padding: 40px;
  }
}
.dual-section__mov {
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .dual-section__mov {
    width: 66%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .dual-section__mov {
    width: 65%;
  }
}
@media only screen and (min-width: 640px) {
  .dual-section__fig {
    width: 31%;
  }
}
@media print, screen and (min-width: 1024px) {
  .dual-section__fig {
    width: 32%;
  }
}
.dual-section__fig a {
  display: block;
}
.dual-section__fig a:nth-of-type(n+2) {
  margin-top: 16px;
}

.solution-section {
  position: relative;
  z-index: 0;
  padding: 80px 0 40px;
  background: #F0EFFC;
}
@media print, screen and (min-width: 1024px) {
  .solution-section {
    padding-top: 160px;
  }
}
.solution-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #fff;
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .solution-section::after {
    border-top: 80px solid #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .solution-section::after {
    border-top: 170px solid #fff;
  }
}
.solution-section h2 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 640px) {
  .solution-section h2 {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .solution-section h2 {
    margin-bottom: 40px;
  }
}
.solution-section__box {
  position: relative;
  z-index: 0;
}
.solution-section__box::after {
  z-index: -1;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  height: 70%;
  background: #9553ad;
  background: linear-gradient(90deg, #9553ad 0%, #3c1053 100%);
}
@media only screen and (min-width: 640px) {
  .solution-section__box::after {
    width: 60%;
    height: 86%;
  }
}
@media print, screen and (min-width: 1024px) {
  .solution-section__box::after {
    max-width: 900px;
    width: 80%;
  }
}
@media only screen and (min-width: 640px) {
  .solution-section__box .mov-text {
    text-align: right;
  }
}
@media only screen and (min-width: 640px) {
  .solution-section__box:nth-of-type(odd) .inner__small {
    flex-direction: row-reverse;
  }
}
.solution-section__box:nth-of-type(even)::after {
  left: inherit;
  right: 0;
}
.solution-section__box:nth-of-type(even) .mov-text {
  text-align: right;
}
@media only screen and (min-width: 640px) {
  .solution-section__box:nth-of-type(even) .mov-text {
    text-align: left;
  }
}
.solution-section__box:nth-of-type(even) .solution-section__text {
  margin-left: 12vw;
  padding-left: 15px;
}
@media only screen and (min-width: 640px) {
  .solution-section__box:nth-of-type(even) .solution-section__text {
    margin-left: 0;
  }
}
.solution-section__box:nth-of-type(n+2) {
  margin-top: 40px;
}
@media only screen and (min-width: 640px) {
  .solution-section__box:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 640px) {
  .solution-section .inner__small {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.solution-section__mov {
  color: #fff;
}
@media only screen and (min-width: 640px) {
  .solution-section__mov {
    color: #333;
    width: 55%;
  }
}
.solution-section__text {
  color: #fff;
  padding: 16px 0;
}
@media only screen and (min-width: 640px) {
  .solution-section__text {
    width: 42%;
  }
}
@media print, screen and (min-width: 1024px) {
  .solution-section__text {
    padding-top: 70px;
  }
}
.solution-section__text p {
  font-size: 13px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 1024px) {
  .solution-section__text p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.solution-section__text p span {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
}
@media print, screen and (min-width: 1024px) {
  .solution-section__text p span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.solution-section__text h3 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 16px;
}
@media print, screen and (min-width: 1024px) {
  .solution-section__text h3 {
    line-height: 1.5;
    font-size: 20px;
    font-size: 2rem;
    margin-top: 40px;
  }
}
.solution-section__text h3 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
@media print, screen and (min-width: 1024px) {
  .solution-section__text h3 span {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.map-section {
  position: relative;
  z-index: 0;
  padding: 0 0 40px 0;
}
.map-section::before, .map-section::after {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  bottom: 0;
}
.map-section::before {
  height: 50px;
  width: 100%;
  background: #513688;
  background: linear-gradient(90deg, #513688 0%, #220739 100%);
}
@media only screen and (min-width: 640px) {
  .map-section::before {
    height: 80px;
  }
}
@media print, screen and (min-width: 1024px) {
  .map-section::before {
    height: 170px;
  }
}
.map-section::after {
  border-top: 50px solid #fff;
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .map-section::after {
    border-top: 80px solid #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .map-section::after {
    border-top: 170px solid #fff;
  }
}
.map-section__wrap {
  position: relative;
  z-index: 0;
  padding-top: 40px;
}
.map-section__wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  top: 0;
  border-top: 50px solid #F0EFFC;
  border-right: 100vw solid transparent;
}
@media only screen and (min-width: 640px) {
  .map-section__wrap::before {
    border-top: 80px solid #F0EFFC;
  }
}
@media print, screen and (min-width: 1024px) {
  .map-section__wrap::before {
    border-top: 170px solid #F0EFFC;
  }
}
.map-section__inner {
  padding: 40px 32px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 0;
  background: #fff;
}
@media only screen and (min-width: 640px) {
  .map-section__inner {
    padding: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 1024px) {
  .map-section__inner {
    padding: 80px 50px;
  }
}
@media only screen and (min-width: 640px) {
  .map-section__inner > figure {
    width: 55%;
  }
}
@media print, screen and (min-width: 1024px) {
  .map-section__inner > figure {
    width: 56%;
  }
}
.map-section__text {
  margin-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  .map-section__text {
    width: 42%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .map-section__text {
    width: 40%;
  }
}
.map-section__text figure {
  width: 80%;
  margin: 0 auto;
  max-width: 200px;
  margin-bottom: 24px;
}
.map-section__text h3 {
  font-size: 20px;
  font-size: 2rem;
}
@media print, screen and (min-width: 1024px) {
  .map-section__text h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.film-section {
  background-image: url(/img/202305/bg-slide.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  position: relative;
  padding: 40px 0;
}
@media print, screen and (min-width: 1024px) {
  .film-section {
    background-size: cover;
    padding-bottom: 80px;
  }
}
.film-section::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #513688 0%, #220739 100%);
}
.film-section h2 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 640px) {
  .film-section h2 {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .film-section h2 {
    margin-bottom: 40px;
  }
}
.film-section .swiper {
  padding-bottom: 48px;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 1024px) {
  .film-section .swiper {
    padding-bottom: 80px;
  }
}
.film-section .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.film-section .swiper-pagination-bullet-active {
  background: #0966E2;
}
.film-section a {
  color: #fff;
}
.film-section a .slide-text-box {
  margin-top: 8px;
}
.film-section a .slide-text-box h3 {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 640px) {
  .film-section a .slide-text-box h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .film-section a .slide-text-box h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.film-section a .slide-text-box h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  background: #fff;
}
.film-section a .slide-text-box p {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 640px) {
  .film-section a .slide-text-box p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .film-section a .slide-text-box p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.film-section .btn-solution {
  border: 1px solid #fff;
  border-radius: 4px;
  display: block;
  text-align: center;
  padding: 8px 16px;
  margin: 0 auto;
  width: 80%;
  max-width: 620px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .film-section .btn-solution {
    padding: 16px;
  }
}
.film-section .btn-solution::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  right: 16px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.doc-section {
  padding: 40px 0;
  background: #f7f7f7;
}
@media print, screen and (min-width: 1024px) {
  .doc-section {
    padding: 80px 0;
  }
}
.doc-section h2 {
  margin-bottom: 24px;
}
@media only screen and (min-width: 640px) {
  .doc-section h2 {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .doc-section h2 {
    margin-bottom: 40px;
  }
}
.doc-section__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 640px) {
  .doc-section__inner {
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .doc-section__inner {
    margin-bottom: 40px;
  }
}
.doc-section__inner a {
  display: block;
  width: 30%;
  margin: 0 5px;
}
@media only screen and (min-width: 640px) {
  .doc-section__inner a {
    width: 19%;
    margin: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .doc-section__inner a {
    width: 18%;
  }
}
.doc-section__inner a:nth-of-type(n+4) {
  margin-top: 24px;
}
@media only screen and (min-width: 640px) {
  .doc-section__inner a:nth-of-type(n+4) {
    margin-top: 0;
  }
}
.doc-section__inner a figure {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.doc-section__inner a p {
  margin-top: 4px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 1024px) {
  .doc-section__inner a p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.doc-section .btn-doc {
  display: block;
  background: #482C77;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 80%;
  max-width: 360px;
  margin: 0 auto;
  border-radius: 4px;
  padding: 16px 0;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-vertical-middle {
  vertical-align: middle;
}

.u-vertical-inherit {
  vertical-align: inherit;
}

.u-vertical-base {
  vertical-align: baseline;
}

.u-vertical-sub {
  vertical-align: sub;
  line-height: 1;
}

.u-vertical-sup {
  vertical-align: super;
}

@media only screen and (min-width: 640px) {
  .u-sm-text-center {
    text-align: center;
  }

  .u-sm-text-left {
    text-align: left;
  }

  .u-sm-text-right {
    text-align: right;
  }

  .u-sm-vertical-middle {
    vertical-align: middle;
  }

  .u-sm-vertical-inherit {
    vertical-align: inherit;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-md-text-center {
    text-align: center;
  }

  .u-md-text-left {
    text-align: left;
  }

  .u-md-text-right {
    text-align: right;
  }

  .u-md-vertical-middle {
    vertical-align: middle;
  }

  .u-md-vertical-inherit {
    vertical-align: inherit;
  }
}
.u-d-none {
  display: none !important;
}

.u-d-block {
  display: block !important;
}

@media only screen and (min-width: 640px) {
  .u-d-sm-none {
    display: none !important;
  }

  .u-d-sm-block {
    display: block !important;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-d-md-none {
    display: none !important;
  }

  .u-d-md-block {
    display: block !important;
  }
}
.u-d-inline-block {
  display: inline-block !important;
}

.u-d-flex {
  display: flex;
  flex-wrap: wrap;
}

.u-d-flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.u-d-flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.u-d-flex-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.u-d-flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.u-flex-align-center {
  align-items: center;
}

.u-flex-align-end {
  align-items: flex-end;
}

.u-flex-direction-reverse {
  flex-direction: row-reverse;
}

.u-flex-content-baseline {
  align-content: baseline;
}

.u-flex-direction-column {
  display: flex;
  flex-direction: column;
}

.u-width-flex {
  flex: 1;
}

.u-font-en {
  font-family: "Roboto", Helvetica, "メイリオ", Meiryo, sans-serif;
}

.u-font-mincho {
  font-family: 'Noto Serif JP', serif;
}

.u-font-gothic {
  font-family: 'Noto Sans JP', sans-serif;
}

.u-font-marugo {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.u-font-barlow {
  font-family: 'Barlow', sans-serif;
}

.u-font-jost {
  font-family: 'Jost', sans-serif;
}

.u-font-heebo {
  font-family: 'Heebo', sans-serif;
}

.u-font-lexend {
  font-family: 'Lexend Deca', sans-serif;
}

.u-font-yellowtail {
  font-family: 'Yellowtail', sans-serif;
}

.u-font-josefin {
  font-family: 'Josefin Sans', sans-serif;
}

.u-font-oswald {
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  display: inline-block;
}

.u-font-thin {
  font-weight: 100;
}

.u-font-exlight {
  font-weight: 200;
}

.u-font-light {
  font-weight: 300;
}

.u-font-regular {
  font-weight: 400;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-semibold {
  font-weight: 600;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-semiblack {
  font-weight: 800;
}

.u-font-black {
  font-weight: 900;
}

.u-hl, .u-hl__normal, .u-hl__message, .u-hl__content, .u-hl__small, .u-hl__radi, .u-hl__special {
  color: #111;
}
.u-hl__normal {
  color: #00c3ff;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (min-width: 640px) {
  .u-hl__normal {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 640px) {
  .u-hl__normal {
    font-size: 40px;
    font-size: 4rem;
  }
}
.u-hl__message {
  color: #fff;
  padding: 8px 0;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (min-width: 640px) {
  .u-hl__message {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-hl__message {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.u-hl__content {
  color: #00c3ff;
  background: #F4F7FF;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative;
  padding: 4px 0;
}
@media only screen and (min-width: 640px) {
  .u-hl__content {
    padding: 8px 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-hl__content {
    font-size: 40px;
    font-size: 4rem;
  }
}
.u-hl__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #00c3ff transparent transparent transparent;
}
@media only screen and (min-width: 640px) {
  .u-hl__content::before {
    border-width: 24px 24px 0 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-hl__content::before {
    border-width: 32px 32px 0 0;
  }
}
.u-hl__content::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #00c3ff transparent;
}
@media only screen and (min-width: 640px) {
  .u-hl__content::after {
    border-width: 0 0 24px 24px;
  }
}
@media only screen and (min-width: 640px) {
  .u-hl__content::after {
    border-width: 0 0 32px 32px;
  }
}
.u-hl__small {
  color: #00c3ff;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 24px;
}
@media only screen and (min-width: 640px) {
  .u-hl__small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-hl__small {
    font-size: 30px;
    font-size: 3rem;
  }
}
.u-hl__radi {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 24px;
  color: #fff;
  background: #00c3ff;
  border-radius: 20px;
  padding: 4px 0;
}
@media only screen and (min-width: 640px) {
  .u-hl__radi {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .u-hl__radi {
    font-size: 30px;
    font-size: 3rem;
  }
}
.u-hl__special {
  color: #00c3ff;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 24px;
}

.mt-x1 {
  margin-top: 8px;
}

.mt-x2 {
  margin-top: calc(8px * 2);
}

.mt-x3 {
  margin-top: calc(8px * 3);
}

.mt-x4 {
  margin-top: calc(8px * 4);
}

.mt-x5 {
  margin-top: calc(8px * 5);
}

.mt-x6 {
  margin-top: calc(8px * 6);
}

.mt-x7 {
  margin-top: calc(8px * 7);
}

.mt-x8 {
  margin-top: calc(8px * 8);
}

.mt-x9 {
  margin-top: calc(8px * 9);
}

.mt-x10 {
  margin-top: calc(8px * 10);
}

.mr-x1 {
  margin-right: 8px;
}

.mr-x2 {
  margin-right: calc(8px * 2);
}

.mr-x3 {
  margin-right: calc(8px * 3);
}

.mr-x4 {
  margin-right: calc(8px * 4);
}

.mr-x5 {
  margin-right: calc(8px * 5);
}

.mr-x6 {
  margin-right: calc(8px * 6);
}

.mr-x7 {
  margin-right: calc(8px * 7);
}

.mr-x8 {
  margin-right: calc(8px * 8);
}

.mr-x9 {
  margin-right: calc(8px * 9);
}

.mr-x10 {
  margin-right: calc(8px * 10);
}

.mb-x1 {
  margin-bottom: 8px;
}

.mb-x2 {
  margin-bottom: calc(8px * 2);
}

.mb-x3 {
  margin-bottom: calc(8px * 3);
}

.mb-x4 {
  margin-bottom: calc(8px * 4);
}

.mb-x5 {
  margin-bottom: calc(8px * 5);
}

.mb-x6 {
  margin-bottom: calc(8px * 6);
}

.mb-x7 {
  margin-bottom: calc(8px * 7);
}

.mb-x8 {
  margin-bottom: calc(8px * 8);
}

.mb-x9 {
  margin-bottom: calc(8px * 9);
}

.mb-x10 {
  margin-bottom: calc(8px * 10);
}

.ml-x1 {
  margin-left: 8px;
}

.ml-x2 {
  margin-left: calc(8px * 2);
}

.ml-x3 {
  margin-left: calc(8px * 3);
}

.ml-x4 {
  margin-left: calc(8px * 4);
}

.ml-x5 {
  margin-left: calc(8px * 5);
}

.ml-x6 {
  margin-left: calc(8px * 6);
}

.ml-x7 {
  margin-left: calc(8px * 7);
}

.ml-x8 {
  margin-left: calc(8px * 8);
}

.ml-x9 {
  margin-left: calc(8px * 9);
}

.ml-x10 {
  margin-left: calc(8px * 10);
}

.pt-x0 {
  padding-top: 0 !important;
}

.pt-x1 {
  padding-top: 8px !important;
}

.pt-x2 {
  padding-top: calc(8px * 2) !important;
}

.pt-x3 {
  padding-top: calc(8px * 3) !important;
}

.pt-x4 {
  padding-top: calc(8px * 4) !important;
}

.pt-x5 {
  padding-top: calc(8px * 5) !important;
}

.pt-x6 {
  padding-top: calc(8px * 6) !important;
}

.pt-x7 {
  padding-top: calc(8px * 7) !important;
}

.pt-x8 {
  padding-top: calc(8px * 8) !important;
}

.pt-x9 {
  padding-top: calc(8px * 9) !important;
}

.pt-x10 {
  padding-top: calc(8px * 10) !important;
}

.pr-x0 {
  padding-right: 0 !important;
}

.pr-x1 {
  padding-right: 8px;
}

.pr-x2 {
  padding-right: calc(8px * 2);
}

.pr-x3 {
  padding-right: calc(8px * 3);
}

.pr-x4 {
  padding-right: calc(8px * 4);
}

.pr-x5 {
  padding-right: calc(8px * 5);
}

.pr-x6 {
  padding-right: calc(8px * 6);
}

.pr-x7 {
  padding-right: calc(8px * 7);
}

.pr-x8 {
  padding-right: calc(8px * 8);
}

.pr-x9 {
  padding-right: calc(8px * 9);
}

.pr-x10 {
  padding-right: calc(8px * 10);
}

.pb-x0 {
  padding-bottom: 0 !important;
}

.pb-x1 {
  padding-bottom: 8px;
}

.pb-x2 {
  padding-bottom: calc(8px * 2);
}

.pb-x3 {
  padding-bottom: calc(8px * 3);
}

.pb-x4 {
  padding-bottom: calc(8px * 4);
}

.pb-x5 {
  padding-bottom: calc(8px * 5);
}

.pb-x6 {
  padding-bottom: calc(8px * 6);
}

.pb-x7 {
  padding-bottom: calc(8px * 7);
}

.pb-x8 {
  padding-bottom: calc(8px * 8);
}

.pb-x9 {
  padding-bottom: calc(8px * 9);
}

.pb-x10 {
  padding-bottom: calc(8px * 10);
}

.pl-x0 {
  padding-left: 0 !important;
}

.pl-x1 {
  padding-left: 8px;
}

.pl-x2 {
  padding-left: calc(8px * 2);
}

.pl-x3 {
  padding-left: calc(8px * 3);
}

.pl-x4 {
  padding-left: calc(8px * 4);
}

.pl-x5 {
  padding-left: calc(8px * 5);
}

.pl-x6 {
  padding-left: calc(8px * 6);
}

.pl-x7 {
  padding-left: calc(8px * 7);
}

.pl-x8 {
  padding-left: calc(8px * 8);
}

.pl-x9 {
  padding-left: calc(8px * 9);
}

.pl-x10 {
  padding-left: calc(8px * 10);
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

.u-shadow-bottom {
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
}

.u-shadow-bottom-opacity {
  box-shadow: 0px 4px 0px 0px black;
}

.u-shadow-box {
  box-shadow: 5px 5px 0px 0px black;
  position: relative;
  background: #fff;
}
.u-shadow-box::before, .u-shadow-box::after {
  position: absolute;
  content: '';
}
.u-shadow-box::before {
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 5px solid #111;
  left: -2px;
  bottom: -12px;
}
.u-shadow-box::after {
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #111;
  top: -2px;
  right: -12px;
}

.u-note {
  font-size: 1.2rem;
  text-indent: -12px;
  margin: 0 0 0 12px;
  display: block;
}

.u-fig-title {
  font-size: 1.6rem;
  margin: 16px 0 8px;
}

.u-text-underline {
  text-decoration: underline;
}

.u-attention-text {
  text-indent: -14px;
  margin-left: 14px;
}

.u-text-link-arw {
  display: inline-block;
  color: #00c3ff;
  position: relative;
  padding-left: 14px;
}
.u-text-link-arw::before, .u-text-link-arw::after {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.u-text-link-arw::before {
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #00c3ff;
  border-right: 2px solid #00c3ff;
  transform: rotate(45deg);
}

/*# sourceMappingURL=style.css.map */
