@charset "UTF-8";

/* ---------------------------------------
メインビジュアル
--------------------------------------- */

.main_visual {
  width: 100%;
}
.slick-box li {width: 100vw;}
.slide_01 {background: url(/assets/img/top/top_slider_01.webp) center center no-repeat; background-size: cover;}
.slide_02 {background: url(/assets/img/top/top_slider_02.webp) center center no-repeat; background-size: cover;}
.slide_03 {background: url(/assets/img/top/top_slider_03.webp) center center no-repeat; background-size: cover;}
.slide_04 {background: url(/assets/img/top/top_slider_04.webp) center center no-repeat; background-size: cover;}

.mv_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 322px;
}

.mv_inner h2 {
  font-size: 113px;
  font-weight: bold;
  font-family: var(--mincho);
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 6px #000;
}

.mv_inner .h2_inner {
  font-size: 122px;
  font-family: var(--mincho);
  vertical-align: bottom;
}

.mv_inner .h2_sub {
  font-size: 68px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 6px #000;
}

@media screen and (max-width: 1220px) {
  .mv_inner {max-width: 95%;}
}
@media screen and (max-width: 980px) {
  .mv_inner h2 {font-size: 10vw;}
  .mv_inner .h2_inner {font-size: 12vw;}
  .mv_inner .h2_sub {font-size: 7.5vw;}
}

@media screen and (max-width: 720px) {
  .mv_inner {padding-top: 15vw; padding-bottom: 50vw;}
}

/* -------------------------------------------------------------
セクションパーツ
--------------------------------------------------------------*/
section {
  display: block;
  width: 100%;
}

.section_header h2 {
  color: #00acc2;
  font-size: 46px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_semibold);
}

.section_header h2 a {
  color: #00acc2;
}

.section_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.arrow_wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 0.8em;
}

.arrow_top,
.arrow_bottom {
  width: 7px;
  height: 25px;
  background: #000;
}

.arrow_top {
  transform: rotate(-45deg);
  margin-bottom: -12px;
}

.arrow_bottom {
  transform: rotate(45deg);
  margin-top: -12px;
}

.section_header {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.arrow_green .arrow .arrow_top,
.arrow_green .arrow .arrow_bottom {
  background-color: #00acc2;
}


/* .arrow_large {
  gap: 1em;
}

.arrow_large .arrow .arrow_top,
.arrow_large .arrow .arrow_bottom {
  background-color: #00acc2;
  width: 8px;
  height: 120px;
}

.arrow_large .arrow .arrow_top {
  margin-bottom: -40px;
}

.arrow_large .arrow .arrow_bottom {
  margin-top: -40px;
}

.circle_wrapper {
  display: flex;
  height: 10px;
  gap: 8px;
}

.foundation_circles {
  width: 70px;
}

.circle {
  display: block;
  width: 10px;
  height: 100%;
  border-radius: 50%;
  background-color: #00acc2;
} */

.section_border {
  width: 100%;
}

.border_top,
.border_bottom {
  width: 100%;
  background: #00acc2;
}

.border_top {
  height: 20px;
  margin-bottom: 6px;
}

.border_bottom {
  height: 10px;
}

.minisec_header .header_mini {
  font-size: 28px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
}

@media screen and (max-width: 1220px) {
  .section_header h2 {
    font-size: 40px;
    white-space: nowrap;
  }

  /* .arrow_large .arrow .arrow_top,
  .arrow_large .arrow .arrow_bottom {
    width: 6px;
    height: 85px;
  }

  .arrow_large .arrow .arrow_top {
    margin-bottom: -29px;
  }

  .arrow_large .arrow .arrow_bottom {
    margin-top: -29px;
  } */
}

@media screen and (max-width: 720px) {

  .arrow_top,
  .arrow_bottom {
    width: 5px;
    height: 20px;
  }

  .arrow_top {
    margin-bottom: -9px;
  }

  .arrow_bottom {
    margin-top: -9px;
  }

  .section_header {
    margin-bottom: 1em;
  }

  .section_header h2 {
    font-size: 26px;
  }

  /* .arrow_large .arrow .arrow_top,
  .arrow_large .arrow .arrow_bottom {
    width: 4px;
    height: 40px;
  }

  .arrow_large .arrow .arrow_bottom {
    margin-top: 15px;
  }

  .circle_wrapper {
    gap: 1px;
  }

  .circle {
    transform: scale(0.7);
  } */
}

/* -------------------------------------------------------------
ニュースセクション
--------------------------------------------------------------*/
.news {
  width: 100%;
  margin: 60px auto 0;
}

.news_header {
  align-items: center;
}

.news_header h3 {
  font-size: 52px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
}

.news_header .arrow_wrapper {
  margin-left: 45px;
  margin-top: 10px;
}

.news_item {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 3fr;
  margin-top: 1em;
  font-family: var(--noto_san);
  font-weight: var(--noto_medium);
}

.news_date {
  text-align: center;
}

.even,
.odd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 35px;
  text-align: center;
  position: relative;
}

.odd {
  background-color: #00acc2;
  color: #fff;
}

.even {
  width: 248px;
  background-color: #fff;
  border: 1px solid #00acc2;
  color: #00acc2;
}

.news_item svg {
  display: block;
  width: 9%;
  position: absolute;
  left: 19px;
}

.news_item .even svg .cls-1 {
  stroke: #fff;
}

.news_item .odd svg .cls-1 {
  stroke: #00acc2;
}


.add_desc {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--noto_san);
  font-weight: var(--noto_medium);
}

.add_desc h2 {
  font-family: var(--noto_san);
  font-weight: var(--noto_medium);
}

.add_desc span {
  font-size: 12px;
  margin-top: 2px;
  color: #7f7f80;
  font-family: var(--noto_san);
  font-weight: var(--noto_medium);
}

.news_link {
  width: 100%;
}

.news_link {
  text-align: right;
  font-family: var(--noto_san);
  font-weight: var(--noto_medium);
}

@media screen and (max-width: 1220px) {
  .news_header h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 980px) {
  .news_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    gap: 8px;
    font-size: 18px;
  }

  .news_item .odd,
  .news_item .even {
    width: 100%;
  }

  .news_item .news_date {
    padding-left: 3%;
  }

  .const_center h2 {
    text-align: center;
  }

  .news_item .add_desc span {
    margin-top: 3px;
  }

  .news_item svg {
    width: 4%;
  }
}

@media screen and (max-width: 720px) {
  .news_header h3 {
    font-size: 34px;
  }

  .news_item .add_desc h2 {
    font-size: 16px;
  }

  .news_item .news_date {
    font-size: 16px;
  }

  .news_link {
    font-size: 18px;
    margin-top: 1em;
  }

  .news_item svg {
    width: 7%;
  }
}

/* -------------------------------------------------------------
協会設立の趣旨
--------------------------------------------------------------*/
.foundation {
  margin-top: 96px;
}

.foundation_header {
  gap: 3em;
}

.foundation_header h2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-right: 16px;
}

.foundation_header .foundation_circles {
  padding-top: 1.5em;
}

.foundation_bottom {
  margin-top: 30px;
}
.foundation_contents {
  background: url(/assets/img/top/top_01_bg.jpg) center center no-repeat;
}

.foundation_mv {
  display: flex;
  gap: 2em;
  padding-top: 55px;
  padding-bottom: 140px;
}

.foundation_mv p {
  display: block;
  width: 60%;
  padding-top: 2em;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  font-size: 22px;
}

.foundation img {
  display: block;
  width: 40%;
}

.goal_wrapper {
  width: 100%;
  background: #00acc2;
  position: relative;
  padding-bottom: 2em;
}

.foundation_name {
  display: block;
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 100px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  text-align: center;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  top: -82px;
}

.foundation_goal {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.foundation_goal h2 {
  font-size: 46px;
  color: #fff;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  padding-top: 90px;
  margin-bottom: 40px;
}

.foundation_goal ol li {
  font-size: 22px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  margin-left: 30px;
}

.foundation_goal img {
  position: relative;
  left: 50%;
  width: 42%;
}

.members_header h2 {
  margin-top: 52px;
  margin-bottom: 26px;
}

.members_list {
  width: 100%;
  margin-top: 30px;
  /* background: #c8c8c8; */
  background: #dde4e5;
  padding: 30px 0;
}

.members_inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.members_list ul {
  display: block;
  margin: 0 auto;
}

.members_list ul li {
  display: block;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  font-size: 24px;
}

.members_list ul li::before {
  content: "●";
  font-size: 18px;
}

.jp_syllabary {
  display: block;
  font-size: 1.3em;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 1220px) {
  .members_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .members_inner ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .members_inner ul li {
    display: flex;
    align-items: center;
    font-size: 1em;
  }

  .jp_syllabary {
    font-size: 1em;
  }

  .foundation_name {
    font-size: 85px;
    top: -71px;
  }

  .foundation_goal h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 980px) {
  .members_inner {
    grid-template-columns: 2fr 1fr;
  }

  .foundation_mv p {
    font-size: 18px;
  }

  .foundation_name {
    font-size: 70px;
    top: -60px;
  }

  .foundation_goal img {
    left: 0;
    right: 0;
    width: 75%;
    margin: 0 auto;
    margin-top: 1em;
  }
}

@media screen and (max-width: 720px) {
  .foundation_header .foundation_circles {
    padding-top: 10px;
  }

  .foundation_mv {
    flex-direction: column;
    padding-bottom: 20vw;
  }

  .foundation_mv p {
    font-size: 16px;
    width: 100%;
    padding-top: 0;
  }

  .foundation img {
    width: 90%;
    margin: 0 auto;
  }

  .foundation_name {
    font-size: 10vw;
    top: -8vw;
    opacity: 0.85;
  }

  .foundation_goal h2 {
    font-size: 24px;
    padding-top: 14vw;
    margin-left: 2vw;
    margin-bottom: 6vw;
  }

  .foundation_goal ol li {
    font-size: 16px;
    margin-left: 2vw;
  }

  .members_header h2 {
    margin-bottom: 0;
  }

  .members_inner {
    grid-template-columns: 1fr;
  }

  .members_inner ul li {
    font-size: 15px;
  }

  .members_list ul li::before {
    font-size: 16px;
  }
}

/* -------------------------------------------------------------
圧力管更生工法ラインアップ
--------------------------------------------------------------*/
.const_header {
  align-items: flex-end;
  margin-top: 82px;
}

.const_header .header_mini {
  font-size: 28px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
}

.const_header .header_sub span {
  font-size: 20px;
  margin-left: -1em;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
}

.header_left {
  width: 55%;
}

.header_center {
  width: 30%;
  text-align: left;
}

.header_right {
  width: 15%;
  margin-bottom: -2em;
}

.const_contents {
  display: grid;
  width: 100%;
  grid-template-columns: 2fr 2fr 1fr;
  margin-top: 2em;
}

.const_left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.const_right {
  background: #00acc2;
}

.const_center h2 {
  display: block;
  font-family: var(--noto_sans);
  font-weight: var(--noto_black);
  font-size: 22px;
  background: #e5e5e6;
  padding-left: 12px;
}

.const_center .const_tex {
  font-size: 15px;
}

.const_center .const_kouhou {
  font-size: 20px;
}

.const_center .const_desc {
  font-size: 18px;
}

.const_center p {
  margin-top: 14px;
  margin-bottom: 22px;
  margin-left: 1em;
  font-size: 14px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_semibold);
}

.const_center .note {
  margin-top: 2px;
  margin-bottom: 0;
}

.const_center table {
  width: 97%;
  margin: 0 auto;
}

.const_center table th,
.const_center table td {
  border-collapse: collapse;
  border: 1px solid #000;
}

.const_center table th {
  width: 15%;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
  border-left: none;
  font-size: 16px;
  background: #eeeeef;
  text-align: center;
}

.const_center table td {
  border-right: none;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  text-indent: 1em;
}

.const_center figure {
  display: block;
  margin-bottom: 1.5em;
}

.const_center figcaption {
  display: block;
  margin-left: 1em;
  color: #3F8DC8;
  font-weight: var(--noto_bold);
}

.const_center img {
  width: 74%;
  margin-top: 12px;
  margin-left: 1em;
  margin-bottom: -8px;
}

.const_bottom {
  display: none;
}

.how_wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  margin-top: 40px;
  gap: 1em;
  align-items: center;
  font-family: var(--noto_sans);
}

.how_images {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.icon_header {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.icon_header img {
  width: 20px;
  height: 20px;
  position: relative;
}

.icon_header .strong {
  top: 7px;
}

.icon_header .supply {
  top: -13px;
}

.icon_header .span {
  top: 2px;
}

.icon_header .thirty,
.icon_header .jwwa,
.icon_header .regenerate {
  top: 7px;
}

.how_wrapper .how_left p {
  font-size: 18px;
  font-weight: var(--noto_medium);
}

.icon_header h3 {
  font-size: 26px;
  font-weight: var(--noto_bold);
}

.how_wrapper .how_center img,
.how_wrapper .how_right img {
  width: 100%;
}

.attribute_wrapper {
  margin-top: 26px;
}

.atr_list {
  display: flex;
  align-items: flex-start;
  width: 93%;
  gap: 8%;
  margin: 0 auto;
  margin-top: 20px;
}

.atr_list ul li {
  width: 100%;
  margin-top: 8px;
}

.atr_list ul li .icon_header h3 {
  font-size: 20px;
}

.atr_list ul li ul li {
  display: flex;
  font-size: 16px;
  margin-top: 0;
  margin-left: 20px;
}

.list_icon {
  align-items: flex-start;
  line-height: 0.8;
}

.list_icon span {
  font-size: 13px;
}

.atr_list .ul_right {
  margin-top: -8px;
}

.atr_list .ul_right li {
  margin-top: 16px;
}

.dt_br {
  display: inline;
}

.note_br {
  display: none;
}

.nonbr {
  display: inline;
}

.how_border {
  margin-top: 2em;
}

@media screen and (max-width: 1220px) {
  .header_left {
    position: relative;
  }

  .header_center span {
    position: absolute;
    left: 48px;
    margin-top: -0.5%;
  }

  .header_right {
    position: absolute;
    left: 60%;
  }

  .const_contents {
    grid-template-columns: repeat(2, 1fr);
  }

  .const_right,
  .const_bottom {
    display: block;
    width: 100%;
    height: 20px;
    background-color: #00acc2;
  }

  .tex_bottom {
    margin-bottom: 1em;
  }

  .atr_list {
    width: 98%;
    left: 60%;
    gap: 0;
    flex-direction: column;
  }
}

@media screen and (max-width: 980px) {

  .const_center h2,
  .const_center p {
    padding-left: 0;
  }

  .const_header .header_right {
    left: 82%;
  }

  .const_center h2 {
    text-align: center;
  }

  .const_center p {
    display: block;
    width: 95%;
    margin: 10px auto;
  }

  .const_contents {
    grid-template-columns: minmax(100%, 1fr);
  }

  .how_wrapper {
    grid-template-columns: minmax(100%, 1fr);
  }
}

@media screen and (max-width: 720px) {
  .const_header .header_mini {
    font-size: 5vw;
  }

  .const_header .header_left h2 {
    font-size: 26px;
  }

  .const_header .header_sub span {
    font-size: 5vw;
    margin-left: 0;
    left: 2.4%;
  }

  .const_header .header_right {
    left: 70%;
  }

  .const_header .header_right {
    margin-bottom: -5em;
    left: 78%;
  }

  .const_contents {
    margin-top: 6em;
  }

  .const_center table th {
    width: 25%;
    padding: 12px;
    white-space: nowrap;
  }

  .const_center img {
    width: 90%;
    margin-top: 26px;
  }

  .const_center h2 {
    line-height: 1.5;
  }

  .const_center td span {
    display: block;
    padding-left: 4px;
    text-indent: 0;
  }

  .how_images {
    flex-direction: column;
    gap: 1em;
  }

  .note_br {
    display: inline;
  }

  .sp_nonbr {
    display: none;
  }

  .icon_header h3 {
    font-size: 18px;
  }

  .how_wrapper .how_left p {
    font-size: 16px;
  }

  .atr_list ul li {
    font-size: 5vw;
  }

  .atr_list ul li .icon_header h3 {
    font-size: 16px;
  }

  .atr_list ul li ul li {
    margin: 0;
    font-size: 13px;
    padding-left: 5%;
  }

  .icon_header .span {
    top: -12px;
  }

  .list_icon div {
    line-height: 0.2;
  }

  .list_icon span {
    font-size: 11px;
  }

  .nonbr {
    display: none;
  }
}

/* -------------------------------------------------------------
ダウンロード
--------------------------------------------------------------*/
.download {
  margin-top: 28px;
}

.download .hedaer_left{
  position: relative;
}

.download .header_left .download_btn{
  display: block;
  width: 15em;
  position: absolute;
  bottom: -11em;
  text-align: center;
  color: #fff;
  background: #00acc2;
  text-decoration: none;
  padding: 1em 3em;
  border-radius: 15px;
  font-size: 1.2em;
  font-weight: var(--noto_semibold);
}

.minisec_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 76px;
  position: relative;
}

.minisec_wrapper .left_content,
.minisec_wrapper .right_content {
  position: relative;
  width: 50%;
}

.minisec_wrapper .left_content .header_left,
.minisec_wrapper .left_content .header_righht {
  width: auto;
}

.minisec_wrapper .left_content .minisec_header {
  align-items: flex-end;
  gap: 4em;
}

.minisec_wrapper .right_content img {
  position: absolute;
  width: 300px;
  top: 60px;
  left: 40vw;
  display: block;
  transform: rotate(20deg);
  -moz-box-shadow: 17px 17px 20px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 17px 17px 20px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 17px 17px 20px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 17px 17px 20px 3px rgba(0, 0, 0, 0.4);
}

.minisec_bottom {
  background: #c8c8c8;
  height: 327px;
  margin-top: 2em;
}

.minisec_bottom .download_btn{
  display: none;
}

.section_cover {
  margin-top: -2em;
}

@media screen and (max-width: 1220px) {
  .minisec_header .header_right {
    left: 38%;
  }

  .minisec_wrapper .right_content img{
    left: 54vw;
  }
}

@media screen and (max-width: 980px) {
  .minisec_header .header_right {
    left: 60%;
  }

  .minisec_wrapper .right_content img {
    width: 260px;
    left: 55vw;
    top: 148px;
  }

  .minisec_bottom {
    height: 305px;
    margin-top: 2em;
  }

  .download .header_left .download_btn{
    bottom: -10em;
  }
}

@media screen and (max-width: 720px) {
  .minisec_wrapper .right_content img {
    width: 14em;
    top: 30vw;
    left: 29%;
    box-shadow: 10px 6px 15px 3px rgba(0, 0, 0, 0.4);
  }

  .minisec_header .header_mini {
    font-size: 20px;
  }

  .download .minisec_header .header_right {
    left: 74%;
    margin-bottom: 0;
  }

  .download .header_left .download_btn{
    display: none;
  }

  .minisec_bottom{
    display: flex;
    height: 33em;
    justify-content: center;
    align-items: flex-end;
  }

  .minisec_bottom .download_btn{
    display: block;
    width: 60%;
    margin-bottom: 3em;
    text-align: center;
    color: #fff;
    background: #00acc2;
    text-decoration: none;
    padding: 1em 3em;
    border-radius: 15px;
    font-size: 1.2em;
    font-weight: var(--noto_semibold);
  }
}

/* -------------------------------------------------------------
会長挨拶
--------------------------------------------------------------*/

.section_message .minisec_wrapper .message_content {width: 100%;}
.message_wrapper {display: block;}
.message_bottom {
  margin-top: 30px;
  width: 100%;
  background: #dde4e5;
}
.message_inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 64px;
  gap: 2em;
}
.message_left {width: 30%;}
.message_right {
  width: 70%;
  font-family: var(--noto_sans);
}
.message_left iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.message_right img {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 54px;
}
.message_right .message_info {
  width: 100%;
}
.message_right h2 {
  font-size: 24px;
  font-weight: var(--noto_black);
  margin-bottom: 24px;
}

.message_right address,
.message_right span {
  font-weight: var(--noto_medium);
  white-space: nowrap;
}
.message_right address {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.message_right address span {
  display: block;
}

@media screen and (max-width: 1290px) {
  .message_right h2 {text-align: right;}
  .message_right address {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  .message_right span {
    display: block;
    width: 100%;
    text-align: right;
  }
  .banner_contact {text-align: right;}
  .message_right .banner_contact img {display: inline;}
}

@media screen and (max-width: 990px) {
  .message_inner {position: relative;}
  .message_left iframe {
    width: 100%;
    aspect-ratio: 2/1.7;
  }
  .message_right img {
    width: 100%;
  }
  .message_right span {
    padding: 0;
    white-space: normal;
  }
  .message_right .message_info {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 39vw;
    text-align: right;
    font-size: 14px;
  }
  .message_right h2 {
    margin-bottom: 8px;
    font-size: 22px;
  }
  .message_bottom {padding-bottom: 1em;}
}

@media screen and (max-width: 720px) {
  .section_message .minisec_header .header_right {
    left: 74%;
    margin-bottom: 0;
  }
  .message_inner {
    position: static;
    flex-direction: column;
    padding-bottom: 0;
  }
  .message_left {width: 100%;}
  .message_left iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .message_right {width: 100%;}
  .message_right .banner_contact img {
    display: block;
    width: 100%;
    text-align: center;
  }
  .message_right .message_info {position: static;}
  .message_bottom {padding-bottom: 5em;}
}

@media (hover:hover) {
  a:hover {opacity: 0.8;}
}

@media (orientation: landscape) and (max-width: 670px) {
  .download .minisec_header .header_right {left: 40%;}
  .minisec_wrapper .right_content img {
    top: 14vw;
    left: initial;
    right: 20vw;
  }
  .section_message .minisec_header .header_right {left: 35%;}
}

.kaicho_text {
  padding: 1.8em 3.6em;
  box-sizing: border-box;
  line-height: 2em;
  text-align: justify;
  font-size: 1.2em;
  border-top: 10px solid #00acc2;
  border-bottom: 10px solid #00acc2;
  background: #fff;
  box-shadow: 17px 17px 20px 3px rgba(0, 0, 0, 0.4);
}
.kaicho_text_name {
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 3fr 2fr;
  margin: 50px 0 0 auto;
  width: 100%;
  max-width: 640px;
}
.kaicho_text_left {
  display: table;
  text-align: right;
}
.kaicho_text_left_text {
  display: table-cell;
  vertical-align: middle;
}
.kaicho_text span {
  display: block;
  margin: 0em 0 1em;
  line-height: 1.5em;
  font-size: 0.8em;
}
.kaicho_text strong {
  display: block;
  font-size: 2em;
  font-weight: bold;
  font-family: var(--mincho);
}
.kaicho_text strong small {
  margin-right: 1em;
  font-size: 0.5em;
}

@media screen and (max-width: 720px) {
  .kaicho_text {padding: 1.8em;}
  .kaicho_text strong small {display: block; margin-right: 0;}
}
@media screen and (max-width: 480px) {
  .kaicho_text_name {display: block;}
  .kaicho_text_left {width: 100%;}
  .kaicho_text_right {width: 100%; margin-top: 20px;}
}


/* -------------------------------------------------------------
協会はこちら
--------------------------------------------------------------*/
.access_wrapper {
  display: block;
}

.access_bottom {
  width: 100%;
  /* background: #c8c8c8; */
  background: #dde4e5;
  margin-top: 30px;
}
.access_bottom h2 {
  padding-top: 46px;
  font-size: 1.8em;
  font-weight: bold;
}
.access_bottom h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.access_bottom p {
  padding-bottom: 64px;
}
.access_inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 64px;
  gap: 2em;
}

.access_left,
.access_right {
  width: 49%;
  font-family: var(--noto_sans);
}

.access_inner address,
.access_inner span {
  font-weight: var(--noto_medium);
  /* white-space: nowrap; */
}

.access_inner address {
  display: block;
  width: 100%;
}
.access_inner address span {
  display: block;
}
.access_inner p {
  display: block;
  min-height: 2em;
}
.access_inner iframe {
  display: block;
  margin-top: 0.5em;
  width: 100%;
  aspect-ratio: 12/8;
}

.access_tel {font-size: 1.2em;}

@media screen and (max-width: 990px) {
  .access_inner iframe {
    width: 100%;
    aspect-ratio: 2/1.7;
  }
  .access_bottom {padding-bottom: 1em;}
}

@media screen and (max-width: 720px) {
  .access_inner {flex-wrap: wrap; gap: 4em;}
  .access_inner iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .access_left,
  .access_right {width: 100%;}
  .access_bottom {padding-bottom: 2em;}
}

@media (hover:hover) {
  a:hover {opacity: 0.8;}
}

@media (orientation: landscape) and (max-width: 670px) {
  .download .minisec_header .header_right {
    left: 40%;
  }

  .minisec_wrapper .right_content img {
    top: 14vw;
    left: initial;
    right: 20vw;
  }

  .section_access .minisec_header .header_right {
    left: 35%;
  }
}