@charset "UTF-8";
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
  font-size: 62.5%;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  color: #333;
}

.min {
  font-family: "游明朝 Light", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Roboto Slab", Garamond, "Times New Roman", serif;
}

.eng {
  font-family: "Roboto", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

html,
body {
  width: 100%;
}

body.opa {
  opacity: 0;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
*, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  border: 0;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

ol {
  padding-left: 18px;
  *padding-left: 24px;
  _padding-left: 24px;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  text-align: left;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym, fieldset {
  border: 0;
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
  text-decoration: none;
  color: #333;
}

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

a.bottom_border {
  color: #017bd0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
a.bottom_border::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.bottom_border:hover {
  color: #F00;
}
a.bottom_border:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/****************************************

clearfix

*****************************************/
.clearfix:after,
.fltBox02:after,
.fltBox:after,
ul:after,
dl:after,
ol:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/****************************************

module

*****************************************/
img.full {
  width: 100%;
  height: auto;
}

img.full_max {
  max-width: 100%;
  height: auto;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 960px) {
  .tbmb0 {
    margin-bottom: 0px !important;
  }

  .tbmb5 {
    margin-bottom: 5px !important;
  }

  .tbmb10 {
    margin-bottom: 10px !important;
  }

  .tbmb15 {
    margin-bottom: 15px !important;
  }

  .tbmb20 {
    margin-bottom: 20px !important;
  }

  .tbmb25 {
    margin-bottom: 25px !important;
  }

  .tbmb30 {
    margin-bottom: 30px !important;
  }

  .tbmb35 {
    margin-bottom: 35px !important;
  }

  .tbmb40 {
    margin-bottom: 40px !important;
  }

  .tbmb45 {
    margin-bottom: 45px !important;
  }

  .tbmb50 {
    margin-bottom: 50px !important;
  }

  .tbmb55 {
    margin-bottom: 55px !important;
  }

  .tbmb60 {
    margin-bottom: 60px !important;
  }

  .tbmb65 {
    margin-bottom: 65px !important;
  }

  .tbmb70 {
    margin-bottom: 70px !important;
  }

  .tbmb75 {
    margin-bottom: 75px !important;
  }
}
@media only screen and (max-width: 767px) {
  .spmb0 {
    margin-bottom: 0px !important;
  }

  .spmb5 {
    margin-bottom: 5px !important;
  }

  .spmb10 {
    margin-bottom: 10px !important;
  }

  .spmb15 {
    margin-bottom: 15px !important;
  }

  .spmb20 {
    margin-bottom: 20px !important;
  }

  .spmb25 {
    margin-bottom: 25px !important;
  }

  .spmb30 {
    margin-bottom: 30px !important;
  }

  .spmb35 {
    margin-bottom: 35px !important;
  }

  .spmb40 {
    margin-bottom: 40px !important;
  }

  .spmb45 {
    margin-bottom: 45px !important;
  }

  .spmb50 {
    margin-bottom: 50px !important;
  }

  .spmb55 {
    margin-bottom: 55px !important;
  }
}
.t_left {
  text-align: left !important;
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

.v_top {
  vertical-align: top !important;
}

.v_mdl {
  vertical-align: middle !important;
}

.v_btm {
  vertical-align: text-bottom !important;
}

@media only screen and (max-width: 960px) {
  .t_left_tb {
    text-align: left !important;
  }

  .t_center_tb {
    text-align: center !important;
  }

  .t_right_tb {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767px) {
  .t_left_sp {
    text-align: left !important;
  }

  .t_center_sp {
    text-align: center !important;
  }

  .t_right_sp {
    text-align: right !important;
  }
}
.position {
  position: relative;
}

ul.circle li {
  list-style-type: disc;
}

/****************************************

    common

*****************************************/
.android #main .min {
  font-family: "游明朝 Light", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Roboto Slab", Garamond, "Times New Roman", serif;
}

img.scale {
  width: 100%;
  height: auto;
}

img.scale_max {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 961px) {
  .view_tbonly {
    display: none;
  }

  .view_sponly {
    display: none;
  }

  .view_tbsp {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .view_pconly {
    display: none;
  }

  .view_sponly {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .view_pconly {
    display: none;
  }

  .view_tbonly {
    display: none;
  }

  .view_pctb {
    display: none;
  }
}
.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 960px) {
  .flexBox.tb_flexno {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .flexBox.sp_flexno {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sp_scllor {
    width: 100%;
    overflow-x: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }

  .sp_scllor::-webkit-scrollbar {
    width: 1px;
    background: #dcdcdc;
  }

  .sp_scllor::-webkit-scrollbar-thumb {
    background: #936;
    border-radius: 18px;
  }
}
/*
 * 共通
 */
.wrapper_all {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.inner {
  text-align: left;
  position: relative;
  width: 1000px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  position: relative;
  z-index: 99;
}

.header-inner {
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/main_img2.jpg?20201020) center center;
  background-size: cover;
  position: relative;
}
.header-logo {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 100;
}
.header-language {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  width: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-language li {
  width: 43%;
}
.header-language li a {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15% 0;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 100%;
}
.header-language li.on a {
  border-color: #FFFFFF;
}
.header-language li:hover a {
  border-color: #FFFFFF;
}
.header-ttl {
  position: absolute;
  width: 40%;
  width: 44.85714%;
  top: 16%;
  left: 50%;
  -webkit-transform: translateX(-12%);
          transform: translateX(-12%);
}
.header-txt {
  max-width: 1000px;
  margin: auto;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  font-size: 24px;
  font-size: 2.4rem;
  color: #FFFFFF;
  font-weight: 400;
}
.header-scroll {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 100;
}
.header-scroll a {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}
.header-scroll a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  margin: 0 auto;
  -webkit-animation: scrollanime 1s cubic-bezier(0.35, 0.59, 0.56, 0.67) 0s infinite;
          animation: scrollanime 1s cubic-bezier(0.35, 0.59, 0.56, 0.67) 0s infinite;
}

@-webkit-keyframes scrollanime {
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  0% {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }
}

@keyframes scrollanime {
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  0% {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}
.content {
  text-align: left;
  position: relative;
}
.content-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 900px;
  z-index: 1;
  background-image: url(../img/bg_circle.png);
  background-repeat: repeat-y;
  background-position: center 0;
}
.content-ct01 {
  position: relative;
  background: url(../img/content_bg.png) left top;
  z-index: 3;
  padding-top: 180px;
  padding-bottom: 150px;
}
.content-ct01::before {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(99%, rgba(255, 255, 255, 0.99)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 99%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.content-ct01 .txt_box {
  position: relative;
  z-index: 7;
}
.content-ct01-ttl {
  margin-bottom: 10px;
  font-size: 66px;
  font-size: 6.6rem;
  font-weight: 100;
  color: #005FA3;
  line-height: 1.2;
  vertical-align: middle;
  letter-spacing: 0.06em;
}
.content-ct01-ttl img {
  vertical-align: middle;
  display: inline-block;
  margin: 0 4px;
}
.content-ct01-ttl span {
  vertical-align: middle;
}
.content-ct01-lead {
  margin-bottom: 30px;
  color: #005FA3;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.075em;
}
.content-ct01-lead span {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  display: inline-block;
  font-size: 21px;
  font-size: 2.1rem;
}
.content-ct01-ttl02 {
  font-size: 26px;
  font-size: 2.6rem;
}
.content-ct01-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
}
.content-ct01 .box_circle {
  position: absolute;
  z-index: 6;
  top: -65px;
  right: -60px;
}
.content-ct01 .box_circle span {
  display: inline-block;
  width: 700px;
  height: 700px;
  background-image: url(../img/ct01_bg_circle.png);
  -webkit-animation: AnimationName 10s linear infinite;
          animation: AnimationName 10s linear infinite;
  border-radius: 50%;
}
@-webkit-keyframes AnimationName {
  from {
    background-position: -1998px 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@keyframes AnimationName {
  from {
    background-position: -1998px 50%;
  }
  to {
    background-position: 0 50%;
  }
}
.content-ct04-inner {
  padding: 150px 0 50px;
  position: relative;
  z-index: 10;
}
.content-ct04-ttl {
  margin-bottom: 60px;
  font-size: 66px;
  font-size: 6.6rem;
  color: #005FA3;
  font-weight: 100;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.content-ct04-ttl span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
  color: #231815;
}
.content-ct04-box {
  width: 910px;
  margin-left: auto;
  padding: 0 0;
}
.content-ct04-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-ct04-left {
  position: relative;
  padding-top: 50px;
}
.content-ct04-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 136px;
  height: 5px;
  background: #0D63AA;
}
.content-ct04-left h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #0D63AA;
  vertical-align: middle;
  margin-bottom: 20px;
  font-weight: 100;
}
.content-ct04-left h3 span {
  display: block;
  font-size: 44px;
  font-size: 4.4rem;
  vertical-align: middle;
  padding-right: 10px;
}
.content-ct04-right {
  position: relative;
}
.content-ct04-right img {
  position: relative;
  z-index: 30;
}
.content-ct04-right::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 109%;
  height: 115%;
  background: url(../img/pht_bg.png) no-repeat right bottom;
  background-size: contain;
  left: 0;
  top: 0;
}
.content-ct04-thema {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 910px;
  margin-bottom: 100px;
  margin-left: auto;
}
.content-ct04-thema-box {
  width: 50%;
  padding: 0 0 0 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.content-ct04-thema-box:first-child {
  padding: 0 3% 0 0;
}
.content-ct04-thema-ttl {
  position: relative;
  width: 202px;
  height: 202px;
  margin: 0 auto 40px auto;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.content-ct04-thema-ttl span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content-ct04-thema p {
  text-align: left;
}
.content-ct04 .skill {
  background: #0D63AA;
}
.content-ct04 .power {
  background: #EC8F00;
}
.content-ct04-detail {
  position: relative;
  padding-top: 80px;
}
.content-ct04-detail-box {
  padding-left: 65px;
}
.content-ct04-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 4%;
  cursor: pointer;
}
.content-ct04-btn .txt-comment {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.content-ct04 .btn-01 {
  width: 18%;
  -webkit-transform: translate(-279%, 30%);
          transform: translate(-279%, 30%);
}
.content-ct04 .btn-01 .txt-comment {
  left: 0;
  top: -470%;
  width: 240%;
  height: 450%;
  background-image: url(../img/ct04_txt_01.png);
}
.content-ct04 .btn-02 {
  width: 23%;
  -webkit-transform: translate(-92%, 85%);
          transform: translate(-92%, 85%);
}
.content-ct04 .btn-02 .txt-comment {
  left: 0;
  top: -330%;
  width: 150%;
  height: 320%;
  background-image: url(../img/ct04_txt_02.png);
}
.content-ct04 .btn-03 {
  width: 25%;
  -webkit-transform: translate(-43%, 230%);
          transform: translate(-43%, 230%);
}
.content-ct04 .btn-03 .txt-comment {
  left: 0;
  top: 120%;
  width: 80%;
  height: 420%;
  background-image: url(../img/ct04_txt_03.png);
}
.content-movie-inner {
  padding: 220px 0 300px;
  position: relative;
  z-index: 10;
}
.content-movie-img p {
  position: absolute;
  z-index: 5;
}
.content-movie-img p:nth-child(1) {
  top: 30px;
  right: 45px;
}
.content-movie-img p:nth-child(2) {
  top: 150px;
  left: -30px;
}
.content-movie-img p:nth-child(3) {
  bottom: 60px;
  right: 5px;
}
.content-movie-popup {
  width: 768px;
  margin: auto;
  padding-right: 40px;
  position: relative;
  z-index: 30;
}
.content-movie-popup::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 106%;
  height: 125%;
  background: url(../img/pht_bg03.png) no-repeat right bottom;
  background-size: contain;
  left: -15px;
  top: -15px;
}
.content-movie-popup-link {
  position: relative;
  z-index: 35;
  display: block;
}
.content-movie-popup-link-img {
  position: relative;
  z-index: 35;
  display: block;
}
.content-movie-popup-link-icon {
  position: absolute;
  z-index: 40;
  width: 117px;
  height: 117px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-movie-popup-link:hover .content-movie-popup-link-icon {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}
.content-movie-popup-ttl {
  position: absolute;
  display: block;
  left: 50px;
  bottom: -90px;
  z-index: 50;
  font-size: 36px;
  font-size: 3.6rem;
  color: #005FA3;
  font-weight: 100;
  letter-spacing: 0.06em;
}
.content-movie-popup-ttl span {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}
.content-ct05 {
  position: relative;
}
.content-ct05 .wrap {
  background: url(../img/content_bg.png) left top;
  padding: 100px 0 100px;
}
.content-ct05 .wrap::after {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(1%, rgba(255, 255, 255, 0.99)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0.99) 1%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.content-ct05-inner {
  position: relative;
  z-index: 10;
}
.content-ct05-ttl {
  font-size: 66px;
  font-size: 6.6rem;
  color: #005FA3;
  font-weight: 100;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}
.content-ct05-box {
  /*width: 900px;*/
  margin-left: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}
.content-ct05-list {
  width: 398px;
}
.content-ct05-list:nth-child(2) {
  margin: 0 10%;
  margin-top: 40px;
}
.content-ct05-list:nth-child(4) {
  margin: 0 10%;
  margin-top: 40px;
}
.content-ct05-list:nth-child(2) {
  margin-top: 225px;
}
.content-ct05-list:nth-child(3) {
  margin-top: -70px;
}
.content-ct05-list:nth-child(4) {
  margin-top: 155px;
}
.content-ct05-list h3 {
  color: #005FA3;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
.content-ct05-list p:nth-of-type(1) {
  margin-bottom: 10px;
}
.content-ct05-popup {
  margin: auto;
  position: relative;
  -webkit-box-shadow: 15px 15px 30px -10px rgba(84, 195, 241, 0.3);
          box-shadow: 15px 15px 30px -10px rgba(84, 195, 241, 0.3);
  z-index: 30;
}
.content-ct05-popup::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 122%;
  height: 132%;
  background: url(../img/pht_bg02.png) no-repeat right bottom;
  background-size: contain;
  left: -8%;
  top: -10%;
}
.content-ct05-popup-link-img {
  position: relative;
  z-index: 35;
}
.content-ct05-popup-link-icon {
  position: absolute;
  z-index: 40;
  width: 109px;
  height: 109px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-ct05-popup-link:hover .content-ct05-popup-link-icon {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}
.content-ct05-popup-ttl {
  position: absolute;
  display: block;
  left: 50px;
  bottom: -110px;
  z-index: 50;
}
.content-ct05-box02 {
  width: 900px;
  margin-left: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.content-ct05-list02 {
  width: 278px;
}
.content-ct05-list02:nth-child(2) {
  margin: 0 3.6684%;
}
.content-ct05-list02 h3 {
  color: #005FA3;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}
.content-ct05-link02 {
  border: 1px solid #005FA3;
  background-color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 12px 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  color: #005FA3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.content-ct05-link02::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 50;
  right: 25px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  width: 15px;
  height: 22px;
  background: url(../img/ct05_icon_img.png) center center;
  background-size: contain;
}
.content-ct05-link02:hover {
  color: #231815;
}

footer {
  position: relative;
  z-index: 30;
}

.footer {
  background-color: #005FA3;
  padding: 25px 0;
}
.footer .copyright {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFFFFF;
}

.top_to {
  position: fixed;
  z-index: 100;
  right: 3%;
  bottom: 8%;
  width: 64px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
}
.top_to a {
  display: block;
  width: 100%;
}
.top_to.show {
  opacity: 1;
}

@media only screen and (max-width: 960px) {
  .inner {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-inner {
    width: 100%;
    height: 100vh;
    background: url(../img/main_img_sp2.jpg?20201020) center center;
    background-size: cover;
  }
  .header-ttl {
    position: static;
    width: 85%;
    top: auto;
    left: auto;
    margin: 0 auto;
    padding-top: 39%;
    text-align: center;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 6%;
  }
  .header-txt {
    max-width: initial;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header-scroll {
    left: 50%;
    top: 50%;
    right: inherit;
    bottom: inherit;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .content-circle {
    top: 600px;
    height: 90%;
    background-image: url(../img/bg_circle_sp.png);
    background-size: 160% auto;
    background-position: center top;
  }
}
@media only screen and (max-width: 960px) and (max-width: 767px) {
  .content-circle {
    top: 570px;
    height: 89%;
  }
}
@media only screen and (max-width: 960px) {
  .content-ct01 {
    padding-top: 14%;
    padding-bottom: 16%;
  }
  .content-ct01::before {
    height: 50px;
  }
  .content-ct01-ttl {
    margin-bottom: 10px;
    font-size: 33px;
    font-size: 3.3rem;
  }
  .content-ct01-ttl img {
    width: 5.85938%;
  }
}
@media only screen and (max-width: 960px) and (max-width: 767px) {
  .content-ct01-ttl {
    margin-bottom: 10px;
    font-size: 30px;
    font-size: 3rem;
  }
  .content-ct01-ttl img {
    width: 10.15625%;
  }
}
@media only screen and (max-width: 960px) {
  .content-ct01-lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .content-ct01-lead span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .content-ct01-ttl02 {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .content-ct01-txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .content-ct01-txt br {
    display: none;
  }
  .content-ct01 .box_circle {
    top: -11%;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    height: 100%;
  }
  .content-ct01 .box_circle span {
    width: 24em;
    height: 24em;
  }
}
@media only screen and (max-width: 960px) and (max-width: 767px) {
  .content-ct01 .box_circle {
    top: 10%;
  }
  .content-ct01 .box_circle span {
    width: 85%;
    height: auto;
    padding-bottom: 85%;
  }
}
@media only screen and (max-width: 960px) and (max-width: 767px) {
  .content-ct01 {
    padding-bottom: 22%;
  }
  .content-ct01::before {
    height: 90px;
  }
}
@media only screen and (max-width: 960px) {
  .content-ct04-inner {
    padding-top: 15%;
    padding-bottom: 10%;
  }
  .content-ct04-ttl {
    font-size: 40px;
    font-size: 4rem;
  }
  .content-ct04-ttl span {
    margin-top: 15px;
  }
  .content-ct04-box {
    width: 100%;
    padding-bottom: 70px;
  }
  .content-ct04-box-inner {
    display: block;
  }
  .content-ct04-box.last {
    padding-bottom: 0;
  }
  .content-ct04-left {
    padding-top: 20px;
  }
  .content-ct04-left:before {
    width: 22.66667%;
    height: 2px;
  }
  .content-ct04-left h3 span {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .content-ct04-right {
    padding: 10% 5% 0;
  }
  .content-ct04-right img {
    max-width: 100%;
  }
  .content-ct04-thema {
    display: block;
    width: auto;
  }
  .content-ct04-thema-box {
    width: 100%;
    margin-top: 60px;
    padding: 0;
  }
  .content-ct04-thema-ttl {
    width: 50%;
    height: auto;
    padding-bottom: 50%;
    font-size: 20px;
    font-size: 2rem;
  }
  .content-ct04-detail {
    padding-top: 80px;
  }
  .content-ct04-detail-box {
    padding-left: 0;
  }
  .content-ct04-detail .pht-txt {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 767px) {
  .content-ct04-detail {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 960px) {
  .content-movie-inner {
    padding: 35% 0 23%;
  }
  .content-movie-img p {
    position: absolute;
    z-index: 5;
  }
  .content-movie-img p img {
    width: 100%;
  }
  .content-movie-img p:nth-child(1) {
    top: 0;
    right: -6%;
    width: 46.5%;
  }
  .content-movie-img p:nth-child(2) {
    top: 19%;
    left: -10%;
    width: 33.5%;
  }
  .content-movie-img p:nth-child(3) {
    bottom: -3%;
    right: -13%;
    width: 54.83333%;
  }
  .content-movie-popup {
    width: 100%;
    padding-right: 0px;
  }
  .content-movie-popup-link-icon {
    width: 18.22917%;
    height: 38.35616%;
  }
  .content-movie-popup-ttl {
    left: 0;
    bottom: -80px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 960px) and (max-width: 767px) {
  .content-ct05 .wrap {
    padding: 15% 0 12%;
  }
}
@media only screen and (max-width: 960px) {
  .content-ct05 .bggurade-shonn {
    position: relative;
    padding: 150px 0 50px;
  }
  .content-ct05 .bggurade-shonn::after {
    height: 100px;
  }
  .content-ct05-inner {
    padding-left: 10%;
    padding-right: 10%;
  }
  .content-ct05-ttl {
    margin-bottom: 0;
    font-size: 40px;
    font-size: 4rem;
    text-align: center;
  }
  .content-ct05-box {
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 90px;
    margin-bottom: 0;
  }
  .content-ct05-list {
    width: 80%;
    margin-top: 40px;
  }
  .content-ct05-list:nth-child(2) {
    margin-top: 40px;
    margin-left: 20%;
    margin-right: 0;
  }
  .content-ct05-list:nth-child(3) {
    margin-top: 40px;
  }
  .content-ct05-list:nth-child(4) {
    margin-top: 40px;
    margin-left: 20%;
    margin-right: 0;
  }
  .content-ct05-list h3 {
    color: #005FA3;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .content-ct05-list p:nth-of-type(1) {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .content-ct05-list-icon {
    width: 18.26667%;
  }
  .content-ct05-popup-link-icon {
    width: 26.6537%;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .content-ct05-popup-link-icon img {
    max-width: 100%;
  }
  .content-ct05-box02 {
    width: 80%;
    margin: auto;
    display: block;
  }
  .content-ct05-list02 {
    width: 100%;
    margin-bottom: 20px;
  }
  .content-ct05-list02:nth-child(2) {
    margin: 0;
  }
  .content-ct05-list02 h3 {
    color: #005FA3;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.footer {
  padding: 20px 10px;
}
.footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .top_to {
    width: 15%;
    height: auto;
    right: 3%;
    bottom: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    padding-left: 8%;
    padding-right: 8%;
  }

  .iziModal {
    height: 260px !important;
  }

  .iziModal iframe {
    height: 200px !important;
  }

  .header-logo {
    width: 50%;
  }
  .header-logo img {
    max-width: 100%;
  }
  .header-language {
    right: 10px;
    top: 17px;
  }

  .content-movie-popup::after {
    z-index: 5;
    width: 109%;
    height: 124%;
    left: -2%;
    top: -2%;
  }
  .content-ct04-right::after {
    left: 5%;
    top: 17%;
    width: 99%;
    height: 96%;
  }
  .content-ct04-thema-ttl {
    width: 60%;
    padding-bottom: 60%;
  }
  .content-ct05-popup::after {
    left: -6%;
    top: -8%;
    width: 126%;
    height: 131%;
  }

  .modaal-video-wrap {
    margin: auto 0px;
  }
}
