@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@0;1&family=Rubik&display=swap');

main .inner{
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
}
button{
  padding: 0;
  border: none;
  background-color: transparent;
  color: #0d6fb8;
  cursor: pointer;
}
.mt_05em {
  margin-top: .5em;
}

@media screen and (max-width: 767px){
  main .inner{
    width: 94vw;
  }
}

@media (hover: hover) and (pointer: fine){
  a{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  a:hover{
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 767px){
  main{
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* ===============================================#
 common
=============================================== */
.cmn_red {
  color: #ff3366;
}
.cmn_inner {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px){
  .cmn_inner {
  }
}

/* ページ内共通パーツ
----------------------------------------------- */
.cmn_local_ttl01 {
  display:-webkit-box;
  display: flex;
  gap: .4em;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1.2;
  letter-spacing: 0;
  font-size:1.875rem;
  letter-spacing: 3.5px;
  padding-right: 52px;
}
.cmn_local_ttl01::before {
  content: '';
  width: 2em;
  height: 2em;
  background: url('/study/loach/images/icon_loach01.svg') no-repeat;
  background-size: cover;
}
.cmn_local_ttl01 {
  font-size:1.875rem;
}
@media screen and (max-width: 767px){
  .cmn_local_ttl01 {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
    gap: 8px;
    font-size: clamp(16px,5.3vw,20px);
    padding-right: 0;
    text-align: center;
    letter-spacing: 2px;
  }
  .cmn_local_ttl01::before {
    width: 45px;
    height: 45px;
  }
}

.cmn_local_ttl01 + .cmn_local_ttl02{
  margin-top: 40px;
}
.cmn_local_ttl02 {
  display:-webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: .8em;
  position: relative;
  line-height: 1;
  font-weight: bold;
  font-size: 1.5em;
}
.cmn_local_ttl02::before{
  content: url(/study/loach/images/deco_cakko02_l.svg);
}
.cmn_local_ttl02::after{
  content: url(/study/loach/images/deco_cakko02_r.svg);
}
.cmn_local_ttl02 span{
  min-width: 355px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px){
  .cmn_local_ttl01 + .cmn_local_ttl02{
    margin-top: 10px;
  }
  .cmn_local_ttl02 {
    font-size: 18px;
    font-size: 1.2853rem;
  }
  .cmn_local_ttl02 span{
    min-width: auto;
    width: 73%;
  }
}

.cmn_local_ttl03{
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px){
  .cmn_local_ttl03{
    font-size: 18px;
    font-size: 1.2853rem;
  }
}

.cmn_local_ttl04{
  background-color: #fff;
  border-radius: 5px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  padding: 20px 24px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px){
  .cmn_local_ttl04{
    font-size: 15px;
    font-size: 1.071rem;
    padding: 12px 7px;
  }
}

.cmn_local_btn{
  margin-top: 56px;
}
.cmn_local_btn a{
  background-color: #fff;
  border: 1px solid #0d6fb8;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  border-radius: 50px;
  max-width: 456px;
  padding: 22px 36px;
  display: block;
  position: relative;
  margin: 0 auto;
  letter-spacing: 0;
}
.cmn_local_btn a::after{
  content: "";
  display: block;
  background: url(../../images/ico_download.svg) no-repeat;
  width: 17px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px){
  .cmn_local_btn{
    margin-top: 30px;
  }
  .cmn_local_btn a{
    font-size: 15px;
    font-size: 1.071rem;
    padding: 13px 28px;
  }
  .cmn_local_btn a::after{
    background-size: contain;
    width: 15px;
    height: 11px;
    right: 15px;
  }
}

/* ===============================================#
 sec_top
=============================================== */
.sec_top .area_intro {
  max-width: 1030px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.sec_top .area_intro h2 {
  text-align: center;
  margin-top: 49px;
  margin-bottom: 47px;
}
.sec_top .area_intro h2 img{
  margin: 0 auto;
}
.sec_top .area_intro .txt_ttl {
  font-size: 1.875rem;
  text-align: center;
}
.sec_top .area_body {
  display:-webkit-box;
  display: flex;
  gap: 5%;
  margin-top: 36px;
  -webkit-box-align: center;
  align-items: center;
}
.sec_top .area_body .area_txt {
  -webkit-flex: 1 0;
  flex: 1 0;
}
.sec_top .area_body .area_txt .txt {
  margin-top: 1.4em;
}
.sec_top .area_body .area_img {
  width: 40%;
  max-width: 400px;
  max-height: 400px;
}
@media screen and (max-width: 767px){
  .sec_top .area_intro {
    width: 100%;
  }
  .sec_top .area_intro h2 {
    margin-top: 71px;
    margin-bottom: 24px;
  }
  .sec_top .area_intro h2 img{
    width: 60%;
    max-width: 114px;
  }
  .sec_top .area_intro .txt_ttl {
    font-size: clamp(16px,5.3vw,20px);
    letter-spacing: 2px;
  }
  .sec_top .area_body .area_txt .txt{
    margin-top: 10px;
    letter-spacing: 0;
  }
  .sec_top .area_body .area_txt .txt + .txt{
    margin-top: 20px;
  }
  .sec_top .area_body {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
    gap: 26px;
    margin-top: 0;
  }
  .sec_top .area_body .area_img {
    width: 70%;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* area_anker
----------------------------------------------- */
.sec_top .area_anker{
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(13, 111, 184, 0.24);
  box-shadow: 0px 0px 18px 1px rgba(13, 111, 184, 0.24);
  position: fixed;
  right: 0;
  top: 170px;
  padding: 30px;
  border-radius: 30px 0 0 30px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_top .area_anker.is_hidden{
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: none;
  pointer-events: none;
}
.sec_top .area_anker ul{
  border-left: 1px solid #0d6fb8;
  padding-left: 22px;
}
.sec_top .area_anker ul::before{
  content: none;
  display: block;
  height: 100%;
  width: 1px;
  background-color: #0d6fb8;
}
.sec_top .area_anker ul li{
  list-style-type: none;
  position: relative;
  line-height: 1.45;
  letter-spacing: 0;
}
.sec_top .area_anker ul li + li{
  margin-top: 16px;
}
.sec_top .area_anker ul li a::before{
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  left: -25px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_top .area_anker ul li a:hover::before{
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  left: -25px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #0d6fb8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_top .area_anker ul li a.is_active::before{
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  left: -25px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #0d6fb8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sec_top .area_anker ul li a:hover{
  opacity: 0.8;
}
@media screen and (max-width: 1023px){
  .sec_top .area_anker{
    display: none;
  }
}

/* ===============================================#
 sec_what
=============================================== */
.sec_what {
  width: 100vw;
  margin: 0 -webkit-calc(50% - 50vw);
  margin: 0 calc(50% - 50vw);
  padding-top: 103px;
  padding-bottom: 122px;
  background-image: url('/study/loach/images/deco_wave.svg'), url('/study/loach/images/bg01.png');
  background-repeat: repeat-x, repeat;
  background-size: 86px 20px, auto;
  background-position: left top, left top;
  margin-top: 82px;
  position: relative;
}
.sec_what::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('/study/loach/images/deco_wave.svg');
  background-repeat: repeat-x;
  background-size: 86px 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sec_what .inner{
  max-width: 1000px;
}
.sec_what .txt_lead {
  margin: 2em 0 3em;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px){
  .sec_what {
    margin-top: 40px;
    padding-top: 64px;
    padding-bottom: 60px;
    background-image: url('/study/loach/images/deco_wave.svg'), url('/study/loach/images/bg01.png');
    background-size: 43px 10px, auto;
  }
  .sec_what::after {
    background-image: url('/study/loach/images/deco_wave.svg');
    background-size: 43px 10px;
  }
  .sec_what .txt_lead {
    margin: 12px 0 0;
    text-align: left;
  }
}

/* area_loachbody
----------------------------------------------- */
.area_loachbody {
  margin-top: 68px;
}
.area_loachbody .cont_loachbody {
  display: block;
  margin: auto;
}
.area_loachbody .cont_loachbody .txt_info {
  display: table;
  margin: 30px auto 0;
  padding: .3em .8em;
  border-radius: 100px;
  background: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px){
  .area_loachbody {
    margin-top: 30px;
  }
  .area_loachbody .cont_loachbody .txt_info {
    display: table;
    font-size: 1.14rem;
  }
}

/* box_loachbody_map
----------------------------------------------- */
.box_loachbody_map {
  position: relative;
  width:90vw;
  height:-webkit-calc(90vw * 1.1);
  height:calc(90vw * 1.1);
  max-width: 900px;
  max-height: 570px;
  margin: 30px auto 0;
  background: url("/study/loach/images/body_img_base.png") no-repeat;
  background-size: cover;
}
.box_loachbody_map button {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
.box_loachbody_map button img {
  width: 100%;
  opacity: 0;
  -webkit-animation: fadeInAnime 2.5s ease infinite;
  animation: fadeInAnime 2.5s ease infinite;
}
@-webkit-keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px){
  .box_loachbody_map {
    width:100vw;
    height:63.4vw;
    margin-left: -3vw;
    margin-top: 14px;
    background: url("/study/loach/images/body_img_base_sp.jpg") no-repeat;
    background-size: cover;
  }
}
/* box_loachbody_map 個別ボタン
----------------------------------------------- */
.box_loachbody_map button[data-modal="#loachbody_habitat"]{
  background:url(/study/loach/images/body_img_habitat.png) no-repeat;
  background-size: 100%;
}
.box_loachbody_map button[data-modal="#loachbody_feeding"]{
  background:url(/study/loach/images/body_img_feeding.png) no-repeat;
  background-size: 100%;
}
.box_loachbody_map button[data-modal="#loachbody_lifespan"]{
  background:url(/study/loach/images/body_img_lifespan.png) no-repeat;
  background-size: 100%;
}
.box_loachbody_map button[data-modal="#loachbody_breeding"]{
  background:url(/study/loach/images/body_img_breeding.png) no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 768px){
  .box_loachbody_map button[data-modal="#loachbody_habitat"]{
    top: 15.26%;
    left: 24.11%;
    width: -webkit-calc(148 / 900 * 100%);
    width: calc(148 / 900 * 100%);
  }
  .box_loachbody_map button[data-modal="#loachbody_feeding"]{
    top: 15.61%;
    left: 56.55%;
    width: -webkit-calc(168 / 900 * 100%);
    width: calc(168 / 900 * 100%);
  }
  .box_loachbody_map button[data-modal="#loachbody_lifespan"]{
    top: 71.92%;
    left: 25.33%;
    width: -webkit-calc(128 / 900 * 100%);
    width: calc(128 / 900 * 100%);
  }
  .box_loachbody_map button[data-modal="#loachbody_breeding"]{
    top: 71.92%;
    left: 58.66%;
    width: -webkit-calc(128 / 900 * 100%);
    width: calc(128 / 900 * 100%);
  }
}

@media screen and (max-width: 767px){
  .box_loachbody_map button[data-modal="#loachbody_habitat"]{
    top: 14.3%;
    left: 17.6%;
    width: -webkit-calc(172 / 750 * 100vw);
    width: calc(172 / 750 * 100vw);
  }
  .box_loachbody_map button[data-modal="#loachbody_feeding"]{
    top: 14.3%;
    left: 56.2%;
    width: -webkit-calc(196 / 750 * 100%);
    width: calc(196 / 750 * 100%);
  }
  .box_loachbody_map button[data-modal="#loachbody_lifespan"]{
    top: 66.92%;
    left: 19.33%;
    width: -webkit-calc(152 / 750 * 100%);
    width: calc(152 / 750 * 100%);
  }
  .box_loachbody_map button[data-modal="#loachbody_breeding"]{
    top: 66.92%;
    left: 59.4%;
    width: -webkit-calc(152 / 750 * 100%);
    width: calc(152 / 750 * 100%);
  }
}


/* modal_loachbody_wrap ベース
----------------------------------------------- */
.modal_loachbody_wrap .modaal-container{
  width: 445px;
  border-radius: 10px;
}
.modal_loachbody_wrap .modaal-container .modaal-content-container{
  padding: 30px;
}
.modal_loachbody_wrap .modaal-close{
  position: absolute;
  top: -72px;
  right: -72px;
  background-color: #fff;
  color: #0d6fb8;
  width: 58px;
  height: 58px;
}
.modal_loachbody_wrap .modaal-close:after,
.modal_loachbody_wrap .modaal-close:before{
  background-color: #0d6fb8;
  width:2px;
  top: 18px;
  left: 28px;
}
@media (hover: hover) and (pointer: fine){
  .modal_loachbody_wrap .modaal-close{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .modal_loachbody_wrap .modaal-close:hover{
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 767px){
  .modal_loachbody_wrap .modaal-inner-wrapper{
    padding-left: 10px;
    padding-right: 10px;
  }
  .modal_loachbody_wrap .modaal-container{
    max-width: 355px;
    min-width: auto;
    width: 100%;
    min-height: auto;
  }
  .modal_loachbody_wrap .modaal-container .modaal-content-container{
    padding: 20px 15px;
  }
  .modal_loachbody_wrap .modaal-close{
    top: -58px;
    right: 0;
    width: 43px;
    height: 43px;
  }
  .modal_loachbody_wrap .modaal-close:after,
  .modal_loachbody_wrap .modaal-close:before{
    top: 13px;
    left: 21px;
    width: 1px;
    height: 17px;
  }
}

/* modal_loachbody_wrap コンテンツ
----------------------------------------------- */
.modal_loachbody_wrap .modaal-content-container .inner {
  display: table;
  margin: auto;
  letter-spacing: 0;
  color: #0d6fb8;
}
.modal_loachbody_wrap .modaal-content-container .inner img {
  margin-top: 30px;
}
.modal_loachbody_wrap .modaal-content-container .inner h3 {
  display: table;
  min-width: 80px;
  margin: 20px auto 0;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}
.modal_loachbody_wrap .modaal-content-container .inner p {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px){
  .modal_loachbody_wrap .modaal-content-container .inner h3 {
    min-width: 50px;
    margin: 0 auto;
    font-size: 1.14rem;
  }
  .modal_loachbody_wrap .modaal-content-container .inner p {
    margin: 10px auto 0;
  }
  .modal_loachbody_wrap .modaal-content-container .inner img{
    margin-top: 10px;
  }
}

/* area_endangered
----------------------------------------------- */
.area_endangered {
  padding-top: 100px;
}
.area_endangered .cmn_local_ttl01::before {
  background: url('/study/loach/images/icon_loach02.svg') no-repeat;
  background-size: cover;
}
.area_endangered .txt_lead {
  margin: 2em auto;
  letter-spacing: 0;
  text-align: center;
  max-width: 950px;
}
.area_endangered .box_endangered{
  display:-webkit-box;
  display: flex;
  gap: 20px;
}
.area_endangered .box_endangered figcaption{
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
.area_endangered .box_endangered .txt_endangered{
  text-align: center;
  margin-top: 7px;
}
.area_endangered .box_endangered .txt_endangered a{
  text-decoration: underline;
  font-weight: bold;
}
.area_endangered .box_endangered + .cmn_local_ttl02{
  margin-top: 78px;
}
.area_endangered .cmn_local_ttl03{
  margin-top: 47px;
}
.area_endangered  .list_endangered{
  display:-webkit-box;
  display: flex;
  gap: 40px;
  margin-top: 20px;
}
.area_endangered  .list_endangered li{
  background-color: #fff;
  border-radius: 10px;
  padding: 38px;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  display:-webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.area_endangered  .list_endangered li .ttl{
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  flex: 1;
}
.area_endangered  .list_endangered li .txt{
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  flex: 2;
}
.area_endangered  .list_endangered li img{
  padding-top: 40px;
  margin-top: auto;
}
@media screen and (min-width: 768px){
  .area_endangered .box_endangered .item:nth-child(1){
    width: 55%;
  }
}
@media screen and (max-width: 767px){
  .area_endangered {
    padding-top: 50px;
  }
  .area_endangered .txt_lead {
    margin: 15px 0 10px;
    letter-spacing: 0;
    text-align: left;
  }
  .area_endangered .box_endangered{
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
    gap: 15px;
  }
  .area_endangered .box_endangered img{
    margin: 0 auto;
  }
  .area_endangered .box_endangered figcaption{
    font-size: 15px;
    font-size: 1.071rem;
  }
  .area_endangered .box_endangered .txt_endangered{
    margin-top: 2px;
  }
  .area_endangered .box_endangered + .cmn_local_ttl02{
    margin-top: 32px;
  }
  .area_endangered .cmn_local_ttl03{
    margin-top: 14px;
  }
  .area_endangered .list_endangered{
    margin-top: 10px;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
    gap: 20px;
  }
  .area_endangered .list_endangered li{
    width: 100%;
    padding: 20px 15px;
  }
  .area_endangered .list_endangered li .ttl{
    font-size: 14px;
    font-size: 1.071rem;
  }
  .area_endangered .list_endangered li .txt{
    margin-top: 7px;
  }
  .area_endangered .list_endangered li img{
    padding-top: 14px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ===============================================#
 sec_action
=============================================== */
.sec_action {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}
.sec_action .inner{
  max-width: 1000px;
}
.sec_action .cmn_local_ttl01::before {
  background: url('/study/loach/images/icon_loach03.svg') no-repeat;
  background-size: cover;
}
.sec_action .txt_lead {
  margin: 2em 0 3em;
  letter-spacing: 0;
  text-align: center;
}
.sec_action .txt_lead span {
  font-weight: bold;
  font-size: 1.25rem;
}
.sec_action .txt_lead + .box_action{
  margin-top: 74px;
}
.sec_action .box_action{
  border: 1px solid #0d6fb8;
  border-radius: 16px;
  padding: 48px 40px 33px;
  display:-webkit-box;
  display: flex;
  gap: 40px;
}
.sec_action .box_action + .box_action{
  margin-top: 40px;
}
.sec_action .box_action .item_img{
  width: 35.65%;
  flex-shrink: 0;
}
.sec_action .box_action .item_img figcaption{
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.sec_action .box_action .ttl_action{
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  display:-webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 7px;
  letter-spacing: 0;
}
.sec_action .box_action .ttl_action::before{
  content: "●";
  display: inline-block;
  color: #7ab1df;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-right: 3px;
}
.sec_action .box_action .txt{
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 767px){
  .sec_action {
    padding-top: 45px;
    padding-bottom: 42px;
  }
  .sec_action .txt_lead {
    margin: 10px 0 0;
    text-align: left;
  }
  .sec_action .txt_lead span {
    font-weight: bold;
    font-size: 1.07rem;
  }
  .sec_action .txt_lead + .box_action{
    margin-top: 34px;
  }
  .sec_action .box_action{
    border-radius: 5px;
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
    flex-direction: column-reverse;
    padding: 18px 12px 13px;
    gap: 16px;
  }
  .sec_action .box_action .ttl_action{
    font-size: 18px;
    font-size: 1.2852rem;
  }
  .sec_action .box_action .txt{
    margin-top: 3px;
    line-height: 1.6;
  }
  .sec_action .box_action .item_img{
    width: 100%;
  }
  .sec_action .box_action .item_img img{
    margin: 0 auto;
  }
  .sec_action .box_action + .box_action{
    margin-top: 20px;
  }
}
/* ===============================================#
 sec_protect
=============================================== */
.sec_protect{
  position: relative;
  width: 100vw;
  margin: 0 -webkit-calc(50% - 50vw) 0;
  margin: 0 calc(50% - 50vw) 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('/study/loach/images/deco_wave.svg'), url('/study/loach/images/bg01.png');
  background-repeat: repeat-x, repeat;
  background-size: 86px 20px, auto;
  background-position: left top, left top;
}
.sec_protect::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('/study/loach/images/deco_wave.svg');
  background-repeat: repeat-x;
  background-size: 86px 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sec_protect .cmn_local_ttl04 + .txt_lead{
  margin-top: 30px;
}
.sec_protect .list_img{
  display:-webkit-box;
  display: flex;
  gap: 13px;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.sec_protect .list_img.col4 li{
  width: 24.166%;
}
@media screen and (max-width: 767px){
  .sec_protect{
    padding-top: 64px;
    padding-bottom: 60px;
    background-image: url(/study/loach/images/deco_wave.svg), url(/study/loach/images/bg01.png);
    background-size: 43px 10px, auto;
  }
  .sec_protect::after{
    background-image: url(/study/loach/images/deco_wave.svg);
    background-size: 43px 10px;
  }
  .sec_protect .cmn_local_ttl04 + .txt_lead{
    margin-top: 14px;
  }
  .sec_protect .txt_lead{
    line-height: 1.75;
  }
  .sec_protect .list_img{
    margin-top: 17px;
    flex-wrap: wrap;
    gap: 5px;
  }
  .sec_protect .list_img.col4 li{
    width: -webkit-calc(50% - 2.5px);
    width: calc(50% - 2.5px);
    max-width: 290px;
  }
}

/* ===============================================#
 modal_youtube_wrap ベース
 =============================================== */
.modal_youtube_wrap .modaal-container{
  width: min(-webkit-calc(90vw - 90px), 924px);
  width: min(calc(90vw - 90px), 924px);
  height: min(-webkit-calc((9 / 16)* 100%), 519.75px);
  height: min(calc((9 / 16)* 100%), 519.75px);
}
.modal_youtube_wrap .modaal-container .modaal-content-container{
  padding: 0;
}
.modal_youtube_wrap .modaal-close{
  position: absolute;
  top: -72px;
  right: -72px;
  background-color: #fff;
  color: #0d6fb8;
  width: 58px;
  height: 58px;
}
.modal_youtube_wrap .modaal-close:after,
.modal_youtube_wrap .modaal-close:before{
  background-color: #0d6fb8;
  width:2px;
  top: 18px;
  left: 28px;
}
@media (hover: hover) and (pointer: fine){
  .modal_youtube_wrap .modaal-close{
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .modal_youtube_wrap .modaal-close:hover{
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 767px){
  .modal_youtube_wrap .modaal-inner-wrapper {
    padding :0;
  }
  .modal_youtube_wrap .modaal-container{
    width: 100%;
    height: auto;
    background: none;
  }
  .modal_youtube_wrap .modaal-container .modaal-content-container{
    padding: 0;
  }
  .modal_youtube_wrap .modaal-close{
    top: -58px;
    right: 3vw;
    width: 43px;
    height: 43px;
  }
  .modal_youtube_wrap .modaal-close:after,
  .modal_youtube_wrap .modaal-close:before{
    top: 13px;
    left: 21px;
    width: 1px;
    height: 17px;
  }
}

/* modal_youtube_wrap コンテンツ
----------------------------------------------- */
.modal_youtube_wrap .box_modal_movie {
  width: 100%;
}
.modal_youtube_wrap .box_modal_movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

/* ===============================================#
 sec_movie
=============================================== */
.sec_movie {
  margin: 80px -webkit-calc(50% - 50vw) 0;
  margin: 80px calc(50% - 50vw) 0;
  padding-bottom: 90px;
}
.sec_movie .box_movie {
  display:-webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  gap: 40px;
  width: min(94vw,1200px);
  margin: 60px auto 0;
}
.sec_movie .box_movie .item_txt {
  flex: 1;
}
.sec_movie .box_movie .item_txt .ttl {
  line-height: 1.2;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.sec_movie .box_movie .item_txt .txt{
  margin-top: 20px;
  line-height: 1.85;
}
.sec_movie .box_movie .item_img {
  display:-webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 60px;
  background: #edf4fa;
  padding: 60px;
  border-radius: 10px;
}
.sec_movie .box_movie .item_img_thumb {
  position: relative;
  max-width: 630px;
  width: 58.3%;
}
.sec_movie .box_movie .item_img_thumb.ico_youtube::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 93px;
  height: 58px;
  background: url('/study/loach/images/arrow_youtube.svg') no-repeat;
  background-size: contain;
  cursor: pointer;
  pointer-events: none;
}
.sec_movie .box_movie .item_img_thumb button{
  vertical-align: top;
}
@media (hover: hover) and (pointer: fine){
  .sec_movie .box_movie .item_img_thumb button {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sec_movie .box_movie .item_img_thumb button :hover{
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media screen and (max-width: 767px){
  .sec_movie {
    margin-top: 44px;
    padding-bottom: 37px;
  }
  .sec_movie .box_movie {
    gap: 20px;
    margin: 30px auto 0;
  }
  .sec_movie .box_movie .item_txt {
    gap:.5rem;
    font-size: 1.21rem;
  }
  .sec_movie .box_movie .item_img {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    flex-direction: column;
    gap: 20px;
    padding: 30px 13px;
    border-radius: 5px;
  }
  .sec_movie .box_movie .item_img_thumb {
    width: min(83%, 460px);
    margin: auto;
  }
  .sec_movie .box_movie .item_img_thumb.ico_youtube::after {
    width: 44px;
    height: 28px;
  }
  .sec_movie .box_movie .item_txt .ttl{
    font-size: 15px;
    font-size: 1.071rem;
  }
  .sec_movie .box_movie .item_txt .txt{
    margin-top: 10px;
    line-height: 1.6;
    font-size: 14px;
    font-size: 1rem;
  }
}


/* ===============================================#
 sec_bnr
=============================================== */
.sec_bnr{
  position: relative;
  width: 100vw;
  margin: 0 -webkit-calc(50% - 50vw) 0;
  margin: 0 calc(50% - 50vw) 0;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('/study/loach/images/deco_wave.svg'), url('/study/loach/images/bg01.png');
  background-repeat: repeat-x, repeat;
  background-size: 86px 20px, auto;
  background-position: left top, left top;
}
.sec_bnr::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background-image: url('/study/loach/images/deco_wave.svg');
  background-repeat: repeat-x;
  background-size: 86px 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sec_bnr .cmn_local_ttl01::before{
  background: url('/study/loach/images/icon_loach04.svg') no-repeat;
  background-size: cover;
}
.sec_bnr .area_bnr {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.sec_bnr .area_bnr .txt_bnr{
  color: #0d6fb8;
  font-weight: bold;
  text-align: center;
  margin-top: 26px;
  letter-spacing: 0;
}
/* 動画エリアがない場合の記述 */
.sec_protect .sec_bnr{
  background:none;
  padding-bottom: 0;
}
.sec_protect .sec_bnr::after{
  content: none;
}
@media screen and (max-width: 767px){
  .sec_bnr{
    padding-top: 64px;
    padding-bottom: 60px;
    background-image: url(/study/loach/images/deco_wave.svg), url(/study/loach/images/bg01.png);
    background-size: 43px 10px, auto;
  }
  .sec_bnr::after{
    background-image: url(/study/loach/images/deco_wave.svg);
    background-size: 43px 10px;
  }
  .sec_bnr .area_bnr{
    margin-top: 20px;
  }
  .sec_bnr .area_bnr .txt_bnr{
    margin-top: 17px;
  }
}