@charset "utf-8";
/* CSS Document */
.sp {
  display: none;
}
body {
  font-family: YuMincho, 'Yu Mincho', serif;
  color: #333;
  line-height: 1.7;
  font-size: 16px;
  background: url(/img/bg03.png) center;
  background-size: cover;
  background-attachment: fixed
}
header img {
  max-width: 100%;
}
#header_u {
  background: url(/img/bg02.png) center top no-repeat;
  background-size: 100%;
  margin-top: -50px;
  position:
    relative;
  padding: 40px 0;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.sec01 span {
  border: 1px solid #dac36b;
  border-radius: 5px;
  padding: 0 15px;
  color: #dac36b;
  display: inline-block;
  margin: 20px 0;
}
p {
  margin-bottom: 1.7em;
}
.sec02 p {
  max-width: 800px;
  margin: 0 auto 20px
}
h2 {
  text-align:
    center;
  font-size: 30px;
  color: #021b3c;
  padding: 0 20px 10px;
  margin-bottom: 20px;
  position:
    relative;
}
h2:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #021b3c;
  position: absolute;
  top: 25px;
  margin-left: -120px;
}
h2:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #021b3c;
  position: absolute;
  top: 25px;
  margin-left: 20px;
}
#header .inner {
  display:
    flex;
  justify-content: space-between;
  align-items: end;
}
#header {
  border-bottom: 3px solid #0b457d;
}
#gnav {
  padding: 5px 0;
  max-width:55%
}
#logo{
  max-width:44%;
}
#gnav ul {
    display: flex;
    border-left: 1px #ddd solid;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
#gnav ul li{
    display: flex;
    align-items: center;
    width: 20%;
    justify-content: center;
    border-right: 1px #ddd solid;
    transition: 0.8s;
    font-size: 14px;
    padding: 5px 5px;
    color: #0b457d;
    font-style: normal;
    font-weight: bold;
}
#gnav ul li:nth-child(9){
   font-size:12px
}

#gnav ul li:hover {
  background: #acb8c9;
  transition: 0.8s;
}

.divleft {

}

.faq h2 {
  /* color:#fff; */
  /* border-bottom:2px solid #fff; */
}
.sz1 {
  font-size: 80%;
}
.sz2 {
  font-size: 90%;
}
.sz3 {
  font-size: 110%;
}
.sz4 {
  font-size: 120%;
}
.sz5 {
  font-size: 130%;
}
.sz6 {
  font-size: 140%;
}
.sz7 {
  font-size: 150%;
}
.sec01 {
  text-align:
    center;
  font-size: 110%;
  font-weight:
    bold;
  background: #021b3c;
  color: #fff;
}
section {
  padding: 40px 0;
}
.bt_area {
  display:
    flex;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between;
}
.h2_tit01 {
  text-align: center;
  margin-bottom: 40px;
}
.review ul {
  max-width: 1000px;
  margin: 0 auto;
}
.review ul li {
  display:
    flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.review ul li:last-child {
  margin-bottom: 0;
}
.review ul li:nth-child(even) {
  flex-flow: row-reverse;
}
.review ul li h5 {
  width: 50px;
  display: block;
  font-weight: bold;
  text-align: center;
}
.review ul li .bubble {
  width: 750px;
}
.review .num {}
.review ul li:nth-child(even) .bubble {
  padding-right: 40px;
}
.review ul li:nth-child(odd) .bubble {
  padding-left: 40px;
}
.review ul li:nth-child(even) .bubble {
  position: relative;
  background: #FFFFFF;
  padding: 20px;
  border: 2px solid #FF5C90;
  color: #333333;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.review ul li:nth-child(even) .bubble:after, .review ul li:nth-child(even) .bubble:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 70px;
}
.review ul li:nth-child(even) .bubble:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 25px;
  border-right-width: 25px;
  margin-top: -12px;
  border-left-color: #FFFFFF;
}
.review ul li:nth-child(even) .bubble:before {
  border-color: rgba(255, 92, 144, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 29px;
  border-right-width: 29px;
  margin-top: -14px;
  margin-left: 2px;
  border-left-color: #FF5C90;
}
/**/
.review ul li:nth-child(odd) .bubble {
  position: relative;
  background: #FFFFFF;
  padding: 20px;
  border: 2px solid #FF5C90;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.review ul li:nth-child(odd) .bubble:after, .review ul li:nth-child(odd) .bubble:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
}
.review ul li:nth-child(odd) .bubble:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 25px;
  border-right-width: 25px;
  margin-top: -12px;
  border-right-color: #FFFFFF;
}
.review ul li:nth-child(odd) .bubble:before {
  border-color: rgba(255, 92, 144, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 29px;
  border-right-width: 29px;
  margin-top: -14px;
  margin-right: 2px;
  border-right-color: #FF5C90;
}
/*header*/
header {
  background: url(/img/bg01.png) center top no-repeat, #fff;
  background-size: 100%;
}
/*point*/
.point {
  /* background: #021b3c; */
}
.point h2 {
  color: #dab453;
}
.point h2:before, .point h2:after {
  background: #dab453;
}
.point ul {
  margin-top: 40px;
}
.point ul li {
  width: 900px;
  background: #fff;
  padding: 20px;
  margin: 0 auto 20px;
}
.point img {
  width: 100%;
  margin-bottom: 20px;
}
.point h3 {
  background: #021b3c;
  padding: 10px 15px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  position:
    relative;
  padding-left: 70px;
}
.num {
  background: #dab453;
  color: #021b3c;
  position:
    absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 150%;
  line-height: 1;
  text-align:
    center;
  padding: 8px;
  background: linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  text-shadow: 0px 0px 5px #fff;
}
.num span {
  font-size: 12px;
  display: block;
}
.point h4 {
  font-weight:
    bold;
  /* text-align:
	center; */
  font-size: 16px;
  /* background: #0b457d; */
  color: #021b3c;
  padding: 8px;
  /* margin-bottom:20px; */
  position:
    relative;
}
.point h4 .num {
  position: absolute;
  background: #fff;
  color: #ff5c90;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: 6px
}
/*reason*/
.reason {
  margin-bottom: 50px;
}
.reason .inner {
  border: 3px solid #795548;
  padding: 5px;
  background: rgb(255 255 255 / 0.3);
}
.r_box {
  border: 1px solid #795548;
  padding: 40px;
  background: rgb(255 255 255 / 0.3);
}
.reason h2 {
  color: #795548;
}
.reason h2:before, .reason h2:after {
  background: #795548;
}
/*flow*/
.flow {
  background: #f1f1f1;
  margin-top: -80px;
}
.flow ul {
  display: flex;
  justify-content: space-between;
}
.flow ul li {
  width: 300px;
  padding: 15px 50px;
  position: relative;
  font-size: 15px;
  border-right: 1px solid #ccc;
}
.flow ul li img {
  width: 100%;
  margin-bottom: 15px;
}
.flow ul li {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 0;
  /* height: 200px; */
  flex-direction: column;
  padding: 0 40px;
  /* max-width: 350px; */
}
.flow_tit {
  text-align:
    center;
  width: 100%;
  font-size: 22px;
  color: #021b3c;
  font-weight:
    bold;
  border-bottom: 1px solid #021b3c;
  margin-bottom: 20px
}
/*greeting*/
.greeting {
  background: #f1f1f1;
}
.g_box {
  display: flex;
  justify-content: space-between;
}
.txt {
  max-width: 800px;
  font-size: 15px;
  padding-left:20px;
}
/*faq*/
.faq {
  /* background: #cfdbec; */
  padding: 40px 0 40px;
}
.faq {
  /* background: #021b3c; */
  color: #fff;
}
.faq h2 {
  color: #dab453;
}
.faq h2:before, .faq h2:after {
  background: #dab453;
}
.faq .inner {
  max-width: 1000px;
  /* background: rgb(255 255 255 / 50%); */
}
dl {
  /* background:#fff; */
  margin-bottom: 20px;
  padding: 15px;
  position:
    relative;
  padding-right: 20px;
}
dt {
  min-height: 60px;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 20px;
  vertical-align: middle;
}
dd {
  /* border-top:1px dotted #ccc; */
  padding-left: 60px;
  min-height: 60px;
  padding-top: 10px;
  display:
    none;
}
dt:before {
  content: "Q.";
  padding: 0 10px;
  line-height: 50px;
  color: #d7b153;
  font-size: 30px;
  margin-right: 20px;
  vertical-align: middle;
  height: 50px;
  position: absolute;
  margin-left: -60px;
  top: 0;
  /* text-shadow: 0 0 3px #fff; */
}
dd:before {
  content: "A.";
  padding: 0 10px;
  line-height: 50px;
  color: #ffef42;
  font-size: 30px;
  margin-right: 20px;
  vertical-align:
    middle;
  margin-left: -60px;
  font-weight:
    bold;
  position:
    absolute;
}
.faq dt:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #d7b153;
  font-size: 18px;
  margin-right: 0.5em;
  position: absolute;
  right: 0px;
  font-size: 30px;
  top: 0;
}
.faq dt.active:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  margin-right: 0.5em;
  position: absolute;
  /* right: 10px; */
  font-size: 30px;
}
/*company*/
.company {
  /* background: rgb(255 255 255 / 0.3); */
  padding-top: 0px;
}
table {
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 20px;
}
th {
  width: 200px;
  padding: 10px 15px;
  border-right: 2px solid #0b457d;
  color: #0b457d;
}
td {
  padding: 10px 15px;
  vertical-align: middle;
}
/***loading***/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fefefe;
  text-align:
    center;
  color: #fff;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
text {
  stroke: #333;
  stroke-width: 0.5px;
  fill: #333;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: textAnime 5s linear;
}
@keyframes textAnime {
  0% {
    stroke-dashoffset: 600;
    fill: transparent;
  }
  50% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #333;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.shiny-btn {
  position: relative;
  display: block;
  width: 100%;
  /* height: 60px; */
  /* line-height: 40px; */
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
  max-width: 480px;
  margin: 20px 10px;
  padding: 10px 0;
  font-weight: bold;
  /* border-radius:10px; */
}
.shiny-btn:hover {
  opacity: 0.7;
}
.shiny-btn span {
  display:
    block;
  font-size: 80%;
  font-weight: normal;
}
.flow a {
  font-size: 80%;
}
.bt {
  background-color: #0b457d;
  box-shadow: 0px 7px 0px 0px rgb(15 22 30);
}
.line {
  background-color: #1fc32e;
  box-shadow: 0px 7px 0px 0px rgb(16 129 26);
}
.shiny-btn {
  margin: 20px 0;
  max-width: 380px;
}
.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.box {
  display: flex;
  max-width: 1000px;
  margin: 0 auto
}
.box figure img {
  padding-right: 20px;
  width: 250px;
}
.p_box {
  max-width: 1000px;
  height: 200px;
  overflow-y:
    scroll;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
}
.p_box p {
  font-size: 14px;
}
footer {
  background: #000;
  padding: 20px 0;
  text-align: center;
  color: #fff;
}
.point_bg {
  width: 100%;
  margin: 0;
  padding: 50px 0 100px;
  position: relative;
  /* top: -150px; */
}
.point_bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #021b3c;
  transform: skewY(-4deg);
  /* transform: rotate(-7deg); */
  z-index: -1;
}
.faq_bg {
  width: 100%;
  margin: 0;
  padding: 50px 0 100px;
  position: relative;
  /* top: 200px; */
  overflow: hidden;
}
.faq_bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #021b3c;
  transform: skewY(-4deg) translateY(-90px);
  z-index: -1;
}
.contact {
  background: #021b3c;
  color: #fff;
}
.contact p {
  margin-bottom: 0;
}
.contact h2 {
  color: #fff;
}
.contact h2:before, .contact h2:after {
  background: #fff;
}
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.Form-Item {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item:nth-child(5) {}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  /* align-items: center; */
  /* display: flex; */
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  color: #021b3c;
  font-size: 14px;
  background: linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  /* background: #545454; */
  color: #021b3c;
  font-weight: bold;
  background: linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  font-size: 20px;
  text-align: center;
}
.sec01 ul {
  display:
    flex;
  max-width: 500px;
  justify-content: space-between;
  margin: 0 auto 20px;
}
.sec01 ul li {
  width: 150px;
  height: 150px;
  display: flex;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.sec01 ul li div {
  width: 120px;
  height: 120px;
  display: flex;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 30px 0;
}
.sec01 ul li {
  background: url(/img/bg_award.png);
  background-size: cover;
}
.sec01 ul li span {
  font-size: 150%;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #fff;
}
.award {
  display: inline-block;
  background: linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  background: -webkit-linear-gradient(0deg, #a38131 0%, #e7c76d 33%, #ffe6c5 62%, #e3c05d 83%, #9d874e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

