@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap");
/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 768px ~ */
@media screen and (min-width: 769px), print {
  .mainimg {
    padding: 30px 0 60px;
    background-size: cover;
    position: relative;
  }
  @-webkit-keyframes opacity {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes opacity {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes opacity2 {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes opacity2 {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    60% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .mainimg .bg1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-image: url(../img/mainimg.jpg);
    background-size: cover;
    -webkit-animation: opacity 8s ease 1s infinite;
            animation: opacity 8s ease 1s infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
  }
  .mainimg .bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-image: url(../img/mainimg2.jpg);
    background-size: cover;
  }
  .mainimg.on .maintit {
    opacity: 1;
    filter: blur(0);
    transform: translateY(20px);
  }
  .mainimg .maintit {
    opacity: 0;
    transform: translateY(50px);
    filter: blur(15px);
    transition: 1s 0.3s;
    margin: auto;
    box-sizing: content-box;
    width: 418px;
    height: 432px;
    background-image: url(../img/maintit_bg.png);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainimg .maintit p {
    font-size: 18px;
  }
  .mainimg .maintit h3 {
    margin: 30px 0;
    transform: translateY(-10px);
    font-size: 49px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 4px;
    font-weight: 600;
  }
  .mainimg .maintit h3 .big {
    color: #e7da99;
  }
  .mainimg .maintit h3 .sml {
    font-size: 70%;
  }
  .content_w section {
    position: relative;
    z-index: 1;
    padding: 0 0 50px;
    margin-top: 150px;
  }
  .content_w section.gray::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    z-index: -1;
  }
  .content_w section.blue::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ebf8ff;
    z-index: -1;
  }
  .content_w section h4 {
    text-align: center;
  }
  .content_w section h4 span {
    display: block;
  }
  .content_w section h4 .en {
    font-size: 53px;
  }
  .content_w section h4 .jp {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: 4px;
  }
  .content_w #sec01 {
    text-align: center;
  }
  .content_w #sec01 .deco {
    position: absolute;
  }
  .content_w #sec01 .deco.deco01 {
    top: 10%;
    left: 0;
  }
  .content_w #sec01 .deco.deco02 {
    top: -150px;
    right: 0;
  }
  .content_w #sec01 .deco.deco03 {
    bottom: 20%;
    right: 0;
  }
  .content_w #sec01 .deco.deco04 {
    bottom: -50px;
    left: 0;
  }
  .content_w #sec01 h4 {
    width: 454px;
    margin: auto;
  }
  .content_w #sec01 h4 + p {
    margin-top: 30px;
    padding: 10px 0 8px;
    display: inline-block;
    color: #42b7e2;
    line-height: 1;
    font-size: 20px;
    border-top: solid 6px #b3e3ff;
    border-bottom: solid 6px #b3e3ff;
    letter-spacing: 5px;
    font-weight: 500;
  }
  .content_w #sec01 h4 + p .en {
    font-size: 150%;
    font-weight: 400;
  }
  .content_w #sec01 h4 + p .arrow {
    width: 50px;
    display: inline-block;
    position: relative;
    height: 20px;
  }
  .content_w #sec01 h4 + p .arrow::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 5px;
    margin: auto;
    width: 30px;
    height: 6px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: skew(45deg);
  }
  .content_w #sec01 .tab_area {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
  }
  .content_w #sec01 .tab_area .tab {
    cursor: pointer;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    padding: 15px;
    letter-spacing: 6px;
    box-sizing: border-box;
    width: calc(50% - 5px);
    background-color: #2e8eca;
  }
  .content_w #sec01 .tab_area .tab.active {
    background-color: #42b7e2;
    cursor: auto;
  }
  .content_w #sec01 .sec_blo {
    position: relative;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn {
    background-color: #fff;
    display: none;
    padding: 100px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn.show {
    border: solid 6px #42b7e2;
    display: block;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box .sec_tit {
    color: #fff;
    background-image: url(../img/sec01_tit_bg.png);
    background-size: cover;
    width: 310px;
    height: 308px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box .sec_tit div {
    font-size: 27px;
    line-height: 1.3;
    letter-spacing: 4px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box .sec_tit div span {
    color: #e7da99;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box .sec_tit .sml {
    font-size: 11px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box .sec_tit .txt {
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.6;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box .sec_img {
    width: 476px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl {
    font-weight: 500;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl + dl {
    margin-top: 60px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dt {
    font-size: 27px;
    color: #42b7e2;
    position: relative;
    z-index: 1;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dt::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 6px;
    background-color: #b3e3ff;
    z-index: -1;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dt span {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd p {
    font-size: 13px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul {
    margin-top: 25px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li {
    background-color: #ceedff;
    padding: 20px 50px;
    position: relative;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li + li {
    margin-top: 30px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li + li::before {
    position: absolute;
    content: "";
    top: -23px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #42b7e2;
    border-bottom: 1px solid #42b7e2;
    transform: rotate(45deg);
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li h5 {
    font-size: 21px;
    letter-spacing: 4px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li h5 .sml {
    font-size: 14px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li .sec_box_inn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li .sec_box_inn div {
    width: calc(50% - 5px);
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li .sec_box_inn div + div {
    margin-left: 10px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li p {
    font-weight: 400;
    margin-top: 20px;
    text-align: justify;
    padding-bottom: 20px;
  }
  .content_w #info table {
    margin-top: 50px;
  }
  .content_w #info table tr th {
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
  }
  .content_w #info table tr:nth-child(1) th:nth-child(2) {
    background-color: #42b7e2;
  }
  .content_w #info table tr:nth-child(1) th:nth-child(3) {
    background-color: #2e8eca;
  }
  .content_w #info table tr:not(:nth-child(1)) th {
    background-color: #40baff;
  }
  .content_w #info table tr td {
    text-align: center;
    border-top: solid 1px #999;
    border-left: solid 1px #ddd;
  }
  .content_w #info .note {
    margin-top: 15px;
  }
  .content_w #info .note p {
    font-size: 12px;
    line-height: 1.4;
  }
  .content_w #info .note p + p {
    margin-top: 5px;
  }
  .content_w #itv h4 span {
    line-height: 1.5;
  }
  .content_w #itv .wrap {
    width: 900px;
  }
  .content_w #itv .prof {
    margin-top: 60px;
  }
  .content_w #itv .prof ul {
    display: flex;
    gap: 40px;
    justify-content: center;
  }
  .content_w #itv .prof ul li {
    width: 300px;
  }
  .content_w #itv .prof ul li p {
    margin-top: 5px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .content_w #itv .qa {
    margin-top: 60px;
  }
  .content_w #itv .qa ul li + li {
    margin-top: 60px;
  }
  .content_w #itv .qa ul li .que {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.15em;
  }
  .content_w #itv .qa ul li .que span {
    color: #42b7e2;
    font-size: 22px;
  }
  .content_w #itv .qa ul li .ans {
    display: flex;
    gap: 30px;
    margin-top: 30px;
  }
  .content_w #itv .qa ul li .ans .icon {
    width: 76px;
    margin-top: 5px;
  }
  .content_w #itv .qa ul li .ans .txt {
    flex: 1;
    line-height: 2;
    text-align: justify;
  }
  .content_w #itv .qa ul li .ans + .ans {
    margin-top: 30px;
  }
  .content_w #voice {
    padding-bottom: 130px;
  }
  .content_w #voice ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 100px;
  }
  .content_w #voice ul li {
    width: calc(50% - 80px);
    height: 440px;
    position: relative;
    z-index: 1;
  }
  .content_w #voice ul li:nth-child(2n) {
    margin-top: 190px;
  }
  .content_w #voice ul li::after {
    position: absolute;
    content: "";
    top: -115px;
    left: -110px;
    background-image: url(../img/sec_vo_bg.png);
    background-size: cover;
    width: 650px;
    height: 650px;
    margin: auto;
    z-index: -1;
  }
  .content_w #voice ul li dl dt {
    text-align: center;
  }
  .content_w #voice ul li dl dt.eigyo span {
    background-color: #42b7e2;
  }
  .content_w #voice ul li dl dt.sekkei span {
    background-color: #2e8eca;
  }
  .content_w #voice ul li dl dt span {
    display: flex;
    flex-direction: column;
    width: 150px;
    align-items: center;
    margin: auto;
    color: #fff;
    line-height: 1;
  }
  .content_w #voice ul li dl dt span.en {
    font-size: 20px;
    padding: 12px 10px 8px;
  }
  .content_w #voice ul li dl dt span.jp {
    padding-top: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px 12px;
  }
  .content_w #voice ul li dl dd {
    line-height: 2;
    width: 80%;
    margin: auto;
    margin-top: 15px;
    font-size: 13px;
    text-align: justify;
  }
  .content_w #gallery ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }
  .content_w #gallery ul li {
    width: calc(33.3333333333% - 5px);
    margin-top: 5px;
  }
  .content_w .ft_link {
    position: relative;
    z-index: 2;
    margin: -80px auto 80px;
    width: 960px;
  }
  .content_w .ft_link a {
    display: flex;
    background-color: #42b7e2;
    background-image: url(../../img/about01_bg.png);
    background-size: 45%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .content_w .ft_link a:hover .img img {
    transform: scale(1.05);
  }
  .content_w .ft_link a .img {
    overflow: hidden;
  }
  .content_w .ft_link a .img img {
    width: 480px;
    transition: 1s;
  }
  .content_w .ft_link a .box {
    flex: 1;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    align-items: center;
  }
  .content_w .ft_link a .box h4 .tit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .content_w .ft_link a .box h4 .tit .inline {
    background-color: #fff;
    display: inline-block;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 4px;
    padding: 0 4px 2px 8px;
  }
  .content_w .ft_link a .box h4 .tit .inline .col_1 {
    font-weight: 600;
  }
  .content_w .ft_link a .box h4 .tit .inline + .inline {
    margin-top: 5px;
  }
  .content_w .ft_link a .box .txt {
    color: #fff;
    margin-top: 35px;
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .content_w .ft_link a .box .more {
    font-size: 10px;
    line-height: 1;
    margin-top: 30px;
  }
  .content_w .ft_link a .box .more span {
    display: inline-block;
    position: relative;
    padding-right: 55px;
  }
  .content_w .ft_link a .box .more span::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 5px;
    margin: auto;
    width: 40px;
    height: 6px;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    transform: skew(45deg);
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 768px */
@media only screen and (max-width: 768px) {
  .mainimg {
    padding: 30px 0 60px;
    background-image: url(../img/mainimg.jpg);
    background-size: cover;
    background-position: 30% 50%;
  }
  .mainimg.on .maintit {
    opacity: 1;
    filter: blur(0);
    transform: translateY(20px);
  }
  .mainimg .maintit {
    opacity: 0;
    transform: translateY(50px);
    filter: blur(15px);
    transition: 1s 0.3s;
    margin: auto;
    box-sizing: content-box;
    width: 290px;
    height: 305px;
    background-image: url(../img/maintit_bg.png);
    background-size: cover;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainimg .maintit p {
    font-size: 18px;
  }
  .mainimg .maintit h3 {
    margin: 30px 0;
    transform: translateY(-10px);
    font-size: 35px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 4px;
    font-weight: 600;
  }
  .mainimg .maintit h3 .big {
    color: #e7da99;
  }
  .mainimg .maintit h3 .sml {
    font-size: 70%;
  }
  .content_w section {
    position: relative;
    z-index: 1;
    padding: 0 0 50px;
    margin-top: 100px;
  }
  .content_w section.gray::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    z-index: -1;
  }
  .content_w section.blue::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ebf8ff;
    z-index: -1;
  }
  .content_w section h4 {
    text-align: center;
  }
  .content_w section h4 span {
    display: block;
  }
  .content_w section h4 .en {
    font-size: 40px;
  }
  .content_w section h4 .jp {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 4px;
  }
  .content_w #sec01 {
    text-align: center;
  }
  .content_w #sec01 .deco {
    position: absolute;
    width: 50%;
    z-index: -1;
  }
  .content_w #sec01 .deco.deco01 {
    top: 10%;
    left: 0;
  }
  .content_w #sec01 .deco.deco02 {
    top: -100px;
    right: 0;
  }
  .content_w #sec01 .deco.deco03 {
    bottom: 20%;
    right: 0;
  }
  .content_w #sec01 .deco.deco04 {
    bottom: -50px;
    left: 0;
  }
  .content_w #sec01 h4 + p {
    margin-top: 20px;
    padding: 10px 0 8px;
    display: inline-block;
    color: #42b7e2;
    line-height: 1;
    font-size: 18px;
    border-top: solid 6px #b3e3ff;
    border-bottom: solid 6px #b3e3ff;
    letter-spacing: 5px;
    font-weight: 500;
  }
  .content_w #sec01 h4 + p .en {
    font-size: 150%;
    font-weight: 400;
  }
  .content_w #sec01 h4 + p .arrow {
    width: 40px;
    display: inline-block;
    position: relative;
    height: 20px;
  }
  .content_w #sec01 h4 + p .arrow::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 5px;
    margin: auto;
    width: 30px;
    height: 6px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: skew(45deg);
  }
  .content_w #sec01 .tab_area {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .content_w #sec01 .tab_area .tab {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    padding: 10px;
    letter-spacing: 2px;
    box-sizing: border-box;
    width: calc(50% - 5px);
    background-color: #2e8eca;
  }
  .content_w #sec01 .tab_area .tab.active {
    background-color: #42b7e2;
    cursor: auto;
  }
  .content_w #sec01 .sec_blo {
    position: relative;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn {
    background-color: #fff;
    display: none;
    padding: 30px 20px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn.show {
    border: solid 6px #42b7e2;
    display: block;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box {
    margin-bottom: 50px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box .sec_tit {
    color: #fff;
    background-image: url(../img/sec01_tit_bg.png);
    background-size: cover;
    width: 280px;
    height: 279px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box .sec_tit div {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 4px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box .sec_tit div span {
    color: #e7da99;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box .sec_tit .sml {
    font-size: 10px;
    margin-top: 8px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box .sec_tit .txt {
    font-size: 14px;
    margin-top: 9px;
    line-height: 1.6;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn .sec_box .sec_img {
    margin-top: 20px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl {
    font-weight: 500;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl + dl {
    margin-top: 50px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dt {
    font-size: 22px;
    color: #42b7e2;
    position: relative;
    z-index: 1;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dt::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    background-color: #b3e3ff;
    z-index: -1;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dt span {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd p {
    font-size: 13px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul {
    margin-top: 25px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li {
    background-color: #ceedff;
    padding: 15px;
    position: relative;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li + li {
    margin-top: 30px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li + li::before {
    position: absolute;
    content: "";
    top: -23px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #42b7e2;
    border-bottom: 1px solid #42b7e2;
    transform: rotate(45deg);
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li h5 {
    font-size: 16px;
    letter-spacing: 4px;
    line-height: 1.3;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li .sec_box_inn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li .sec_box_inn div {
    width: calc(50% - 5px);
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li .sec_box_inn div + div {
    margin-left: 10px;
  }
  .content_w #sec01 .sec_blo .sec_blo_inn dl dd ul li p {
    font-weight: 400;
    margin-top: 20px;
    text-align: justify;
    padding-bottom: 20px;
  }
  .content_w #info table {
    margin-top: 50px;
  }
  .content_w #info table tr th {
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 10px 5px !important;
  }
  .content_w #info table tr:nth-child(1) th:nth-child(2) {
    background-color: #42b7e2;
  }
  .content_w #info table tr:nth-child(1) th:nth-child(3) {
    background-color: #2e8eca;
  }
  .content_w #info table tr:not(:nth-child(1)) th {
    background-color: #40baff;
  }
  .content_w #info table tr td {
    text-align: center;
    border-top: solid 1px #999;
    border-left: solid 1px #ddd;
    padding: 10px 5px !important;
  }
  .content_w #info .note {
    margin-top: 15px;
  }
  .content_w #info .note p {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 12px;
    line-height: 1.4;
  }
  .content_w #info .note p + p {
    margin-top: 5px;
  }
  .content_w #itv h4 span {
    line-height: 1.5;
  }
  .content_w #itv .prof {
    margin-top: 40px;
  }
  .content_w #itv .prof ul {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .content_w #itv .prof ul li p {
    margin-top: 5px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
  .content_w #itv .qa {
    margin-top: 50px;
  }
  .content_w #itv .qa ul li + li {
    margin-top: 50px;
  }
  .content_w #itv .qa ul li .que {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15em;
  }
  .content_w #itv .qa ul li .que span {
    color: #42b7e2;
    font-size: 20px;
  }
  .content_w #itv .qa ul li .ans {
    display: flex;
    gap: 20px;
    margin-top: 30px;
  }
  .content_w #itv .qa ul li .ans .icon {
    width: 76px;
    margin-top: 5px;
  }
  .content_w #itv .qa ul li .ans .txt {
    flex: 1;
    line-height: 2;
    text-align: justify;
  }
  .content_w #itv .qa ul li .ans + .ans {
    margin-top: 30px;
  }
  .content_w #voice {
    overflow: hidden;
    padding-bottom: 180px;
  }
  .content_w #voice ul {
    margin-top: 80px;
  }
  .content_w #voice ul li {
    position: relative;
    z-index: 1;
    width: 80%;
    margin: auto;
  }
  .content_w #voice ul li + li {
    margin-top: 120px;
  }
  .content_w #voice ul li::after {
    position: absolute;
    content: "";
    top: -100px;
    left: -100px;
    background-image: url(../img/sec_vo_bg.png);
    background-size: cover;
    background-position: center;
    width: 170%;
    height: 170%;
    margin: auto;
    z-index: -1;
    right: -100px;
    bottom: -100px;
  }
  .content_w #voice ul li dl dt {
    text-align: center;
  }
  .content_w #voice ul li dl dt.eigyo span {
    background-color: #42b7e2;
  }
  .content_w #voice ul li dl dt.sekkei span {
    background-color: #2e8eca;
  }
  .content_w #voice ul li dl dt span {
    display: flex;
    flex-direction: column;
    width: 150px;
    align-items: center;
    margin: auto;
    color: #fff;
    line-height: 1;
  }
  .content_w #voice ul li dl dt span.en {
    font-size: 20px;
    padding: 12px 10px 8px;
  }
  .content_w #voice ul li dl dt span.jp {
    padding-top: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px 12px;
  }
  .content_w #voice ul li dl dd {
    line-height: 2;
    margin-top: 15px;
    font-size: 13px;
    text-align: justify;
  }
  .content_w #gallery ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
  }
  .content_w #gallery ul li {
    width: calc(50% - 5px);
    margin-top: 5px;
  }
  .content_w .ft_link {
    position: relative;
    z-index: 2;
    margin: -40px auto 80px;
    width: min(90%, 450px);
  }
  .content_w .ft_link a {
    display: flex;
    flex-direction: column;
    background-color: #42b7e2;
    background-image: url(../../img/about01_bg.png);
    background-size: 45%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  }
  .content_w .ft_link a .img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: min(50vw, 250px);
  }
  .content_w .ft_link a .box {
    flex: 1;
    box-sizing: border-box;
    padding: 20px;
  }
  .content_w .ft_link a .box h4 .tit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .content_w .ft_link a .box h4 .tit .inline {
    background-color: #fff;
    display: inline-block;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 4px;
    padding: 0 4px 2px 8px;
  }
  .content_w .ft_link a .box h4 .tit .inline .col_1 {
    font-weight: 600;
  }
  .content_w .ft_link a .box h4 .tit .inline + .inline {
    margin-top: 5px;
  }
  .content_w .ft_link a .box .txt {
    color: #fff;
    margin-top: 15px;
    line-height: 1.6;
    letter-spacing: 2px;
  }
  .content_w .ft_link a .box .more {
    font-size: 10px;
    line-height: 1;
    margin-top: 15px;
  }
  .content_w .ft_link a .box .more span {
    display: inline-block;
    position: relative;
    padding-right: 55px;
  }
  .content_w .ft_link a .box .more span::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 5px;
    margin: auto;
    width: 40px;
    height: 6px;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    transform: skew(45deg);
  }
}
/*# sourceMappingURL=style.css.map */