@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 980px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 981px) {
  .is-sp {
    display: none !important;
  }
}
body,
html {
  overflow-x: hidden;
}

#id1,
#id2 {
  position: relative;
  top: -90px;
}
@media screen and (max-width: 980px) {
  #id1,
  #id2 {
    top: -65px;
  }
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  background: #fff;
  min-width: initial;
  padding-top: 84.5px;
}
@media screen and (max-width: 980px) {
  body {
    padding-top: 58px;
    font-size: 14px;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 980px) {
  .inner {
    padding: 0 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 980px) {
  .l-inner {
    padding: 0 20px;
  }
}

.header-inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 980px) {
  .header-inner {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .header {
    padding: 5px 0;
  }
}
.header .logo {
  max-width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 1150px) {
  .header .logo {
    max-width: 180px;
    margin-right: 10px;
  }
}
.header .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .logo a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 980px) {
  .header .logo {
    max-width: 150px;
  }
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .flex ul li {
  margin-right: 30px;
}
@media screen and (max-width: 1150px) {
  .header .flex ul li {
    margin-right: 15px;
  }
}
.header .flex ul li:last-child {
  margin-right: 0;
}
.header .flex ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .header .flex ul li a {
    font-size: 13px;
  }
}
.header .flex ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #4D9BD0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.header .flex ul li a:hover {
  color: #4D9BD0;
}
.header .flex ul li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

section {
  padding: 80px 0 90px;
}
@media screen and (max-width: 980px) {
  section {
    padding: 50px 0 50px;
  }
}

.en {
  font-family: "din-2014", sans-serif;
}

.drawer-icon {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
@media screen and (min-width: 981px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar2 {
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar3 {
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#4D9BD0), to(#8cb8f5));
  background: linear-gradient(to right, #4D9BD0, #8cb8f5);
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.drawer-icon-nav ul li {
  margin-bottom: 20px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

.mv {
  padding: 40px 0 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .mv {
    padding: 0px 0 0px;
  }
}
.mv .l-inner {
  position: relative;
}
@media screen and (max-width: 980px) {
  .mv .l-inner {
    padding: 0;
  }
}
.mv .btn {
  position: absolute;
  bottom: 20%;
  left: 20%;
}
@media screen and (max-width: 980px) {
  .mv .btn {
    bottom: 10%;
    left: initial;
    right: 10%;
  }
}
.mv .btn a {
  background: #4D9BD0;
  border: 1px solid #4D9BD0;
  color: #fff;
  font-size: 16px;
  padding: 10px 35px;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 980px) {
  .mv .btn a {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.mv .btn a:hover {
  background: #fff;
  color: #4D9BD0;
}
.mv .text {
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .mv .text {
    display: none;
  }
}
.mv .text .ja {
  font-size: 28px;
  font-weight: 600;
}
.mv .text .en {
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.section-btn a {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  padding: 7px 35px;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 980px) {
  .section-btn a {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.section-btn a:hover {
  background: #000;
  color: #fff;
}

.section-btn2 a {
  background: #4D9BD0;
  border: 1px solid #4D9BD0;
  color: #fff;
  font-size: 18px;
  padding: 7px 25px;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 980px) {
  .section-btn2 a {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.section-btn2 a:hover {
  background: #fff;
  color: #4D9BD0;
}

.top-news h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .top-news h2 {
    margin-bottom: 25px;
  }
}
.top-news h2 .en {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .top-news h2 .en {
    font-size: 36px;
  }
}
.top-news h2 .ja {
  font-size: 16px;
  color: #4D9BD0;
  margin-top: 5px;
}
@media screen and (max-width: 980px) {
  .top-news h2 .ja {
    font-size: 14px;
  }
}
.top-news .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .top-news .flex1 {
    display: block;
  }
}
.top-news .flex1 .left {
  width: 300px;
}
@media screen and (max-width: 980px) {
  .top-news .flex1 .left {
    width: 100%;
  }
}
.top-news .flex1 .right {
  width: calc(100% - 300px);
}
@media screen and (max-width: 980px) {
  .top-news .flex1 .right {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .top-news .btn {
    margin-top: 30px;
    text-align: center;
  }
}

.news-ul li {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .news-ul li {
    margin-bottom: 20px;
  }
}
.news-ul li:last-child {
  margin-bottom: 0;
}
.news-ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .news-ul li a {
    font-size: 14px;
  }
}
.news-ul li a:hover {
  color: #4D9BD0;
}
.news-ul li a .time {
  width: 130px;
}
@media screen and (max-width: 980px) {
  .news-ul li a .time {
    width: 90px;
  }
}
.news-ul li a .title {
  width: calc(100% - 130px);
}
@media screen and (max-width: 980px) {
  .news-ul li a .title {
    width: calc(100% - 90px);
  }
}

.top-meta .inner {
  position: relative;
}
.top-meta h2 {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .top-meta h2 {
    font-size: 22px;
  }
}
.top-meta h2 .icon {
  position: absolute;
  top: -40%;
  left: 10%;
  max-width: 150px;
}
@media screen and (max-width: 980px) {
  .top-meta h2 .icon {
    max-width: 70px;
    top: -80px;
    left: 0;
  }
}
.top-meta .common-bg-title {
  color: #F2F0F1;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 200px;
  top: -120px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .top-meta .common-bg-title {
    font-size: 100px;
    top: -60px;
  }
}
.top-meta .img {
  margin: 0 auto;
  margin-top: 80px;
  max-width: 800px;
}
@media screen and (max-width: 980px) {
  .top-meta .img {
    margin-top: 30px;
  }
}
.top-meta .img a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-meta .img a:hover {
  opacity: 0.6;
}

.top-zemi {
  margin: 0 auto;
  background: #F2F0F1;
  margin: 0 40px;
  width: 95%;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .top-zemi {
    width: 100%;
    margin: 0;
  }
}
.top-zemi .common-bg-title {
  color: #fdfcfd;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 200px;
  top: 0px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .top-zemi .common-bg-title {
    font-size: 100px;
    top: 0px;
  }
}
.top-zemi .inner {
  position: relative;
  z-index: 2;
}
.top-zemi .s-title {
  margin-bottom: 50px;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 980px) {
  .top-zemi .s-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 980px) {
  .top-zemi .s-title {
    font-size: 18px;
  }
}
.top-zemi h2 {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.top-zemi h2::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #000;
  content: "";
}
@media screen and (max-width: 980px) {
  .top-zemi h2::after {
    width: 50px;
    bottom: -10px;
  }
}
@media screen and (max-width: 980px) {
  .top-zemi h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.top-zemi h2 .icon {
  position: absolute;
  top: 10%;
  right: 5%;
  max-width: 130px;
}
@media screen and (max-width: 980px) {
  .top-zemi h2 .icon {
    max-width: 60px;
    top: -70px;
    right: 0;
  }
}
.top-zemi .area {
  margin-top: 120px;
}
@media screen and (max-width: 980px) {
  .top-zemi .area {
    margin-top: 60px;
  }
}

.zemi-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 981px) {
  .zemi-ul li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .zemi-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .zemi-ul li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 980px) {
  .zemi-ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .zemi-ul li:nth-child(2n) {
    margin-right: 0;
  }
  .zemi-ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.zemi-ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zemi-ul li a:hover {
  opacity: 0.6;
}
.zemi-ul li a h3 {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .zemi-ul li a h3 {
    margin-top: 10px;
    font-size: 12px;
  }
}
.zemi-ul li .img img {
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}

.top-take {
  margin-top: 100px;
}
@media screen and (max-width: 980px) {
  .top-take {
    margin-top: 50px;
  }
}
.top-take .inner {
  position: relative;
}
.top-take h2 {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .top-take h2 {
    font-size: 22px;
    margin-bottom: 30px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
.top-take h2 .icon {
  position: absolute;
  top: -40%;
  left: 10%;
  max-width: 100px;
}
@media screen and (max-width: 980px) {
  .top-take h2 .icon {
    max-width: 70px;
    top: -80px;
    left: 0;
  }
}
.top-take .common-bg-title {
  color: #F2F0F1;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 200px;
  top: -120px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .top-take .common-bg-title {
    font-size: 100px;
    top: -60px;
  }
}
.top-take .area {
  margin-top: 120px;
}
@media screen and (max-width: 980px) {
  .top-take .area {
    margin-top: 20px;
  }
}
.top-take .btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .top-take .btn {
    margin-top: 25px;
  }
}
.top-take .btn a {
  background: #4D9BD0;
  border: 1px solid #4D9BD0;
  color: #fff;
  font-size: 18px;
  padding: 7px 25px;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 980px) {
  .top-take .btn a {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.top-take .btn a:hover {
  background: #fff;
  color: #4D9BD0;
}

.top-gra {
  overflow: hidden;
  margin: 0 auto;
  background: #F2F0F1;
  margin: 0 40px;
  width: 95%;
  border-radius: 40px;
  position: relative;
  width: 100%;
  margin: 0;
  border-radius: 0;
}
@media screen and (max-width: 980px) {
  .top-gra {
    width: 100%;
    margin: 0;
  }
}
.top-gra .common-bg-title {
  color: #fdfcfd;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 200px;
  top: 0px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .top-gra .common-bg-title {
    font-size: 100px;
    top: 0px;
  }
}
.top-gra .inner {
  position: relative;
  z-index: 2;
}
.top-gra .s-title {
  margin-bottom: 50px;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 980px) {
  .top-gra .s-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 980px) {
  .top-gra .s-title {
    font-size: 18px;
  }
}
.top-gra h2 {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.top-gra h2::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #000;
  content: "";
}
@media screen and (max-width: 980px) {
  .top-gra h2::after {
    width: 50px;
    bottom: -10px;
  }
}
@media screen and (max-width: 980px) {
  .top-gra h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.top-gra h2 .icon {
  position: absolute;
  top: 10%;
  right: 5%;
  max-width: 130px;
}
@media screen and (max-width: 980px) {
  .top-gra h2 .icon {
    max-width: 60px;
    top: -70px;
    right: 0;
  }
}
.top-gra .area {
  margin-top: 120px;
}
@media screen and (max-width: 980px) {
  .top-gra .area {
    margin-top: 60px;
  }
}
.top-gra .inner {
  position: relative;
  z-index: 2;
}
.top-gra .bg {
  position: absolute;
  left: 0;
  width: 55%;
  bottom: 0;
  height: 60%;
  background: #4D9BD0;
  content: "";
  border-radius: 0 140px 140px 0;
}
@media screen and (max-width: 980px) {
  .top-gra .bg {
    display: none;
  }
}

.gra-ul {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 980px) {
  .gra-ul {
    margin-top: 60px;
    display: block;
  }
}
.gra-ul li {
  width: 31%;
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
}
@media screen and (max-width: 980px) {
  .gra-ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .gra-ul li:last-child {
    margin-bottom: 0;
  }
}
.gra-ul li .img {
  margin-bottom: 20px;
}
.gra-ul li .text1 {
  font-size: 13px;
}
.gra-ul li h3 {
  color: #4D9BD0;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 20px;
}
@media screen and (min-width: 981px) {
  .gra-ul li h3 {
    min-height: 76.5px;
  }
}
.gra-ul li p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 981px) {
  .gra-ul li p {
    min-height: 225px;
  }
}
@media screen and (max-width: 980px) {
  .gra-ul li p {
    font-size: 14px;
  }
}
.gra-ul .btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .gra-ul .btn {
    margin-top: 20px;
  }
}
.gra-ul .btn a {
  background: #FF0084;
  border: 1px solid #FF0084;
  color: #fff;
  font-size: 18px;
  padding: 7px 25px;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .gra-ul .btn a {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.gra-ul .btn a:hover {
  background: #fff;
  color: #FF0084;
}

.top-ca {
  margin-top: 100px;
}
@media screen and (max-width: 980px) {
  .top-ca {
    margin-top: 50px;
  }
}
.top-ca .inner {
  position: relative;
}
.top-ca h2 {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 3;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .top-ca h2 {
    font-size: 22px;
    margin-bottom: 30px;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
.top-ca h2 .icon {
  position: absolute;
  top: -40%;
  left: 10%;
  max-width: 140px;
}
@media screen and (max-width: 980px) {
  .top-ca h2 .icon {
    max-width: 70px;
    top: -80px;
    left: 0;
  }
}
.top-ca .common-bg-title {
  color: #F2F0F1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 200px;
  top: -120px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .top-ca .common-bg-title {
    font-size: 100px;
    top: -60px;
  }
}
.top-ca .btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .top-ca .btn {
    margin-top: 20px;
  }
}
.top-ca .btn a {
  background: #FF0084;
  border: 1px solid #FF0084;
  color: #fff;
  font-size: 18px;
  padding: 7px 25px;
  border-radius: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  max-width: 200px;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .top-ca .btn a {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.top-ca .btn a:hover {
  background: #fff;
  color: #FF0084;
}
.top-ca p {
  margin-top: 120px;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .top-ca p {
    font-size: 14px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 980px) {
  .top-gra h2 .icon {
    max-width: 60px;
    top: -10px;
    right: 0;
  }
}
.footer {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, right top, from(#263FE6), to(#A2C9FF));
  background: linear-gradient(to right, #263FE6, #A2C9FF);
  border-radius: 100px 100px 0 0;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .footer {
    border-radius: 40px 40px 0 0;
    padding: 40px 0;
  }
}
.footer a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer a:hover {
  opacity: 0.6;
}
.footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer .flex .left {
  width: 60%;
}
.footer .flex .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .footer .flex .left ul {
    margin-bottom: 30px;
    display: block;
  }
}
.footer .flex .left ul li {
  margin-right: 30px;
}
.footer .flex .left ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .footer .flex .left ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer .flex .left ul li:last-child {
    margin-bottom: 0;
  }
}
.footer .flex .left ul li a {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .footer .flex .left ul li a {
    font-size: 14px;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .footer .flex .left {
    width: 100%;
  }
}
.footer .flex .right .logo {
  max-width: 220px;
}
@media screen and (max-width: 1150px) {
  .footer .flex .right .logo {
    max-width: 180px;
    margin-right: 10px;
  }
}
.footer .flex .right .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .flex .right .logo a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 980px) {
  .footer .flex .right .logo {
    max-width: 250px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 980px) {
  .footer .flex .right {
    width: 100%;
  }
}
.footer .copyright {
  font-size: 13px;
}
@media screen and (max-width: 980px) {
  .footer .copyright {
    font-size: 11px;
    text-align: center;
  }
}

.fowe500 {
  font-weight: 500;
}

.section-title-h1 {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}
.section-title-h1::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #000;
  content: "";
}
@media screen and (max-width: 980px) {
  .section-title-h1::after {
    width: 50px;
    bottom: -10px;
  }
}
@media screen and (max-width: 980px) {
  .section-title-h1 {
    font-size: 22px;
    margin-bottom: 45px;
  }
}

.section-btn2 a {
  display: inline-block;
}

.zemi .area {
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .zemi .area {
    margin-top: 60px;
  }
}
.zemi .s-title {
  margin-bottom: 50px;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 980px) {
  .zemi .s-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 980px) {
  .zemi .s-title {
    font-size: 18px;
  }
}
.zemi .btn {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 980px) {
  .zemi .btn {
    margin-top: 25px;
  }
}

.sec-lead1 {
  text-align: center;
  font-size: 23px;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .sec-lead1 {
    font-size: 16px;
  }
}

.sec-lead2 {
  text-align: center;
  color: #4D9BD0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 980px) {
  .sec-lead2 {
    font-size: 24px;
  }
}

.section-title-h2 {
  color: #4D9BD0;
  margin-bottom: 50px;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .section-title-h2 {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.video-thumb {
  position: relative;
  width: 100%;
  max-width: 560px;
}

.video-thumb iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  /* 対応してるブラウザなら */
}

.video-thumb .thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.meta-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 981px) {
  .meta-ul li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .meta-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .meta-ul li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 980px) {
  .meta-ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .meta-ul li:nth-child(2n) {
    margin-right: 0;
  }
  .meta-ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.meta-ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.meta-ul li a:hover {
  opacity: 0.6;
}
.meta-ul li a h3 {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .meta-ul li a h3 {
    margin-top: 10px;
    font-size: 12px;
  }
}
.meta-ul {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.jugyou .area {
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .jugyou .area {
    margin-top: 60px;
  }
}

.jugyou2 .flex {
  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;
}
@media screen and (max-width: 980px) {
  .jugyou2 .flex {
    display: block;
  }
}
.jugyou2 .flex .left {
  width: 45%;
}
@media screen and (max-width: 980px) {
  .jugyou2 .flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.jugyou2 .flex .left .wrap {
  position: relative;
  padding-top: 56.25%;
}
.jugyou2 .flex .left .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jugyou2 .flex .right {
  width: 50%;
}
@media screen and (max-width: 980px) {
  .jugyou2 .flex .right {
    width: 100%;
  }
}
.jugyou2 .section-title-h2 {
  margin-bottom: 20px;
}
.jugyou2 p {
  font-size: 15px;
}
@media screen and (max-width: 980px) {
  .jugyou2 p {
    font-size: 14px;
  }
}

.story-page .block {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .story-page .block {
    margin-bottom: 40px;
  }
}
.story-page .block:last-child {
  margin-bottom: 0;
}
.story-page .block .row {
  margin-bottom: 30px;
}
.story-page .block .row:last-child {
  margin-bottom: 0;
}
.story-page .block .q1 {
  font-weight: 700;
  margin-bottom: 6px;
}
.story-page .block p {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .story-page .block p {
    font-size: 14px;
  }
}
.story-page .block a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.story-page .block a:hover {
  opacity: 0.6;
}
.story-page .flex1 {
  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;
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .story-page .flex1 {
    display: block;
    margin-bottom: 30px;
  }
}
.story-page .flex1 .left {
  width: 57%;
}
@media screen and (max-width: 980px) {
  .story-page .flex1 .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.story-page .flex1 .right {
  width: 40%;
}
@media screen and (max-width: 980px) {
  .story-page .flex1 .right {
    width: 100%;
  }
}
.story-page .flex1 .text1 {
  font-size: 23px;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .story-page .flex1 .text1 {
    font-size: 13px;
  }
}
.story-page .flex1 h2 {
  color: #4D9BD0;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .story-page .flex1 h2 {
    font-size: 20px;
  }
}
.story-page .flex1 p {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .story-page .flex1 p {
    font-size: 14px;
  }
}
.story-page .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .story-page .flex2 {
    display: block;
  }
}
.story-page .flex2 .img {
  width: 30%;
}
@media screen and (max-width: 980px) {
  .story-page .flex2 .img {
    margin: 0 auto 20px;
  }
}
.story-page .flex2 .contents {
  width: 65%;
}
@media screen and (max-width: 980px) {
  .story-page .flex2 .contents {
    width: 100%;
  }
}
.story-page .full {
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .story-page .full {
    margin-bottom: 20px;
  }
}
.story-page .img9 img {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}
.story-page .img10 img {
  border-radius: 10px;
}

.mini-sec ul {
  margin-top: 60px;
}
@media screen and (max-width: 980px) {
  .mini-sec ul {
    margin-top: 30px;
  }
}

.mini-derail .area {
  margin-top: 80px;
}
@media screen and (max-width: 980px) {
  .mini-derail .area {
    margin-top: 40px;
  }
}

b {
  font-weight: 700;
}

.mini-derail .flex1 {
  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;
}
@media screen and (max-width: 980px) {
  .mini-derail .flex1 {
    display: block;
  }
}
.mini-derail .flex1 .img {
  width: 30%;
}
@media screen and (max-width: 980px) {
  .mini-derail .flex1 .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.mini-derail .flex1 .contents {
  width: 65%;
}
@media screen and (max-width: 980px) {
  .mini-derail .flex1 .contents {
    width: 100%;
  }
}
.mini-derail .flex1 .contents a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mini-derail .flex1 .contents a:hover {
  opacity: 0.6;
}

.section-title-h1 {
  text-align: center;
}

.meta .block {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .meta .block {
    margin-bottom: 40px;
  }
}
.meta .block:last-child {
  margin-bottom: 0;
}
.meta .flex1 {
  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;
}
@media screen and (max-width: 980px) {
  .meta .flex1 {
    display: block;
  }
}
.meta .flex1 .img {
  width: 47%;
}
@media screen and (max-width: 980px) {
  .meta .flex1 .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.meta .flex1 .contents {
  width: 47%;
}
@media screen and (max-width: 980px) {
  .meta .flex1 .contents {
    width: 100%;
  }
}
.meta .flex1 .contents .text1 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .meta .flex1 .contents .text1 {
    font-size: 18px;
  }
}
.meta .flex1 .contents .text2 {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .meta .flex1 .contents .text2 {
    font-size: 14px;
  }
}
.meta .flex1 .contents .text2 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 980px) {
  .meta .flex1 .contents .text2 a {
    font-size: 14px;
  }
}
.meta .flex1 .contents .text2 a:hover {
  opacity: 0.6;
}
.meta .min-img {
  display: block;
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}
.meta h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .meta h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.meta .row {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .meta .row {
    margin-bottom: 40px;
  }
}
.meta .row:last-child {
  margin-bottom: 0;
}
.meta .block a,
.meta .block span {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.meta .block a:hover,
.meta .block span:hover {
  opacity: 0.6;
}

.manabi .h2-1 {
  color: #4D9BD0;
}
.manabi .btn1 {
  text-align: center;
}
.manabi .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .manabi .flex1 {
    display: block;
  }
}
.manabi .flex1 .contents1 {
  width: 40%;
}
@media screen and (max-width: 980px) {
  .manabi .flex1 .contents1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.manabi .flex1 .contents1 .h2-1 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .manabi .flex1 .contents1 .h2-1 {
    font-size: 24px;
  }
}
.manabi .flex1 .contents2 {
  width: 60%;
}
@media screen and (max-width: 980px) {
  .manabi .flex1 .contents2 {
    width: 100%;
  }
}
.manabi .flex1 .contents2 .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .manabi .flex1 .contents2 .ul1 {
    display: block;
  }
}
.manabi .flex1 .contents2 .ul1 li {
  width: 47%;
  background: #fff;
  border-radius: 20px;
  padding: 60px 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}
.manabi .flex1 .contents2 .ul1 li:nth-child(n+3) {
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .manabi .flex1 .contents2 .ul1 li {
    width: 100%;
    padding: 20px 20px;
  }
  .manabi .flex1 .contents2 .ul1 li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.manabi .flex1 .contents2 .ul1 li .h3-1 {
  color: #4D9BD0;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .manabi .flex1 .contents2 .ul1 li .h3-1 {
    text-align: center;
    font-size: 18px;
  }
}
.manabi .flex1 .contents2 .ul1 li p {
  margin-bottom: 20px;
}
@media screen and (min-width: 981px) {
  .manabi .flex1 .contents2 .ul1 li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .manabi .flex1 .contents2 .ul1 li .btn2 {
    text-align: center;
  }
}
.manabi .flex1 .contents2 .ul1 li .btn2 a {
  color: #4D9BD0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 980px) {
  .manabi .flex1 .contents2 .ul1 li .btn2 a {
    font-size: 14px;
  }
}
.manabi .flex1 .contents2 .ul1 li .btn2 a:hover {
  opacity: 0.6;
}

.manabi2 {
  padding-top: 20px;
}
.manabi2 .h2-1 {
  text-align: center;
  color: #4D9BD0;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .manabi2 .h2-1 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.manabi2 .flex2 {
  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;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .manabi2 .flex2 {
    margin-bottom: 10px;
    display: block;
  }
}
.manabi2 .flex2 .img {
  width: 43%;
}
@media screen and (max-width: 980px) {
  .manabi2 .flex2 .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.manabi2 .flex2 .contents {
  width: 55%;
}
@media screen and (max-width: 980px) {
  .manabi2 .flex2 .contents {
    width: 100%;
  }
}
.manabi2 .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .manabi2 .cards {
    display: block;
  }
}
.manabi2 .cards .item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
  width: 45%;
  margin: 2%;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
}
@media screen and (max-width: 980px) {
  .manabi2 .cards .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .manabi2 .cards .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 980px) {
  .manabi2 .cards .item {
    padding: 20px;
  }
}
.manabi2 .cards .item h3 {
  color: #4D9BD0;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .manabi2 .cards .item h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.manabi2 .cards .item p {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .manabi2 .cards .item p {
    text-align: left;
  }
}

html {
  scroll-behavior: smooth;
}

.manabi4 .flex3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .manabi4 .flex3 {
    margin-bottom: 30px;
  }
}
.manabi4 h3 {
  color: #4D9BD0;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .manabi4 h3 {
    font-size: 20px;
  }
}
.manabi4 .row {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .manabi4 .row {
    margin-bottom: 25px;
  }
}
.manabi4 .row:last-child {
  margin-bottom: 0;
}

.w500 {
  font-weight: 500;
}

.feature1 .flex {
  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;
}
.feature1 .flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .feature1 .flex {
    display: block;
  }
}
.feature1 .flex .img {
  width: 47%;
}
@media screen and (max-width: 980px) {
  .feature1 .flex .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.feature1 .flex .contents {
  width: 47%;
}
@media screen and (max-width: 980px) {
  .feature1 .flex .contents {
    width: 100%;
  }
}
.feature1 .flex .contents h3 {
  color: #4D9BD0;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .feature1 .flex .contents h3 {
    font-size: 22px;
  }
}
.feature1 p {
  margin-bottom: 20px;
}
.feature1 .btn {
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .feature1 .btn {
    text-align: center;
  }
}
.feature1 .mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .feature1 .mb60 {
    margin-bottom: 30px;
  }
}
.feature1 .mb0 {
  margin-bottom: 0;
}

.feature2 {
  padding-top: 15px;
}

.feature3 {
  padding-top: 15px;
}

.feature4 {
  padding-top: 15px;
}

.feature5 {
  padding-top: 15px;
}
.feature5 .block {
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .feature5 .block {
    margin-bottom: 40px;
  }
}
.feature5 .block:last-child {
  margin-bottom: 0;
}
.feature5 .block a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.feature5 .block a:hover {
  opacity: 0.6;
}
.feature5 h3 {
  color: #4D9BD0;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 980px) {
  .feature5 h3 {
    font-size: 20px;
  }
}
.feature5 h4 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .feature5 h4 {
    font-size: 18px;
  }
}

.section-lead {
  text-align: center;
  margin-bottom: 60px;
  margin-top: -15px;
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .section-lead {
    text-align: left;
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.story-0 .flex1 {
  margin-bottom: 150px;
}
@media screen and (max-width: 980px) {
  .story-0 .flex1 {
    margin-bottom: 60px;
  }
}
.story-0 .flex1::last-child {
  margin-bottom: 0;
}
.story-0 .btn {
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .story-0 .btn {
    margin-top: 20px;
    text-align: center;
  }
}

.blog-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.blog-ul li {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  background: #fff;
}
@media screen and (min-width: 981px) {
  .blog-ul li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  .blog-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .blog-ul li:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 980px) {
  .blog-ul li {
    width: 100%;
  }
  .blog-ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}
.blog-ul .img .wrap {
  padding-top: 55%;
  position: relative;
}
.blog-ul .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-ul .contents {
  padding: 15px;
}
.blog-ul .contents .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .blog-ul .contents .title {
    font-size: 16px;
  }
}
.blog-ul .b-text {
  font-size: 15px;
  margin-bottom: 20px;
  color: #aaa;
}
@media screen and (max-width: 980px) {
  .blog-ul .b-text {
    font-size: 14px;
  }
}
.blog-ul .btn3 {
  margin-top: 15px;
  text-align: right;
  margin-bottom: 10px;
}
.blog-ul .btn3 a {
  display: block;
  text-align: right;
  color: #4D9BD0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}
.blog-ul .btn3 a:hover {
  opacity: 0.6;
}
.blog-ul .time {
  color: #aaa;
  padding-top: 10px;
  border-top: 1px solid #aaa;
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .blog-ul .time {
    font-size: 12px;
  }
}

.single .inner {
  max-width: 900px;
}
.single .time {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .single .time {
    font-size: 16px;
  }
}
.single h1 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .single h1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.single img {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .single img {
    margin-bottom: 20px;
  }
}
.single h2,
.single h3,
.single h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #4D9BD0;
}
@media screen and (max-width: 980px) {
  .single h2,
  .single h3,
  .single h4 {
    font-size: 18px;
  }
}
.single p {
  margin-bottom: 15px;
}
.single .btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .single .btn {
    margin-top: 30px;
  }
}

.footer {
  position: relative;
  z-index: 6;
}

@media screen and (min-width: 981px) {
  .recommen {
    padding-bottom: 120px;
  }
}
.recommen .inner {
  position: relative;
  z-index: 2;
}
.recommen .inner .flex {
  position: relative;
  z-index: 2;
}
.recommen .inner .common-bg-title {
  color: #F2F0F1;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 200px;
  bottom: -150px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .recommen .inner .common-bg-title {
    font-size: 100px;
    bottom: -60px;
  }
}
.recommen .btn {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .recommen .btn {
    margin-top: 30px;
  }
}

.zemi-single .inner {
  position: relative;
}
.zemi-single .inner .flex {
  position: relative;
  z-index: 2;
}
.zemi-single .inner .common-bg-title {
  color: #F2F0F1;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 200px;
  bottom: -120px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .zemi-single .inner .common-bg-title {
    font-size: 100px;
    bottom: -60px;
  }
}
.zemi-single .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .zemi-single .flex {
    display: block;
  }
}
.zemi-single .flex .img {
  width: 47%;
}
@media screen and (max-width: 980px) {
  .zemi-single .flex .img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.zemi-single .flex .img img {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
}
.zemi-single .flex .contents {
  width: 47%;
}
.zemi-single .flex .contents a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zemi-single .flex .contents a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 980px) {
  .zemi-single .flex .contents {
    width: 100%;
  }
}
.zemi-single h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .zemi-single h2 {
    font-size: 19px;
  }
}
.zemi-single .row {
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}
.zemi-single .row:last-child {
  margin-bottom: 0;
}

.color1 {
  color: #1E9AD9;
}

.color2 {
  color: #0E5D3A;
}

.color3 {
  color: #F5A31F;
}

.color4 {
  color: #EE90BB;
}

.color5 {
  color: #678EA5;
}

.color6 {
  color: #564F9C;
}

.color7 {
  color: #B21B20;
}

.color8 {
  color: #2E424D;
}

.color9 {
  color: #5CC6D9;
}

.color10 {
  color: #2164A9;
}

.color11 {
  color: #BAA79D;
}

.color12 {
  color: #CFA281;
}

.color13 {
  color: #27B99F;
}

.color14 {
  color: #B5D328;
}

.color15 {
  color: #E74A5A;
}

.color16 {
  color: #9DCD25;
}

.color17 {
  color: #F1E44F;
}

.title222 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .title222 {
    font-size: 20px;
  }
}

.mov {
  max-width: 700px;
  margin: 0 auto;
}
.mov .wrap {
  position: relative;
  padding-top: 56.25%;
}
.mov .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 981px) {
  .blog-ul .b-text {
    min-height: 61px;
  }
}
.pagination {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination a, .pagination span {
  margin: 0 10px;
  display: inline-block;
  font-size: 18px;
}
.pagination span {
  font-weight: 700;
  color: #4D9BD0;
}

.mv .btn a {
  padding: 7px 35px;
  font-size: 16px;
  line-height: 1.7;
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .mv .btn a {
    font-size: 14px;
    min-width: 200px;
  }
}

.top-take .btn a, .section-btn2 a {
  padding: 7px 35px;
  font-size: 16px;
  line-height: 1.7;
  display: inline-block;
  min-width: 200px;
}
@media screen and (max-width: 980px) {
  .top-take .btn a, .section-btn2 a {
    font-size: 14px;
    min-width: 200px;
  }
}

.top-ca .btn a {
  line-height: 1.7;
  display: inline-block;
  min-width: 200px;
  min-width: 200px;
}
@media screen and (max-width: 980px) {
  .top-ca .btn a {
    font-size: 14px;
    min-width: 200px;
  }
}

.section-btn a {
  line-height: 1.7;
  display: inline-block;
  min-width: 200px;
}
@media screen and (max-width: 980px) {
  .section-btn a {
    font-size: 14px;
    min-width: 200px;
  }
}

@media screen and (max-width: 980px) {
  .mv .btn {
    bottom: 10%;
    left: initial;
    right: initial;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top-news h2 .ja {
  color: #4D9BD0;
}

.section-btn a .blue {
  color: #4D9BD0;
}

.top-news .section-btn a .blue {
  color: #4D9BD0;
}
.top-news .section-btn a:hover .blue {
  color: #fff;
}