@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.iwaki .fv-content {
  width: 100%;
  height: 60vh;
  position: relative;
}
@media (min-width: 768px) {
  .iwaki .fv-content {
    height: 70vh;
  }
}
.iwaki .fv-content-img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/special/fv.jpg");
}
.iwaki .fv-content-img .caption {
  position: absolute;
  left: 10px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
  text-align: left;
}
@media (min-width: 768px) {
  .iwaki .fv-content-img .caption {
    left: none;
    right: 25px;
    text-align: right;
  }
}
.iwaki .fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .iwaki .fv-content-img {
    background-image: url("../img/special/fv.jpg");
  }
}
.iwaki .fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.iwaki .fv-content .bottomline {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.iwaki .fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .iwaki .fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.iwaki .fv-content-title-img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .iwaki .fv-content-title-img {
    max-width: 100%;
  }
}
.iwaki .fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .iwaki .fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}
.iwaki .fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .iwaki .fv-content .scroll {
    bottom: 0;
  }
}
.iwaki .fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}
.iwaki .sec01 {
  padding: 70px 15px;
}
.iwaki .sec01-intro {
  background: #d2ecfa;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iwaki .sec01-intro-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
@media (min-width: 768px) {
  .iwaki .sec01-intro-text {
    flex-direction: row;
    width: 100%;
    padding: 5px;
    max-width: 850px;
  }
}
.iwaki .sec01-intro-text .vol {
  padding: 15px 0;
  border-bottom: 1px solid #333333;
  width: 20%;
}
@media (min-width: 768px) {
  .iwaki .sec01-intro-text .vol {
    padding: 15px 30px;
    border-bottom: none;
    border-right: 1px solid #333333;
  }
}
.iwaki .sec01-intro-text .text {
  font-size: 14px;
  padding: 15px 0;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .iwaki .sec01-intro-text .text {
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
  }
}
.iwaki .sec01-intro-img {
  position: relative;
}
.iwaki .sec01-intro-img .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.iwaki .sec01-title {
  text-align: center;
  font-size: 18px;
  padding: 15px;
  font-weight: bold;
  line-height: 1.5;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .iwaki .sec01-title {
    font-size: 33px;
    padding: 30px 15px;
  }
}
.iwaki .sec01-title .small {
  font-size: 0.7em;
}
.iwaki .sec01-text {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .iwaki .sec01-text {
    font-size: 15px;
    line-height: 2.5;
  }
}
.iwaki .sec01-img {
  position: relative;
}
.iwaki .sec01-img .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  font-weight: bold;
  color: #232323;
  filter: drop-shadow(0px 0px 1px rgb(255, 255, 255)) drop-shadow(1px 0px 1px rgb(255, 255, 255)) drop-shadow(0px 1px 1px rgb(255, 255, 255)) drop-shadow(-1px 0px 1px rgb(255, 255, 255)) drop-shadow(0px -1px 1px rgb(255, 255, 255));
}
.iwaki .sec01-notice {
  padding-top: 10px;
}
.iwaki .sec02 {
  padding: 0 15px;
}
.iwaki .sec02-title {
  background: #0075c2;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .iwaki .sec02-title {
    padding: 30px 15px;
    font-size: 25px;
  }
}
.iwaki .sec02-text {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .iwaki .sec02-text {
    font-size: 15px;
    line-height: 2.5;
  }
}
.iwaki .sec02-subtitle {
  font-size: 14px;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #333333;
}
@media (min-width: 768px) {
  .iwaki .sec02-subtitle {
    font-size: 16px;
    padding: 30px 15px;
  }
}
.iwaki .sec02-subwrap {
  padding: 15px 0 50px;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .iwaki .sec02-subwrap {
    padding: 15px 0 70px;
  }
}
.iwaki .sec02-concept {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .iwaki .sec02-concept {
    gap: 30px;
  }
}
.iwaki .sec02-concept-title {
  padding: 30px 15px;
  text-align: center;
}
.iwaki .sec02-concept-flex {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media (min-width: 768px) {
  .iwaki .sec02-concept-flex {
    gap: 20px;
    width: 100%;
  }
}
.iwaki .sec02-concept-flex .col {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .iwaki .sec02-concept-flex .col {
    width: calc((100% - 40px) / 3);
  }
}
.iwaki .sec02-concept-flex .col .flex {
  border: 1px solid #0075c2;
  width: 100%;
}
.iwaki .sec02-concept-flex .col .flex .concept-title {
  background: #0075c2;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .iwaki .sec02-concept-flex .col .flex .concept-title {
    font-size: 14px;
  }
}
.iwaki .sec02-concept-flex .col .flex .concept-text {
  font-size: min(9px,2vw);
  padding: 5px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 768px) {
  .iwaki .sec02-concept-flex .col .flex .concept-text {
    padding: 15px;
    font-size: 14px;
  }
}
.iwaki .sec02-concept-flex .col .concept-equal {
  margin: 10px auto;
  width: 7px;
  height: 15px;
  border-left: 1px solid #0075c2;
  border-right: 1px solid #0075c2;
}
.iwaki .sec02-concept-flex .col .concept-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.iwaki .sec02-concept-flex .col .concept-detail .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0075c2;
  border-radius: 50%;
  padding: 5px;
  aspect-ratio: 1/1;
  color: #fff;
  padding-bottom: 8px;
  width: 35px;
  height: 35px;
  line-height: 1;
}
.iwaki .sec02-concept-flex .col .concept-detail .text-blue {
  color: #0075c2;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  min-height: 2rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .iwaki .sec02-concept-flex .col .concept-detail .text-blue {
    font-size: 14px;
  }
}
.iwaki .sec02-concept-flex .col .concept-detail .text-icon {
  background: #0075c2;
  color: #fff;
  padding: 5px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .iwaki .sec02-concept-flex .col .concept-detail .text-icon {
    font-size: 20px;
  }
}
.iwaki .sec02-concept-flex .col .triangle {
  margin-top: 15px;
  width: 80px;
  height: 30px;
  background: #e9f2f7;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.iwaki .sec02-policy {
  width: 100%;
  border: 2px solid #0075c2;
}
.iwaki .sec02-policy-title {
  background: #0075c2;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .iwaki .sec02-policy-title {
    padding: 15px;
    font-size: 20px;
  }
}
.iwaki .sec02-policy-flex {
  display: flex;
  flex-direction: row;
}
.iwaki .sec02-policy-flex .col {
  width: 100%;
  padding: 5px;
  text-align: center;
  font-size: min(9px,2vw);
  line-height: 1.8;
  background: #e9f2f7;
  border-left: 2px solid #0075c2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iwaki .sec02-policy-flex .col:first-of-type {
  border: none;
}
@media (min-width: 768px) {
  .iwaki .sec02-policy-flex .col {
    padding: 15px;
    font-size: 16px;
    width: 33.3333333333%;
  }
}
.iwaki .sec03 {
  padding: 15px;
  padding-bottom: 70px;
}
.iwaki .sec03-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .iwaki .sec03-title {
    font-size: 22px;
    padding: 30px 15px;
    flex-direction: row;
  }
}
.iwaki .sec03-text {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .iwaki .sec03-text {
    padding: 70px 15px 30px;
    font-size: 15px;
    line-height: 2.5;
  }
}
.iwaki .sec03-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .iwaki .sec03-flex {
    flex-direction: row;
    padding-bottom: 30px;
  }
}
.iwaki .sec03-subtitle {
  background: #E9F2F7;
  text-align: center;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 16px;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .iwaki .sec03-subtitle {
    font-size: 20px;
  }
}
.iwaki .sec03-subtitle .caption {
  color: #333333;
}
.iwaki .sec03-table {
  display: flex;
  flex-direction: column;
}
.iwaki .sec03-table-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
  flex-grow: 1;
  height: 100%;
}
@media (min-width: 768px) {
  .iwaki .sec03-table-flex {
    padding: 10px 0;
    flex-direction: row;
  }
}
.iwaki .sec03-table .title {
  width: 100%;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.iwaki .sec03-table .text {
  padding: 15px;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: 100%;
  min-height: 4rem;
}
@media (min-width: 768px) {
  .iwaki .sec03-table .text {
    padding: 0 15px;
    font-size: 24px;
  }
}
.iwaki .sec03-table .text .small {
  font-size: 0.7em;
  line-height: 1.2;
}
.iwaki .sec03-table .text .big {
  font-size: 1.8em;
}
.iwaki .sec03-table.green {
  border: 2px solid #016566;
}
@media (min-width: 768px) {
  .iwaki .sec03-table.green {
    width: calc((100% - 15px) / 4);
  }
}
.iwaki .sec03-table.green .title {
  background: #016566;
}
.iwaki .sec03-table.green .text {
  color: #016566;
}
.iwaki .sec03-table.pink {
  border: 2px solid #ea5793;
}
@media (min-width: 768px) {
  .iwaki .sec03-table.pink {
    width: calc((100% - 15px) / 4 * 3);
  }
}
.iwaki .sec03-table.pink .title {
  background: #ea5793;
}
.iwaki .sec03-table.pink .text {
  color: #ea5793;
  border-top: 2px solid #ea5793;
}
@media (min-width: 768px) {
  .iwaki .sec03-table.pink .text {
    border-top: none;
    border-left: 2px solid #ea5793;
    width: 33.3333333333%;
  }
}
.iwaki .sec03-table.pink .text:first-of-type {
  border: none;
}
.iwaki .sec03-img {
  position: relative;
}
.iwaki .sec03-img .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.iwaki .sec03-photo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding-bottom: 30px;
}
.iwaki .sec03-photo .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .iwaki .sec03-photo .flex {
    width: calc((100% - 60px) / 3);
  }
}
.iwaki .sec03-photo .flex .img {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  width: 70%;
}
@media (min-width: 768px) {
  .iwaki .sec03-photo .flex .img {
    width: 100%;
  }
}
.iwaki .sec03-photo .flex .img .caption {
  position: absolute;
  bottom: 10px;
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(0px 0px 1px rgb(0, 0, 0)) drop-shadow(0px 0px 2px rgb(0, 0, 0));
}
.iwaki .sec03-photo .flex .caparea {
  position: relative;
  display: flex;
  justify-content: center;
}
.iwaki .sec03-photo .flex .caparea .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media (min-width: 768px) {
  .iwaki .sec03-photo .flex .caparea .caption {
    transform: translateX(100%);
  }
}
.iwaki .sec03-photo .flex .title {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .iwaki .sec03-photo .flex .title {
    font-size: 20px;
  }
}
.iwaki .sec03-photo .flex .text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  padding: 0 15px;
  flex-grow: 1;
  margin: 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .iwaki .sec03-photo .flex .text {
    font-size: 18px;
  }
}
.iwaki .sec03-photo .flex .text.darkblue {
  background: #5a6f8b;
}
.iwaki .sec03-photo .flex .text.green {
  background: #6fae45;
}
.iwaki .sec03-photo .flex .text.orange {
  background: #ec8333;
}
.iwaki .sec03-photo .flex .text.yellow {
  background: #e3ac02;
}
.iwaki .sec03-photo .flex .text .subtitle {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  font-weight: bold;
}
@media (min-width: 768px) {
  .iwaki .sec03-photo .flex .text .subtitle {
    font-size: 18px;
  }
}
.iwaki .sec03-photo .flex .text .subtext {
  font-size: 13px;
  padding: 15px 0;
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .iwaki .sec03-photo .flex .text .subtext {
    font-size: 15px;
  }
}
.iwaki .sec04-title {
  background: #0075c2;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .iwaki .sec04-title {
    padding: 30px 15px;
    font-size: 25px;
  }
}
.iwaki .sec04-text {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .iwaki .sec04-text {
    padding: 30px 15px;
    font-size: 15px;
    line-height: 2.5;
  }
}
.iwaki .sec04-bg {
  background: #e9f2f7;
  padding: 15px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .iwaki .sec04-bg {
    padding: 30px 50px;
    padding-top: 0;
  }
}
.iwaki .sec04-partner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-size: 30px;
}
@media (min-width: 768px) {
  .iwaki .sec04-partner {
    font-size: 40px;
    padding: 10px 15px;
    flex-direction: row;
  }
}
.iwaki .sec04-partner .small {
  font-size: 12px;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .iwaki .sec04-partner .small {
    padding-left: 2rem;
    font-size: 15px;
  }
}
.iwaki .sec04-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  justify-content: space-between;
  row-gap: 15px;
}
@media (min-width: 768px) {
  .iwaki .sec04-logos {
    flex-direction: row;
  }
}
.iwaki .sec04-list {
  padding-bottom: 30px;
}
.iwaki .sec04-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 15px;
}
.iwaki .sec04-list ul li {
  width: 100%;
  padding-left: 1.5rem;
  position: relative;
  white-space: nowrap;
  font-size: min(13px,3.5vw);
}
.iwaki .sec04-list ul li:before {
  content: "・";
  position: absolute;
  left: 1rem;
}
@media (min-width: 768px) {
  .iwaki .sec04-list ul li {
    width: calc((100% - 40px) / 3);
    font-size: min(14px,1.3vw);
  }
}
.iwaki .sec04-list ul li.noli:before {
  content: "";
}
.iwaki .sec05 {
  padding: 70px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iwaki .sec05-text {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  padding: 0 0px 30px;
  border-bottom: 1px solid #333333;
}
@media (min-width: 768px) {
  .iwaki .sec05-text {
    padding: 0 30px 30px;
    font-size: 24px;
  }
}
.iwaki .sec05-links {
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .iwaki .sec05-links {
    padding: 15px;
    font-size: 21px;
  }
}
.iwaki .sec05-links .link {
  color: #3333e5;
  text-decoration: underline;
}
.iwaki .sec05-links .link:hover {
  opacity: 0.6;
}

@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}/*# sourceMappingURL=iwaki.css.map */