@charset "UTF-8";
* {
  font-family: "Noto Sans CJK JP", "Arial";
}

h2, h3 {
  margin: 0;
}

body {
  margin: 0;
}

span {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

p {
  margin: 0;
  padding: 0;
}

label {
  font-size: 1rem;
  color: #333;
}

.header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
}
.header__wrapper {
  width: 100%;
  height: 100%;
  background-color: white;
  position: relative;
  bottom: 7px;
}
.header__top {
  width: 72.5%;
  margin: 7px auto 0;
  display: flex;
}
.header__top800 {
  width: 95%;
  display: none;
}
.header__left {
  text-decoration: none;
  width: 40%;
  color: #003D80;
  padding: 5px 0 0 7px;
}
.header__left__top {
  font-size: 13px;
  letter-spacing: 1.2px;
  font-weight: bold;
  padding-top: 6px;
  border-bottom: 0.5px solid #003D80;
  width: 250px;
}
.header__left__bottom {
  font-size: 20px;
  font-weight: bold;
  margin-top: 4px;
  letter-spacing: 0.3px;
  font-family: "Noto Sans CJK JP", "Arial";
}
.header__right {
  width: 60%;
}
.header__right__top {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: bold;
  margin-top: 5px;
  font-size: 30px;
  color: #003D80;
  font-family: Arial;
}
.header__right__top__image {
  width: auto;
  height: 20px;
  margin-bottom: 1px;
  margin-right: 5px;
  line-height: 20px;
}
.header__right__top2 {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  margin: 5px auto;
  font-size: 40px;
  color: #003D80;
  font-family: Arial;
  text-decoration: none;
}
.header__right__top2__image {
  width: 37px;
  height: auto;
  margin-bottom: 1px;
  margin-right: 5px;
  line-height: 20px;
  position: relative;
  bottom: 1px;
}
.header__right__bottom {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.header__right__bottom__content {
  transform: skewX(-10deg);
  padding: 3px 8px;
  background-color: #003D80;
  font-family: "Noto Sans CJK JP", "Arial";
  border-radius: 2px;
  margin-right: 3px;
}
.header__right__bottom__content__letter {
  display: block;
  transform: skewX(10deg);
  font-size: 8px;
  color: #FFFF17;
  line-height: 16px;
  position: relative;
  bottom: 0.6px;
  letter-spacing: 0.2px;
}
.header__right__bottom2 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 5px auto;
}
.header__right__bottom2__content {
  transform: skewX(-10deg);
  padding: 3px 8px;
  background-color: #003D80;
  font-family: "Noto Sans CJK JP", "Arial";
  border-radius: 2px;
  margin-right: 3px;
}
.header__right__bottom2__content__letter {
  display: block;
  transform: skewX(10deg);
  font-size: 8px;
  color: #FFFF17;
  line-height: 16px;
  position: relative;
  bottom: 0.6px;
  letter-spacing: 0.2px;
}
.header__right800 {
  position: relative;
  width: 60%;
}
.header__right800__tel {
  width: 55px;
  height: 65px;
  background-color: #003D80;
  color: white;
  position: fixed;
  right: 60px;
  text-decoration: none;
}
.header__right800__tel__image {
  width: 40%;
  margin-top: 16px;
  margin-left: 16px;
}
.header__right800__tel__text {
  font-size: 10px;
  font-family: "Noto Sans CJK JP", "Arial";
  position: relative;
  bottom: 7px;
  left: 7px;
}
.header__bottom {
  background-color: #EEF2F4;
  width: 100%;
  margin-top: 8px;
}
.header__bottom__wrapper {
  width: 65%;
  display: flex;
  margin: 0 auto;
  padding: 6px 0;
}
.header__bottom__content {
  text-decoration: none;
  margin: 0 auto;
  width: 12%;
  color: #333333;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-align: center;
}
.header__bottom2 {
  background-color: #EEF2F4;
  width: 100%;
}
.header__bottom2__wrapper {
  width: 65%;
  display: flex;
  margin: 0 auto;
  padding: 6px 0;
}
.header__bottom2__content {
  text-decoration: none;
  margin: 0 auto;
  width: 12%;
  color: #333333;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-align: center;
}
.header__bottom800 {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  position: relative;
  bottom: 5px;
}
.header__top2 {
  width: 72.5%;
  margin: 30px auto 50px;
  display: flex;
}

.bar {
  position: fixed;
  right: 5px;
  top: 5px;
  width: 50px;
  height: 50px;
  z-index: 102;
  display: none;
}
.bar__1 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #003D80;
  position: absolute;
  top: 15px;
  right: 12px;
  transition: all 0.3s ease;
  z-index: 99;
}
.bar__2 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #003D80;
  position: absolute;
  top: 25px;
  right: 12px;
  transition: all 0.3s ease;
  z-index: 99;
}
.bar__3 {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #003D80;
  position: absolute;
  top: 35px;
  right: 12px;
  transition: all 0.3s ease;
  z-index: 99;
}
.bar .on1 {
  transform: rotate(-40deg);
  top: 25px;
}
.bar .on2 {
  opacity: 0;
}
.bar .on3 {
  transform: rotate(40deg);
  top: 25px;
}

.menu {
  background-color: #EEF2F4;
  width: 100%;
  position: fixed;
  left: 0;
  top: -600px;
  z-index: 101;
  transition: all 0.5s ease;
}
.menu__top {
  margin-top: 20px;
  color: #003D80;
  text-align: center;
  text-decoration: none;
  display: block;
}
.menu__top__top {
  font-size: 13px;
  width: 250px;
  border-bottom: 0.5px solid #003D80;
  margin: 0 auto;
  font-weight: bold;
}
.menu__top__bottom {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
}
.menu__bottom {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s ease;
}
.menu__bottom__content {
  text-decoration: none;
  display: flex;
  margin: 20px;
}
.menu__bottom__content:hover {
  cursor: pointer;
}
.menu__bottom__content__left {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background-color: white;
  margin-right: 10px;
  position: relative;
}
.menu__bottom__content__left__triangle {
  position: absolute;
  right: 3px;
  top: 6.3px;
  width: 10px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 70% 50%);
          clip-path: polygon(0 0, 0% 100%, 70% 50%);
  background-color: #00DACC;
}
.menu__bottom__content__right {
  font-weight: bold;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.menu__button {
  margin-bottom: 30px;
  transition: all 0.8s ease;
  visibility: hidden;
  opacity: 0;
}
.menu__button800 {
  margin-bottom: 30px;
  transition: all 0.8s ease;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.menu .menuOn {
  top: 0;
}

.menuOn {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.overray {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: all 0.7s ease;
  opacity: 0;
  visibility: hidden;
}

.overrayOn {
  visibility: visible;
  opacity: 1;
}

.bodyOn {
  overflow: hidden;
}

.fv {
  position: relative;
  margin-top: 97px;
  z-index: 2;
}
.fv__image {
  position: absolute;
  width: 100%;
  z-index: 1;
  max-height: 700px;
}
.fv__image2 {
  position: absolute;
  width: 100%;
  z-index: 1;
  display: none;
  margin-top: 90px;
}
.fv__wrapper {
  width: 75%;
  margin: 0 auto;
  display: flex;
  position: inherit;
  z-index: 2;
}
.fv__wrapper800 {
  width: 72.5%;
  margin: 0 auto;
  display: none;
  position: inherit;
  z-index: 2;
}
.fv__left {
  width: 70%;
}
.fv__left__top {
  margin-top: 70px;
  display: flex;
}
.fv__left__top__image {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 5px;
}
.fv__left__top__image__content {
  width: 100px;
  height: 100px;
  border-radius: 200px;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.0823529412);
  position: relative;
}
.fv__left__top__image__content__image {
  width: 100%;
  background-position: 100px 0px;
}
.fv__left__top__image__content__image2 {
  width: 100%;
  background-position: 100px 0px;
  position: relative;
  bottom: 10px;
}
.fv__left__top__image__letter {
  color: white;
  background-color: #003D80;
  font-size: 11px;
  width: 50px;
  margin: 0 auto;
  text-align: center;
  border-radius: 3px;
  padding: 1.5px 9px 2.5px 9px;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  letter-spacing: 0.3px;
  position: relative;
  bottom: 17px;
}
.fv__left__top__text {
  position: relative;
  right: 8px;
}
.fv__left__top__text__top {
  margin-top: 62px;
  color: #0088B7;
  font-size: 23px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Arial";
  transform: skewX(-5deg);
  display: inline-block;
}
.fv__left__top__text__top__no {
  margin-right: 2px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  font-size: 17px;
  transform: skewX(-5deg);
}
.fv__left__top__text__bottom {
  color: #0088B7;
  font-size: 23px;
  font-weight: bold;
  margin-left: 30px;
  line-height: 15px;
  font-family: "Noto Sans CJK JP", "Arial";
  transform: skewX(-5deg);
  overflow: visible;
}
.fv__left__middle {
  width: 470px;
  margin-left: 10px;
  position: relative;
  bottom: 12px;
}
.fv__left__bottom {
  width: 470px;
  position: relative;
  bottom: 20px;
  height: 70px;
  overflow: visible;
}
.fv__left__bottom__text {
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Arial";
  color: #333;
  font-size: 13px;
  letter-spacing: 0.3px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.fv__left__bottom__text__st {
  font-size: 21px;
  padding: 0 1px 1px 1px;
  margin-top: 1px;
}
.fv__left__bottom__text:before {
  content: "";
  width: 0.2px;
  height: 23px;
  background-color: #333;
  rotate: -30deg;
  position: absolute;
  left: -15px;
  top: 7px;
}
.fv__left__bottom__text:after {
  content: "";
  width: 0.2px;
  height: 23px;
  background-color: #333;
  rotate: 30deg;
  position: absolute;
  right: -15px;
  top: 7px;
}
.fv__left__bottom__button {
  background: linear-gradient(90deg, #FF3943, #A70007);
  width: 275px;
  margin: 3px auto;
  border-radius: 100px;
  padding: 5px;
  box-sizing: border-box;
  font-family: "Noto Sans CJK JP", "Arial";
  transition: all 0.3s ease;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2509803922);
  text-decoration: none;
  display: block;
}
.fv__left__bottom__button__top {
  color: white;
  text-align: center;
  font-size: 11px;
}
.fv__left__bottom__button__bottom {
  color: #FFFF17;
  text-align: center;
  font-size: 24px;
  padding-top: 1px;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: 0.2px;
}
.fv__left__bottom__button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.fv__left__bottom800 {
  width: 470px;
  position: relative;
  bottom: 20px;
  height: 70px;
  overflow: visible;
  z-index: 2;
}
.fv__left__bottom800__text {
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Arial";
  color: #333;
  font-size: 13px;
  letter-spacing: 0.3px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.fv__left__bottom800__text__st {
  font-size: 21px;
  padding: 0 1px 1px 1px;
  margin-top: 1px;
}
.fv__left__bottom800__text:before {
  content: "";
  width: 0.2px;
  height: 23px;
  background-color: #333;
  rotate: -30deg;
  position: absolute;
  left: -15px;
  top: 7px;
}
.fv__left__bottom800__text:after {
  content: "";
  width: 0.2px;
  height: 23px;
  background-color: #333;
  rotate: 30deg;
  position: absolute;
  right: -15px;
  top: 7px;
}
.fv__left__bottom800__text2 {
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Arial";
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.3px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}
.fv__left__bottom800__text2__st {
  font-size: 21px;
  padding: 0 1px 1px 1px;
  margin-top: 1px;
}
.fv__left__bottom800__text2:before {
  content: "";
  width: 1px;
  height: 23px;
  background-color: #fff;
  rotate: -30deg;
  position: absolute;
  left: -15px;
  top: 7px;
}
.fv__left__bottom800__text2:after {
  content: "";
  width: 1px;
  height: 23px;
  background-color: #fff;
  rotate: 30deg;
  position: absolute;
  right: -15px;
  top: 7px;
}
.fv__left__bottom800__button {
  display: flex;
  background: linear-gradient(90deg, #FF3943, #A70007);
  margin: 3px auto;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  height: 55px;
  box-sizing: border-box;
  font-family: "Noto Sans CJK JP", "Arial";
  transition: all 0.3s ease;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2509803922);
  text-decoration: none;
}
.fv__left__bottom800__button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.fv__left__bottom800__button__left__image {
  width: 25px;
  position: relative;
  top: 5px;
}
.fv__left__bottom800__button__center {
  color: #FFFF17;
  font-weight: bold;
  font-size: 18px;
  width: 200px;
  position: relative;
  top: 4px;
  margin-left: 15px;
}
.fv__left__bottom800__button__right {
  width: 10%;
}
.fv__left__bottom800__button__right__circle {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: white;
  margin-top: 9px;
}
.fv__left__bottom800__button__right__circle__arrow {
  width: 9px;
  height: 9px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 70% 50%);
          clip-path: polygon(0 0, 0% 100%, 70% 50%);
  background-color: #AD0707;
  position: relative;
  top: 4.2px;
  left: 7px;
}
.fv__right {
  width: 30%;
  position: relative;
}
.fv__right__wrapper {
  position: absolute;
  border-radius: 20px;
  bottom: 0;
  right: 0;
  border: 1px solid white;
  width: 170px;
}
.fv__right__button {
  border: 4px solid #003D80;
  border-radius: 20px;
}
.fv__right__button__top {
  background-color: #003D80;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Arial";
  color: #FFFF17;
}
.fv__right__button__top__st {
  font-size: 16px;
  font-weight: bold;
}
.fv__right__button__top__bottom {
  font-size: 13px;
  padding-bottom: 5px;
  letter-spacing: 0.3px;
}
.fv__right__button__bottom {
  background-color: white;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  color: #CC1E21;
}
.fv__right__button__bottom__wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
}
.fv__right__button__bottom__money {
  font-size: 36px;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  left: 5px;
}
.fv__right__button__bottom__yen {
  font-size: 18px;
  font-weight: bold;
}
.fv__right__button__bottom__yen__top {
  font-size: 1px;
  transform: scale(0.7);
  height: 7px;
  font-family: "Noto Sans CJK JP", "Arial";
  text-align: center;
  margin-top: 5px;
  overflow: visible;
}
.fv__right__button__bottom__yen__bottom {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  margin-left: 5px;
}
.fv__right__button__bottom__right {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: 12px;
  right: 2px;
}
.fv__bottom {
  width: 75%;
  margin: 20px auto;
  display: flex;
}
.fv__bottom__content {
  position: relative;
  z-index: 2;
  width: 25%;
}
.fv__bottom__content__number {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  padding: 7px;
  box-sizing: border-box;
  background: linear-gradient(120deg, #00DACC, #0089B8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.fv__bottom__content__number__top {
  font-size: 8px;
  transform: scale(0.97);
  color: white;
  text-align: center;
  font-family: arial;
}
.fv__bottom__content__number__bottom {
  font-size: 22px;
  color: white;
  text-align: center;
  font-family: arial;
}
.fv__bottom__content__label {
  transform: skewX(-10deg);
  background-color: #003D80;
  font-family: "Noto Sans CJK JP", "Arial";
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  position: absolute;
  left: 40px;
  top: 20px;
  z-index: 2;
  height: 22px;
}
.fv__bottom__content__label__text {
  color: white;
  font-size: 12px;
  display: inline-block;
  transform: skewX(10deg);
  height: 10px;
  position: relative;
  bottom: 3px;
}
.fv__bottom__content__bottom {
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  color: #003D80;
  background-color: white;
  position: absolute;
  top: 30px;
  width: 80%;
  left: 5%;
  padding: 20px 10px 5px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1254901961);
}
.fv__bottom__content__bottom__st {
  font-size: 25px;
  font-weight: bold;
}
.fv__bottom__content__bottom__st2 {
  font-size: 21px;
  font-weight: bold;
}
.fv__bottom__content__bottom2 {
  font-family: arial;
  font-weight: bold;
  font-size: 14px;
  color: #003D80;
  background-color: white;
  position: absolute;
  top: 30px;
  width: 80%;
  left: 5%;
  padding: 20px 10px 5px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1254901961);
  display: flex;
  height: 29.5px;
}
.fv__bottom__content__bottom2__wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
}
.fv__bottom__content__bottom2__left {
  line-height: 15px;
  font-size: 13px;
  margin-left: 7px;
}
.fv__bottom__content__bottom2__st {
  font-size: 25px;
  font-weight: bold;
}
.fv__bottom__content__bottom2__st2 {
  font-size: 21px;
  font-weight: bold;
}

::-webkit-full-page-media, :future, :root .fv__bottom__content__label__text {
  top: 1.5px;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: none;
  position: relative;
  z-index: 3;
}

.banner {
  display: flex;
  background: linear-gradient(90deg, #00DACC, #0089B8);
  width: 62%;
  margin: 270px auto 0;
  border-radius: 15px;
}
.banner__left {
  width: 75%;
  position: inherit;
  z-index: 3;
}
.banner__left__top {
  position: relative;
  left: 25px;
  z-index: 3;
  font-weight: bold;
  color: white;
  font-family: Arial;
  letter-spacing: 4px;
  font-size: 24px;
  text-align: center;
  padding-top: 40px;
}
.banner__left__top2 {
  position: relative;
  left: 25px;
  z-index: 3;
  font-weight: bold;
  color: white;
  font-family: Arial;
  letter-spacing: 4px;
  font-size: 24px;
  text-align: center;
  padding-top: 20px;
}
.banner__left__top3 {
  position: relative;
  left: 25px;
  z-index: 3;
  font-weight: bold;
  color: white;
  font-family: Arial;
  letter-spacing: 4px;
  font-size: 24px;
  text-align: center;
  padding-top: 40px;
}
.banner__left__top4 {
  position: relative;
  z-index: 3;
  font-weight: bold;
  color: white;
  font-family: Arial;
  letter-spacing: 4px;
  font-size: 24px;
  text-align: center;
  padding-top: 40px;
}
.banner__left__bottom {
  position: inherit;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  text-align: center;
  padding-bottom: 10px;
}
.banner__left__bottom__left {
  font-size: 38px;
  font-family: Arial;
  color: white;
  font-weight: bold;
  transform: skewX(-4deg);
  margin-left: 50px;
  margin-top: 15px;
  margin-right: 10px;
}
.banner__left__bottom__center {
  color: #333;
  font-family: "Noto Sans CJK JP", "Arial";
  background-color: #FFFF0A;
  width: 88px;
  height: 88px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
}
.banner__left__bottom__center__text {
  position: relative;
  top: 24px;
}
.banner__left__bottom__right {
  font-family: Arial;
  color: #FFFF0A;
  font-weight: bold;
  transform: skewX(-4deg);
  font-size: 35px;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-left: 5px;
}
.banner__left__bottom__right__st {
  font-size: 50px;
}
.banner__left__bottom2 {
  position: inherit;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  text-align: center;
  padding-bottom: 10px;
}
.banner__left__bottom2__left {
  font-size: 38px;
  font-family: Arial;
  color: white;
  font-weight: bold;
  transform: skewX(-4deg);
  margin-left: 50px;
  margin-top: 15px;
  margin-right: 10px;
}
.banner__left__bottom2__center {
  color: #333;
  font-family: "Noto Sans CJK JP", "Arial";
  background-color: #FFFF0A;
  width: 88px;
  height: 88px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: bold;
}
.banner__left__bottom2__center__text {
  position: relative;
  top: 24px;
}
.banner__left__bottom2__right {
  font-family: Arial;
  color: #FFFF0A;
  font-weight: bold;
  transform: skewX(-4deg);
  font-size: 35px;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-left: 5px;
}
.banner__left__bottom2__right__st {
  font-size: 50px;
}
.banner__right {
  width: 25%;
  position: relative;
}
.banner__right__image {
  position: absolute;
  bottom: 0;
  width: 80%;
  left: -20px;
}

.service {
  width: 72.5%;
  margin: 100px auto;
}
.service__top {
  text-align: center;
  margin-bottom: 30px;
}
.service__top__en {
  color: #0088B7;
  letter-spacing: 5px;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 10px;
}
.service__top__ja {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #003D80;
  font-weight: bold;
  font-size: 33px;
  transform: skewX(-4deg);
  letter-spacing: 3px;
}
.service__bottom {
  display: flex;
  flex-wrap: wrap;
}
.service__bottom__content {
  width: 23.8%;
  margin: 5px auto;
  border: 0.3px solid #0088B7;
  padding: 12px 7px;
  font-family: "Noto Sans CJK JP", "Arial";
  border-radius: 10px;
  box-sizing: border-box;
}
.service__bottom__content__top {
  color: #003D80;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
.service__bottom__content__top__st {
  color: #00BFC5;
  font-size: 18px;
  font-weight: bold;
}
.service__bottom__content__image {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.service__bottom__content__bottom__letter {
  color: #333;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  font-size: 10px;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.service__bottom__content__bottom__letter__image {
  width: 12px;
  margin-left: 15px;
  margin-right: 3px;
}

.flow {
  width: 72.5%;
  margin: 100px auto;
}
.flow__page {
  background-color: gray;
  width: 100%;
  margin-top: 100px;
}
.flow__top {
  text-align: center;
  margin-bottom: 30px;
}
.flow__top__en {
  color: #0088B7;
  letter-spacing: 5px;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 10px;
}
.flow__top__ja {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #003D80;
  font-weight: bold;
  font-size: 33px;
  transform: skewX(-4deg);
  letter-spacing: 3px;
}
.flow__bottom {
  display: flex;
}
.flow__bottom__content {
  width: 30%;
  border: 0.3px solid #0088B7;
  border-radius: 7px;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.flow__bottom__content__top {
  display: flex;
  position: absolute;
  top: 7px;
  left: -5px;
}
.flow__bottom__content__top__number {
  font-size: 26px;
  font-family: Arial;
  color: white;
  background-color: #003D80;
  padding: 7px 10px 7px 20px;
  transform: skewX(-10deg);
}
.flow__bottom__content__top__number__letter {
  display: block;
  transform: skewX(10deg);
}
.flow__bottom__content__top__letter {
  letter-spacing: 1px;
  color: #003D80;
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  margin-top: 9px;
  margin-left: 10px;
}
.flow__bottom__content__middle {
  width: 90%;
  margin: 60px auto 0;
}
.flow__bottom__content__middle__image {
  width: 100%;
}
.flow__bottom__content__bottom {
  font-family: Arial;
  color: #333;
  font-size: 12px;
  letter-spacing: 0.5px;
  width: 90%;
  margin: 10px auto;
}
.flow__bottom__arrow {
  width: 5%;
  line-height: 360px;
}
.flow__bottom__arrow__image {
  width: 40%;
  display: block;
  margin: 0 auto;
  margin-top: 160px;
}
.flow__bottom__arrow__image2 {
  display: none;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #008EB9 transparent transparent transparent;
  margin: 15px auto;
  position: relative;
  right: 15px;
}

.cta {
  position: relative;
  overflow: hidden;
}
.cta__br {
  display: none;
}
.cta__image {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.cta__top {
  text-align: center;
  padding-top: 30px;
  color: white;
  letter-spacing: 1px;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  font-size: 20px;
  position: inherit;
  z-index: 2;
}
.cta__top__yellow {
  color: #FFFF17;
  font-size: 24px;
}
.cta__top__yellow__st {
  font-size: 35px;
  line-height: 25px;
}
.cta__middle {
  background-color: white;
  width: 63%;
  margin: 10px auto;
  position: inherit;
  z-index: 2;
  display: flex;
  border-radius: 15px;
}
.cta__middle__left {
  width: 65%;
}
.cta__middle__left__top {
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Arial";
  color: #333;
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto 0;
}
.cta__middle__left__feature {
  display: flex;
  margin: 10px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.cta__middle__left__feature__content {
  transform: skewX(-10deg);
  padding: 3px 8px;
  background-color: #003D80;
  font-family: "Noto Sans CJK JP", "Arial";
  border-radius: 2px;
  margin-right: 3px;
}
.cta__middle__left__feature__content__letter {
  display: block;
  transform: skewX(10deg);
  font-size: 8px;
  color: #FFFF17;
  line-height: 16px;
  position: relative;
  bottom: 0.6px;
  letter-spacing: 0.2px;
}
.cta__middle__left__tel {
  color: #003D80;
  font-family: Arial;
  font-size: 42px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 25px;
  text-decoration: none;
}
.cta__middle__left__tel__image {
  width: 42px;
  margin-right: 5px;
  margin-bottom: 1px;
  position: relative;
  top: 2px;
}
.cta__middle__left__tel__number {
  color: #003D80;
}
.cta__middle__right {
  width: 35%;
  position: relative;
}
.cta__middle__right__image {
  width: 74%;
  position: absolute;
  bottom: 0;
}
.cta__bottom {
  position: inherit;
  z-index: 2;
  width: 53%;
  margin: 0 auto;
  display: flex;
}
.cta__bottom__mail {
  display: flex;
  background: linear-gradient(90deg, #FF3943, #A70007);
  border-radius: 100px;
  width: 45%;
  margin: 10px;
  text-decoration: none;
  padding: 7px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.3s ease;
}
.cta__bottom__mail:hover {
  opacity: 0.8;
  cursor: pointer;
}
.cta__bottom__mail__icon {
  width: 13%;
}
.cta__bottom__mail__icon__image {
  width: 30px;
  margin-top: 9px;
  margin-left: 15px;
}
.cta__bottom__mail__text {
  width: 85%;
}
.cta__bottom__mail__text__top {
  font-size: 10px;
  font-weight: bold;
  color: white;
  font-family: "Noto Sans CJK JP", "Arial";
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cta__bottom__mail__text__bottom {
  color: #FFFF17;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Arial";
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cta__bottom__mail__arrow {
  width: 10%;
}
.cta__bottom__mail__arrow__circle {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: white;
  margin-top: 11px;
}
.cta__bottom__mail__arrow__circle__arrow {
  width: 9px;
  height: 9px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 70% 50%);
          clip-path: polygon(0 0, 0% 100%, 70% 50%);
  background-color: #AD0707;
  position: relative;
  top: 4.2px;
  left: 7px;
}
.cta__bottom__line {
  display: flex;
  background: linear-gradient(90deg, #00CF6D, #00840E);
  border-radius: 100px;
  width: 45%;
  margin: 10px;
  padding: 7px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.3s ease;
  text-decoration: none;
}
.cta__bottom__line:hover {
  opacity: 0.8;
  cursor: pointer;
}
.cta__bottom__line__icon {
  width: 13%;
}
.cta__bottom__line__icon__image {
  width: 30px;
  margin-top: 9px;
  margin-left: 20px;
}
.cta__bottom__line__text {
  width: 85%;
}
.cta__bottom__line__text__top {
  font-size: 10px;
  font-weight: bold;
  color: white;
  font-family: "Noto Sans CJK JP", "Arial";
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cta__bottom__line__text__bottom {
  color: #FFFF17;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Arial";
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cta__bottom__line__arrow {
  width: 10%;
}
.cta__bottom__line__arrow__circle {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: white;
  margin-top: 11px;
}
.cta__bottom__line__arrow__circle__arrow {
  width: 9px;
  height: 9px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 70% 50%);
          clip-path: polygon(0 0, 0% 100%, 70% 50%);
  background-color: #008B17;
  position: relative;
  top: 4.2px;
  left: 7px;
}
.cta__image2 {
  width: 100%;
  position: absolute;
  z-index: 1;
}
.cta__image3 {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.cta__middle2 {
  background-color: white;
  width: 63%;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  border-radius: 15px;
}
.cta__middle6 {
  background-color: white;
  width: 90%;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  border-radius: 15px;
}
.cta__middle7 {
  background: linear-gradient(90deg, #00CF6D, #00AA12);
  width: 90%;
  margin: 80px auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  border-radius: 15px;
  height: 150px;
  text-decoration: none;
}
.cta__middle7__left {
  width: 25%;
  position: relative;
}
.cta__middle7__left__image {
  position: absolute;
  width: 130px;
  bottom: 0;
  left: 30px;
}
.cta__middle7__right {
  width: 75%;
}
.cta__middle7__right__top {
  margin-top: 20px;
  background-color: white;
  padding: 5px 20px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Arial";
  color: #333;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.cta__middle7__right__middle {
  color: white;
  font-family: "Noto Sans CJK JP", "Arial";
  font-size: 14px;
  margin-top: 15px;
  font-weight: bold;
}
.cta__middle7__right__bottom {
  font-weight: bold;
  font-family: Arial;
  font-size: 35px;
  color: white;
  margin-top: 10px;
}
.cta__middle7__circle {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background-color: white;
  margin-top: 60px;
  right: 10px;
  line-height: 150px;
}
.cta__middle7__circle__triangle {
  width: 15px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 70% 50%);
          clip-path: polygon(0 0, 0% 100%, 70% 50%);
  background-color: #008B17;
  position: relative;
  top: 8px;
  left: 11px;
}
.cta__middle7__br {
  display: none;
}
.cta__middle5 {
  background-color: white;
  width: 63%;
  margin: 0px auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  border-radius: 15px;
}
.cta__middle3 {
  background-color: white;
  width: 63%;
  margin: 10px auto;
  position: relative;
  z-index: 2;
  display: flex;
  border-radius: 15px;
}
.cta__bottom2 {
  position: relative;
  z-index: 2;
  width: 53%;
  margin: 15px auto 20px;
  display: flex;
}
.cta__bottom3 {
  position: relative;
  z-index: 2;
  width: 53%;
  margin: 15px auto 30px;
  display: flex;
}
.cta__bottom3__button {
  display: none;
}

.cta3 {
  position: relative;
  overflow: hidden;
}

.reason {
  width: 65%;
  margin: 120px auto;
}
.reason__br {
  display: none;
}
.reason__top {
  text-align: center;
  margin-bottom: 50px;
}
.reason__top__en {
  color: #0088B7;
  letter-spacing: 5px;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 10px;
}
.reason__top__ja {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #003D80;
  font-weight: bold;
  font-size: 33px;
  transform: skewX(-4deg);
  letter-spacing: 3px;
  line-height: 40px;
}
.reason__top__ja__st {
  color: #0088B7;
}
.reason__top__ja__st__st {
  font-size: 47px;
}
.reason__content1 {
  display: flex;
  margin-bottom: 30px;
}
.reason__content1__left {
  width: 55%;
}
.reason__content1__left__top {
  display: flex;
}
.reason__content1__left__top__left {
  width: 65px;
  height: 65px;
  background: linear-gradient(120deg, #00DACC, #0089B8);
  border-radius: 100px;
}
.reason__content1__left__top__left__top {
  font-size: 10px;
  color: white;
  text-align: center;
  margin-top: 10px;
}
.reason__content1__left__top__left__bottom {
  font-size: 32px;
  font-family: Arial;
  text-align: center;
  color: white;
  line-height: 28px;
  transform: skewX(-4deg);
}
.reason__content1__left__top__right {
  font-size: 20px;
  color: #003D80;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  margin-left: 15px;
  margin-top: 17px;
}
.reason__content1__left__bottom {
  margin-top: 10px;
  font-family: "Noto Sans CJK JP", "Arial";
  color: #333;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 30px;
  padding-right: 20px;
}
.reason__content1__right {
  width: 45%;
}
.reason__content1__right__image {
  width: 100%;
}
.reason__content2 {
  display: flex;
  margin-bottom: 30px;
}
.reason__content2__left {
  width: 50%;
}
.reason__content2__left__image {
  width: 100%;
}
.reason__content2__right {
  width: 55%;
}
.reason__content2__right__top {
  display: flex;
  padding-left: 20px;
}
.reason__content2__right__top__left {
  width: 65px;
  height: 65px;
  background: linear-gradient(120deg, #00DACC, #0089B8);
  border-radius: 100px;
}
.reason__content2__right__top__left__top {
  font-size: 10px;
  color: white;
  text-align: center;
  margin-top: 10px;
}
.reason__content2__right__top__left__bottom {
  font-size: 32px;
  font-family: Arial;
  text-align: center;
  color: white;
  line-height: 28px;
  transform: skewX(-4deg);
}
.reason__content2__right__top__right {
  font-size: 20px;
  color: #003D80;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  margin-left: 15px;
  margin-top: 17px;
}
.reason__content2__right__bottom {
  margin-top: 10px;
  font-family: "Noto Sans CJK JP", "Arial";
  color: #333;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 30px;
  padding-left: 20px;
}

.reason600 {
  display: none;
  width: 90%;
  margin: 100px auto 50px;
}
.reason600__content {
  width: 100%;
  position: relative;
  bottom: 20px;
  z-index: 2;
}
.reason600__content__top {
  display: flex;
  position: inherit;
  z-index: 3;
}
.reason600__content__top__left {
  width: 90px;
  height: 90px;
  background: linear-gradient(120deg, #00DACC, #0089B8);
  border-radius: 100px;
}
.reason600__content__top__left__top {
  font-size: 15px;
  color: white;
  text-align: center;
  margin-top: 13px;
}
.reason600__content__top__left__bottom {
  font-size: 45px;
  font-family: Arial;
  margin-top: 5px;
  text-align: center;
  color: white;
  line-height: 28px;
  transform: skewX(-4deg);
}
.reason600__content__top__right {
  font-size: 24px;
  color: #003D80;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  margin-left: 15px;
  margin-top: 17px;
}
.reason600__content__top__right2 {
  font-size: 24px;
  color: #003D80;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  margin-left: 15px;
  margin-top: 17px;
}
.reason600__content__image {
  position: relative;
  bottom: 20px;
  z-index: 2;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}
.reason600__content__image__content {
  width: 100%;
  margin: 5px auto;
  position: relative;
  bottom: 20px;
}
.reason600__content__bottom {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #333;
  font-size: 14px;
  letter-spacing: 0.2px;
  line-height: 30px;
  position: relative;
  bottom: 10px;
}

.cta2 {
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.cta2__image {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.cta2__image800 {
  position: absolute;
  right: 100px;
  top: 10px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 150px;
  z-index: 3;
  display: none;
}
.cta2__image800__image {
  width: 150%;
  position: relative;
  right: 40px;
  top: 0px;
}
.cta2__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  width: 63%;
  margin: 50px auto 15px;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
}
.cta2__left {
  width: 45%;
}
.cta2__left__image {
  width: 100%;
  transform: scale(1.1);
  position: relative;
  top: 10px;
  background-position: 20px 0px;
}
.cta2__right {
  width: 55%;
  padding: 30px;
  margin-left: 10px;
  box-sizing: border-box;
}
.cta2__right__top {
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  color: #003D80;
  font-size: 18px;
  font-size: 20px;
  letter-spacing: 0.5px;
}
.cta2__right__top__br {
  display: block;
}
.cta2__right__top__br600 {
  display: none;
}
.cta2__right__middle {
  color: #333;
  font-size: 13px;
  margin-top: 7px;
}
.cta2__right__bottom {
  margin-top: 7px;
  font-family: Arial;
  font-weight: bold;
  color: #003D80;
  font-size: 42px;
  text-decoration: none;
}
.cta2__right__bottom__image {
  width: 44px;
  margin-right: 5px;
}
.cta2__bottom3 {
  position: relative;
  z-index: 2;
  display: none;
}
.cta2__bottom {
  display: flex;
  position: relative;
  width: 53%;
  margin: 15px auto 20px;
  z-index: 2;
}
.cta2__bottom__mail {
  display: flex;
  text-decoration: none;
  background: linear-gradient(90deg, #FF3943, #A70007);
  border-radius: 100px;
  width: 45%;
  margin: 10px;
  padding: 7px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.3s ease;
}
.cta2__bottom__mail:hover {
  opacity: 0.8;
  cursor: pointer;
}
.cta2__bottom__mail__icon {
  width: 13%;
}
.cta2__bottom__mail__icon__image {
  width: 80%;
  margin-top: 9px;
  margin-left: 15px;
}
.cta2__bottom__mail__text {
  width: 85%;
}
.cta2__bottom__mail__text__top {
  font-size: 10px;
  font-weight: bold;
  color: white;
  font-family: "Noto Sans CJK JP", "Arial";
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cta2__bottom__mail__text__bottom {
  color: #FFFF17;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Arial";
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cta2__bottom__mail__arrow {
  width: 10%;
}
.cta2__bottom__mail__arrow__circle {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: white;
  margin-top: 10px;
}
.cta2__bottom__mail__arrow__circle__arrow {
  width: 9px;
  height: 9px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 70% 50%);
          clip-path: polygon(0 0, 0% 100%, 70% 50%);
  background-color: #AD0707;
  position: relative;
  top: 4.2px;
  left: 7px;
}
.cta2__bottom__line {
  display: flex;
  background: linear-gradient(90deg, #00CF6D, #00840E);
  border-radius: 100px;
  width: 45%;
  margin: 10px;
  padding: 7px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.3s ease;
}
.cta2__bottom__line:hover {
  opacity: 0.8;
  cursor: pointer;
}
.cta2__bottom__line__icon {
  width: 13%;
}
.cta2__bottom__line__icon__image {
  width: 80%;
  margin-top: 9px;
  margin-left: 20px;
}
.cta2__bottom__line__text {
  width: 85%;
}
.cta2__bottom__line__text__top {
  font-size: 10px;
  font-weight: bold;
  color: white;
  font-family: "Noto Sans CJK JP", "Arial";
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cta2__bottom__line__text__bottom {
  color: #FFFF17;
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Arial";
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.cta2__bottom__line__arrow {
  width: 10%;
}
.cta2__bottom__line__arrow__circle {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background-color: white;
  margin-top: 10px;
}
.cta2__bottom__line__arrow__circle__arrow {
  width: 9px;
  height: 9px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 70% 50%);
          clip-path: polygon(0 0, 0% 100%, 70% 50%);
  background-color: #008B17;
  position: relative;
  top: 4.2px;
  left: 7px;
}

.compare {
  width: 72.5%;
  margin: 100px auto 100px;
}
.compare__top {
  text-align: center;
  margin-bottom: 30px;
}
.compare__top__en {
  color: #0088B7;
  letter-spacing: 5px;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 10px;
}
.compare__top__ja {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #003D80;
  font-weight: bold;
  font-size: 33px;
  transform: skewX(-4deg);
  letter-spacing: 3px;
}
.compare__middle {
  font-weight: bold;
  text-align: center;
  color: #333;
  font-family: "Noto Sans CJK JP", "Arial";
  font-size: 15px;
  margin-bottom: 50px;
}
.compare__table {
  width: 90%;
  margin: 0 auto;
}
.compare__table__left {
  color: white;
  font-family: "Noto Sans CJK JP", "Arial";
  font-size: 14px;
  background-color: #003D80;
  padding: 10px 7px;
  border-radius: 5px;
  text-align: center;
  width: 15%;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}
.compare__table__here {
  background-color: #DBEAEB;
  color: #0088B7;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  margin: 10px;
  padding: 10px;
  width: 22%;
  line-height: 18px;
  border: 3px solid white;
}
.compare__table__normal {
  background-color: #E9EAEB;
  font-family: "Noto Sans CJK JP", "Arial";
  font-size: 14px;
  color: #333;
  text-align: center;
  padding: 10px;
  width: 20%;
  line-height: 18px;
  margin: 5px;
  border: 3px solid white;
}
.compare__table__not {
  font-size: 10px;
}
.compare__table__th__here {
  position: relative;
  bottom: 10px;
  background: linear-gradient(90deg, #00DACC, #0089B8);
  border-radius: 5px;
  color: white;
  font-size: 13px;
  line-height: 18px;
  padding: 7px 10px;
  border-right: 3px solid white;
  border-left: 3px solid white;
}
.compare__table__th__here:before {
  content: "";
  /* borderで三角形を作る */
  border-width: 10px;
  border-style: solid;
  border-color: #00B2C2 transparent transparent transparent;
  /* 配置する */
  position: absolute;
  top: 96%;
  left: 50%;
  transform: translateX(-50%);
}
.compare__table__th__normal {
  position: relative;
  bottom: 10px;
  background-color: #333;
  border-radius: 5px;
  color: white;
  font-size: 13px;
  line-height: 18px;
  padding: 7px 10px;
  display: block;
  top: 0;
}
.compare__table__th__normal:before {
  content: "";
  /* borderで三角形を作る */
  border-width: 10px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  /* 配置する */
  position: absolute;
  top: 94%;
  left: 50%;
  transform: translateX(-50%);
}
.compare__table__br {
  display: none;
}

.voice {
  background-color: #F5F5F5;
  padding: 80px 0;
}
.voice__wrapper {
  width: 72.5%;
  margin: 0 auto;
  box-sizing: border-box;
}
.voice__top {
  text-align: center;
  margin-bottom: 30px;
}
.voice__top__en {
  color: #0088B7;
  letter-spacing: 5px;
  font-family: Arial;
  font-size: 12px;
  margin-bottom: 10px;
}
.voice__top__ja {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #003D80;
  font-weight: bold;
  font-size: 33px;
  transform: skewX(-4deg);
  letter-spacing: 3px;
}
.voice__middle {
  font-weight: bold;
  text-align: center;
  color: #333;
  font-family: "Noto Sans CJK JP", "Arial";
  font-size: 15px;
  margin-bottom: 50px;
}
.voice__bottom {
  display: flex;
}
.voice__bottom__content {
  border: 0.5px solid #003D80;
  width: 30%;
  margin: 5px;
  border-radius: 5px;
  background-color: white;
  padding: 10px;
  position: relative;
}
.voice__bottom__content__top {
  margin-top: 20px;
  margin-bottom: 20px;
}
.voice__bottom__content__top__left {
  font-family: "Noto Sans CJK JP", "Arial";
  font-size: 15px;
  color: #00BFC5;
  font-weight: bold;
  font-size: 14px;
  margin-left: 20px;
  padding-top: 10px;
}
.voice__bottom__content__top__left__st {
  font-size: 20px;
}
.voice__bottom__content__top__right {
  position: absolute;
  right: 40px;
  top: -20px;
  border: 3px solid #00BFC5;
  width: 100px;
  border-radius: 100px;
}
.voice__bottom__content__bottom {
  margin-top: 40px;
  color: #333;
  font-size: 13px;
  letter-spacing: 0.4px;
  margin: 40px 5px 0;
}

.maker {
  width: 72.5%;
  margin: 80px auto;
}
.maker__top {
  text-align: center;
  margin-bottom: 30px;
}
.maker__top__ja {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #003D80;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
}
.maker__middle {
  font-weight: bold;
  text-align: center;
  color: #333;
  font-family: "Noto Sans CJK JP", "Arial";
  font-size: 15px;
  margin-bottom: 30px;
}
.maker__middle__br {
  display: none;
}
.maker__bottom {
  width: 68%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.maker__bottom__content {
  width: 20%;
}
.maker__bottom__content__image {
  width: 100%;
}
.maker__br {
  display: none;
}

.area {
  width: 72.5%;
  margin: 100px auto;
  text-align: center;
}
.area__top {
  text-align: center;
  margin-bottom: 30px;
}
.area__top__ja {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #003D80;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
}
.area__middle {
  font-weight: bold;
  text-align: center;
  color: #333;
  font-family: "Noto Sans CJK JP", "Arial";
  font-size: 15px;
  margin-bottom: 30px;
}
.area__image {
  width: 400px;
  margin: 20px auto;
  text-align: center;
}
.area__image__wrapper {
  text-align: center;
}
.area__bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.area__bottom__content {
  width: 28%;
  margin: 22px;
}
.area__bottom__content__top {
  color: #003D80;
  width: 100%;
  padding-bottom: 4px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Arial";
  font-size: 14px;
  border-bottom: 1px solid #003D80;
  text-align: center;
}
.area__bottom__content__bottom {
  text-align: left;
  font-size: 12px;
  color: #333;
  padding-top: 10px;
}
.area__br {
  display: none;
}

.question {
  text-align: center;
  background-color: #f5f5f5;
  padding: 40px 10px;
  box-sizing: border-box;
}
.question__wrapper {
  width: 72.5%;
  margin: 50px auto;
}
.question__top {
  text-align: center;
  margin-bottom: 30px;
}
.question__top__ja {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #003D80;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
}
.question__bottom {
  margin-top: 20px;
}
.question__bottom__content {
  width: 80%;
  margin: 20px auto;
}
.question__bottom__content__question {
  display: flex;
}
.question__bottom__content__question:hover {
  cursor: pointer;
}
.question__bottom__content__question__left {
  width: 32px;
  height: 32px;
  font-size: 21px;
  font-family: Arial;
  color: white;
  font-weight: bold;
  background-color: #CC1E21;
  border-radius: 5px;
}
.question__bottom__content__question__left__letter2 {
  position: relative;
  top: 4px;
  left: 7px;
}
.question__bottom__content__question__center {
  width: 90%;
  text-align: left;
  font-family: "Noto Sans CJK JP", "Arial";
  color: #333;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  top: 5px;
  margin-left: 10px;
  padding-right: 10px;
}
.question__bottom__content__question__right {
  width: 5%;
  position: relative;
}
.question__bottom__content__question__right__bar1 {
  content: "";
  width: 15px;
  height: 1.5px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.question__bottom__content__question__right__bar2 {
  content: "";
  width: 1.5px;
  height: 15px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.question__bottom__content__answer {
  background-color: white;
  color: #333;
  padding: 15px 20px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 13px;
  display: none;
}
.question .minus {
  visibility: hidden;
  opacity: 0;
}

.contact {
  background-color: #f5f5f5;
  padding: 100px 0;
  box-sizing: border-box;
}
.contact__wrapper {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.contact__top {
  text-align: center;
  margin-bottom: 30px;
}
.contact__top__ja {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #003D80;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.contact__top__ja2 {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #003D80;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 30px;
}
.contact__bottom {
  margin-top: 30px;
}
.contact__bottom__content {
  display: flex;
  margin-top: 12px;
}
.contact__bottom__content:last-child {
  margin-top: 25px;
}
.contact__bottom__content__left {
  width: 8%;
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.contact__bottom__content__left__wrapper {
  background-color: #CC1E21;
  text-align: center;
  color: white;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  height: 20px;
  line-height: 0px;
  display: flex;
}
.contact__bottom__content__left__wrapper p {
  display: flex;
  align-items: center;
}
.contact__bottom__content__left__wrapper2 {
  text-align: center;
  color: #333;
  border: 1px solid #333;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: inline;
}
.contact__bottom__content__center {
  width: 18%;
  color: #333;
  font-size: 13px;
  font-family: "Noto Sans CJK JP", "Arial";
  display: flex;
  align-items: center;
}
.contact__bottom__content__center600 {
  display: none;
  font-size: 14px;
  position: relative;
  left: 5px;
}
.contact__bottom__content__right {
  width: 74%;
}
.contact__bottom__content__right__content {
  background-color: white;
  width: 100%;
  height: 35px;
  border: 2px solid #E9E9E9;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 30px;
  box-sizing: border-box;
}
.contact__bottom__content__right__content::-moz-placeholder {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #CBCBCB;
}
.contact__bottom__content__right__content::placeholder {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #CBCBCB;
}
.contact__bottom__content__right__content2 {
  background-color: white;
  height: 15px;
  width: 15px;
  border-radius: 0;
  background: none;
  line-height: 30px;
  position: relative;
  top: 5px;
  box-sizing: border-box;
}
.contact__bottom__content__right__content2__letter {
  font-size: 12px;
  color: #2E3840;
  font-family: "Noto Sans CJK JP", "Arial";
  margin-left: 5px;
}
.contact__bottom__content__right__content2__letter:hover {
  cursor: pointer;
}
.contact__bottom__content__right__content3 {
  background-color: white;
  width: 100%;
  height: 200px;
  border: 2px solid #E9E9E9;
  border-radius: 5px;
  resize: none;
  box-sizing: border-box;
  padding: 5px 10px;
  line-height: 25px;
}
.contact__bottom__content600 {
  display: none;
}
.contact__bottom__content600__content {
  background-color: white;
  width: 100%;
  height: 35px;
  border: 2px solid #E9E9E9;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 30px;
  box-sizing: border-box;
  margin-top: 15px;
}
.contact__bottom__content600__content::-moz-placeholder {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #CBCBCB;
}
.contact__bottom__content600__content::placeholder {
  font-family: "Noto Sans CJK JP", "Arial";
  color: #CBCBCB;
}
.contact__bottom__content600__content2 {
  background-color: white;
  height: 15px;
  width: 15px;
  border-radius: 0;
  border: 2px solid #E9E9E9;
  line-height: 30px;
  position: relative;
  top: 12px;
  box-sizing: border-box;
  margin-top: 10px;
}
.contact__bottom__content600__content2__letter {
  font-size: 12px;
  color: #2E3840;
  font-family: "Noto Sans CJK JP", "Arial";
  position: relative;
  top: 9px;
  margin-left: 5px;
}
.contact__bottom__content600__content3 {
  background-color: white;
  width: 100%;
  height: 200px;
  border: 2px solid #E9E9E9;
  border-radius: 5px;
  resize: none;
  box-sizing: border-box;
  margin-top: 15px;
  letter-spacing: 1px;
  padding: 5px 10px;
  line-height: 25px;
}
.contact__bottom2 {
  background-color: #F5F5F5;
}
.contact__submit {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  background-color: #CC1E21;
  color: white;
  display: block;
  border: none;
  padding: 12px 60px;
  border-radius: 7px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.3s ease;
}
.contact__submit:hover {
  cursor: pointer;
  opacity: 0.9;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  font-size: 0.8rem !important;
}

.hide_error_message .wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-list-item-label {
  font-size: 1rem !important;
  color: #333;
}

.wpcf7-list-item-label {
  display: none;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: red;
  width: 80%;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
  margin: 0 auto;
}

.footer__bottom {
  color: #333;
  font-size: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
.footer__bottom2 {
  color: #333;
  font-size: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 150px;
}
.footer__following {
  display: none;
  position: fixed;
  bottom: -150px;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  background-color: #F7FEFC;
  z-index: 98;
  transition: all 0.3s ease;
}
.footer__following__top {
  display: flex;
}
.footer__following__top__left {
  width: 50%;
  font-size: 10px;
  font-family: "Noto Sans CJK JP", "Arial";
  color: white;
  background-color: #00B0D3;
  text-align: center;
  font-weight: bold;
  padding: 3px;
}
.footer__following__top__right {
  width: 50%;
  font-size: 10px;
  font-weight: bold;
  font-family: "Noto Sans CJK JP", "Arial";
  color: white;
  background-color: #003D80;
  text-align: center;
  padding: 3px;
}
.footer__following__middle {
  margin: 3px auto 0;
  font-family: "Noto Sans CJK JP", "Arial";
  font-size: 16px;
  font-weight: bold;
  color: #003D80;
  text-align: center;
}
.footer__following__middle__red {
  font-size: 20px;
  color: #F6363A;
}
.footer__following__middle__red__st {
  font-size: 25px;
  font-family: Arial;
  font-weight: bold;
}
.footer__following__bottom {
  display: flex;
  padding-bottom: 15px;
}
.footer__following__bottom__left {
  width: 15%;
  background-color: #00B900;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 2px;
  margin: 5px 1px 5px 5px;
  text-decoration: none;
  display: block;
}
.footer__following__bottom__left__top {
  text-align: center;
}
.footer__following__bottom__left__top__image {
  width: 25px;
  position: relative;
  top: 3px;
}
.footer__following__bottom__left__top__image2 {
  width: 25px;
  position: relative;
  top: 4px;
}
.footer__following__bottom__left__bottom {
  font-size: 10px;
  color: white;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  line-height: 12px;
  transform: scale(0.9);
}
.footer__following__bottom__left__bottom2 {
  font-size: 10px;
  color: white;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  line-height: 12px;
  transform: scale(0.9);
  position: relative;
  top: 3.5px;
}
.footer__following__bottom__center {
  width: 15%;
  background-color: #F8363B;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 2px;
  margin: 5px 1px 5px 3px;
  text-decoration: none;
  display: block;
}
.footer__following__bottom__center__top {
  text-align: center;
}
.footer__following__bottom__center__top__image {
  width: 25px;
  position: relative;
  top: 3px;
}
.footer__following__bottom__center__bottom {
  font-size: 10px;
  color: white;
  text-align: center;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  line-height: 12px;
  transform: scale(0.9);
}
.footer__following__bottom__right {
  width: 70%;
  border: 2px solid #00B0D3;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 3px;
  height: 58.5px;
  position: relative;
  top: 2px;
  text-decoration: none;
}
.footer__following__bottom__right__top {
  background-color: #00B0D3;
  padding: 3px;
  color: white;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  text-align: center;
  font-size: 10px;
  box-sizing: border-box;
}
.footer__following__bottom__right__bottom {
  font-family: Arial;
  font-weight: bold;
  color: #003D80;
  font-size: 17px;
  text-align: center;
  padding-right: 15px;
  padding-top: 5px;
}
.footer__following__bottom__right__bottom__image {
  width: 27px;
  margin-right: 3px;
  margin-bottom: 1px;
  position: relative;
  top: 2.5px;
  right: 3px;
}
.footer__following__bottom__right__text {
  position: absolute;
  top: 13px;
  right: 1px;
  color: #F6363A;
  -webkit-text-stroke: 0.3px #FFF;
  font-family: "Noto Sans CJK JP", "Arial";
  font-weight: bold;
  font-size: 10px;
}
.footer__following__bottom__right__image {
  position: absolute;
  top: 27px;
  right: -3px;
  width: 40px;
}

.footer800 {
  display: none;
}
.footer800__menu {
  background-color: #EEF2F4;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
}
.footer800__menu__content {
  font-weight: bold;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 7px;
  display: block;
  text-decoration: none;
}

.privacy {
  margin-top: 90px;
  position: relative;
  width: 100%;
  top: 8px;
}
.privacy__wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(18, 123, 181, 0.6);
  z-index: 2;
  height: 98.3%;
}
.privacy__image {
  width: 100%;
  z-index: 1;
}
.privacy__text {
  position: absolute;
  z-index: 4;
  color: white;
  font-family: "Noto Sans CJK JP", "Arial";
  font-size: 25px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.privacy__link {
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #222;
  margin: 110px auto;
  font-family: "Noto Sans CJK JP", "Arial";
}
.privacy__link__br {
  display: none;
}
.privacy__link__content {
  text-decoration: none;
  color: #003D80;
  margin-top: 15px;
  font-size: 15px;
  display: block;
}
.privacy__content {
  background-color: #F5F5F5;
  padding: 100px 0;
}
.privacy__content__wrapper {
  width: 72.5%;
  margin: 0 auto;
  font-family: "Noto Sans CJK JP", "Arial";
  letter-spacing: 1px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.privacy__content__404 {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-weight: bold;
  margin-bottom: 150px;
}
.privacy__content__company {
  width: 80%;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  padding: 50px 60px;
  box-sizing: border-box;
}
.privacy__content__company__content {
  display: flex;
}
.privacy__content__company__content__left {
  width: 20%;
  border-bottom: 2px solid #A0A0A0;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  padding: 20px;
}
.privacy__content__company__content__right {
  width: 80%;
  border-bottom: 2px solid #D7D7D5;
  color: #333;
  padding: 20px;
}
.privacy__content__access {
  margin-top: 50px;
}
.privacy__content__access__top {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Arial";
  letter-spacing: 0.5px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.privacy__content__access__bottom {
  width: 80%;
  margin: 20px auto 0;
}
.privacy__content__access__bottom__image {
  width: 100%;
  height: 300px;
}
.privacy__content__question {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Arial";
  letter-spacing: 0.5px;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  text-align: center;
}
.privacy__content__pay__middle {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
.privacy__content__pay__middle__content {
  width: 28%;
  margin: 20px auto;
  text-align: center;
  color: #003D80;
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
  border: 0.5px solid #0088B7;
  padding: 10px 0;
  background-color: white;
}
.privacy__content__pay__bottom__text {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Arial";
  text-align: center;
}
.privacy__content__pay__image {
  width: 50%;
  margin: 0 auto;
  display: flex;
}
.privacy__content__pay__image__content {
  height: 50px;
  margin: 5px auto;
}
.privacy__content__table {
  margin-top: 50px;
  width: 100%;
}
.privacy__content__table__image {
  width: 100%;
}
.privacy__content__table__image2 {
  width: 100%;
  display: none;
}
.privacy__content__table__bottom {
  font-size: 12px;
  color: #333;
  font-family: "Noto Sans CJK JP", "Arial";
}
.privacy__flow__br {
  display: none;
}
.privacy__pay__br {
  display: none;
}

@media screen and (min-width: 1350px) {
  .fv__left__top {
    margin-top: 20px;
  }
  .fv__wrapper {
    width: 80%;
    padding-top: 70px;
  }
  .fv__bottom {
    width: 1100px;
  }
  .banner {
    width: 800px;
  }
  .service {
    width: 1080px;
  }
  .flow {
    width: 1080px;
  }
  .cta__middle__right__image {
    width: 200px;
  }
  .cta__middle2 {
    width: 800px;
  }
  .cta__middle5 {
    width: 800px;
  }
  .cta__middle6 {
    width: 800px;
  }
  .cta__middle7 {
    width: 800px;
  }
  .cta__bottom2 {
    width: 800px;
  }
  .cta__bottom3 {
    width: 800px;
  }
  .reason {
    width: 1080px;
  }
  .cta2__wrapper {
    width: 800px;
  }
  .compare {
    width: 1080px;
  }
  .voice__wrapper {
    width: 1080px;
  }
  .maker {
    width: 1080px;
  }
  .area {
    width: 1080px;
  }
  .question__wrapper {
    width: 900px;
  }
  .contact__wrapper {
    width: 1080px;
  }
  .contact__bottom {
    margin: 30px auto;
    width: 70%;
  }
  .privacy__content__wrapper {
    width: 1080px;
  }
}
@media screen and (max-width: 1280px) {
  .fv__left__top {
    margin-top: 30px;
  }
  .contact__bottom {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .header__top {
    width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .fv__wrapper {
    padding-top: 0;
  }
  .fv__bottom {
    width: 75%;
  }
  .cta2__left {
    height: 260px;
    overflow: hidden;
  }
  .cta2__left__image {
    width: 120%;
    right: 50px;
  }
}
@media screen and (max-width: 1140px) {
  .header__bottom__wrapper {
    width: 80%;
  }
  .banner {
    width: 80%;
  }
  .area__bottom__content {
    width: 42%;
  }
  .service__bottom {
    flex-wrap: wrap;
  }
  .service__bottom__content {
    width: 30%;
    margin: 5px;
  }
  .service__bottom__content__top {
    font-size: 14px;
  }
  .cta__image {
    width: 250%;
  }
  .cta__image3 {
    width: 250%;
  }
  .cta__middle7 {
    height: 170px;
  }
  .cta__middle7__circle {
    margin-top: 70px;
  }
  .cta__middle7__left {
    width: 30%;
  }
  .cta__middle7__right {
    width: 70%;
  }
  .cta__middle7__right__middle {
    margin-top: 10px;
  }
  .cta__middle7__br {
    display: block;
  }
  .cta2__left {
    height: 260px;
    overflow: hidden;
  }
  .cta2__left__image {
    width: 130%;
    right: 80px;
  }
  .cta2__right__bottom {
    font-size: 35px;
  }
  .cta2__right__bottom__image {
    width: 35px;
    position: relative;
    bottom: 1px;
  }
}
@media screen and (max-width: 1000px) {
  .fv__left__top {
    margin-top: 30px;
  }
  .fv__bottom {
    width: 80%;
  }
  .header__top {
    width: 80%;
  }
  .header__top2 {
    width: 85%;
  }
  .header__bottom__wrapper {
    width: 90%;
  }
  .cta__middle2 {
    width: 80%;
  }
  .cta__middle5 {
    width: 80%;
  }
  .cta__middle3 {
    width: 80%;
  }
  .cta__bottom2 {
    width: 75%;
  }
  .cta__middle6 {
    width: 100%;
  }
  .cta__middle7 {
    width: 100%;
  }
  .cta__bottom3 {
    width: 75%;
  }
  .cta2__wrapper {
    width: 80%;
  }
  .cta2__left {
    height: 250px;
  }
  .voice__wrapper {
    width: 85%;
    padding: 0;
  }
  .privacy__content__company {
    width: 100%;
  }
  .privacy__content__access__bottom {
    margin: 10px auto 0;
    width: 100%;
  }
  .privacy__content__pay__middle {
    width: 100%;
  }
  .privacy__content__pay__image {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .header__top {
    width: 90%;
  }
  .header__bottom__wrapper {
    width: 95%;
  }
  .banner__left__bottom__left {
    margin-left: 20px;
  }
  .banner__right__image {
    width: 150px;
  }
  .service__bottom__content {
    width: 48%;
    height: auto;
  }
  .cta__image2 {
    width: 300%;
  }
}
@media screen and (max-width: 800px) {
  .header__top {
    display: none;
  }
  .header__top800 {
    display: flex;
  }
  .header__left {
    width: 80%;
  }
  .header__right {
    width: 20%;
  }
  .header__right__top2 {
    display: none;
  }
  .header__bottom {
    display: none;
  }
  .header__bottom800 {
    display: flex;
  }
  .bar {
    display: block;
  }
  .fv__wrapper {
    display: none;
  }
  .fv__wrapper800 {
    display: block;
  }
  .fv__left__middle {
    width: 80%;
    margin: 0 auto;
    display: block;
    position: relative;
    bottom: 15px;
  }
  .fv__left__top {
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
  }
  .fv__left__top__image__content {
    width: 80px;
    height: 80px;
  }
  .fv__left__top__text {
    right: 0;
  }
  .fv__left__top__text__top {
    margin-top: 22px;
    font-size: 20px;
  }
  .fv__left__top__text__bottom {
    font-size: 20px;
  }
  .fv__right__button {
    display: flex;
    width: 300px;
    margin: 0 auto;
    position: relative;
    bottom: 20px;
    background-color: #003D80;
  }
  .fv__right__button__top {
    width: 50%;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 15px;
  }
  .fv__right__button__bottom {
    width: 50%;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
  }
  .fv__right__button__bottom__wrapper {
    position: relative;
    top: 3px;
  }
  .fv__image {
    display: none;
  }
  .fv__image2 {
    display: block;
  }
  .fv__bottom {
    flex-wrap: wrap;
    margin-top: 180px;
  }
  .fv__bottom__content {
    width: 50%;
  }
  .fv__content2 {
    top: 75px;
  }
  .button {
    margin-top: 500px;
    display: block;
  }
  .banner {
    width: 90%;
    margin-top: 50px;
  }
  .banner__left__top3 {
    padding-top: 20px;
  }
  .banner__left__top4 {
    padding-top: 20px;
  }
  .banner__left__bottom__left {
    font-size: 30px;
  }
  .banner__left__bottom__center {
    width: 70px;
    height: 70px;
  }
  .banner__left__bottom__center__text {
    top: 15px;
    font-size: 12px;
  }
  .banner__left__bottom__right {
    font-size: 30px;
    margin-top: 10px;
  }
  .banner__left__bottom__right__st {
    font-size: 45px;
  }
  .cta__top {
    padding-top: 25px;
    font-size: 18px;
  }
  .cta__top__yellow {
    font-size: 20px;
  }
  .cta__top__yellow__st {
    font-size: 30px;
  }
  .cta__middle7__right__bottom {
    font-size: 30px;
  }
  .cta__middle__left__top {
    font-size: 16px;
    margin-top: 10px;
  }
  .cta__middle__left__feature {
    flex-wrap: wrap;
    margin: 5px auto;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .cta__middle__left__feature__content {
    width: 40%;
    margin: 3px;
    text-align: center;
  }
  .cta__middle__left__tel {
    display: none;
  }
  .cta__middle__right {
    width: 40%;
  }
  .cta__middle__right__image {
    width: 110px;
  }
  .cta__middle3 {
    top: -10px;
  }
  .cta__bottom2 {
    display: block;
    margin: 5px auto 20px;
  }
  .cta__bottom3 {
    display: block;
  }
  .cta__bottom3__button {
    display: block;
  }
  .cta__bottom__mail {
    width: 80%;
    margin: 20px auto 0;
    display: none;
  }
  .cta__bottom__line {
    width: 80%;
    margin: 10px auto;
    display: none;
  }
  .cta__br {
    display: block;
  }
  .cta__image {
    width: 300%;
  }
  .cta__image3 {
    width: 300%;
  }
  .cta3 {
    overflow: hidden;
  }
  .cta2__wrapper {
    margin-bottom: 5px;
  }
  .cta2__left {
    width: 0%;
    height: auto;
  }
  .cta2__right {
    width: 100%;
  }
  .cta2__right__bottom {
    text-align: center;
    display: none;
  }
  .cta2__image800 {
    display: block;
  }
  .cta2__bottom3 {
    display: block;
  }
  .footer {
    display: none;
  }
  .footer800 {
    display: block;
  }
  .compare {
    width: 90%;
  }
  .compare__table__th__here {
    font-size: 11px;
  }
  .compare__table__br {
    display: block;
  }
  .compare__table__here {
    font-size: 10px;
  }
  .compare__table__normal {
    font-size: 10px;
  }
  .compare__table__left {
    font-size: 11px;
  }
  .reason {
    width: 90%;
  }
  .contact__wrapper {
    width: 90%;
  }
  .flow {
    width: 90%;
  }
  .flow__bottom {
    flex-wrap: wrap;
  }
  .flow__bottom__content {
    width: 100%;
    height: auto;
  }
  .flow__bottom__content__middle {
    width: 50%;
    margin: 70px auto 0;
  }
  .flow__bottom__arrow {
    height: 50px;
    margin: 0 auto;
  }
  .flow__bottom__arrow__image {
    display: none;
  }
  .flow__bottom__arrow__image2 {
    display: block;
  }
  .voice__wrapper {
    width: 90%;
  }
  .voice__middle {
    margin-bottom: 30px;
  }
  .voice__bottom {
    flex-wrap: wrap;
  }
  .voice__bottom__content {
    width: 100%;
  }
  .voice__bottom__content__bottom {
    font-size: 14px;
  }
  .voice__bottom__content__top__left {
    font-size: 15px;
    margin-left: 130px;
    padding-top: 0;
  }
  .voice__bottom__content__top__left__st {
    font-size: 22px;
  }
  .voice__bottom__content__top__right {
    left: 20px;
  }
  .voice__bottom__content:nth-child(2), .voice__bottom__content:nth-child(3) {
    margin: 25px 0 0;
  }
  .area {
    width: 90%;
  }
  .area__bottom {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .area__bottom__content {
    width: 100%;
    margin: 10px;
  }
  .question__wrapper {
    width: 90%;
  }
  .service {
    width: 90%;
  }
  .maker {
    width: 90%;
  }
  .maker__middle {
    font-size: 14px;
  }
  .maker__bottom {
    width: 90%;
  }
  .maker__br {
    display: block;
  }
  .privacy__text {
    font-size: 20px;
  }
  .privacy__content__wrapper {
    width: 80%;
  }
  .privacy__content__pay__middle__content {
    margin: 10px auto;
    width: 32%;
  }
  .menu__button {
    display: none;
  }
  .menu__button800 {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .button {
    margin-top: 400px;
  }
  .banner {
    margin-top: 50px;
  }
  .banner__left__top2 {
    font-size: 18px;
    padding-top: 15px;
  }
  .banner__left__bottom__left {
    font-size: 25px;
    margin-top: 12px;
  }
  .banner__left__bottom__center {
    width: 60px;
    height: 60px;
    line-height: 13px;
  }
  .banner__left__bottom__center__text {
    font-size: 10px;
    top: 16px;
  }
  .banner__left__bottom__right {
    font-size: 25px;
  }
  .banner__left__bottom__right__st {
    font-size: 35px;
  }
  .contact__wrapper {
    margin: 0 auto;
  }
  .contact__bottom__content__left {
    width: 10%;
  }
  .contact__bottom__content__center {
    width: 23%;
  }
  .contact__bottom__content__right {
    width: 67%;
  }
  .privacy__content__company {
    padding: 50px 20px;
  }
  .cta__middle7 {
    height: 150px;
  }
  .cta__middle7__left__image {
    width: 110px;
  }
  .cta__middle7__right__top {
    line-height: 18px;
  }
  .cta__middle7__right__middle {
    font-size: 12px;
    margin-top: 5px;
  }
  .cta__middle7__right__bottom {
    font-size: 25px;
  }
  .cta__middle7__circle {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .button {
    margin-top: 300px;
  }
  .fv__wrapper800 {
    width: 100%;
  }
  .fv__image2 {
    margin-top: 150px;
  }
  .fv__bottom {
    margin-top: 100px;
    width: 90%;
  }
  .banner {
    overflow: hidden;
  }
  .banner__left__bottom {
    padding-bottom: 30px;
  }
  .banner__left__bottom2 {
    padding-bottom: 10px;
  }
  .banner__right__image {
    left: -40px;
    bottom: -25px;
  }
  .cta__middle__left__top {
    font-size: 14px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
  }
  .cta__middle7 {
    height: 130px;
  }
  .cta__middle7__left__image {
    width: 100px;
  }
  .cta__middle7__right__top {
    margin-top: 15px;
    padding: 5px;
  }
  .cta__middle7__right__bottom {
    font-size: 22px;
    margin-top: 5px;
  }
  .cta__middle7__circle {
    margin-top: 50px;
  }
  .cta__middle7__circle__triangle {
    width: 13px;
    height: 10px;
    top: 9.7px;
    left: 12px;
  }
  .cta2__right {
    padding: 15px;
  }
  .cta2__right__top__br {
    display: none;
  }
  .cta2__right__top__br600 {
    display: block;
  }
  .reason {
    display: none;
  }
  .reason600 {
    display: block;
  }
  .flow__bottom__content__middle {
    width: 70%;
    margin: 70px auto 0;
  }
  .flow__bottom__content__bottom {
    font-size: 14px;
  }
  .service__bottom__content {
    width: 47%;
    height: auto;
  }
  .service__bottom__content__top {
    font-size: 12px;
    line-height: 18px;
  }
  .service__bottom__content__top__st {
    font-size: 14px;
  }
  .service__bottom__content__bottom__letter__image {
    margin-left: 0;
  }
  .contact__bottom__content {
    margin-bottom: 20px;
    margin-top: 3px;
    flex-wrap: wrap;
  }
  .contact__bottom__content__left {
    width: 100%;
  }
  .contact__bottom__content__center {
    display: none;
  }
  .contact__bottom__content__center600 {
    display: inline;
  }
  .contact__bottom__content__right {
    padding-top: 5px;
    width: 100%;
  }
  .privacy__content__company {
    padding: 30px 20px;
  }
  .privacy__content__company__content__left {
    padding: 10px;
  }
  .privacy__content__company__content__right {
    padding: 10px;
  }
  .privacy__content__question {
    font-size: 14px;
  }
  .privacy__content__pay__image {
    width: 100%;
  }
  .privacy__content__pay__image__content {
    height: 45px;
  }
}
@media screen and (max-width: 500px) {
  .button {
    margin-top: 200px;
  }
  .banner__left {
    width: 80%;
  }
  .banner__left__top2 {
    font-size: 16px;
    left: 10px;
  }
  .banner__left__bottom__left {
    margin-left: 10px;
    margin-right: 5px;
  }
  .banner__right {
    width: 20%;
  }
  .banner__right__image {
    left: -70px;
  }
  .service__top__ja {
    font-size: 25px;
  }
  .flow__top__ja {
    font-size: 25px;
  }
  .reason__top__ja {
    font-size: 25px;
  }
  .reason__top__ja__st__st {
    font-size: 35px;
  }
  .compare {
    width: 95%;
  }
  .compare__top__ja {
    font-size: 25px;
  }
  .reason600 {
    width: 95%;
  }
  .flow {
    width: 95%;
  }
  .voice__top__ja {
    font-size: 25px;
  }
  .voice__wrapper {
    width: 95%;
  }
  .area {
    width: 95%;
  }
  .area__br {
    display: block;
  }
  .area__image {
    width: 350px;
    margin: 0px auto;
  }
  .question__wrapper {
    width: 95%;
  }
  .question__bottom__content {
    width: 100%;
  }
  .service {
    width: 98%;
  }
  .maker {
    width: 95%;
  }
  .cta__middle__left {
    width: 70%;
  }
  .cta__middle__left__feature {
    margin: 0 auto;
    margin-left: 5px;
    margin-bottom: 10px;
  }
  .cta__middle__left__feature__content {
    margin: 1px;
  }
  .cta__middle__left__tel {
    font-size: 24px;
  }
  .cta__middle__right {
    width: 30%;
  }
  .cta__middle__right__image {
    width: 100px;
    right: 3px;
  }
  .cta__middle2 {
    width: 95%;
  }
  .cta__middle5 {
    width: 95%;
  }
  .cta__middle3 {
    width: 95%;
  }
  .cta__bottom2 {
    width: 80%;
  }
  .cta__bottom3 {
    width: 80%;
  }
  .cta__image {
    width: 350%;
  }
  .cta__image3 {
    width: 350%;
  }
  .cta2__wrapper {
    width: 95%;
  }
  .cta2__image800 {
    right: 30px;
  }
  .footer__following {
    display: block;
  }
  .privacy__content__wrapper {
    width: 95%;
  }
  .privacy__content__access__bottom__image {
    height: 250px;
  }
  .privacy__content__pay__middle__content {
    line-height: 18px;
    font-size: 11px;
  }
  .privacy__content__pay__middle__content__left {
    margin-top: 10px;
    display: block;
  }
  .privacy__link__br {
    display: block;
  }
  .privacy__flow__br {
    display: block;
  }
  .privacy__pay__br {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .header__left__top {
    letter-spacing: 0.5px;
  }
  .header__right__bottom__content {
    padding: 3px 10px;
  }
  .header__bottom800 {
    margin: 8px auto 0;
  }
  .fv__left__top {
    height: 95px;
  }
  .fv__left__top__text__top {
    font-size: 16px;
  }
  .fv__left__top__text__top__no {
    font-size: 12px;
    margin-right: 0;
  }
  .fv__left__top__text__bottom {
    font-size: 16px;
  }
  .fv__left__top__image__content {
    width: 70px;
    height: 70px;
  }
  .fv__left__middle {
    width: 95%;
    position: relative;
    left: 10px;
  }
  .fv__right__button__bottom__yen__top {
    opacity: 0;
  }
  .fv__right__button__bottom__money {
    left: 2px;
  }
  .fv__bottom__content__bottom__st {
    font-size: 22px;
  }
  .fv__bottom__content__bottom__st2 {
    font-size: 18px;
  }
  .fv__bottom__content__label__text {
    bottom: 0;
  }
  .button {
    margin-top: 170px;
  }
  .cta {
    overflow-x: hidden;
  }
  .cta__bottom2 {
    width: 90%;
  }
  .cta__bottom3 {
    width: 90%;
  }
  .cta__image {
    width: 400%;
  }
  .cta__image3 {
    width: 400%;
  }
  .cta__middle7 {
    height: 115px;
    margin: 40px auto 0;
  }
  .cta__middle7__left {
    width: 25%;
  }
  .cta__middle7__left__image {
    width: 90px;
    left: 10px;
  }
  .cta__middle7__right {
    width: 70%;
  }
  .cta__middle7__right__top {
    font-size: 10px;
    margin-left: 15px;
    margin-top: 12px;
  }
  .cta__middle7__right__middle {
    font-size: 10px;
    margin-left: 25px;
    margin-top: 0;
  }
  .cta__middle7__right__bottom {
    margin-top: 0;
    margin-left: 25px;
    font-size: 20px;
  }
  .cta__middle7__circle {
    width: 20px;
    height: 20px;
    right: 7px;
  }
  .cta__middle7__circle__triangle {
    width: 11px;
    height: 9px;
    top: 5.3px;
    left: 7.5px;
  }
  .cta2 {
    overflow-x: hidden;
  }
  .cta2__right {
    padding: 10px;
  }
  .cta2__right__top {
    font-size: 16px;
  }
  .banner {
    overflow-x: hidden;
    margin-top: 30px;
  }
  .banner__left__top2 {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .banner__left__top4 {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .banner__left__bottom {
    padding-bottom: 20px;
  }
  .banner__left__bottom__left {
    font-size: 19px;
    margin-top: 12px;
  }
  .banner__left__bottom__center {
    width: 50px;
    height: 50px;
  }
  .banner__left__bottom__center__text {
    top: 12px;
    transform: scale(0.9);
    display: inline-block;
  }
  .banner__left__bottom__right {
    font-size: 19px;
  }
  .banner__left__bottom__right__st {
    font-size: 25px;
  }
  .banner__right__image {
    width: 130px;
    bottom: -25px;
    left: -60px;
  }
  .maker {
    overflow-x: hidden;
  }
  .maker__top {
    margin-bottom: 20px;
  }
  .maker__middle {
    margin-bottom: 10px;
  }
  .maker__middle__br {
    display: block;
  }
  .maker__bottom {
    width: 70%;
  }
  .maker__bottom__content {
    width: 50%;
    margin: 0;
  }
  .service {
    margin: 60px auto;
    overflow-x: hidden;
  }
  .service__bottom__content {
    padding: 12px 4px;
    margin: 3px auto;
    width: 49%;
  }
  .service__bottom__content__image {
    width: 95%;
    margin: 10px auto 5px;
    display: block;
  }
  .service__bottom__content__bottom__letter {
    font-weight: bold;
  }
  .flow {
    margin: 60px auto;
    overflow-x: hidden;
  }
  .flow__bottom__content__middle {
    height: 150px;
    overflow: hidden;
    margin-top: 60px;
    width: 90%;
    border-radius: 5px;
  }
  .flow__bottom__content__middle__image {
    position: relative;
    bottom: 30px;
  }
  .cta2 {
    margin-bottom: 0;
  }
  .reason600 {
    margin: 60px auto;
    overflow-x: hidden;
  }
  .reason600__content__top__left {
    width: 80px;
    height: 80px;
  }
  .reason600__content__top__left__top {
    font-size: 13px;
  }
  .reason600__content__top__left__bottom {
    font-size: 38px;
  }
  .reason600__content__top__right {
    font-size: 20px;
    margin-top: 25px;
  }
  .reason600__content__top__right2 {
    font-size: 20px;
    margin-top: 10px;
  }
  .reason600__content__image {
    height: 200px;
  }
  .reason600__br {
    display: block;
  }
  .compare {
    margin: 60px auto;
    overflow-x: hidden;
  }
  .compare__table {
    width: 100%;
  }
  .compare__table__th__here {
    padding: 7px 5px;
    font-size: 10px;
  }
  .compare__table__th__normal {
    font-size: 12px;
  }
  .compare__table__here {
    border: 1px solid white;
  }
  .compare__table__left {
    border: 1px solid white;
    border-radius: 3px;
  }
  .compare__table__normal {
    border: 1px solid white;
    padding: 10px 0;
  }
  .voice {
    padding: 60px 0;
    overflow-x: hidden;
  }
  .voice__bottom__content__top__right {
    width: 80px;
  }
  .voice__bottom__content__top__left {
    margin-left: 110px;
    position: relative;
    bottom: 10px;
  }
  .voice__bottom__content__bottom {
    margin: 20px 5px 0;
  }
  .maker {
    margin: 60px auto;
    overflow-x: hidden;
  }
  .area {
    margin: 60px auto;
    overflow-x: hidden;
  }
  .area__middle {
    margin-bottom: 10px;
  }
  .question {
    padding: 20px 10px;
    overflow-x: hidden;
  }
  .question__bottom__content__question__left__letter {
    position: relative;
    top: 3px;
  }
  .question__bottom__content__question__center {
    font-size: 14px;
  }
  .contact {
    overflow-x: hidden;
  }
  .contact__top__ja2 {
    margin: 50px auto 30px;
  }
  .privacy {
    overflow-x: hidden;
    overflow: hidden;
    margin-top: 80px;
  }
  .privacy__image {
    width: 170%;
  }
  .privacy__wrapper {
    height: 97%;
  }
  .privacy__text {
    font-size: 18px;
  }
  .privacy__content {
    padding: 50px 0;
  }
  .privacy__content__company {
    padding: 30px 10px;
  }
  .privacy__content__company__content__left {
    font-size: 13px;
  }
  .privacy__content__company__content__right {
    font-size: 12px;
  }
  .privacy__content__access__bottom__image {
    height: 200px;
  }
  .privacy__content__table__image {
    display: none;
  }
  .privacy__content__table__image2 {
    display: block;
  }
  .contact {
    overflow-x: hidden;
  }
  .contact__bottom__content__right__content {
    font-size: 16px;
  }
  .contact__bottom__content__right__content3 {
    font-size: 16px;
  }
}
input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}/*# sourceMappingURL=style.css.map */