/* section */
.section {
  overflow: hidden;
}

.section .contents {
  position: relative;
  background-position:top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 54vw;
}

.section .contents_bg {
  position: absolute;
  z-index: 1;
  background-position:top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 54vw;
}

.section .contents_bg:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}

.section .contents_overimage {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section .contents-right .textWrapper {
  position: relative;
  z-index: 10;
  height: 100%;
  margin-left: 50%;
  padding-right: 90px;
  padding-left: 90px;
}

.section .contents-left .textWrapper {
  position: relative;
  z-index: 10;
  height: 100%;
  margin-right: 50%;
  padding-right: 90px;
  padding-left: 90px;
}

.section .textWrapper .title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 35px;
  color: #fff;
  margin-bottom: 25px;
}

.section .textWrapper .text {
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  width: 400px;
}

.section .bottomTitle-english {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 20px;
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 90px;
  text-align: right;
  color: #fff;
  letter-spacing: 0.05em;
}

.section .contents-right .bottomTitle-english {
  left: 20px;
  right: auto;
  text-align: left;
}

.section .contents-left .bottomTitle-english {
  right: 20px;
  left: auto;
  text-align: right;
}

.section .headline {
  text-align: right;
}

.section .headline .title {
  font-family: 'SawarabiMincho-Regular', serif;
  color: #fff;
  margin-bottom: 5px;
}

.section .headline.headline-medium .title {
  font-size: 40px;
}

.section .headline .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: 'Eurostile', sans-serif;
  color: #fff;
  white-space: nowrap;
}

.section .headline.headline-medium .subtitle {
  font-size: 12px;
}

.section .headline .subtitle:before {
  content: '';
  border-top: 1px solid #fff;
  width: 100%;
  margin-right: 15px;
}

.section .textWrapper-photo {
  text-align: center;
}

.section .textWrapper-photo .image {
  width: 50px;
  height: 34px;
  margin-bottom: 20px;
}

.section .textWrapper-photo .photo_title {
  display: block;
  font-family: 'Eurostile', sans-serif;
  font-size: 12px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

.section .textWrapper-photo .text {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .section .contents-right .textWrapper {
    padding-right: 7.5vw;
    padding-left: 7.5vw;
  }

  .section .contents-left .textWrapper {
    padding-right: 7.5vw;
    padding-left: 7.5vw;
  }

  .section .textWrapper .title {
    font-size: 2.9vw;
    margin-bottom: 2vw;
  }

  .section .textWrapper .text {
    font-size: 1.1vw;
    line-height: 2.5vw;
    color: #fff;
    width: 33.3vw;
  }

  .section .bottomTitle-english {
    bottom: 1.6vw;
    font-size: 7.5vw;
  }

  .section .contents-right .bottomTitle-english {
    left: 1.6vw;
  }

  .section .contents-left .bottomTitle-english {
    right: 1.6vw;
  }

  .section .headline.headline-medium .title {
    font-size: 3.3vw;
  }

  .section .headline.headline-medium .subtitle {
    font-size: 1vw;
  }

  .section .textWrapper-photo .text {
    width: 70vw;
  }
}

@media screen and (max-width:799px) {
  .section .contents {
    height: auto;
  }

  .section .contents_bg {
    position: relative;
    height: 200px;
  }

  .section .contents_bg:before {
    display: none;
  }

  .section .contents_overimage {
    display: none;
  }

  .section .contents-right .textWrapper {
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 20px;
  }

  .section .contents-left .textWrapper {
    width: 100%;
    height: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .section .textWrapper .title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
  }

  .section .textWrapper .text {
    font-size: 11px;
    line-height: 16px;
    width: 100%;
  }

  .section .bottomTitle-english {
    top: 160px;
    font-size: 28px;
  }

  .section .headline.headline-medium .title {
    font-size: 16px;
  }

  .section .headline.headline-medium .subtitle {
    font-size: 8px;
  }

  .section .headline .subtitle:before {
    margin-right: 10px;
  }

  .section .textWrapper-photo .image {
    width: 50px;
    height: 34px;
    margin-bottom: 10px;
  }

  .section .textWrapper-photo .photo_title {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .section .textWrapper-photo .text {
    width: 100%;
    padding: 0 20px;
    font-size: 10px;
    text-align: left;
  }
}

/* section01 */
.section01 {
  background-color: #00c1f4;
}

.section01 .section_inner {
  position: relative;
}

.section01 .bgWrapper {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 135px;
  overflow: hidden;
}

.section01 .bgtext {
  position: absolute;
  top: 100px;
  left: 50px;
  font-family: 'GildaDisplay-Regular', serif;
  font-size: 200px;
  color: rgba(255, 255, 255, 0.3);
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}

.section01 .topWrapper {
  margin-bottom: 500px;
  padding-left: 110px;
}

.section01 .topWrapper .title {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 45px;
  margin-bottom: 30px;
  color: #fff;
}

.section01 .topWrapper .text {
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  max-width: 800px;
}

.section01 .headline.headline-medium {
  width: 440px;
  margin-bottom: 420px;
}

.section01 .headline.headline-medium .image {
  margin-right: 50px;
  margin-bottom: 10px;
}

.section01 .bottomTitle-english {
  right: 20px;
}

.section01 .description {
  background-color: #003147;
  color: #fff;
  padding: 50px 0;
}

.section01 .description_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
}

.section01 .description .title {
  width: 150px;
  text-align: center;
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 40px;
  color: #fff;
  margin-right: 40px;
}

.section01 .description .text {
  width: 800px;
  text-align: left;
  font-family: 'SawarabiMincho-Regular', serif;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .section01 .bgWrapper {
    padding-top: 11.1vw;
  }

  .section01 .bgtext {
    top: 8.3vw;
    left: 4.1vw;
    font-size: 16vw;
  }

  .section01 .topWrapper {
    margin-bottom: 41vw;
    padding-left: 9.1vw;
  }

  .section01 .topWrapper .title {
    font-size: 3.75vw;
    margin-bottom: 2.5vw;
  }

  .section01 .topWrapper .text {
    font-size: 1.3vw;
    line-height: 2.3vw;
    max-width: 66.6vw;
  }

  .section01 .headline.headline-medium {
    width: 36.6vw;
    margin-bottom: 35vw;
  }

  .section01 .headline.headline-medium .image {
    margin-right: 4.1vw;
    margin-bottom: 0.9vw;
  }

  .section01 .headline.headline-medium .title {
    font-size: 3.3vw;
  }

  .section01 .headline.headline-medium .subtitle {
    font-size: 1vw;
  }

  .section01 .headline.headline-medium .subtitle:before {
    margin-right: 1.25vw;
  }

  .section01 .bottomTitle-english {
    right: 1.6vw;
  }

  .section01 .description {
    padding: 4.1vw 0;
  }

  .section01 .description_inner {
    width: 83.3vw;
  }

  .section01 .description .title {
    width: 12.5vw;
    font-size: 3.3vw;
    margin-right: 3.3vw;
  }

  .section01 .description .text {
    width: 66.6vw;
    font-size: 1.1vw;
    line-height: 2.5vw;
  }
}

@media screen and (max-width:799px) {
  .section01 .bgWrapper {
    padding-top: 135px;
  }
  .section01 .bgtext {
    font-size: 60px;
    left: 20px;
    top: 150px;
  }

  .section01 .topWrapper {
    margin-bottom: 250px;
    padding: 0 20px;
  }

  .section01 .topWrapper .title {
    font-size: 22px;
  }

  .section01 .topWrapper .text {
    font-size: 12px;
    line-height: 22px;
    max-width: 100%;
  }

  .section01 .headline.headline-medium {
    width: 200px;
    margin-bottom: 120px;
  }

  .section01 .headline.headline-medium .image {
    width: 50px;
    height: 40px;
  }

  .section01 .description {
    padding: 25px 20px;
  }

  .section01 .description_inner {
    display: block;
    width: 100%;
  }

  .section01 .description .title {
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .section01 .description .text {
    width: 100%;
    text-align: left;
    font-size: 11px;
    line-height: 19px;
  }

  .section01 .bottomTitle-english {
    top: auto;
  }
}

/* section02 - section04 */
.section02 .textWrapper {
  padding-top: 25vw;
  padding-bottom: 13vw;
}

.section02 .contents_bg:before {
  right: 0;
  background-color: rgba(11, 174, 244, 0.8);
}

.section03 .textWrapper {
  padding-top: 12.5vw;
  padding-bottom: 23.3vw;
}

.section03 .contents_bg:before {
  left: 0;
  background-color: rgba(0, 49, 71, 0.8);
}

.section04 .textWrapper {
  padding-top: 12.5vw;
  padding-bottom: 19.1vw;
}

.section04 .contents_bg:before {
  right: 0;
  background-color: rgba(11, 174, 244, 0.8);
}

@media screen and (min-width:800px) and (max-width:1200px) {
}

@media screen and (max-width:799px) {
  .section02 {
    background-color: #08d1f5;
  }
  .section02 .textWrapper {
    background-color: #08d1f5;
  }

  .section03 {
    background-color: #003147;
  }
  .section03 .textWrapper {
    background-color: #003147;
  }

  .section04 {
    background-color: #08d1f5;
  }
  .section04 .textWrapper {
    background-color: #08d1f5;
  }
}

/* section05*/
.section05 .bgWrapper {
  position: relative;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 130px;
  padding-bottom: 200px;
}

.section05 .headline.headline-medium {
  width: 570px;
  margin-bottom: 100px;
}

.section05 .headline.headline-medium .title {
  color: #231916;
}

.section05 .headline.headline-medium .subtitle {
  color: #231916;
}

.section05 .headline.headline-medium .subtitle:before {
  border-color: #231916;
}

.section05 .contents-left .textWrapper {
  width: 570px;
  margin-right: 50px;
  padding-right: 0;
}

.section05 .textWrapper .title {
  color: #231916;
}

.section05 .textWrapper .text {
  color: #231916;
  width: 100%;
}

.section05 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section05 .contents .imageWrapper {
  position: absolute;
  left: 50vw;
  width: 500px;
}

.section05 .contents .imageWrapper .text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 12px;
  color: #fff;
}

.section05 .contents .image {
  width: 100%;
}

.section05 .bg_none {
  position: absolute;
  z-index: 20;
  left: 150px;
  bottom: 70px;
  color: #936133;
  font-size: 12px;
  font-family: 'NotoSansJP-Regular', sans-serif;
}

.section05 .bottomTitle-english {
  right: 20px;
  color: #cddac6;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .section05 .headline.headline-medium {
    width: 47.5vw;
    margin-bottom: 8.3vw;
  }

  .section05 .contents-left .textWrapper {
    width: 47.5vw;
    margin-right: 4.1vw;
  }

  .section05 .contents .imageWrapper {
    width: 41vw;;
  }

  .section05 .contents .imageWrapper .text {
    bottom: 1.6vw;
    left: 1.6vw;
    font-size: 1.1vw;
  }

  .section05 .bg_none {
    left: 12.5vw;
    bottom: 5.8vw;
  }

  .section05 .bottomTitle-english {
    right: 1.6vw;
  }
}

@media screen and (max-width:799px) {
  .section05 .bgWrapper {
    padding-top: 80px;
    padding-bottom: 200px;
  }

  .section05 .headline.headline-medium {
    width: 210px;
    margin-bottom: 30px;
  }

  .section05 .contents-left .textWrapper {
    width: 100%;
    margin-right: 0;
    padding-right: 20px;
  }

  .section05 .textWrapper .title {
    margin-bottom: 10px;
  }

  .section05 .contents {
    display: block;
  }

  .section05 .contents .imageWrapper {
    position: relative;
    padding: 0 20px;
    top: 10px;
    left: 0;
    width: 100%;
  }

  .section05 .contents .imageWrapper .text {
    font-size: 10px;
  }

  .section05 .contents .image {
    width: 100%;
  }

  .section05 .bg_none {
    right: 20px;
    bottom: 20px;
    font-size: 10px;
  }

  .section05 .bottomTitle-english {
    top: auto;
    top: 170px;
    right: 35px;
    color: #cddac6;
  }
}

/* section06 - 07*/
.section06 .textWrapper {
  padding-top: 9vw;
  padding-bottom: 19.1vw;
}

.section06 .textWrapper .title {
  font-size: 14px;
}

.section06 .contents_bg:before {
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.section07 .contents-left .textWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-left: 35px;
  margin-right: 0;
  height: 45%;
}

.section07 .contents_bg:before {
  width: 100%;
  height: 45%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.section07 .contents-left .textWrapper .text {
  width: 400px;
  margin-left: 30px;
}

.section07 .contents-left .fish01  {
  position: absolute;
  z-index: 5;
  left: 6%;
  top: 30%;
  color: #fff;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 12px;
}

.section07 .contents-left .fish02  {
  position: absolute;
  z-index: 5;
  right: 31%;
  top: 30%;
  color: #fff;
  font-family: 'NotoSansJP-Regular', sans-serif;
  font-size: 12px;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .section07 .contents-left .textWrapper .text {
    width: 41vw;
    margin-left: 2.5vw;
  }

  .section07 .contents-left .fish01, .section07 .contents-left .fish02 {
    font-size: 1vw;
  }
}

@media screen and (max-width:799px) {
  .section06, .section07, .section08 {
    background-color: #000003;
  }

  .section06 .textWrapper, .section07 .contents-left .textWrapper {
    display: block;
    padding: 20px;
    margin-right: 0;
    height: auto;
    background-color: #000003;
  }

  .section07 .contents-left .textWrapper .text {
    width:100%;
    margin-left: 0;
  }

  .section07 .contents-left .fish01  {
    display: none;
  }

  .section07 .contents-left .fish02  {
    display: none;
  }
}

/* section08 - 11 */
.section08 .contents {
  padding: 130px 0 300px;
}

.section08 .contents .over01 {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 200px;
  height: 200px;
}

.section08 .contents .over02 {
  position: absolute;
  top: 100px;
  right: 100px;
  width: 250px;
  height: 250px;
}

.section09 .contents, .section10 .contents {
  height: 100%;
}

.section09 .contents .contents_bg, .section10 .contents .contents_bg {
  height: 100%;
}

.section09 .contents-right .textWrapper {
  width: 40%;
  margin-left: 60%;
  padding: 11vw 4.1vw;
  background-color: rgba(0, 10, 43, 0.3);
}

.section09 .contents-right .textWrapper .title {
  line-height: 45px;
  text-align: left;
}

.section09 .contents-right .textWrapper .text {
  width: 100%;
  text-align: left;
}

.section10 .contents-left .textWrapper {
  width: 40%;
  margin-right: 60%;
  padding: 11vw 4.1vw;
  background-color: rgba(0, 120, 176, 0.4);
}

.section10 .contents-left .textWrapper .title {
  line-height: 45px;
  text-align: left;
}

.section10 .contents-left .textWrapper .text {
  width: 100%;
  text-align: left;
  padding: 0;
}

.section11 .contents {
  padding: 100px 0;
  height: auto;
}

.section11 .title .fish {
  position: relative;
  top: 10px;
  width: 100px;
  height: 63px;
}

.section11 .textWrapper-photo .text {
  text-align: left;
}

.section12 .section_inner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}

@media screen and (min-width:800px) and (max-width:1200px) {
  .section08 .contents .over01 {
    position: absolute;
    top: 8.3vw;
    left: 8.3vw;
    width: 16vw;
    height: 16vw;
  }

  .section08 .contents .over02 {
    top: 8.3vw;
    right: 8.3vw;
    width: 20vw;
    height: 20vw;
  }

  .section09 .contents-right .textWrapper .title {
    line-height: 3.75vw;
  }

  .section10 .contents-left .textWrapper .title {
    line-height: 3.75vw;
  }

  .section11 .contents {
    padding: 8.3vw 0;
  }

  .section11 .title .fish {
    top: 0.9vw;
    width: 8.3vw;
    height: 5.25vw;
  }

  .section12 .section_inner {
    height: 41vw;
  }
}

@media screen and (max-width:799px) {
  .section08 {
    margin-top: -1px;
  }
  .section08 .contents {
    padding: 80px 0 220px;
  }

  .section08 .contents .over01 {
    position: absolute;
    top: 45px;
    left: 45px;
    width: 80px;
    height: 80px;
  }

  .section08 .contents .over02 {
    position: absolute;
    top: 45px;
    right: 45px;
    width: 80px;
    height: 80px;
  }

  .section09 {
    background-color: #000003;
  }

  .section09 .contents-right .textWrapper {
    width: 100%;
    margin-left: 0;
    padding: 25px 20px;
    background-color: #000003;
  }

  .section09 .contents-right .textWrapper .title {
    text-align: center;
    line-height: 18px;
  }

  .section09 .contents-right .textWrapper .text {
    text-align: left;
    padding: 0;
  }
  .section09 .contents .contents_bg, .section10 .contents .contents_bg {
  height: 200px;
}

  .section10 {
    background-color: #000003;
  }

  .section10 .contents-left .textWrapper {
    width: 100%;
    margin-right: 0;
    padding: 25px 20px;
    background-color: #000;
  }

  .section10 .contents-left .textWrapper .title {
    line-height: 18px;
    text-align: center;
  }

  .section10 .contents-left .textWrapper .text {
    width: 100%;
    text-align: left;
  }

  .section11 .contents {
    padding: 35px 0;
    height: auto;
  }

  .section11 .title .fish {
    top: 10px;
    width: 65px;
    height: 41px;
  }

  .section11 .textWrapper-photo .text {
    text-align: left;
  }

  .section12 .section_inner {
    height: 180px;
  }
}

@media screen and (max-width:799px) {
  .footer .contents .pan_item:before {
    top: 2px;
    left: 2%;
  }
}