@charset "UTF-8";
html {
  overflow-y: scroll;
  font-size: 62.5%;
  line-height: 1.5;
}

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;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  font-weight: lighter;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed,
td,
th {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: lighter;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
}

p {
  margin: 0 0 1em;
  line-height: 2;
}

body {
  font-size: 1.7rem;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

div:after,
ul:after,
li:after,
dd:after,
section:after,
article:after {
  display: block;
  clear: both;
  content: "";
}

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

a:hover img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

* {
  min-width: 0;
  min-height: 0;
}

/*
  割り当て
*/
body {
  background: #fff;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.contents-inr {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.pad {
  padding: 10px;
}

p {
  margin-bottom: 1em;
}

a {
  color: #0099FF;
  text-decoration: underline;
}
a:visited, a:active {
  color: #408cbf;
}
a:hover {
  color: #4db8ff;
  text-decoration: none;
}

.l-w1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.l-w1100 {
  max-width: 1100px;
  margin: 0 auto;
}

.l-w800 {
  max-width: 800px;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #004795;
  padding: 0;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .l-header {
    display: block;
    padding: 0;
  }
}

.l-header__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(../../img/common/header_bg.png);
  background-repeat: no-repeat;
  background-position: 250px bottom;
  background-size: 600px 50px;
}
@media screen and (max-width: 1024px) {
  .l-header__inner {
    background-position: 180px bottom;
    background-size: 450px 45px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    background: none;
  }
}

.l-header__logo img {
  height: 40px;
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    height: 40px;
    margin: 10px;
  }
}

.l-header__keyword {
  font-size: 1.2rem;
  color: #00809b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .l-header__keyword {
    display: none;
  }
}
.l-header__keyword ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__keyword ul::after {
  content: none;
}
.l-header__keyword ul li {
  background: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  text-align: center;
  margin: 3px;
}

.sp-nav-btn {
  margin-left: auto;
  display: none;
  position: relative;
  width: 60px;
  height: 60px;
  background: #002955;
}
@media screen and (max-width: 768px) {
  .sp-nav-btn {
    display: block;
  }
}

.sp-nav-btn span:nth-of-type(1),
.sp-nav-btn span:nth-of-type(2),
.sp-nav-btn span:nth-of-type(3) {
  position: absolute;
  top: 13px;
  top: 18px;
  left: 13px;
  width: 34px;
  height: 2px;
  border-radius: 4px;
  background: #fff;
}

.sp-nav-btn span:nth-of-type(2) {
  top: 21px;
  top: 28px;
}

.sp-nav-btn span:nth-of-type(3) {
  top: 29px;
  top: 38px;
}

.sp-nav-btn span:nth-of-type(4) {
  display: none;
  position: absolute;
  top: 35px;
  width: 60px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
}

.l-globalnav {
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-globalnav {
    z-index: 9999;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px) {
  .l-globalnav__close {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7777;
  }
}

.l-globalnav__title {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-globalnav__title {
    display: block;
    background: #004795;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    position: relative;
    z-index: 8888;
    margin: 20px 10px 0;
  }
}
.l-globalnav__title::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  float: right;
}

.l-globalnav__items {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 980px;
  margin-right: auto;
  z-index: 8888;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-globalnav__items {
    padding: 0 10px;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 10px;
  }
}

.l-globalnav__items li {
  font-size: 1.6rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .l-globalnav__items li {
    width: 100%;
    background: #fff;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 8px;
    font-size: 1.5rem;
  }
}

.l-globalnav a,
.l-globalnav a:link,
.l-globalnav a:visited,
.l-globalnav a:active {
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  line-height: 60px;
  height: 60px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .l-globalnav a,
.l-globalnav a:link,
.l-globalnav a:visited,
.l-globalnav a:active {
    color: #333;
    line-height: 1;
    height: auto;
    padding: 10px;
  }
}

.l-globalnav a:hover {
  color: #999;
  text-decoration: none;
}

.l-globalnav__item-ait a,
.l-globalnav__item-ait a:link,
.l-globalnav__item-ait a:visited,
.l-globalnav__item-ait a:active {
  background: #002955;
  background: #232b33;
}
@media screen and (max-width: 768px) {
  .l-globalnav__item-ait a,
.l-globalnav__item-ait a:link,
.l-globalnav__item-ait a:visited,
.l-globalnav__item-ait a:active {
    background: #fff;
  }
}

.l-main {
  padding-top: 60px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.p-top-section p {
  word-wrap: break-word;
}

.fade-in .slick-slide:nth-child(1) {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

.fade-in.is-show .slick-slide:nth-child(1) {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.l-fnav {
  display: none;
  background: #fff;
  margin-top: 20px;
  border-top: 1px #ccc solid;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l-fnav {
    margin-top: 0;
    display: block;
  }
}

.l-fnav__title {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-fnav__title {
    display: block;
    background: #004795;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
  }
}

.l-fnav__items {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-fnav__items {
    background: #fff;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.l-fnav__items li {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .l-fnav__items li {
    width: 50%;
    background: #fff;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    padding: 8px;
  }
}

.l-fnav__items li.l-gnavi-home {
  display: none;
}

.l-fnav__items li a:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  margin-right: 0.2em;
  color: #333;
}

.l-fnav__items:after {
  content: none;
}

.l-fnav a,
.l-fnav a:link,
.l-fnav a:visited,
.l-fnav a:active {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 4px 10px;
}

.l-fnav a:hover {
  color: #004795;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.l-footer {
  text-align: center;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 0;
  }
}

.l-footer__bnr ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__bnr ul li {
  padding: 40px 10px;
}

.l-footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #333;
}

.l-footer__service {
  color: #fff;
  padding: 10px;
  font-size: 1.2rem;
}

.l-footer__copyright {
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px;
  margin-left: auto;
}

.c-btn {
  text-align: center;
}

.c-btn__link {
  font-size: 2.2rem;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding: 12px 5%;
  text-decoration: none;
  background: #AE9890;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  background: #AE9890;
}
.c-btn__link:hover {
  background: #93766b;
}

.c-btn__link--maincolor {
  background: #004795;
}
.c-btn__link--maincolor:hover {
  background: #002955;
}

.c-heading {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 1.8rem;
  }
}

.c-heading--01 {
  position: relative;
  display: block;
  margin-bottom: 40px;
  text-align: center;
  color: #232b33;
}
.c-heading--01:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #232b33;
  border-radius: 2px;
}

.c-heading--01__white:before {
  background-color: #fff;
}

.c-heading--02 {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.8rem;
  color: #004795;
}

.p-slider {
  width: calc(100% - 50px) !important;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-slider {
    width: 100% !important;
  }
}

.p-slider-col1 {
  padding: 10px;
}
.p-slider-col1 .p-slider-item {
  margin: 10px;
}

.p-slider-col3 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-slider-col3 .slick-slide {
  height: auto;
}

.p-slider-col3 {
  padding: 10px;
}
.p-slider-col3 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-slider-col3 .slick-slide {
  height: auto;
}
.p-slider-col3 .p-slider-item {
  background: #fff;
  margin: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-slider-col3 .p-slider-item .my-gallery {
  margin: 0;
}
.p-slider-col3 .p-slider-item__tmb {
  min-height: 0%;
}
.p-slider-col3 .p-slider-item__data {
  padding: 20px;
}
.p-slider-col3 .p-slider-item__title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 2rem;
  color: #d98c07;
}
.p-slider-col3 .p-slider-item__text {
  text-align: left;
  color: #444;
}

.p-slider-tmb {
  padding: 10px;
}
.p-slider-tmb .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-slider-tmb .slick-slide {
  height: auto;
}
.p-slider-tmb .p-slider-item {
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  z-index: 100;
}
.p-slider-tmb .p-slider-item .my-gallery {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-slider-tmb .p-slider-item {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.p-slider-tmb .p-slider-item:not(.slick-current) .p-slider-item__tmb {
  opacity: 0;
}
.p-slider-tmb .p-slider-item--wfull {
  display: block;
}
.p-slider-tmb .p-slider-item--wfull .p-slider-item__data {
  width: 100%;
}
.p-slider-tmb .p-slider-item--wfull .p-slider-item__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-slider-tmb .p-slider-item--wfull .p-slider-item__flex {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.p-slider-tmb .p-slider-item--wfull .p-slider-item__flex .p-slider-item__data {
  width: calc(60% - 20px);
}
@media screen and (max-width: 768px) {
  .p-slider-tmb .p-slider-item--wfull .p-slider-item__flex .p-slider-item__data {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-slider-tmb .p-slider-item__tmb {
  width: 40%;
  min-height: 0%;
}
@media screen and (max-width: 768px) {
  .p-slider-tmb .p-slider-item__tmb {
    width: 100%;
    margin-bottom: auto;
  }
}
.p-slider-tmb .p-slider-item__tmb--around {
  float: left;
  padding: 0 20px 20px 0;
}
.p-slider-tmb .p-slider-item__data {
  width: calc(60% - 20px);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-slider-tmb .p-slider-item__data {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-slider-tmb .p-slider-item__title {
  text-align: left;
  font-weight: 600;
  font-size: 2.4rem;
  border-bottom: 1px #ccc solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #d98c07;
}
.p-slider-tmb .p-slider-item__text {
  text-align: left;
  width: 100%;
  word-wrap: break-word;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  line-height: 1;
  top: -10px;
  padding: 10px;
}

.slick-prev::before {
  content: "";
  right: -10px;
}

.slick-next::before {
  content: "";
  left: -10px;
}

.slick-prev {
  left: -19px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    left: 0px;
  }
}

.slick-next {
  right: -19px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 0px;
  }
}

.slick-prev:hover:before {
  -webkit-animation: arrow_prev 0.5s ease-out forwards;
          animation: arrow_prev 0.5s ease-out forwards;
}

@-webkit-keyframes arrow_prev {
  0% {
    right: -10px;
  }
  50% {
    right: -5px;
  }
  100% {
    right: -10px;
  }
}

@keyframes arrow_prev {
  0% {
    right: -10px;
  }
  50% {
    right: -5px;
  }
  100% {
    right: -10px;
  }
}
.slick-next:hover:before {
  -webkit-animation: arrow_next 0.5s ease-out forwards;
          animation: arrow_next 0.5s ease-out forwards;
}

@-webkit-keyframes arrow_next {
  0% {
    left: -10px;
  }
  50% {
    left: -5px;
  }
  100% {
    left: -10px;
  }
}

@keyframes arrow_next {
  0% {
    left: -10px;
  }
  50% {
    left: -5px;
  }
  100% {
    left: -10px;
  }
}
.p-section {
  text-align: center;
  padding: 70px 0;
  position: relative;
}

.p-section--text-center {
  text-align: center;
}

.p-section--bg-white {
  background: #fff;
}

.p-section--bg-gray {
  background: #ebe6ec;
}

.p-section--bg-maincolor {
  background: #004795;
}
.p-section--bg-maincolor .c-heading {
  color: #fff;
}

.p-section--bg-black {
  background: #232b33;
}
.p-section--bg-black .c-heading {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-about {
    text-align: left;
  }
}
.p-about h1 {
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 16px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .p-about h1 {
    font-size: 1.8rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.p-about h1:before {
  position: absolute;
  background-color: #004795;
  top: 0;
  left: 0;
  height: 100%;
  content: "";
  z-index: -2;
  width: calc(100% - 250px);
  -webkit-transition: 1s;
  transition: 1s;
}
.p-about h1.is-show:before {
  width: calc(100% - 50px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about h1.is-show:before {
    width: calc(100% - 10px);
    width: 100%;
  }
}
.p-about h1:after {
  position: absolute;
  background-color: #fff;
  bottom: 5px;
  left: 0;
  height: 1px;
  content: "";
  z-index: -1;
  width: calc(100% - 100%);
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.p-about h1.is-show:after {
  width: calc(100% - 55px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about h1.is-show:after {
    width: calc(100% - 15px);
    width: 100%;
  }
}

.p-about-item__tmb {
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 602px;
}
.p-about-item__tmb img {
  background: #eee;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .p-howto {
    text-align: left;
  }
}
.p-howto:before {
  position: absolute;
  background-color: #D98C07;
  bottom: 0;
  left: 0;
  height: 0;
  content: "";
  z-index: 0;
  width: 30%;
  -webkit-transition: 1s;
  transition: 1s;
}
.p-howto.is-show:before {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-howto .p-slider-item {
    border: 1px #ccc solid;
    margin-bottom: 20px;
  }
}

.p-overview .p-slider.js-animation {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.p-overview .p-slider.js-animation.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-overview .p-slider-item__tmb img {
  padding: 16px 10px;
  background: #eee;
}

.p-overview .p-slider-item__text ul {
  margin-top: 1em;
  margin-left: 1.5em;
}
.p-overview .p-slider-item__text ul li {
  list-style-type: decimal;
}

.p-start__logo {
  text-align: center;
  margin-bottom: 20px;
}

.p-start .c-text {
  font-size: 2.8rem;
}

@-webkit-keyframes bg_slide {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes bg_slide {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-start .c-btn a.c-btn__link {
  color: #fff;
  background: none;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  background: #004795;
}

.p-start .c-btn .c-btn__link:hover {
  position: relative;
  z-index: 1;
  color: #fff;
  background: #004795;
  border-radius: 6px;
}

.p-start .c-btn .c-btn__link:hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #333;
  -webkit-animation: bg_slide 0.4s;
          animation: bg_slide 0.4s;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .p-howtouse .p-slider-item {
    margin: 0 0 20px;
  }
}
.p-howtouse .p-slider-item__text ol li {
  margin-bottom: 1em;
  color: #444;
  font-size: 1.5rem;
}
.p-howtouse .p-slider-item__text ol li b {
  color: #333;
  font-size: 1.8rem;
  margin-bottom: 5px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-howtouse .p-slider-item--wfull .p-slider-item__tmb {
    display: block;
  }
}
.p-howtouse .p-slider-item--wfull .p-slider-item__data {
  width: 100%;
}

.p-techical-term .p-slider-item--climate-downscaling .p-slider-item__data {
  width: 100%;
}
.p-techical-term table {
  font-size: 1.4rem;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.p-techical-term table thead tr th {
  border: 1px #999 solid;
  padding: 10px;
  background: #232b33;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.p-techical-term table thead tr th.table-pgw-bg {
  background: #d98c07;
}
.p-techical-term table tbody tr th {
  border: 1px #333 solid;
  padding: 10px;
}
.p-techical-term table tbody tr td {
  border: 1px #333 solid;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.p-techical-term table tbody tr td.table-pgw-bg {
  background: #fef3e1;
}

.front-main-slider {
  position: relative;
}
.front-main-slider:before {
  content: "";
  display: inline-block;
  width: 509px;
  width: 700px;
  height: 212px;
  position: absolute;
  background-image: url(../img/top/mv_logo.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: 40px;
  left: 2000px;
  display: block;
  z-index: 200;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .front-main-slider:before {
    width: 200px;
    height: 83px;
    bottom: 20px;
    left: -200px;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.front-main-slider.is-show:before {
  opacity: 1;
  left: 40px;
}
@media screen and (max-width: 768px) {
  .front-main-slider.is-show:before {
    left: 20px;
  }
}
.front-main-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  background: rgba(235, 230, 236, 0.6);
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 768px) {
  .front-main-slider:after {
    width: 60px;
  }
}
.front-main-slider.is-show:after {
  height: 100%;
}
.front-main-slider .main-slide_inner div {
  display: block;
  width: 100%;
  height: 700px;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .front-main-slider .main-slide_inner div {
    height: 320px;
  }
}