/* Scss Document */
.other_nav {
  padding-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .other_nav {
    padding-bottom: 13.3333333333vw;
  }
}
.other_nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .other_nav ul {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.other_nav li {
  position: relative;
  width: 300px;
}
@media screen and (max-width: 640px) {
  .other_nav li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .other_nav li:last-child {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.other_nav li:after {
  position: absolute;
  bottom: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border: transparent 6px solid;
  border-top: #000 6px solid;
}
@media screen and (max-width: 640px) {
  .other_nav li:after {
    bottom: -4.6666666667vw;
    border: transparent 1.3333333333vw solid;
    border-top: #000 1.3333333333vw solid;
  }
}
.other_nav li a {
  display: block;
  margin: 0 20px;
  padding: 0.5em 0;
  background: #F78DA7;
  border: #F78DA7 1px solid;
  border-radius: 50px;
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .other_nav li a {
    margin: 0;
    font-size: 4vw;
  }
}
.other_nav li.active a,
.other_nav li a:hover {
  background: #FFF;
  color: #000;
}
.other_mttl {
  margin: 80px 0 50px;
  font-size: 3.8rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .other_mttl {
    margin: 13.3333333333vw 0 8vw;
    font-size: 4.8vw;
  }
}
.other_accent {
  margin: 50px 0 20px;
  color: #F78DA7;
  font-size: 3rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .other_accent {
    margin: 8vw 0 4vw;
    font-size: 4.8vw;
  }
}
.other_main {
  margin: 50px 0 0;
  padding: 170px 0;
}
@media screen and (max-width: 640px) {
  .other_main {
    margin-top: 6.6666666667vw;
    padding: 26.6666666667vw 0;
  }
}
.other_main_column {
  width: 700px;
  padding: 60px 50px 60px;
}
@media screen and (max-width: 640px) {
  .other_main_column {
    width: 100%;
    padding: 8vw 4vw 4vw;
  }
}
.other_main_column dt {
  position: relative;
  margin-bottom: 20px;
  padding-left: 120px;
  color: #F78DA7;
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .other_main_column dt {
    margin-bottom: 2.6666666667vw;
    padding-left: 0;
    font-size: 4.8vw;
    text-align: center;
  }
}
.other_contents01_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .other_contents01_wrap {
    display: block;
  }
}
.other_contents01_wrap .other_contents01_item {
  width: 550px;
}
@media screen and (max-width: 640px) {
  .other_contents01_wrap .other_contents01_item {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  .other_contents01_wrap .other_contents01_item:first-of-type {
    margin-top: 0;
  }
}
.other_contents01_item {
  position: relative;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .other_contents01_item {
    padding: 4vw;
  }
}
.other_contents01_item dt {
  margin: 0 0 30px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .other_contents01_item dt {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}
.other_contents01_item dt .num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  background: #F78DA7;
  border-radius: 50px;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 54px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .other_contents01_item dt .num {
    width: 8vw;
    height: 8vw;
    margin-right: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 8vw;
  }
}

.measures .other_main {
  background: url("../images/other/measures_bg.jpg") top center no-repeat;
}
@media screen and (max-width: 640px) {
  .measures .other_main {
    background-size: auto 100%;
  }
}
.measures .other_main_column dt:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 92px;
  height: 118px;
  background: url("../images/other/measures_ico.png") top center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .measures .other_main_column dt:before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 12.2666666667vw;
    height: 15.7333333333vw;
  }
}
.measures .btn_stripe a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.measures .measures_list li {
  margin-top: 50px;
  padding: 40px 50px;
}
@media screen and (max-width: 640px) {
  .measures .measures_list li {
    margin-top: 4vw;
    padding: 6.6666666667vw 4vw;
  }
}
.measures .measures_list li:first-child {
  margin-top: 0;
}
.measures .measures_list li#baikyaku {
  background: url("../images/other/measures_list_bg_baikyaku.png") bottom right no-repeat, #FFF;
}
@media screen and (max-width: 640px) {
  .measures .measures_list li#baikyaku {
    background-size: 46.4vw;
  }
}
.measures .measures_list li#joto {
  background: url("../images/other/measures_list_bg_joto.png") bottom right no-repeat, #FFF;
}
@media screen and (max-width: 640px) {
  .measures .measures_list li#joto {
    background-size: 46.4vw;
  }
}
.measures .measures_list li#houki {
  background: url("../images/other/measures_list_bg_houki.png") bottom right no-repeat, #FFF;
}
@media screen and (max-width: 640px) {
  .measures .measures_list li#houki {
    background-size: 46.4vw;
  }
}
.measures .measures_list_ttl {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
  color: #F78DA7;
  font-size: 4rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .measures .measures_list_ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.measures .measures_list_ttl .num {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin-right: 20px;
  background: #F78DA7;
  border-radius: 50px;
  color: #FFF;
  font-size: 2.6rem;
  text-align: center;
  line-height: 54px;
}
@media screen and (max-width: 640px) {
  .measures .measures_list_ttl .num {
    width: 8vw;
    height: 8vw;
    margin-right: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 8vw;
  }
}
.measures .measures_list_nav {
  padding: 90px 0;
}
@media screen and (max-width: 640px) {
  .measures .measures_list_nav {
    padding: 13.3333333333vw 0;
  }
}
.measures .measures_list_nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.measures .measures_list_nav li {
  width: 360px;
}
@media screen and (max-width: 640px) {
  .measures .measures_list_nav li {
    width: 30%;
  }
}
.measures .measures_list_nav li a {
  position: relative;
  display: block;
  padding: 0.6em;
  border-radius: 50px;
  color: #F78DA7;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .measures .measures_list_nav li a {
    padding: 0.6em 0;
    font-size: 4vw;
  }
}
.measures .measures_list_nav li a:before {
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 92px;
  height: 74px;
}
@media screen and (max-width: 640px) {
  .measures .measures_list_nav li a:before {
    top: -6.6666666667vw;
    right: 2.6666666667vw;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 12.2666666667vw;
    height: 9.8666666667vw;
  }
}
.measures .measures_list_nav li a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.measures .measures_list_nav li .num {
  position: absolute;
  top: 0;
  left: 90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 37px;
  background: #F78DA7;
  border-radius: 50px;
  color: #FFF;
  font-size: 2.6rem;
  text-align: center;
  line-height: 37px;
}
@media screen and (max-width: 640px) {
  .measures .measures_list_nav li .num {
    left: 2.6666666667vw;
    width: 6vw;
    height: 6vw;
    font-size: 4vw;
    line-height: 6vw;
  }
}
.measures .measures_list_nav li.baikyaku a:before {
  background: url("../images/other/measures_list_ico_baikyaku.png") top center no-repeat;
  background-size: contain;
}
.measures .measures_list_nav li.joto a:before {
  background: url("../images/other/measures_list_ico_joto.png") top center no-repeat;
  background-size: contain;
}
.measures .measures_list_nav li.houki a:before {
  background: url("../images/other/measures_list_ico_houki.png") top center no-repeat;
  background-size: contain;
}
.measures .measures_trouble {
  margin-top: 100px;
  padding: 40px;
  background: #EFEFEF;
}
@media screen and (max-width: 640px) {
  .measures .measures_trouble {
    margin-top: 13.3333333333vw;
    padding: 4vw;
  }
}
.measures .measures_trouble_ttl {
  width: 500px;
  margin: -70px auto 40px;
  padding: 0.5em;
  background: #F78DA7;
  border-radius: 50px;
  color: #FFF;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .measures .measures_trouble_ttl {
    width: 82.6666666667vw;
    margin: -9.3333333333vw auto 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.measures .measures_trouble_img {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .measures .measures_trouble_img {
    margin-bottom: 4vw;
  }
}
.measures .measures_trouble_text {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .measures .measures_trouble_text {
    font-size: 4vw;
  }
}

.arrangement .content {
  background: #EFEFEF;
}
.arrangement .other_main {
  background: url("../images/other/arrangement_bg.jpg") top center no-repeat;
}
@media screen and (max-width: 640px) {
  .arrangement .other_main {
    background-position: top right 25%;
    background-size: auto 100%;
  }
}
.arrangement .other_main_column dt:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 105px;
  height: 105px;
  background: url("../images/other/arrangement_ico.png") top center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .arrangement .other_main_column dt:before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 12.2666666667vw;
    height: 15.7333333333vw;
  }
}
.arrangement .arrangement_house {
  padding-left: 365px;
  background: url("../images/other/arrangement_house_bg.png") top 50% left 120px no-repeat;
}
@media screen and (max-width: 640px) {
  .arrangement .arrangement_house {
    padding-left: 0;
    background: none;
  }
}
.arrangement .arrangement_house_ttl {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .arrangement .arrangement_house_ttl {
    text-align: center;
  }
}
.arrangement .arrangement_house_list {
  font-size: 2.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .arrangement .arrangement_house_list {
    font-size: 4vw;
  }
}
.arrangement .arrangement_house_list li {
  position: relative;
  margin-top: 1em;
  padding-left: 1em;
}
.arrangement .arrangement_house_list li:first-child {
  margin-top: 0;
}
.arrangement .arrangement_house_list li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 11px;
  height: 11px;
  background: #F78DA7;
  border-radius: 6px;
}
@media screen and (max-width: 640px) {
  .arrangement .arrangement_house_list li:before {
    top: 1.3333333333vw;
    width: 2vw;
    height: 2vw;
  }
}
.arrangement .arrangement_conference {
  margin-top: 100px;
  padding: 40px;
  background: url("../images/other/arrangement_conference_bg.png") top 60% right 70px no-repeat, #FFF;
}
@media screen and (max-width: 640px) {
  .arrangement .arrangement_conference {
    margin-top: 13.3333333333vw;
    padding: 4vw;
    background: #FFF;
  }
}
.arrangement .arrangement_conference_ttl {
  width: 713px;
  margin: -70px auto 40px;
  padding: 0.5em;
  background: #F78DA7;
  border-radius: 50px;
  color: #FFF;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .arrangement .arrangement_conference_ttl {
    width: 82.6666666667vw;
    margin: -9.3333333333vw auto 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.arrangement .arrangement_conference_text {
  padding-right: 180px;
}
@media screen and (max-width: 640px) {
  .arrangement .arrangement_conference_text {
    padding: 0;
  }
}

.organize .organize_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 70px;
}
@media screen and (max-width: 640px) {
  .organize .organize_list {
    margin: 13.3333333333vw 0 10.6666666667vw;
  }
}
.organize .organize_list.col2 li {
  width: 550px;
  margin-top: 85px;
}
@media screen and (max-width: 640px) {
  .organize .organize_list.col2 li {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .organize .organize_list.col2 li:nth-child(-n+2) {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .organize .organize_list.col2 li:first-child {
    margin-top: 0;
  }
}
.organize .organize_list.col3 li {
  width: 360px;
  margin-top: 65px;
}
@media screen and (max-width: 640px) {
  .organize .organize_list.col3 li {
    width: 48%;
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .organize .organize_list.col3 li:nth-child(-n+3) {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  .organize .organize_list.col3 li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.organize .organize_list li {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: -webkit-box;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  border-radius: 35px;
  color: #F78DA7;
  font-size: 2.4rem;
}
@media screen and (max-width: 640px) {
  .organize .organize_list li {
    height: 10.6666666667vw;
    font-size: 3.2vw;
  }
}
.organize .organize_list_ico {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}
@media screen and (max-width: 640px) {
  .organize .organize_list_ico {
    width: 9.3333333333vw;
  }
}