@media all and (max-width: 768px) {
  .homepage .linkbt {
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    z-index: 99;
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .homepage.over_150 .linkbt {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.listarchor {
  width: 50px;
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 90;
}

.listarchor .backtotop {
  cursor: pointer;
}

.listarchor .backtotop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background: #ca303f;
}

.listarchor .backtotop img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media all and (min-width: 769px) {
  .listarchor .list {
    border: 1px solid #e4e4e4;
    border-right: 0;
  }
}

.listarchor li {
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.listarchor li a {
  padding: 12px 0;
  text-align: center;
  line-height: 1.4;
}

.listarchor li:last-child {
  border-bottom: 0;
}

@media all and (max-width: 768px) {
  .listarchor {
    top: inherit;
    -webkit-transition: all .3s;
    transition: all .3s;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: width 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition-delay: 0;
    -webkit-transition-delay: 0;
    overflow: hidden;
  }

  .listarchor.active {
    width: 90px;
  }

  .listarchor.active .backtotop {
    left: calc(100% - 90px);
  }

  .listarchor.active .list {
    left: 100%;
  }

  .listarchor.active .close span {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .listarchor .backtotop {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    position: relative;
    left: 0;
    -webkit-transition: -webkit-left 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-left 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: left 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: left 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition-delay: 0;
    -webkit-transition-delay: 0;
  }

  .listarchor .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 90px);
    position: relative;
    left: 0;
    border-top: 1px solid #e4e4e4;
    -webkit-transition: -webkit-left 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-left 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: left 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: left 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition-delay: 0;
    -webkit-transition-delay: 0;
  }

  .listarchor .list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    border-bottom: 0;
    border-right: 1px solid #e4e4e4;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: 49px;
    -webkit-transition: all .3;
    transition: all .3;
  }

  .listarchor .list li a {
    padding: 0;
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .listarchor .close {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 40px;
    position: relative;
    z-index: 2;
    border-top: 1px solid #e4e4e4;
  }

  .listarchor .close span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 50px;
    width: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .listarchor .close span::before,
  .listarchor .close span::after {
    position: absolute;
    content: "";
    background: #000;
    right: 20px;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .listarchor .close span::before {
    width: 14px;
    height: 2px;
    right: 21px;
  }

  .listarchor .close span::after {
    height: 14px;
    width: 2px;
    right: 27px;
  }

  .listarchor .close span.open::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .listarchor .close span:after {
    right: 17px;
  }

  .listarchor .close span::before {
    right: 10px;
  }
}

.mainmv {
  background: url(../images/main.jpg) no-repeat center center;
  background-size: cover;
  min-height: 535px;
  padding-top: 75px;
}

@media all and (max-width: 768px) {
  .mainmv {
    background: url(../images/main_sp.png) no-repeat center center;
    background-size: cover;
    min-height: inherit;
    padding: 120px 0;
  }
}

@media all and (max-width: 480px) {
  .mainmv {
    padding: 15% 0;
  }

  .mainmv .container {
    padding: 0;
  }
}

.mainmv .txt {
  background: rgba(255, 255, 255, 0.85);
  max-width: 590px;
  margin: 0 auto;
  padding: 35px 0 45px 0;
}

@media all and (max-width: 480px) {
  .mainmv .txt {
    width: 100%;
    padding: 25px 0 35px;
  }
}

.mainmv .txt h1 {
  font-size: 52px;
  color: #d5a058;
  line-height: 1.2;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

@media all and (max-width: 768px) {
  .mainmv .txt h1 {
    font-size: 30px;
    font-weight: 600;
  }
}

@media all and (max-width: 480px) {
  .mainmv .txt h1 {
    margin-bottom: 10px;
  }
}

.mainmv .txt p {
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
}

@media all and (max-width: 768px) {
  .mainmv .txt p {
    font-size: 21px;
    font-weight: 400;
  }
}

.mainmv .btnpage span {
  font-size: 27px;
}

@media all and (max-width: 768px) {
  .mainmv .btnpage span {
    font-size: 18px;
    font-weight: 500;
  }
}

@media all and (min-width: 769px) {

  .contentbox .desc,
  .contentbox .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.contentbox .desc,
.contentbox .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.contentbox .desc img,
.contentbox .img img {
  width: 100%;
}

.contentbox .desc p,
.contentbox .img p {
  font-size: 14px;
  line-height: 2;
}

@media all and (max-width: 768px) {

  .contentbox .desc p,
  .contentbox .img p {
    font-size: 14px;
  }
}

@media all and (min-width: 769px) {
  .contentbox .desc {
    padding-right: 50px;
  }
}

@media all and (max-width: 768px) {
  .contentbox .desc {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  .contentbox .img {
    text-align: center;
  }

  .contentbox .img img {
    width: 90%;
  }
}

.section1 {
  background: url(../images/bgsec1.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 110px;
}

@media all and (max-width: 768px) {
  .section1 {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

@media all and (max-width: 480px) {
  .section1 {
    padding: 30px 0 80px;
  }
}

.section2 {
  background: url(../images/bgparttern1.png) repeat center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

@media all and (max-width: 768px) {
  .section2 {
    padding: 50px 0;
  }
}

@media all and (max-width: 480px) {
  .section2 {
    padding-bottom: 40px;
  }
}

.section2 .bgimg {
  background: url(../images/bgsec2.png) no-repeat center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}

@media all and (max-width: 768px) {
  .section2 .bgimg {
    background: url(../images/bgsec2_sp.png) no-repeat center bottom;
    background-size: 100%;
  }
}

.section2 .titsub {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  margin-bottom: 0;
}

.section2 ul.flexbox {
  position: relative;
  z-index: 3;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .section2 ul.flexbox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.section2 ul.flexbox li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  background: #fff;
  border-left: 2px solid #d5a058;
  font-size: 19px;
  padding: 20px;
  line-height: 1.5;
  margin-top: 30px;
}

@media all and (min-width: 769px) {
  .section2 ul.flexbox li {
    max-width: 33.33%;
  }

  .section2 ul.flexbox li:first-child {
    margin-top: 0;
  }

  .section2 ul.flexbox li:last-child {
    margin-top: 60px;
  }
}

@media all and (max-width: 768px) {
  .section2 ul.flexbox li {
    font-size: 18px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    margin-top: 20px;
    font-weight: bold;
    margin-left: 10%;
  }

  .section2 ul.flexbox li:first-child {
    margin-left: 0;
  }

  .section2 ul.flexbox li:last-child {
    margin-left: 20%;
  }
}

@media all and (max-width: 480px) {
  .section2 ul.flexbox li {
    padding: 15px;
  }
}

.section3 {
  background: url(../images/bgsec3.jpg) repeat center center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 145px;
  position: relative;
}

@media all and (max-width: 768px) {
  .section3 {
    padding: 50px 0 90px;
  }
}

@media all and (max-width: 480px) {
  .section3 {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

.section3 p.text_bold {
  font-family: 'Noto Serif JP', serif !important;
  margin-top: -6px;
  font-size: 19px;
  /*font-size: 27px;*/
}

.section3 .container {
  background: url(../images/bgparttern2.jpg) repeat;
  padding: 50px 40px;
}

@media all and (max-width: 768px) {
  .section3 .container {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media all and (max-width: 480px) {
  .section3 .container {
    padding: 30px 3% 50px;
  }
}

.section3 .tablist {
  margin-top: 30px;
}

@media all and (max-width: 480px) {
  .section3 .tablist {
    margin-top: 20px;
  }
}

.section3 .tablist .tab {
  display: none;
}

.section3 .tablist dl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section3 .tablist dl.show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media all and (max-width: 768px) {
  .section3 .tablist dl {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.section3 .tablist dt {
  font-weight: bold;
  color: #fff;
  background: #d5a058;
  border-radius: 6px;
  font-size: 19px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  padding: 15px 15px 17px;
  line-height: 1;
  text-align: center;
  max-width: 90px;
}

@media all and (max-width: 768px) {
  .section3 .tablist dt {
    font-size: 15px;
    padding: 10px 10px 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
  }
}

.section3 .tablist dd {
  width: calc(100% - 115px);
  background: #fff;
  border-radius: 6px;
  padding: 6px 22px;
  font-size: 16px;
  max-width: 785px;
}

@media all and (max-width: 768px) {
  .section3 .tablist dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 20px;
    padding: 10px 15px;
    font-size: 14px;
  }
}

.section3 ul.flexbox {
  margin: 35px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (max-width: 768px) {
  .section3 ul.flexbox {
    margin: 0;
    padding: 0 0 15px;
    background: #fff;
  }
}

.section3 ul.flexbox li {
  margin: 0 15px;
}

@media all and (max-width: 768px) {
  .section3 ul.flexbox li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    margin: 10px 0;
    text-align: center;
  }
}

.section3 ul.flexbox li label {
  font-size: 19px;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .section3 ul.flexbox li label {
    font-size: 18px;
  }
}

.section3 ul.flexbox li input {
  width: 18px;
  height: 18px;
  vertical-align: -0.1em;
  margin-right: 5px;
}

@media all and (max-width: 768px) {
  .section3 .btnnext {
    background: #fff;
    margin-top: 0;
  }
}

.section3 .btnnext a {
  min-width: 215px;
}

.section3 .btnnext a span {
  font-weight: bold;
}

.section3 .btnnext a:after {
  -webkit-transform: skewX(0);
  -ms-transform: skewX(0);
  transform: skewX(0);
}

.section3 .btnnext a::before {
  border: 0;
}

.section3 .btnquestion {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section3 .btnquestion .btnpage {
  margin: 0 30px;
  margin-top: 40px;
}

@media all and (max-width: 768px) {
  .section3 .btnquestion .btnpage {
    margin-top: 20px;
  }
}

.section3 .btnquestion .btnpage span {
  background: none;
  padding-right: 0;
}

.section4 {
  background: url(../images/bgparttern3.jpg) repeat center center;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 70px;
  position: relative;
}

@media all and (max-width: 768px) {
  .section4 {
    padding-bottom: 50px;
  }
}

@media all and (max-width: 480px) {
  .section4 {
    padding-bottom: 30px;
  }
}

.section4 .titpage {
  position: relative;
  z-index: 2;
  margin-top: -120px;
  margin-bottom: 50px;
}

@media all and (max-width: 768px) {
  .section4 .titpage {
    margin-top: -100px;
    margin-bottom: 30px;
  }
}

.section4 .tabslist li {
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32.5%;
  -ms-flex: 0 0 32.5%;
  flex: 0 0 32.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 20px 10px;
  cursor: pointer;
  border-right: 4px solid #e3e1dd;
}

@media all and (min-width: 769px) {
  .section4 .tabslist li {
    max-width: 32.5%;
  }
}

@media all and (max-width: 768px) {
  .section4 .tabslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px;
  }
}

.section4 .tabslist li:nth-child(1) span.icon {
  color: #fff;
}

.section4 .tabslist li:nth-child(1) span.icon:after {
  background: #D49F58;
}

.section4 .tabslist li:nth-child(1) span.icon::before {
  border-color: #D49F58;
}

.section4 .tabslist li:nth-child(2) span.icon {
  color: #fff;
}

.section4 .tabslist li:nth-child(2) span.icon:after {
  background: #195c8b;
}

.section4 .tabslist li:nth-child(2) span.icon::before {
  border-color: #195c8b;
}

.section4 .tabslist li:nth-child(3) span.icon {
  color: #fff;
}

.section4 .tabslist li:nth-child(3) span.icon:after {
  background: #59198b;
}

.section4 .tabslist li:nth-child(3) span.icon::before {
  border-color: #59198b;
}

.section4 .tabslist li.active {
  background: #d49f58;
}

.section4 .tabslist li.active span.icon {
  color: #000;
}

.section4 .tabslist li.active:nth-child(2) {
  background: #195c8b;
}

.section4 .tabslist li.active:nth-child(2) span.icon {
  color: #195c8b;
}

.section4 .tabslist li.active:nth-child(3) {
  background: #59198b;
}

.section4 .tabslist li.active:nth-child(3) span.icon {
  color: #59198b;
}

.section4 .tabslist li.active span.txt {
  color: #fff;
}

.section4 .tabslist li.active:last-child {
  border-right: 0;
}

.section4 .tabslist li.active span.icon:after {
  background: #fff;
}

.section4 .tabslist li.active span.icon::before {
  border-color: #fff;
}

.section4 .tabslist span.icon {
  font-size: 29px;
  position: relative;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .section4 .tabslist span.icon {
    font-size: 24px;
    width: 60px;
    height: 60px;
    min-width: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.section4 .tabslist span.icon:after {
  content: '';
  background: #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 10px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

@media all and (max-width: 768px) {
  .section4 .tabslist span.icon:after {
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
  }
}

.section4 .tabslist span.icon::before {
  position: absolute;
  content: '';
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  left: 11px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (max-width: 768px) {
  .section4 .tabslist span.icon::before {
    width: 38px;
    height: 38px;
    left: 50%;
    margin-left: -19px;
  }
}

.section4 .tabslist span.icon small {
  font-size: 15px;
  font-weight: bold;
}

@media all and (max-width: 768px) {
  .section4 .tabslist span.icon small {
    font-size: 12px;
  }
}

.section4 .tabslist span.txt {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.5px;
}

@media all and (max-width: 768px) {
  .section4 .tabslist span.txt {
    font-size: 18px;
    position: relative;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1.4;
    margin-top: 5px;
  }
}

@media all and (max-width: 480px) {
  .section4 .tabslist span.txt {
    font-size: 3.3vw;
  }
}

.section4 .tabcontent {
  background: #d49f58;
}

.section4 .tabcontent.active#tab1 .info {
  background: #d49f58;
}

.section4 .tabcontent.active#tab2 .info {
  background: #195c8b;
}

.section4 .tabcontent.active#tab2 .info-txt {
  background: #134263;
}

.section4 .tabcontent.active#tab2 .info-txt .desc {
  background: #173041;
}

.section4 .tabcontent.active#tab3 .info {
  background: #59198b;
}

.section4 .tabcontent.active#tab3 .info-txt {
  background: #46186a;
}

.section4 .tabcontent.active#tab3 .info-txt .desc {
  background: #311c41;
}

.section4 .tabcontent .info {
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media all and (max-width: 768px) {
  .section4 .tabcontent .info {
    padding: 15px;
  }
}

.section4 .tabcontent .info-txt {
  background: #cc8d39;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding: 20px;
}

@media all and (min-width: 769px) {
  .section4 .tabcontent .info-txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media all and (max-width: 768px) {
  .section4 .tabcontent .info-txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.section4 .tabcontent .info-txt * {
  color: #fff;
  font-family: 'Noto Sans JP';
}

.section4 .tabcontent .info-txt h3 {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media all and (max-width: 768px) {
  .section4 .tabcontent .info-txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.section4 .tabcontent .info-txt h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}

@media all and (max-width: 768px) {
  .section4 .tabcontent .info-txt h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.section4 .tabcontent .info-txt .desc {
  background: #b87e30;
  padding: 15px 25px;
}

@media all and (max-width: 768px) {
  .section4 .tabcontent .info-txt .desc {
    padding: 12px;
  }
}

.section4 .tabcontent .info-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.section4 .tabcontent .info-img img {
  width: 100%;
}

@media all and (min-width: 769px) {
  .section4 .tabcontent .info-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    height: 270px;
  }
}

.section4 .content {
  padding: 35px;
  background: #fbf8f4;
  padding-bottom: 50px;
}

@media all and (max-width: 768px) {
  .section4 .content {
    padding: 15px;
  }
}

.section4 .content-box {
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  .section4 .content-box {
    padding: 15px;
    margin-bottom: 25px;
  }
}

.section4 .content h5 {
  font-size: 17px;
  font-weight: bold;
  border-bottom: 2px solid #f6eee5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  .section4 .content h5 {
    font-size: 15px;
  }
}

.section4 .content p {
  font-size: 16px;
}

@media all and (max-width: 768px) {
  .section4 .content p {
    font-size: 14px;
  }
}

.section5 {
  padding: 80px 0;
}

@media all and (max-width: 768px) {
  .section5 {
    padding: 50px 0;
  }
}

@media all and (max-width: 480px) {
  .section5 {
    padding: 40px 0 0;
  }
}

.section5 .titsub {
  margin-bottom: 50px;
}

@media all and (max-width: 768px) {
  .section5 .titsub {
    margin-bottom: 30px;
  }
}

.section5 .flexbox {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media all and (max-width: 768px) {
  .section5 .flexbox {
    /* -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; */
    margin-bottom: 0;
  }
}

.section5 .flexbox .box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  position: relative;
  max-width: 177px;
  margin-right: 23px;
}

.section5 .flexbox .box:last-child {
  margin-right: 0;
}

.section5 .flexbox .box:after {
  content: '';
  position: absolute;
  background: url(../images/arrright.png) no-repeat center center;
  background-size: 30px;
  width: 32px;
  height: 12px;
  top: 80px;
  right: -30px;
  z-index: 2;
}

.section5 .flexbox .box:last-child:after {
  background: none;
}

@media all and (max-width: 768px) {
  .section5 .flexbox .box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    margin-bottom: 20px;
    max-width: inherit;
    margin-right: 0;
  }

  .section5 .flexbox .box:last-child {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .section5 .flexbox .box img {
    width: 100%;
  }

  .section5 .flexbox .box:nth-child(2n):after {
    background: none;
  }

  .section5 .flexbox .box:after {
    background-size: 33px;
    width: 34px;
    right: -33px;
    top: 85px;
  }
}

@media all and (max-width: 390px) {
  .section5 .flexbox .box:after {
    background-size: 28px;
    width: 32px;
    right: -30px;
    top: 75px;
  }
}

.section5 .flexbox .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 12px;
}

.section5 .flexbox span.fontmin {
  background: #d5a058;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 25px;
  font-size: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.section5 .flexbox span.fontnoto {
  font-weight: bold;
  background: #fbf8f4;
  padding: 10px 2px;
  min-height: 100px;
  line-height: 1.4;
  flex: 0 0 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.section5 .flexbox .box:nth-child(2) span.fontnoto{
  display: block;
}

@media all and (max-width: 768px) {
  .section5 .flexbox span.fontnoto {
    min-height: 100px;
  }
}

.section5 .flexbox span.fontnoto a {
  color: #0059b2;
  /*text-decoration: underline;*/
  font-weight: bold;
  border-bottom: 1px solid #0059b2;
}

@media all and (max-width: 768px) {
  .section5 .flexbox span.fontnoto a {
    font-weight: 500;
  }
}

.section5 p.note {
  font-size: 13px;
}

.section6 {
  background: url(../images/bgsec4.png) no-repeat center top;
  margin: 0 0 145px;
}

@media all and (max-width: 768px) {
  .section6 {
    margin: 50px 0 90px;
    background-position: center center;
    background-size: contain;
  }
}

@media all and (max-width: 480px) {
  .section6 {
    margin-top: 40px;
    margin-bottom: 130px;
  }
}

.section6 .titsub {
  margin-bottom: 50px;
  margin-top: 50px;
}

@media all and (max-width: 768px) {
  .section6 .titsub {
    margin-bottom: 30px;
  }
}

.section6 .contentbox {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section6 .contentbox .img img {
  width: 100%;
}

.section6 .desc {
  background: #fff;
  padding: 15px 20px;
}

@media all and (max-width: 768px) {
  .section6 .desc {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.section6 .desc ul li {
  border-bottom: 1px solid #f4eade;
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding-left: 10px;
  line-height: 1.4;
}

.section6 .desc ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section6 .desc ul li::before {
  position: absolute;
  content: '';
  left: 0;
  width: 2px;
  height: 18px;
  top: 4px;
  background: #d5a058;
}

@media all and (max-width: 768px) {
  .section6 .desc ul li::before {
    width: 3px;
  }

  .section6 .desc ul li:last-child {
    margin-bottom: 0;
  }
}

.section6 .mt90 {
  margin-top: 80px !important;
}

@media all and (max-width: 768px) {
  .section6 .mt90 {
    margin-top: 50px !important;
  }
}

.section6 .slider {
  border: 1px solid #eee0ce;
  background: #fff;
  padding: 25px;
  margin-bottom: 85px;
}

@media all and (max-width: 768px) {
  .section6 .slider {
    padding: 3%;
    margin-bottom: 40px;
  }
}

.section6 .slider .slick-next,
.section6 .slider .slick-prev {
  width: 47px;
  height: 67px;
}

.section6 .slider .slick-next::before,
.section6 .slider .slick-prev::before {
  content: '';
}

@media all and (max-width: 768px) {

  .section6 .slider .slick-next,
  .section6 .slider .slick-prev {
    width: 25px;
    height: 40px;
  }
}

.section6 .slider .slick-next {
  background: rgba(234, 207, 171, 0.4) url(../common_img/arrright.png) no-repeat center center;
  background-size: 14px;
  right: 0;
  z-index: 9;
}

@media all and (max-width: 768px) {
  .section6 .slider .slick-next {
    background-size: 7px;
  }
}

.section6 .slider .slick-prev {
  background: rgba(234, 207, 171, 0.4) url(../common_img/arrleft.png) no-repeat center center;
  background-size: 14px;
  left: 0;
  z-index: 9;
}

@media all and (max-width: 768px) {
  .section6 .slider .slick-prev {
    background-size: 7px;
  }
}

@media all and (min-width: 769px) {
  .section6 .interview {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: flex-start;
  }
    .section6 .interview .box {
      margin-right: 2.5%;
  }
    .section6 .interview .box:last-child {
      margin-right: 0px;
  }
}

@media all and (max-width: 768px) {
  .section6 .interview {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section6 .interview .box {
  position: relative;
}

@media all and (min-width: 769px) {
  .section6 .interview .box {
    max-width: 310px;
  }
}

@media all and (max-width: 768px) {
  .section6 .interview .box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-top: 4%;
  }

  .section6 .interview .box:first-child {
    margin-right: 4%;
  }

}

.section6 .interview .box .img {
  position: relative;
  z-index: 1;
  border: 1px solid #eee0ce;
  padding: 10px;
}

.section6 .interview .box .txt {
  background: #d5a058;
  text-align: center;
  padding: 12px 20px;
  border-bottom: 5px solid #f9e9eb;
}

@media all and (max-width: 768px) {
  .section6 .interview .box .txt {
    padding: 5px 10px;
  }
}

.section6 .interview .box .txt span {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  color: #fff;
  z-index: 9;
  background: #d5a058;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.section6 .interview .box .txt p {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #be8538;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section6 .interview .box .txt h5 {
  font-size: 16px;
  color: #fff;
}

@media all and (max-width: 768px) {
  .section6 .interview .box .txt h5 {
    font-size: 15px;
  }
}

.section7 {
  background: #fdfaf0;
  position: relative;
  padding-bottom: 80px;
}

@media all and (max-width: 768px) {
  .section7 {
    padding-bottom: 50px;
  }
}

.section7 .iframe {
  margin-top: 80px;
}

@media all and (max-width: 768px) {
  .section7 .iframe {
    margin-top: 40px;
  }

  .section7 .iframe iframe {
    height: 300px;
  }
}

.section8 {
  padding: 30px 0 140px;
}

@media all and (max-width: 768px) {
  .section8 {
    padding: 30px 0 90px;
  }
}

@media all and (max-width: 480px) {
  .section8 {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

.section8 dl {
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  .section8 dl {
    margin-bottom: 20px;
  }
}

.section8 dl dt {
  background: #f9f1e6 url(../images/iconq.png) no-repeat left 20px center;
  border-radius: 10px;
  padding: 15px 20px;
  position: relative;
  padding-left: 60px;
  cursor: pointer;
}

.section8 dl dt::before,
.section8 dl dt::after {
  position: absolute;
  content: "";
  background: #d49f58;
  right: 20px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section8 dl dt::before {
  width: 14px;
  height: 2px;
  right: 21px;
}

.section8 dl dt::after {
  height: 14px;
  width: 2px;
  right: 27px;
}

.section8 dl dt.open::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media all and (max-width: 768px) {
  .section8 dl dt {
    background: #f9f1e6 url(../images/iconq.png) no-repeat left 10px center;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
  }
}

.section8 dl dt p {
  font-weight: bold;
  font-size: 17px;
}

@media all and (max-width: 768px) {
  .section8 dl dt p {
    font-size: 15px;
  }
}

.section8 dl dd {
  display: none;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  background: #fff url(../images/icona.png) no-repeat left 20px top 20px;
  padding: 20px 60px;
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .section8 dl dd {
    font-size: 13px;
    padding-right: 20px;
    margin-top: 10px;
    padding: 10px;
    background: #fff url(../images/icona.png) no-repeat left 10px top 10px;
    padding-left: 40px;
    border-radius: 5px;
  }
}

.section9 {
  background: #fef9f9;
  padding: 0 0 80px;
  position: relative;
}

@media all and (max-width: 768px) {
  .section9 {
    padding-bottom: 50px;
  }
}

@media all and (max-width: 480px) {
  .section9 {
    padding-bottom: 40px;
  }
}

/* .section9 .titpage {
  position: relative;
  top: -50px;
}

@media all and (max-width: 768px) {
  .section9 .titpage {
    top: -30px;
    margin-bottom: 0;
  }
} */

.section10 {
  padding: 100px 0;
}

@media all and (max-width: 768px) {
  .section10 {
    padding: 30px 0;
  }
}

.section10 p {
  color: #000;
  font-size: 22px;
}

@media all and (max-width: 768px) {
  .section10 p {
    font-size: 18px;
  }
}

.section10 ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

@media all and (max-width: 768px) {
  .section10 ul {
    margin-top: 20px;
  }
}

.section10 ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  margin: 0 17px;
  background: #000;
}

@media all and (max-width: 768px) {
  .section10 ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin: 0;
  }

  .section10 ul li:first-child {
    margin-right: 4%;
  }

  .section10 ul li:last-child {
    margin-top: 4%;
  }
}

.section10 ul li a {
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 18px 20px;
}

.tabbox {
  min-height: 198px;
}

.modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal--content {
  background: #fff;
  max-width: 1000px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5vh 0;
  max-height: 80vh;
  text-align: center;
  position: relative;
}

.modal--content .close {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  background: #ccc;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.modal--content .close::before,
.modal--content .close::after {
  position: absolute;
  content: "";
  background: #000;
  right: 20px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal--content .close::before {
  width: 14px;
  height: 2px;
  right: 21px;
}

.modal--content .close::after {
  height: 14px;
  width: 2px;
  right: 27px;
}

.modal--content .close.open::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal--content .close:after {
  top: 50%;
  right: 14px;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal--content .close::before {
  top: 50%;
  right: 8px;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal--content .close:hover {
  opacity: 0.7;
}

@media all and (max-width: 480px) {
  .modal--content {
    width: 90%;
  }
}

.modal--content p {
  font-weight: bold;
  color: red;
  font-size: 4vw;
}

.modal--content p span {
  display: block;
  font-weight: bold;
  font-size: 6vw;
  line-height: 1;
  padding: 3vh 0;
  color: red;
}

@media all and (max-width: 480px) {
  .modal--content p {
    font-size: 6vw;
  }

  .modal--content p span {
    font-size: 9vw;
  }
}

media all and (min-width: 769px) {
  .section6 .interview .box {
    max-width: 310px;
  }
}

@media all and (max-width: 768px) {
  .section6 .interview .box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }

  .section6 .interview .box:first-child {
    margin-right: 4%;
  }

}

.section6 .interview .box .img {
  position: relative;
  z-index: 1;
  border: 1px solid #eee0ce;
  padding: 10px;
}

.section6 .interview .box .txt {
  background: #d5a058;
  text-align: center;
  padding: 12px 20px;
  border-bottom: 5px solid #f9e9eb;
}

.section8 dl a {
  color: #337ab7;
} 


@media all and (max-width: 768px) {
  .section6 .interview .box .txt {
    padding: 5px 10px;
  }
}

.section6 .interview .box .txt span {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  color: #fff;
  z-index: 9;
  background: #d5a058;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.section6 .interview .box .txt p {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #be8538;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.section6 .interview .box .txt h5 {
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 768px) {
  .section6 .interview .box .txt h5 {
    font-size: 15px;
  }
}

.section7 {
  background: #fdfaf0;
  position: relative;
  padding-bottom: 80px;
}

@media all and (max-width: 768px) {
  .section7 {
    padding-bottom: 50px;
  }
}

.section7 .titpage {
  position: relative;
  top: -50px;
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .section7 .titpage {
    top: -35px;
  }
}

.section7 .iframe {
  margin-top: 80px;
}

@media all and (max-width: 768px) {
  .section7 .iframe {
    margin-top: 40px;
  }

  .section7 .iframe iframe {
    height: 300px;
  }
}

.section8 {
  padding: 30px 0 140px;
}

@media all and (max-width: 768px) {
  .section8 {
    padding: 50px 0 90px;
  }
}

@media all and (max-width: 480px) {
  .section8 {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}

.section8 dl {
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  .section8 dl {
    margin-bottom: 20px;
  }
}

.section8 dl dt {
  background: #f9f1e6 url(../images/iconq.png) no-repeat left 20px center;
  border-radius: 10px;
  padding: 15px 20px;
  position: relative;
  padding-left: 60px;
  cursor: pointer;
}

.section8 dl dt::before,
.section8 dl dt::after {
  position: absolute;
  content: "";
  background: #d49f58;
  right: 20px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.section8 dl dt::before {
  width: 14px;
  height: 2px;
  right: 21px;
}

.section8 dl dt::after {
  height: 14px;
  width: 2px;
  right: 27px;
}

.section8 dl dt.open::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media all and (max-width: 768px) {
  .section8 dl dt {
    background: #f9f1e6 url(../images/iconq.png) no-repeat left 10px center;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
  }
}

.section8 dl dt p {
  font-weight: bold;
  font-size: 17px;
}

@media all and (max-width: 768px) {
  .section8 dl dt p {
    font-size: 15px;
  }
}

.section8 dl dd {
  display: none;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  background: #fff url(../images/icona.png) no-repeat left 20px top 20px;
  padding: 20px 60px;
  margin-top: 20px;
}

@media all and (max-width: 768px) {
  .section8 dl dd {
    font-size: 13px;
    padding-right: 20px;
    margin-top: 10px;
    padding: 10px;
    background: #fff url(../images/icona.png) no-repeat left 10px top 10px;
    padding-left: 40px;
    border-radius: 5px;
  }
}

.section9 {
  background: #fef9f9;
  padding: 0 0 80px;
  position: relative;
}

@media all and (max-width: 768px) {
  .section9 {
    padding-bottom: 50px;
  }
}

@media all and (max-width: 480px) {
  .section9 {
    padding-bottom: 40px;
  }
}

.section9 .titpage {
  position: relative;
  top: -50px;
}

@media all and (max-width: 768px) {
  .section9 .titpage {
    top: -40px;
    margin-bottom: 0;
  }
}

.section4 .titpage {
  position: relative;
  top: -50px;
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .section4 .titpage {
    top: -40px;
    margin-bottom: 0;
  }
}

.section10 {
  padding: 100px 0;
}

@media all and (max-width: 768px) {
  .section10 {
    padding: 30px 0;
  }
}

.section10 p {
  color: #000;
  font-size: 22px;
}

@media all and (max-width: 768px) {
  .section10 p {
    font-size: 18px;
  }
}

.section10 ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

@media all and (max-width: 768px) {
  .section10 ul {
    margin-top: 20px;
  }
}

.section10 ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  margin: 0 17px;
  background: #000;
}

@media all and (max-width: 768px) {
  .section10 ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin: 0;
  }

  .section10 ul li:first-child {
    margin-right: 4%;
  }

  .section10 ul li:last-child {
    margin-top: 4%;
  }
}

.section10 ul li a {
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  padding: 18px 20px;
}

.tabbox {
  min-height: 198px;
}

.modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal--content {
  background: #fff;
  max-width: 650px;
  border-radius: 10px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4vh 0 5vh;
  max-height: 80vh;
  text-align: center;
  position: relative;
}

.modal--content .close {
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
  background: #ccc;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.modal--content .close::before,
.modal--content .close::after {
  position: absolute;
  content: "";
  background: #000;
  right: 20px;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal--content .close::before {
  width: 14px;
  height: 2px;
  right: 21px;
}

.modal--content .close::after {
  height: 14px;
  width: 2px;
  right: 27px;
}

.modal--content .close.open::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal--content .close:after {
  top: 50%;
  right: 14px;
  margin-top: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal--content .close::before {
  top: 50%;
  right: 8px;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal--content .close:hover {
  opacity: 0.7;
}

@media all and (max-width: 480px) {
  .modal--content {
    width: 90%;
    max-height: 450px;
  }
}

.modal--content p {
  font-weight: bold;
  color: red;
  font-size: 4vw;
}

.modal--content p span {
  display: block;
  font-weight: bold;
  font-size: 6vw;
  line-height: 1;
  padding: 3vh 0;
  color: red;
}

@media all and (max-width: 480px) {
  .modal--content p {
    font-size: 6vw;
  }

  .modal--content p span {
    font-size: 9vw;
  }
}

.modal--content h4{
  font-size: 36px;
  color: #d39f58;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

.modal--content h4 span{
  font-size: 52px;
  font-weight: 600;
  margin: 0 12px;
}

.modal--content p{
  font-size: 18px;
  color: #000000;
  font-weight: normal;
}

.modal--content .button a{
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  font-family: 'Noto Sans JP';
  min-width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.modal--content .button .btnpage{
  margin-right: 20px;
  margin-left: 20px;
  background: #c9283e;
}

.modal--content .button .btnpage:first-child{
  background: #555;
}

.modal--content .button .btnpage a:before,
.modal--content .button .btnpage a:after{
  transform: skew(0);
  right: 0;
  bottom: 0;
  display: none;
}

.section7 .iframe {
  position: relative;
}

.section7 .iframe .play-btn{
  position: absolute;
  top: 45%;
  left: 47%;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  max-width: 60px;
}

@media all and (max-width: 640px) {
  .modal--content h4{
    margin-bottom: 20px;
  }
  .modal--content .button{
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* fix 24/03/2021 */

.fixtext span{
  display: block;
}

.fixtext span.mbl{
  margin-bottom: 15px;
}

.section6 .slider{
  height: 700px;
}

@media all and (max-width: 768px) {
  .section6 .slider{
    height: 520px;
  }
  .section4 .tabslist span.txt{
    display: block;
    text-align: center;
    width: 100%;
  }
  .section10 p {
    font-size: 17px;
  }
   body{
    overflow-x: unset;
  }
    .section5 .flexbox .box:nth-child(2n):after{
    display: none;
  }
}

@media all and (max-width: 520px) {
  .section6 .slider{
    height: 255px;
  }

}

@media all and (min-width: 768px)
{
  .section3 .tablist dd span{
    display: block;width: calc((100% - 100px));text-align: center;
  }
}

.contentbox .desc p{
  font-size: 15px;
}

.section2 .titsub{
  margin-top: -115px;
}

.section5 .flexbox .box:nth-child(2) span.fontnoto{
  padding-top: 20px;
}

.section6 .interview .box .txt p {
    font-size: 15px;
}

.section3 .tablist dd{
  text-align: center;
  font-size: 19px;
}


/* MODIFY 13/04 */
@media all and (max-width: 480px) {
  
  .section1 .titsub, .section2 .titsub, .section3 .titsub, .section4 .titsub, .section5 .titsub, .section6 .titsub, .section7 .titsub, .section8 .titsub, .section9 .titsub{
    text-align: center !important;
  }

  .section1 .fontmin, .section2 .fontmin, .section3 .fontmin, .section4 .fontmin, .section5 .fontmin, .section6 .fontmin, .section7 .fontmin, .section8 .fontmin, .section9 .fontmin{
    text-align: center !important;
  }

  .section5 p.note {
    text-align: center;
  }

  .section1 .contentbox .desc p {
    letter-spacing: -2px;
    text-align: center;
    font-size: 14px;
  }

  .mainmv .txt p {
    font-size: 20px !important;
  }

  .section3 .btnquestion .btnpage {
    margin-left: 10px;
    margin-right: 10px;
  }
  .section3 .btnnext a{
    min-width: 130px;
  }

  .section3 p.text_bold{
    font-size: 16px;
    letter-spacing: -2px;
  }

  .section5 .flexbox .box span.fontnoto{
    font-size: 13px;
  }
  .section6 .desc ul li{
    font-size: 14px;
  }

  .section6 .interview .box .txt h5{
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .section7 .contentbox .desc p{
    letter-spacing: -1px;
    text-align: center;
  }
  .section7 .iframe{
    margin-left: -3%;
  }
  .section7 .contentbox .img{
    top: 0px;
  }
  .section2 ul.flexbox li{
    flex: 4 0 80%;
  }

  .section3 .tablist dd {
    font-size: 15px;
  }
    .footer .navft .nav-list li:nth-child(5) a:after{
    background-color: transparent;
  }

  .section3 .modal .fontmin.dissp{
    font-size: 30px;
  }

    .section3 .tablist dt {
    margin: 0 auto;
  }

  .section7 .iframe .play-btn{
    top: 40%;
    left: 43%;
  }
}

@media all and (max-width: 365px) {
  .section3 p.text_bold{
    letter-spacing: -3px;
  }

  .section5 .flexbox .box span.fontnoto{
    font-size: 12px;
  }

}

/* MODIFY 13/04 */