#A, #B, #C, #D, #E, #F, #G {
  position: relative;
  top: -120px;
}

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

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
}

.wrapper1 {
  width: 100%;
  max-width: 1600px;
  margin: 0px auto;
}

.parallax__container {
  position: absolute;
  clip: rect(0px, auto, auto, 0px);
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -10;
}

.parallax {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.parallax--bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

.btn-all {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-1 {
  width: 292px;
  height: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
  line-height: 135%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  background: #fff;
  font-size: 19px;
  font-family: G-OTF-M, sans-serif;
  border-radius: 30px;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  /* line-height: 120%; */
}

.btn-1::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 24px;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/common/ic-arr-right2.png");
  background-size: contain;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn-1:hover {
  opacity: 0.6;
}

.btn-2 {
  width: 280px;
  height: 72px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 200%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 3px;
  color: #3EBBD6;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #3EBBD6;
}

.btn-2:hover {
  color: #fff;
  background: #3EBBD6;
}

.btn-2::before {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url("../images/common/ic-point-1.png");
  background-size: cover;
  margin-right: 14px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn-2:hover::before {
  background-image: url("../images/common/ic-point.png");
}

.btn-3 {
  width: 280px;
  height: 72px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 200%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 3px;
  color: #fff;
  background: #6D7203;
  font-weight: bold;
  font-size: 16px;
}

.btn-3:hover {
  opacity: 0.5;
}

.btn-3::before {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url("../images/common/ic-point.png");
  background-size: cover;
  margin-right: 14px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn-4 {
  width: 280px;
  height: 80px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 200%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 3px;
  color: #fff;
  background: #3EBBD6;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #3EBBD6;
}

.btn-4:hover {
  color: #3EBBD6;
  background: #fff;
}

.btn-4::before {
  content: "";
  width: 20px;
  height: 24px;
  background-image: url("../images/common/ic-point.png");
  background-size: cover;
  margin-right: 14px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.btn-4:hover::before {
  background-image: url("../images/common/ic-point-1.png");
}

.top-pallarax {
  height: 600px;
  position: relative;
  z-index: 1;
}

.top-pallarax .parallax__container {
  width: calc(100% - 420px);
}

.top-pallarax .parallax--bg {
  background-position: left;
}

.top-pallarax .number {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #e7e7e7;
  font-size: 200px;
  font-family: G-OTF-R, sans-serif;
}

.top-pallarax .wrapper {
  z-index: 3;
}

.top-pallarax .b-pa {
  padding-top: 153px;
}

.top-pallarax h3 {
  font-size: 76px;
  font-weight: normal;
  letter-spacing: 7.5px;
  line-height: 140%;
  font-family: G-OTF-M, sans-serif;
}

.top-pallarax h3 span {
  color: #3EBBD6;
}

.top-pallarax p {
  line-height: 200%;
  font-size: 24px;
  letter-spacing: 2.5px;
  padding-left: 36px;
  margin-top: 32px;
  font-weight: normal;
  font-family: G-OTF-M, sans-serif;
  position: relative;
}

.top-pallarax p::before {
  position: absolute;
  content: "";
  background: #111;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
}

.top-pallarax1 .parallax__container {
  right: auto;
  left: 0;
}

.top-pallarax1 h3 {
  text-align: right;
}

.top-pallarax1 p {
  text-align: right;
}

.top-pallarax1 p:before {
  display: none;
}

.top-pallarax1 p span {
  position: relative;
}

.top-pallarax1 p span::before {
  position: absolute;
  content: "";
  background: #111;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
}

.contact-pallarax {
  height: 600px;
  position: relative;
  padding-top: 100px;
}

.contact-pallarax-list {
  background: white;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-pallarax-box {
  width: 500px;
  padding: 45px 10px 40px;
}

.contact-pallarax-box:first-of-type {
  border-right: 1px solid #f4f4f4;
}

.contact-pallarax h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 200%;
  position: relative;
  z-index: 1;
  letter-spacing: 7px;
  padding-bottom: 26px;
  margin-bottom: 22px;
  padding-top: 15px;
  font-family: "Noto Serif JP", serif;
}

.contact-pallarax h3::after {
  position: absolute;
  content: "";
  background: #c4a067;
  width: 40px;
  height: 1px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact-pallarax h3 span {
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 200%;
  letter-spacing: 2.7px;
  font-family: font-mei;
  margin-top: 2px;
}

.contact-pallarax .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-pallarax .flex figure {
  width: 140px;
  padding-right: 0px;
  margin-right: 24px;
}

.contact-pallarax .flex p {
  width: 216px;
  text-align: left;
  padding-left: 9px;
  padding-top: 27px;
  letter-spacing: 2.5px;
}

.contact-pallarax p {
  text-align: center;
  line-height: 200%;
  padding: 14px 0px 27px;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}

.contact-pallarax .phone {
  font-size: 30px;
  line-height: 200%;
  font-weight: bold;
  letter-spacing: 3px;
  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;
}

.contact-pallarax .phone::before {
  content: "";
  width: 26px;
  height: 28px;
  background-image: url("../images/common/ic-phone.png");
  background-size: cover;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.contact-pallarax p.last {
  padding: 2px 0px 32px;
}

.contact-pallarax .btn-2 {
  margin: 0px auto;
  position: relative;
  z-index: 1;
}

.contact-pallarax1 {
  height: 600px;
  position: relative;
  z-index: 1;
}

.contact-pallarax2 {
  height: auto;
  padding-top: 0;
  margin-top: -157px;
  position: relative;
}

.contact-pallarax2::after {
  position: absolute;
  content: "";
  background: rgba(238, 238, 238, 0.5);
  width: 100%;
  height: 450px;
  left: 0;
  bottom: -206px;
  z-index: -1;
}

.contact-pallarax1-list {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
}

.contact-pallarax1-box {
  width: 600px;
  padding: 96px 0 58px;
}

.contact-pallarax1-box:first-of-type {
  border-right: 1px solid #f4f4f4;
  padding: 80px 0 70px;
}

.contact-pallarax1-box .note {
  color: #d80000;
  text-align: center;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 4px;
  font-weight: bold;
}

.contact-pallarax1 h3 {
  font-size: 30px;
  text-align: center;
  line-height: 200%;
  position: relative;
  z-index: 1;
  letter-spacing: 3px;
  padding-bottom: 27px;
  padding-top: 18px;
  font-weight: normal;
}

.contact-pallarax1 h3::after {
  position: absolute;
  content: "";
  background: #707070;
  width: 40px;
  height: 1px;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.contact-pallarax1 h3 span {
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 200%;
  font-weight: normal;
  letter-spacing: 3px;
  padding-top: 4px;
}

.contact-pallarax1 p {
  text-align: center;
  line-height: 200%;
  padding: 35px 0 27px;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}

.contact-pallarax1 .phone {
  font-size: 34px;
  line-height: 150%;
  font-weight: bold;
  letter-spacing: 4px;
  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;
}

.contact-pallarax1 .phone::before {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url("../images/common/ic-phone.png");
  background-size: cover;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.contact-pallarax1 .phone span {
  font-size: 20px;
}

.contact-pallarax1 p.last {
  padding: 11px 0 22px;
  letter-spacing: 2.5px;
}

.contact-pallarax1 .btn-2 {
  position: relative;
  z-index: 1;
}

.tt-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tt-1 h3 {
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 6.5px;
  font-family: A-OTF-R, sans-serif;
  font-weight: normal;
}

.tt-1 h3 span {
  color: #3EBBD6;
}

.tt-1 p {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 2px;
  margin-left: 20px;
  font-weight: bold;
  letter-spacing: 1.6px;
}

.tt-2 h3 {
  font-size: 44px;
  line-height: 120%;
  letter-spacing: 5px;
  margin: 22px 0 27px 0;
  font-weight: normal;
  text-align: center;
  font-family: G-OTF-M, sans-serif;
}

.tt-2 h3 span {
  color: #3EBBD6;
}

.tt-2 h4 {
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 1.5px;
  margin: 27px 0 0;
  font-weight: normal;
  text-align: center;
  font-family: G-OTF-M, sans-serif;
  color: #3EBBD6;
}

.tt-2 p {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1.5px;
  text-align: center;
  color: #CCCCCC;
}

.tt-3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.tt-3 h3 {
  font-size: 12px;
  color: #F97F04;
  line-height: 120%;
  letter-spacing: 1.2px;
  font-weight: normal;
  margin-bottom: 12px;
  font-family: G-OTF-R, sans-serif;
}

.tt-3 h4 {
  font-size: 46px;
  line-height: 150%;
  letter-spacing: 4.5px;
  font-weight: normal;
  position: relative;
  font-family: G-OTF-M, sans-serif;
}

.tt-3 h4 span {
  color: #6D7203;
}

.tt-3 h5 {
  font-size: 42px;
  line-height: 160%;
  letter-spacing: 3.5px;
  font-weight: normal;
  text-align: center;
  position: relative;
  font-family: G-OTF-R, sans-serif;
}

.tt-3 a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #F97F04;
  font-size: 16px;
  margin-top: 17px;
  margin-left: 99px;
  text-decoration: underline;
}

.tt-3 a.link:hover {
  opacity: 0.5;
}

.tt-3 a.link::before {
  content: "";
  background: url(../images/common/ic-arr2.png) no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.tt-3 p {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1.6px;
  margin-top: 36px;
}

.tt-4 figure {
  text-align: center;
}

.tt-4 h3 {
  font-size: 16px;
  line-height: 120%;
  font-weight: normal;
  font-family: G-OTF-R, sans-serif;
  letter-spacing: 1.5px;
}

.tt-4 h4 {
  margin: 18px 0 22px;
  letter-spacing: 3px;
  font-size: 32px;
  font-weight: normal;
  line-height: 165%;
  font-family: G-OTF-M, sans-serif;
}

.tt-4 h4 span {
  color: #6D7203;
}

.tt-4 p {
  font-size: 14px;
  line-height: 185%;
  letter-spacing: 1.4px;
}

.tt-5 h3 {
  font-size: 40px;
  line-height: 160%;
  font-weight: normal;
  font-family: G-OTF-R, sans-serif;
  text-align: center;
  letter-spacing: 4px;
  color: #6D7203;
}

.tt-5 h4 {
  margin: 19px 60px 29px;
  letter-spacing: 2.3px;
  font-size: 24px;
  font-weight: normal;
  line-height: 160%;
  font-family: G-OTF-M, sans-serif;
}

.tt-5 p {
  font-size: 14px;
  line-height: 220%;
  letter-spacing: 1.5px;
}

.tt-6 h3 {
  font-size: 12px;
  line-height: 160%;
  font-weight: normal;
  font-family: G-OTF-R, sans-serif;
  text-align: center;
  letter-spacing: 1px;
  color: #6D7203;
}

.tt-6 h4 {
  margin: 10px 60px 29px;
  letter-spacing: 2.3px;
  font-size: 42px;
  font-weight: normal;
  line-height: 160%;
  font-family: G-OTF-M, sans-serif;
}

.tab {
  padding-top: 4px;
}

.tab-bar {
  margin-top: 63px;
  width: 100%;
  position: relative;
}

.tab-wrap {
  margin: 10px;
  padding: 15px;
}

.tab-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
}

.tab-list::after {
  content: "";
  clear: both;
  display: table;
}

.tab-list li {
  float: left;
  margin-left: 10.5px;
  /* background: rgb(196, 160, 103);
  */
}

.tab-list li:first-of-type {
  margin-left: 0px;
}

.tab-list li a {
  display: block;
  line-height: 40px;
  text-decoration: none;
  border-radius: 6px;
}

.tab-list li a span {
  width: 160px;
  height: 54px;
  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;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tab-list li a:hover span {
  background-color: #3EBBD6;
  color: white;
}

.tab-list li.in span {
  background-color: #3EBBD6;
  color: white;
}

.tab-item {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.tab-item.in {
  opacity: 1;
  position: relative;
  top: auto;
  height: auto;
  z-index: 1;
}

.top-block1 {
  padding: 113px 0 57px;
  position: relative;
}

.top-block1 .wrapper {
  max-width: 1200px;
}

.top-block1::before {
  position: absolute;
  content: "";
  background: url(../images/top/bg-1.png) no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  width: 100%;
  height: 1964px;
  top: 70px;
  left: 0;
  z-index: -1;
}

.top-block1-box {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.top-block1-box1 {
  position: relative;
  z-index: 2;
  padding-top: 105px;
}

.top-block1-box .tt-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-block1-box .tt-1 h3 {
  letter-spacing: 5px;
}

.top-block1-box .tt-1 p {
  padding-left: 8px;
  font-weight: bold;
}

.top-block1-box .tt-1 a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: #3EBBD6;
  font-size: 16px;
  margin-left: 56px;
  text-decoration: underline;
}

.top-block1-box .tt-1 a.link:hover {
  opacity: 0.5;
}

.top-block1-box .tt-1 a.link::before {
  content: "";
  background: url(../images/common/ic-arr2.png) no-repeat;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.top-block1-box .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.top-block1-box .news-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.top-block1-box .news-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 240%;
  padding: 25px 0 21px;
  position: relative;
  flex-wrap: wrap;
}

.top-block1-box .news-list a:nth-of-type(2n + 1) {
  background: rgba(62, 187, 214, 0.06);
}

.top-block1-box .news-list a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-block1-box .news-list a::after {
  position: absolute;
  content: "";
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-block1-box .news-list a:nth-of-type(2n + 1)::before, .top-block1-box .news-list a:nth-of-type(2n + 1)::after {
  background: rgba(62, 187, 214, 0.06);
}

.top-block1-box .news-list a:hover, .top-block1-box .news-list a:hover:before, .top-block1-box .news-list a:hover:after {
  background: rgba(62, 187, 214, 0.1);
}

/* .top-block1-box .news-list a:hover p {
    color: #005A96;
    font-weight: bold;
  } */
.top-block1-box .news-list a .bo1 {
  width: 54px;
  margin-left: 20px;
}

.top-block1-box .news-list a .new {
  background: #e60012;
  color: #fff;
  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;
  font-size: 10px;
  letter-spacing: 1px;
  width: 54px;
  height: 34px;
}

.top-block1-box .news-list a .date {
  font-size: 14px;
  padding-left: 39px;
  letter-spacing: 1.3px;
}

.top-block1-box .news-list a .bo {
  width: 82px;
  margin: 0 29px 0 39px;
}

.top-block1-box .news-list a .label {
  background: #fff;
  font-size: 12px;
  color: #D60B20;
  border: 1px solid #D60B20;
  width: 82px;
  height: 34px;
  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-block1-box .news-list a .label2 {
  color: #2898E2;
  border: 1px solid #2898E2;
}

.top-block1-box .news-list a .title {
  font-size: 14px;
  letter-spacing: 1.4px;
}

.top-block2 {
  padding: 59px 0 128px;
  position: relative;
  z-index: 1;
}

.top-block2 .wrapper {
  max-width: 1620px;
}

.top-block2 .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 84px;
}

.top-block2 .list1 .word-img {
  width: 48%;
  position: relative;
  padding-left: 100px;
  padding-top: 59px;
}

.top-block2 .list1 .word-img .bb {
  width: 310px;
  height: 158px;
  background: #3EBBD6;
  border-radius: 10px;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  font-family: G-OTF-M, sans-serif;
  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;
  position: absolute;
  top: 0;
  left: 0;
}

.top-block2 .list1 .word {
  width: 52%;
  position: relative;
  z-index: 1;
  padding-left: 97px;
  padding-top: 143px;
}

.top-block2 .list1 .word h3 {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 1.7px;
  font-family: G-OTF-M, sans-serif;
  font-weight: normal;
}

.top-block2 .list1 .word h4 {
  font-size: 48px;
  line-height: 160%;
  letter-spacing: 4.5px;
  font-family: G-OTF-M, sans-serif;
  font-weight: normal;
  margin: 14px 0 17px;
}

.top-block2 .list1 .word h4 span {
  color: #3EBBD6;
}

.top-block2 .list1 .word p {
  font-size: 15px;
  line-height: 185%;
  letter-spacing: 1.3px;
}

.top-block2 .tt-2 {
  padding: 87px 0 0;
}

.top-block2::before {
  position: absolute;
  content: "";
  background: url(../images/top/bg-2.png) no-repeat;
  background-size: cover;
  top: 67px;
  left: 0;
  width: 100%;
  height: 1889px;
  z-index: -1;
}

.top-block2 .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 33px 0 50px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.top-block2 .flex .box1 {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 29px;
  padding-top: 40px;
  position: relative;
}

.top-block2 .flex .box1 .bor-num {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #3EBBD6;
  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;
  margin: 0 auto;
  z-index: 1;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-block2 .flex .box1 .bor-num .num {
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  font-family: G-OTF-M, sans-serif;
  padding-bottom: 10px;
}

.top-block2 .flex .box1 .bor-num .num span {
  display: block;
  font-size: 24px;
}

.top-block2 .flex .box1 p {
  text-align: center;
  line-height: 200%;
  letter-spacing: 1.5px;
}

.top-block2 .flex .box1:hover figure:before {
  opacity: 1;
}

.top-block2 .flex .box1:hover figure .btn-ver {
  opacity: 1;
}

.top-block2 .flex .box1:nth-of-type(3n) {
  margin-right: 0;
}

.top-block2 .flex .box1 figure {
  position: relative;
  overflow: hidden;
}

.top-block2 .flex .box1 figure .btn-ver {
  position: absolute;
  content: "";
  color: #fff;
  border: 1px solid #fff;
  width: 60px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-family: G-OTF-M, sans-serif;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-block2 .flex .box1 figure img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.top-block2 .flex .box1 h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 180%;
  text-align: center;
  margin-top: 31px;
  margin-bottom: 18px;
  font-family: G-OTF-M, sans-serif;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 2px;
}

.top-block2 .flex .box1 h3 span {
  color: #3EBBD6;
}

.top-block3 {
  position: relative;
  padding: 39px 0;
  margin-bottom: 130px;
  overflow: hidden;
}

.top-block3::before {
  position: absolute;
  content: "";
  background: url(../images/top/bg-3.png) no-repeat;
  background-size: cover;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1400px;
  height: 100%;
  z-index: -1;
}

.top-block3 .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top-block3 .flex a {
  width: 33.33%;
  position: relative;
  display: block;
}

.top-block3 .flex a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-block3 .flex a:hover figure:before {
  background: url(../images/common/h-bg1.png) no-repeat;
}

.top-block3 .flex a:hover h3 {
  top: 40%;
}

.top-block3 .flex a:hover .btn-ver {
  opacity: 1;
  top: 58%;
}

.top-block3 .flex a figure {
  overflow: hidden;
  position: relative;
}

.top-block3 .flex a figure img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.top-block3 .flex a figure::before {
  position: absolute;
  content: "";
  background: url(../images/common/h-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.top-block3 .flex a h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 180%;
  text-align: center;
  font-family: G-OTF-M, sans-serif;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  width: 100%;
}

.top-block3 .flex a h3 span {
  font-size: 12px;
  display: block;
}

.top-block3 .flex a .btn-ver {
  position: absolute;
  content: "";
  color: #fff;
  border: 1px solid #fff;
  width: 60px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  font-family: G-OTF-M, sans-serif;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.top-block4 {
  position: relative;
  padding: 33px 0 135px;
}

.top-block4 .wrapper {
  max-width: 1600px;
}

.top-block4::before {
  position: absolute;
  content: "";
  background: url(../images/top/bg-4.png) no-repeat;
  background-size: cover;
  top: -640px;
  left: 0;
  width: 100%;
  height: 2520px;
  z-index: -1;
}

.top-block4 .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 48px 0 78px;
}

.top-block4 .flex .box1 {
  margin: 0 20px;
  width: 21.6%;
}

.top-block4 .flex .box1 figure img{
  width: 100%;
}

.top-block4 .flex .box1 h3 {
  color: #3EBBD6;
  font-family: G-OTF-M, sans-serif;
  font-weight: normal;
  padding: 27px 0px 12px 19px;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 2.5px;
}

.top-block4 .flex .box1 h3 span,.top-block4 .flex .box1 h4 {
  font-size: 18px;
  letter-spacing: 0px;
  color: #3EBBD6;
  font-family: G-OTF-M, sans-serif;
  font-weight: normal;
  line-height: 140%;
  padding-bottom: 17px;
}

.top-block4 .flex .box1 p {
  line-height: 200%;
  padding: 0 20px;
  margin-bottom: 67px;
  letter-spacing: 1.5px;
  padding-bottom: 17px;
}

.top-block4 .list1 {
  width: 100%;
  max-width: 1500px;
  background: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  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;
  padding: 64px 0;
  margin: 0 auto 87px;
}

.top-block4 .list1 a {
  display: block;
  margin: 0 20px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
    line-height: 200%;
	font-family: G-OTF-M, sans-serif;
}

.top-block4 .list1 a:hover,.top-block4 .list2 a:hover {
  opacity: 0.5;
}


.top-block4 .list2  {
  width: 100%;
  max-width: 950px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.top-block4 .list2 a {
  width: 30%;
}

.top-block4 .list2 a img{
  margin-bottom: 10px;
  width: 100%;
  max-width: 290px;
}
/* .top-block4 .list2::before {
  content: "";
  width: 30%;
  order: 1;
}
.top-block4 .list2::after {
  content: "";
  width: 30%;
} */
.top-block5 {
  position: relative;
  padding: 24px 0 21px;
}

.top-block5::before {
  position: absolute;
  content: "";
  background: url(../images/top/bg-5.png) no-repeat;
  background-size: cover;
  top: -550px;
  left: 0;
  width: 100%;
  height: 2759px;
  z-index: -1;
}

.top-block5 .wrapper {
  max-width: 1500px;
}

.top-block5 .flex {
  padding: 54px 0 97px;
}

.top-block5 .flex .box1 {
  font-family: G-OTF-M, sans-serif;
  position: relative;
  margin-right: 2.5%;
  width: 18%;
}

.top-block5 .flex .box1:last-of-type {
  margin-right: 0;
}

.top-block5 .flex .box1:last-of-type:after {
  display: none;
}

.top-block5 .flex .box1:after {
  position: absolute;
  content: "";
  background: url(../images/common/ic-arr-right2.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 24px;
  top: 36%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-block5 .flex .box1 figure img{
  width: 100%;
}

.top-block5 .flex .box1 h3 {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  line-height: 160%;
  margin: 21px 0 3px;
  letter-spacing: 1.5px;
}

.top-block5 .flex .box1 h3 span {
  color: #3EBBD6;
  font-size: 16px;
}

.top-block5 .flex .box1 h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 160%;
  text-align: center;
  letter-spacing: 1.5px;
}

.top-block5 .list1 {
  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;
  padding-bottom: 91px;
  word-break: break-all;
}

.top-block5 .list1 figure {
  width: 48%;
}

.top-block5 .list1 .word {
  width: 49%;
}

.top-block5 .list1 .word h3 {
  font-family: A-OTF-M, sans-serif;
  font-size: 20px;
  line-height: 160%;
  padding: 71px 0 12px;
  letter-spacing: 1.8px;
  font-weight: normal;
}

.top-block5 .list1 .word h4 {
  font-size: 48px;
  font-family: A-OTF-M, sans-serif;
  line-height: 160%;
  letter-spacing: 4.5px;
  padding-bottom: 16px;
  font-weight: normal;
}

.top-block5 .list1 .word h4 span {
  color: #3EBBD6;
}

.top-block5 .list1 .word p {
  font-size: 15px;
  line-height: 189%;
  letter-spacing: 1.5px;
}

.top-block5 .list1 .word p span {
  font-size: 13px;
}

.top-block5 .list2 {
  padding: 115px 0;
}

.top-block5 .list2 .tt-2 h4 {
  font-size: 12px;
}

.top-block5 .list2 .tt-2 h3 {
  font-size: 42px;
}

.top-block5 .list2 .voice-cus {
  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;
  padding: 29px 0 19px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.top-block5 .list2 .voice-cus .box1 {
  border: 2px solid #CCCCCC;
  border-radius: 20px;
  padding: 48px 50px 45px 59px;
  margin-bottom: 42px;
  width: 48.5%;
}

.top-block5 .list2 .voice-cus .box1 h3 {
  font-size: 22px;
  font-family: G-OTF-M;
  color: #3EBBD6;
  line-height: 160%;
  position: relative;
  padding-left: 50px;
  margin-bottom: 11px;
  letter-spacing: 2.5px;
}

.top-block5 .list2 .voice-cus .box1 h3::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-check.png) no-repeat;
  background-size: contain;
  width: 30px;
  height: 24px;
  top: 5px;
  left: 0;
}

.top-block5 .list2 .voice-cus .box1 p {
  line-height: 190%;
  letter-spacing: 1.4px;
}

.bg_block6{
  position: relative;
}

.bg_block6::before {
  position: absolute;
  content: "";
  background: url(../images/top/bg-6.png) no-repeat;
  background-size: cover;
  top: -625px;
  left: 0;
  width: 100%;
  height: 3566px;
  z-index: -1;
}

.top-block6 {
  position: relative;
  padding-bottom: 134px;
  z-index: 1;
}


.top-block6 .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.top-block6 .list1 figure {
  width: 23%;
  margin-top: -19px;
}

.top-block6 .list1 .figure img {
  width: 100%;
}

.top-block6 .list1 .word {
  width: 71.5%;
  padding-top: 106px;
}

.top-block6 .list1 .word p {
  font-size: 15px;
  line-height: 185%;
  letter-spacing: 1.5px;
  padding-bottom: 42px;
}

.top-block6 .list1 .word .ck {
  font-size: 15px;
  line-height: 160%;
  text-align: right;
  letter-spacing: 1.5px;
}

.top-block6 .list1 .word .ck span {
  font-size: 24px;
  font-weight: bold;
}

.top-block6 .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 127px 0 96px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.top-block6 .list2 .note {
  width: 48%;
}

.top-block6 .list2 .note h3 {
  font-size: 24px;
  line-height: 160%;
  font-weight: normal;
  font-family: G-OTF-M, sans-serif;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 0px 25px 21px;
  letter-spacing: 2.5px;
}

.top-block6 .list2 .note h3 span {
  font-size: 16px;
  color: #3EBBD6;
  margin-left: 8px;
  letter-spacing: 1px;
}

.top-block6 .list2 .note .n-1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-block6 .list2 .note .n-1 dl dt{
  line-height: 160%;
  padding: 26px 0;
  border-bottom: 1px solid #CCCCCC;
}
.top-block6 .list2 .note .n-1 dl dd {
  line-height: 160%;
  padding: 26px 20px;
  border-bottom: 1px solid #CCCCCC;
}

.top-block6 .list2 .note .n-1 dl dt {
  width: 35%;
  text-align: center;
  font-weight: bold;
}

.top-block6 .list2 .note .n-1 dl dd {
  width: 62%;
}

.top-block6 .members .member_name{
  font-size: 32px;
  line-height: 160%;
  font-weight: normal;
  font-family: G-OTF-M, sans-serif;
  padding: 0 0px 25px 21px;
  letter-spacing: 2.5px;
}
.top-block6 .members .member_name span{
  font-size: 12px;
  color: #ccc;
  margin: 0 0 0 20px;
}


.top-block6 .list3 .tt-2 h4 {
  font-size: 12px;
}

.top-block6 .list3 .tt-2 h3 {
  font-size: 42px;
}

.top-block6 .list3 .n-1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0 78px;
}

.top-block6 .list3 .n-1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-block6 .list3 .n-1 dl dt {
  line-height: 160%;
  padding: 28.5px 0;
}
.top-block6 .list3 .n-1 dl dd{
	line-height: 160%;
	padding: 28.5px 20px;
}

.top-block6 .list3 .n-1 dl dt {
  width: 21%;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #3EBBD6;
}

.top-block6 .list3 .n-1 dl dd {
  width: 78%;
  border-bottom: 1px solid #CCCCCC;
}

.top-block6 .list3 .n-1 dl dd a {
  line-height: 2;
  text-decoration: underline;
  transition: 0.4s;
}

.top-block6 .list3 .n-1 dl dd a:hover {
  color: #3EBBD6;
  transition: 0.4s;
}

.top-block6 .list3 .border1 dl dt,.top-block6 .list3 .border1 dl dd{
	border-bottom: 1px dotted #ccc;
}

.top-block6 .list3 .n-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 147px;
}

.top-block6 .list3 .n-2 figure {
  width: 31.5%;
  margin-right: 2.75%;
}

.top-block6 .list3 .n-2 figure img {
  width: 100%;
}

.top-block6 .list3 .n-2 figure p {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  letter-spacing: 1.5px;
  font-family: G-OTF-M, sans-serif;
}

.top-block6 .list3 .n-2 figure:last-of-type {
  margin-right: 0;
}

.top-block6 .list4 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.top-block6 .list4 .tt-2 h4 {
  font-size: 12px;
}

.top-block6 .list4 .tt-2 h3 {
  font-size: 42px;
}

.top-block6 .list4 .content {
  font-size: 15px;
  text-align: center;
  line-height: 188%;
  padding: 18px 0 51px;
  letter-spacing: 1.5px;
}

.btn-page {
  padding-top: 59px;
  position: relative;
  z-index: 1;
}

.btn-page .btn-1:hover {
  opacity: 1;
  background: #3EBBD6;
  color: #fff;
}

.btn-page .btn-1:hover:after {
  background-image: url("../images/common/ic-arr-right3.png");
}


@media screen and (max-width: 580px){
	.top-block6 .list2 .note .n-1 dl dt{
		width: 38%;
	}
	
	.top-block6 .list2 .note .n-1 dl dd{
		width: 60%;
	}
	.top-block6 .list3 .n-1 dl dt{
		width: 29%;
	}
	.top-block6 .list3 .n-1 dl dd{
		width: 69%;
		padding: 28.5px 0;
	}
}
/**Table**/
.c-table__responsive {
    overflow: auto;
}
.c-table{
  width: 100%;
}
.c-table__th,
.c-table__td {
  display: flex;
  gap: 20px;
}

.c-table__th li,
.c-table__td li{
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  padding: 14px 10px;
  width: 210px;
}
li.--dark{
  width: 160px;
}

.c-table__th li{
  background-color: #3EBBD6;
  color: #fff;
  
}
.c-table__th li.--dark{
  background-color: #111;
}
.c-table__td li{
  border-bottom: 1px solid #111;
}
@media(max-width: 1024px){
  .c-table{
    width: 904px;
  }
  .c-table__th,
  .c-table__td {
    gap: 5px;
  }
  .c-table__th li,
  .c-table__td li{
    font-size: 14px;
    width: 180px;
  }
  li.--dark{
    width: 130px;
  }

}
/**End Table*/
/**Profile*/
.c-profile{
  max-width: 1150px;
}
.c-profile dl{
  display: flex;
  gap: 30px;
}

.c-profile dt,
.c-profile dd{
  border-bottom: 1px solid #111;
}
.c-profile dt{
  width: 260px;
  text-align: center;
  padding-bottom: 30px;
}
.c-profile dd{
  flex: 1;
  padding: 0 35px 30px;
}
@media(max-width: 768px){
  .c-profile dl{
    gap: 10px;
  }
  .c-profile dt{
    width: 100px;
    padding: 0 5px 10px;
  }
  .c-profile dd{
    padding: 0 5px 10px;
  }
}
/**End Profile*/
.c-policy li{
  display: flex;
  gap: 5px;
}