@charset "utf-8";
/* @import url(../css/font/stylesheet.css); */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v40/-F6pfjtqLzI2JPCgQBnw7HFQaioq1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v40/-F62fjtqLzI2JPCgQBnw7HFowA.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v40/-F6pfjtqLzI2JPCgQBnw7HFQMisq1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v40/-F6pfjtqLzI2JPCgQBnw7HFQei0q1A.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v40/-F6pfjtqLzI2JPCgQBnw7HFQQi8q1A.otf) format('opentype');
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 160%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  letter-spacing: 0;
  font-weight: normal;
}
body,
html {
  height: 100%;
  margin: 0;
}
.grid-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  position: relative;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover,
a:visited,
a:focus {
  outline: none;
  border: none;
}
a,
button {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
input,
textarea,
button,
select {
  outline: none;
  resize: none;
}
a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.hv-o {
  -webkit-transition: ease all 0.45s;
  transition: ease all 0.45s;
}
.hv-o:hover {
  opacity: 0.8;
}
.anchor_fixtop {
  display: block;
  position: relative;
  top: -100px;
  width: 100%;
  visibility: hidden;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}
.grid-1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.ds-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*
   ===================
   -- C O N M O N T --
   ===================
*/
.banner {
  height: 1110px;
  background: #ccc;
}
.item-def {
  width: 50%;
}
#header-fix {
  position: fixed;
  width: 100%;
  left: 0;
  top: -100%;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
#header-fix.active {
  top: 0;
}
#header-fix .header .grid-1440 {
  padding-top: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
#header-fix .header-item:first-child img {
  width: 200px;
}
#header-fix .menu {
  top: 0;
}
.header .grid-1440 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  position: relative;
  z-index: 10;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 118px;
  position: relative;
  top: 13px;
}
.menu li:not(:last-child) {
  margin-right: 40px;
}
.menu li span {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  font-weight: 500;
}
.top-1 {
  margin-top: -232px;
  margin-bottom: 63px;
}
.top-1-col {
  padding-left: 135px;
  padding-right: 120px;
}
.top-1-item:first-child {
  width: 582px;
  text-align: right;
}
.top-1-item:first-child img {
  -webkit-box-shadow: -24px -24px #0ac1ed;
          box-shadow: -24px -24px #0ac1ed;
  border-radius: 10px;
}
.top-1-item:last-child {
  width: calc(100% - 582px);
  padding-left: 60px;
  padding-top: 37px;
}
.top-1 h2 {
  font-size: 48px;
  color: #fff;
  font-weight: normal;
  line-height: 170%;
  letter-spacing: 0;
  padding-left: 45px;
  text-transform: uppercase;
}
.top-1 .top-pdef {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  position: relative;
}
.top-1 .top-pdef p {
  letter-spacing: 1.13px;
}
.top-pdef p {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 165%;
}
.top-2-all2 {
  margin-top: 50px;
}
.top-1-pos {
  position: absolute;
  top: -90px;
  right: 38px;
}
.top-2 {
  position: relative;
  padding-top: 17px;
  padding-bottom: 445px;
}
.top-2-pos {
  padding-left: 35px;
}
.top-2-margin {
  margin-top: -42px;
}
.top-2-all1 {
  margin-top: 55px;
}
.top-2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #8bc867;
  background: -webkit-gradient(linear, left bottom, left top, from(#007ddf), color-stop(6%, #007ddf), color-stop(12%, #007ddf), to(#01e4be));
  background: linear-gradient(0deg, #007ddf 0%, #007ddf 6%, #007ddf 12%, #01e4be 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.top-2::after {
  content: "";
  background-image: url(common/img/top-20.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
  height: 1160px;
  position: absolute;
  left: 0;
  bottom: 170px;
  width: 100%;
  z-index: 1;
  height: 454px;
}
.top-2 .grid-890 {
  position: relative;
  z-index: 10;
  color: #fff;
}
.grid-890 {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}
.top-2 h2 strong {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  line-height: 165%;
  letter-spacing: 0;
}
.top-2 h2 strong:last-child {
  font-size: 20px;
}
/* select */
.top-select select::-ms-expand {
  display: none;
}
.top-select select {
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  width: 100%;
  height: 50px;
  -webkit-transition: ease-in all 0.35s;
  transition: ease-in all 0.35s;
  padding-left: 15px;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #333333;
  -webkit-box-shadow: 2px 4px 11px 0px rgba(51, 51, 51, 0.3);
          box-shadow: 2px 4px 11px 0px rgba(51, 51, 51, 0.3);
}
.top-select {
  position: relative;
}
.top-select::after {
  content: "";
  position: absolute;
  background-image: url(common/img/top-5.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  pointer-events: none;
  width: 9px;
  height: 5px;
}
#select-area .top-select {
  margin-bottom: 20px;
}
#select-area input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 10px 0 15px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 2px 4px 11px 0px rgba(51, 51, 51, 0.3);
          box-shadow: 2px 4px 11px 0px rgba(51, 51, 51, 0.3);
}
#select-area input::-webkit-input-placeholder {
  font-size: 20px;
  color: #999;
}
#select-area input::-moz-placeholder {
  font-size: 20px;
  color: #999;
}
#select-area input::-ms-input-placeholder {
  font-size: 20px;
  color: #999;
}
#select-area input::placeholder {
  font-size: 20px;
  color: #999;
}
#select-area input[name="distance"] {
  width: 70%;
}
#select-area input[name="distance"]::-webkit-input-placeholder {
  font-size: 16px;
}
#select-area input[name="distance"]::-moz-placeholder {
  font-size: 16px;
}
#select-area input[name="distance"]::-ms-input-placeholder {
  font-size: 16px;
}
#select-area input[name="distance"]::placeholder {
  font-size: 16px;
}
#select-area .distance_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#select-area .distance_area span {
  display: inline-block;
  margin-left: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  #select-area .distance_area {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #select-area .distance_area span {
    font-size: 3.467vw;
  }
  #select-area .distance_area input::-webkit-input-placeholder {
    font-size: 3.467vw;
  }
  #select-area .distance_area input::-moz-placeholder {
    font-size: 3.467vw;
  }
  #select-area .distance_area input::-ms-input-placeholder {
    font-size: 3.467vw;
  }
  #select-area .distance_area input::placeholder {
    font-size: 3.467vw;
  }
}
.top-select-all button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background-color: #007ddf;
  -webkit-box-shadow: 2px 4px 11px 0px rgba(51, 51, 51, 0.3);
          box-shadow: 2px 4px 11px 0px rgba(51, 51, 51, 0.3);
}
.errorWrap {
  position: relative;
  margin: 30px 0;
  padding: 20px;
  border-radius: 5px;
  background-color: #d20000;
  -webkit-box-shadow: 2px 4px 11px 0px rgba(51, 51, 51, 0.3);
          box-shadow: 2px 4px 11px 0px rgba(51, 51, 51, 0.3);
}
.errorWrap p {
  color: #fff;
  text-align: center;
}
.errorWrap .closeBtn {
  display: block;
  position: absolute;
  top: -15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 1000px;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.3);
          box-shadow: 2px 4px 6px 0px rgba(51, 51, 51, 0.3);
}
.errorWrap .closeBtn::before,
.errorWrap .closeBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #d20000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.errorWrap .closeBtn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* select */
.top-2 .top-pdef p {
  color: #fff;
}
.top-2-all1 .top-2-item:first-child {
  width: calc(100% - 330px);
  padding-right: 60px;
}
.top-2-all1 .top-2-item:last-child {
  width: 330px;
  padding-top: 9px;
}
.top-select:first-child {
  margin-bottom: 20px;
}
.top-2-ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -34px;
}
.top-2-ul li {
  width: calc((100% - 57.5px) / 2);
  margin-right: 57px;
  margin-bottom: 34px;
}
.top-2-ul li:nth-child(2n),
.top-2-ul li:last-child {
  margin-right: 0;
}
.top-2-ul li:nth-child(2n) .top-2-ul-dig {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-2-ul li:nth-child(2n) input,
.top-2-ul li:last-child input {
  text-align: center;
}
.top-2-ul p {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 150%;
  margin-bottom: 5px;
}
.top-2-ul input,
.top-2-ul-dig {
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #d8d8d8;
  width: 100%;
  height: 70px;
  padding: 0 30px;
  border-radius: 4px;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0;
  color: #333333;
  -webkit-box-shadow: 2px 4px 11px 0px rgba(51, 51, 51, 0.3);
          box-shadow: 2px 4px 11px 0px rgba(51, 51, 51, 0.3);
}
.top-2-ul-dig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-2-ul-dig span {
  position: relative;
  top: -2px;
}
.top-2-ul input::-webkit-input-placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  top: -2px;
  z-index: 1;
}
.top-2-ul input::-moz-placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  top: -2px;
  z-index: 1;
}
.top-2-ul input::-ms-input-placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  top: -2px;
  z-index: 1;
}
.top-2-ul input::placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  top: -2px;
  z-index: 1;
}
/* WebKit, Edge */
::-webkit-input-placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
/* Firefox 4-18 */
:-moz-placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
/* IE 10-11 */
:-ms-input-placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
/* Edge */
::-ms-input-placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
/* MODERN BROWSER */
::-webkit-input-placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
::-moz-placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
::-ms-input-placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
::placeholder {
  color: #333333;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
/*  */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 17px;
}
/* Style the tab content */
#Year.tabcontent {
  display: none;
}
/*  */
.top-3 .grid-1440 {
  padding-left: 160px;
  padding-right: 160px;
}
.footer-link {
  background-color: #31b8b4;
  padding: 35px 15px;
}
.footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-link ul li:first-child {
  border-right: 1px solid #fff;
  padding-right: 40px;
  margin-right: 40px;
}
.footer-link span {
  font-size: 18px;
  line-height: 167%;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 500;
}
.footer-r {
  text-align: center;
  padding: 21px;
  background-color: #3191b9;
}
.footer-r p {
  font-size: 14px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: none;
  cursor: pointer;
  padding: 10px;
  outline: none;
  background-color: #3191b9;
  z-index: 50;
}
.top-3 .grid-1440 {
  padding-left: 160px;
  padding-right: 160px;
}
.top-3-all {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  padding-top: 30px;
  border: 1px solid #cccccc;
  margin-top: -287px;
  margin-bottom: 120px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 1px 1px 3px 1px #c9c9c9;
          box-shadow: 1px 1px 3px 1px #c9c9c9;
}
.top-3-all h2 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 150%;
  color: #0077b6;
  margin-bottom: 30px;
}
.top-3-hasdate {
  background-color: #31b8b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 70px;
  padding-left: 35px;
  padding-right: 35px;
}
.top-3-hasdate h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 150%;
  color: #fff;
  padding-right: 15px;
}
.top-3-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 35px;
}
.top-3-tab button {
  background-color: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 200px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  text-align: center;
  border: none;
  outline: none;
  cursor: pointer;
}
.top-3-tab button:hover {
  opacity: 1;
}
.top-3-tab .top-3-tab1.year button {
  cursor: auto!important;
}
.top-3-tab button span {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333333;
  position: relative;
  top: 3px;
}
.top-3-tab-all {
  margin-top: -42px;
}
.top-3-tab1:first-child {
  margin-right: 5px;
}
.top-3-tab1.month {
  opacity: 1;
}
.top-3-tab1.month:hover {
  opacity: 0.8;
}
.tabcontent-all {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 39px;
  background-color: #f2f2f2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tabcontent-all-white {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tabcontent-col {
  margin-top: 29px;
}
.tabcontent-all-white p:last-child {
  padding: 6px 17.5px;
  background-color: #f2f2f2;
  margin-left: 20px;
}
.tabcontent-all-white span {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333333;
}
.tabcontent-ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
.tabcontent-ul li {
  background-color: #fff;
  width: calc((100% - 20.5px) / 2);
  margin-right: 20px;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  margin-top: 20px;
}
.tabcontent-ul li:last-child,
.tabcontent-ul li:nth-child(2n) {
  margin-right: 0;
}
.tabcontent-ul h4 {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333333;
}
.tabcontent-item:first-child {
  width: 720px;
  padding-right: 30px;
}
.tabcontent-item:last-child {
  width: calc(100% - 720px);
}
.tabcontent-ul-col-all,
.tabcontent-ul-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabcontent-ul-col-all:not(:last-child) {
  margin-right: 20px;
}
.tabcontent-ul-col-all span:first-child {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  display: block;
}
.tabcontent-ul-col-all span:last-child {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 100%;
  color: #333333;
}
.tabcontent-ul-col-all.vs--1 span:first-child {
  background-color: #2ab3b2;
}
.tabcontent-ul-col-all.vs--2 span:first-child {
  background-color: #007ddf;
}
.tabcontent-ul-col-all.vs--3 span:first-child {
  background-color: #fe0008;
  height: 2px;
}
.tabcontent-ul-col-all.vs--4 span:first-child {
  background-color: #eca400;
}
.tabcontent-ul-col-all.vs--5 span:first-child {
  background-color: #f76c5e;
}
.tabcontent-img {
  margin-top: 15px;
  margin-bottom: 30px;
}
.tabcontent-img img:last-child {
  display: none;
}
.tabcontent-ul li:nth-child(2) .tabcontent-ul-col-all:not(:last-child) {
  margin-right: 5px;
}
.tabcontent-ul2 p:first-child {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333333;
}
.tabcontent-ul2 li {
  margin-bottom: 20px;
}
.tabcontent-ul2 p:last-child {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0;
  font-weight: bold;
  color: #007ddf;
}
.tabcontent-ul2-dig.p-48 p:last-child {
  font-size: 48px;
  line-height: 100%;
  margin-top: 5px;
}
.tabcontent-ul2-item p:first-child {
  font-size: 14px;
}
.tabcontent-ul2 p:last-child span {
  font-size: 24px;
}
.tabcontent-ul2-dig {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px 7px 10px;
  text-align: center;
}
.tabcontent-ul2-item {
  width: calc((100% - 20.5px) / 2);
  margin-right: 20px;
}
.tabcontent-ul2-item:last-child {
  margin-right: 0;
}
.tabcontent-has-icon {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  .tabcontent-has-icon {
    margin-top: 0;
  }
}
.tabcontent-has-icon h5 {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  background-color: #0080df;
}
.tabcontent-has-icon2 {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 20px;
}
.tabcontent-has-icon2 h6 {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333333;
}
.tabcontent-ul3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e7e7e7;
}
.tabcontent-ul3 li:last-child {
  padding-bottom: 0;
}
.tabcontent-ul3-left img:last-child {
  display: none;
}
.tabcontent-ul3-right {
  margin-left: 20px;
}
.tabcontent-ul3-right p {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #333333;
}
.tabcontent-ul3-right p:last-child {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1px;
  font-weight: 500;
  color: #666666;
}
.tabcontent-has-icon2-date {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 100%;
  color: #666666;
  font-weight: 500;
  margin-top: 3px;
  margin-bottom: 23px;
}
.top-3-date {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 7.5px 35px;
}
.top-3-date span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.25px;
  line-height: 100%;
  color: #31b8b4;
  position: relative;
  top: 1px;
}
.tablinks.active {
  background-color: #fff;
}
@media (max-width: 1800px) {
  .top-1-col,
  .top-3 .grid-1440 {
    padding-left: 6.667vw;
    padding-right: 6.667vw;
  }
}
@media (max-width: 1500px) {
  .grid-1440 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .top-1-item:first-child {
    width: 38.8vw;
  }
  .top-1-item:last-child {
    width: calc(100% - 38.8vw);
    padding-left: 4vw;
    padding-top: 2.467vw;
  }
  .top-1 .top-pdef {
    padding: 2vw 2.667vw;
    border-radius: 0.667vw;
  }
  .top-pdef p {
    font-size: 1.5vw;
    text-align: justify;
  }
  .top-1-pos {
    right: 3vw;
    top: -2.2vw;
  }
  .Safari .top-1-pos {
    top: -4.2vw;
  }
  .top-1-pos img {
    width: 8.467vw;
  }
  .Safari .top-1-pos img {
    width: 10.467vw;
  }
  .top-1 .top-pdef p .hide {
    display: none;
  }
}
@media (max-width: 1250px) {
  .menu {
    margin-left: 7.44vw;
  }
  .menu li:not(:last-child) {
    margin-right: 2.5vw;
  }
  .top-1-pos {
    right: 12px;
    width: 13.76vw;
    top: -8.2vw;
  }
  .top-1-col {
    padding-left: 0;
    padding-right: 0;
  }
  .item-def {
    width: 50% !important;
  }
  .top-1 .top-pdef {
    padding: 25px 15px;
  }
  .top-pdef p {
    font-size: 1.6vw;
  }
  .top-2-all1 .top-2-item:first-child {
    padding-right: 4.8vw !important;
    width: calc(100% - 26.4vw) !important;
  }
  .top-2-all1 .top-2-item:last-child {
    padding-top: 0;
    width: 26.4vw;
  }
  .top-2-ul li {
    width: calc((100% - 4.6vw) / 2);
    margin-right: 4.56vw;
  }
  .tabcontent-item:first-child {
    width: 57.6vw;
    padding-right: 20px;
  }
  .tabcontent-item:last-child {
    width: calc(100% - 57.6vw);
  }
  .tabcontent-all {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tabcontent-ul li {
    padding-left: 10px;
    padding-right: 10px;
    width: calc((100% - 15.5px) / 2);
    margin-right: 15px;
  }
  .tabcontent-ul2 p:last-child {
    font-size: 3.2vw;
  }
  .tabcontent-ul2 p:first-child {
    letter-spacing: 0;
  }
  .top-1 h2 {
    font-size: 3.84vw;
    padding-left: 3.6vw;
  }
  .top-1-pos img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .menu li span {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media (max-width: 950px) {
  .header .grid-1440 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu li span {
    font-size: 1.89vw;
  }
  .header-item:first-child img {
    width: 19.15vw !important;
  }
  .menu {
    margin-left: 5.44vw;
    top: 0;
  }
  .menu li:not(:last-child) {
    margin-right: 20px;
  }
  .top-pdef p {
    font-size: 14px;
  }
  .tabcontent-ul-col-all:not(:last-child) {
    margin-right: 5px;
  }
  .tabcontent-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabcontent-item:first-child {
    padding-right: 0;
  }
  .tabcontent-item:first-child,
  .tabcontent-item:last-child {
    width: 100%;
  }
  .tabcontent-ul2 {
    margin-top: 30px;
  }
  .top-1-item:first-child img {
    -webkit-box-shadow: -12px -12px #0ac1ed;
            box-shadow: -12px -12px #0ac1ed;
    border-radius: 10px;
  }
}
@media (max-width: 900px) {
  .top-1-item:last-child {
    padding-top: 0.5vw;
  }
  .grid-890 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .top-2-margin h2 {
    padding-left: 85px;
  }
  .top-1-pos {
    right: 2vw;
    width: 10vw;
    top: -1.5vw;
  }
  .top-1 .top-pdef p {
    text-align: justify;
  }
}
@media (max-width: 750px) {
  .tablinks.hv-o:hover {
    opacity: 1;
  }
  .top-1-item:first-child img {
    -webkit-box-shadow: 3.2vw -3.2vw #0ac1ed;
            box-shadow: 3.2vw -3.2vw #0ac1ed;
    border-radius: 10px;
  }
  .top-1 .top-pdef {
    padding: 3.2vw;
  }
  .top-1-item:first-child {
    text-align: center;
  }
  /*toggle menu */
  .chane-x {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 60px;
    height: 5px;
    margin: 18px 0;
    border-radius: 10px;
    background-color: #3191b9;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .bar1 {
    margin-top: 0;
  }
  .bar3 {
    margin-bottom: 0;
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-18px, -18px);
    transform: rotate(45deg) translate(-18px, -18px);
    -moz-transform: rotate(45deg) translate(-18px, -18px);
    -ms-transform: rotate(45deg) translate(-18px, -18px);
    -o-transform: rotate(45deg) translate(-18px, -18px);
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-14px, 14px);
    transform: rotate(-45deg) translate(-14px, 14px);
    -moz-transform: rotate(-45deg) translate(-14px, 14px);
    -ms-transform: rotate(-45deg) translate(-14px, 14px);
    -o-transform: rotate(-45deg) translate(-14px, 14px);
  }
  ul.menu.ds-flex {
    padding-top: 0;
  }
  .header-item:first-child img {
    width: 31.867vw !important;
  }
  .menu {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 17.333vw;
    background-color: #3191b9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: 0;
    z-index: 99;
    margin-left: 0;
  }
  .menu li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
  }
  .menu li:last-child {
    border-bottom: none;
  }
  .menu li:hover::before,
  .menu li.active::before {
    display: none;
  }
  .menu li a {
    display: block;
    padding: 3.333vw 15px;
    text-align: center;
  }
  .menu li a span {
    color: #ffffff;
  }
  .col-he-6 {
    width: 100%;
  }
  .col-he-6:first-child {
    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;
  }
  .group-header.ds-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .col-he-6 .logo {
    width: calc(100% - 64px);
  }
  .item-header:first-child {
    margin-right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .logo-header a svg,
  .group-header.h-80 .logo-header a svg {
    width: 404px;
    padding-right: 15px;
  }
  /* end toggle */
  .header-item:first-child {
    width: 100%;
    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;
  }
  .menu li span {
    line-height: 180%;
  }
  .item-def {
    width: 100% !important;
  }
  .col-def {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tabcontent-ul li {
    width: 100%;
    margin-right: 0;
    padding: 6.667vw 2.667vw 7.333vw;
    margin-top: 5.333vw;
  }
  .tabcontent-ul2 li {
    margin-bottom: 5.333vw;
  }
  .tabcontent-ul2 {
    margin-top: 8vw;
  }
  .top-2-ul li {
    width: 100%;
    margin-right: 0;
  }
  .top-3-hasdate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-3-date {
    width: 100%;
    padding: 3.333vw 0;
    border-radius: 5.333vw;
  }
  .top-3-hasdate h3 {
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  .top-select {
    width: 100%;
    margin-bottom: 20px;
  }
  #select-area input {
    height: 13.333vw;
    padding-left: 2.667vw;
    font-size: 3.467vw;
  }
  #select-area input::-webkit-input-placeholder {
    font-size: 3.467vw;
  }
  #select-area input::-moz-placeholder {
    font-size: 3.467vw;
  }
  #select-area input::-ms-input-placeholder {
    font-size: 3.467vw;
  }
  #select-area input::placeholder {
    font-size: 3.467vw;
  }
  .top-select-all button {
    height: 13.333vw;
    font-size: 3.467vw;
  }
  .errorWrap p {
    font-size: 3.733vw;
  }
  .top-2-all2 {
    margin-top: 4.667vw;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
  .top-select-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-r p {
    font-size: 3.733vw;
  }
  .footer-link span {
    font-size: 4vw;
  }
  .footer-r {
    padding: 5.333vw;
  }
  .footer-link {
    padding: 9.333vw 5.333vw;
  }
  .footer-link ul li:first-child {
    padding-right: 12.4vw;
    margin-right: 16vw;
  }
  .top-3-all {
    margin-bottom: 16vw;
    padding: 2.667vw;
    padding-top: 5.333vw;
    margin-top: -48.533vw;
  }
  .top-pdef p {
    font-size: 3.733vw;
    text-align: justify;
    letter-spacing: 0.1px;
  }
  .top-2-all1 .top-2-item:first-child {
    padding-right: 0 !important;
    width: 100% !important;
    margin-bottom: 8.667vw;
  }
  .grid-1440 {
    padding-left: 5.333vw !important;
    padding-right: 5.333vw !important;
  }
  .grid-890 {
    padding-left: 2.667vw !important;
    padding-right: 2.667vw !important;
  }
  .top-3-hasdate {
    padding-top: 5.333vw;
    padding-bottom: 13.333vw;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
  .top-3-all h2 {
    font-size: 5.333vw;
    margin-bottom: 4vw;
    text-align: center;
  }
  .top-3-hasdate h3 {
    font-size: 5.333vw;
    margin-bottom: 3.733vw;
  }
  .top-3-date span {
    font-size: 4vw;
  }
  .top-3-tab {
    padding-left: 2.667vw;
  }
  .tabcontent-all {
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    padding-bottom: 5.333vw;
  }
  .top-3-tab button {
    border-top-left-radius: 2.667vw;
    border-top-right-radius: 2.667vw;
    width: 32vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .top-3-tab button span,
  .tabcontent-all-white span {
    font-size: 3.733vw;
  }
  .top-3-tab-all {
    margin-top: -9.6vw;
  }
  .tabcontent-all-white {
    padding: 4.667vw 3.333vw;
    border-bottom-left-radius: 1.333vw;
    border-bottom-right-radius: 1.333vw;
  }
  .tabcontent-all-white p:last-child {
    padding: 1.44vw 2.5vw;
    margin-left: 2.667vw;
  }
  .tabcontent-col {
    margin-top: 5.333vw;
  }
  .tabcontent-ul h4 {
    font-size: 3.467vw;
  }
  .tabcontent-img img:last-child {
    display: block;
    margin: 0 auto;
  }
  .tabcontent-img img:first-child {
    display: none;
  }
  .tabcontent-img {
    margin-top: 4vw;
    margin-bottom: 6.667vw;
  }
  .tabcontent-ul-col-all span:last-child {
    font-size: 3.2vw;
  }
  .tabcontent-ul-col-all span:first-child {
    margin-right: 1.333vw;
    width: 2.4vw;
    height: 2.4vw;
  }
  .tabcontent-ul-col-all:not(:last-child) {
    margin-right: 5.333vw !important;
  }
  .tabcontent-ul li:nth-child(2) .tabcontent-img {
    margin-bottom: 5.333vw;
  }
  .tabcontent-ul li:nth-child(3) .tabcontent-img,
  .tabcontent-ul li:last-child .tabcontent-img {
    margin-top: 6.667vw;
  }
  .tabcontent-ul li:nth-child(3) .tabcontent-img img,
  .tabcontent-ul li:last-child .tabcontent-img img {
    margin-top: 6.667vw;
    width: 52.8vw;
  }
  .tabcontent-ul2-item p:first-child {
    font-size: 3.733vw;
  }
  .tabcontent-ul2 p:first-child {
    font-size: 4.267vw;
  }
  .tabcontent-ul2-dig.p-48 p:last-child {
    font-size: 12.8vw;
  }
  .tabcontent-ul2 p:last-child {
    font-size: 10.667vw;
  }
  .tabcontent-ul2 p:last-child span {
    font-size: 6.4vw;
  }
  .tabcontent-ul2-dig {
    padding: 5.333vw 0 4.667vw;
  }
  .tabcontent-ul2-item {
    width: calc((100% - 6.067vw) / 2);
    margin-right: 6vw;
  }
  .tabcontent-has-icon h5 {
    font-size: 4.267vw;
    border-top-left-radius: 1.333vw;
    border-top-right-radius: 1.333vw;
    padding-top: 0.7vw;
    padding-bottom: 0.9vw;
  }
  .tabcontent-has-icon2 h6 {
    font-size: 4.8vw;
  }
  .tabcontent-has-icon2-date {
    font-size: 4.267vw;
    margin-top: 0.8vw;
    margin-bottom: 6vw;
  }
  .tabcontent-ul3-left img:last-child {
    display: block;
  }
  .tabcontent-ul3-left img:first-child {
    display: none;
  }
  .tabcontent-ul3-right p {
    font-size: 4.8vw;
  }
  .tabcontent-ul3-right p:last-child {
    font-size: 4.267vw;
  }
  .tabcontent-ul3-right {
    margin-left: 5.333vw;
  }
  .tabcontent-ul3 li {
    padding-top: 2.667vw;
    padding-bottom: 2.667vw;
  }
  .tabcontent-has-icon2 {
    border-bottom-left-radius: 1.333vw;
    border-bottom-right-radius: 1.333vw;
    padding-left: 8vw;
    padding-right: 8vw;
    padding-top: 4vw;
    padding-bottom: 5.333vw;
  }
  .tabcontent-ul3-left {
    width: 16vw;
  }
  .tabcontent-ul3-right {
    width: calc(100% - 16vw);
  }
  .top-2 {
    padding-bottom: 64.667vw;
    padding-top: 5.333vw;
  }
  .top-2::after {
    background-size: cover;
    bottom: 40vw;
    height: 78.667vw;
    background-position: bottom right -69.333vw;
  }
  .top-2-ul p {
    font-size: 3.733vw;
  }
  .top-2-ul li {
    margin-bottom: 15px;
  }
  .top-2-ul {
    margin-bottom: -15px;
  }
  .top-2-ul input,
  .top-2-ul-dig {
    height: 13.333vw;
    font-size: 4vw;
    text-align: center;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-2-ul input::-webkit-input-placeholder {
    font-size: 4vw;
  }
  .top-2-ul input::-moz-placeholder {
    font-size: 4vw;
  }
  .top-2-ul input::-ms-input-placeholder {
    font-size: 4vw;
  }
  .top-2-ul input::placeholder {
    font-size: 4vw;
  }
  .top-select select {
    height: 13.333vw;
    font-size: 3.467vw;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
  .top-select::after {
    background-image: url(common/img/top-21.png);
    width: 2.4vw;
    height: 1.333vw;
    background-size: contain;
  }
  .top-2-pos {
    padding-left: 0;
  }
  .top-2-pos img {
    width: 17.467vw;
  }
  .top-2 h2 {
    padding-left: 18.2vw;
    letter-spacing: 0;
  }
  .top-2 h2 strong {
    font-size: 6.2vw;
    letter-spacing: -1px;
  }
  .top-2 h2 strong:last-child {
    font-size: 4.8vw;
    text-align: justify;
    padding-left: 3vw;
  }
  .top-2-margin {
    margin-top: -9vw;
  }
  .top-2-all1 {
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    margin-top: 7.333vw;
  }
  #header-fix .menu {
    top: 10vw;
  }
  .header .grid-1440 {
    z-index: 999;
    padding-top: 20px;
    padding-left: 30px !important;
    padding-right: 20px !important;
    padding-bottom: 20px;
  }
  #header-fix {
    display: none;
  }
  .header .grid-1440 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
  }
  .menu li span {
    font-size: 4.8vw;
  }
  .top-1-item:last-child {
    padding-left: 0;
    padding-top: 10px;
  }
  .top-1 h2 {
    font-size: 9.6vw;
    padding-left: 0;
    line-height: 120%;
  }
  .top-1-item:first-child {
    padding-left: 8vw;
    padding-right: 6.4vw;
  }
  .top-1 .top-pdef br {
    display: none;
  }
  .top-1-pos {
    right: 0px;
    width: 22.933vw;
    top: -27.667vw;
  }
  .top-1 {
    margin-bottom: 8.667vw;
  }
  .top-1-pos img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #header-fix .menu {
    top: 10.5vw;
  }
}
@media (max-width: 480px) {
  .header .grid-1440 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px !important;
    padding-right: 10px !important;
  }
  .top-3-date {
    border-radius: 7.333vw;
  }
  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
    -moz-transform: rotate(45deg) translate(-6px, -6px);
    -ms-transform: rotate(45deg) translate(-6px, -6px);
    -o-transform: rotate(45deg) translate(-6px, -6px);
  }
  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 8px);
    transform: rotate(-45deg) translate(-8px, 8px);
    -moz-transform: rotate(-45deg) translate(-8px, 8px);
    -ms-transform: rotate(-45deg) translate(-8px, 8px);
    -o-transform: rotate(-45deg) translate(-8px, 8px);
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 28px;
    height: 4px;
    margin: 6px 0;
  }
  .menu {
    top: 16.25vw;
  }
}
@media (max-width: 370px) {
  .tabcontent-ul-col-all:not(:last-child) {
    margin-right: 4.333vw !important;
  }
}
