@charset "UTF-8";

/* 共通項
***************************************************************************************/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}

img {
  vertical-align: top;
  border: none;
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

.dispPC {
  display: initial !important;
}

.dispSP {
  display: none !important;
}

.wrap {
  margin: auto;
  max-width: 960px;
}

.wrap_out {
  max-width: 1140px;
  margin: auto;
  min-width: 960px;
}

p {
  line-height: 1.4;
}

/* ヘッダー
***************************************************************************************/
header {
  padding: 13px 0;
}

header .wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 1140px;
}

#logo {
  width: 165px;
  margin: 0;
}

.head_right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.head_right div {
  margin: 0 10px 0 0;
}

.head_right div p {
  margin: 0;
  font-size: 11px;
  text-align: center;
}

.head_right div p+p {
  margin-top: 10px;
  font-weight: bold;
  line-height: 1;
}

.head_right div p img {

}

.head_right .contact {
  margin: 0;
  width: 206px;
  text-align: center;
}

.head_right .contact a {
  align-items: center;
  display: flex;
  background: linear-gradient(150deg, rgba(249, 150, 60, 1) 0%, rgba(255, 88, 53, 1) 100%);
  color: #fff;
  height: 46px;
  justify-content: center;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  font-size: 14px;
}

.head_right .contact a.dl {
  background: #fff;
  border: 3px solid #E62200;
  color: #E62200;
  box-sizing: border-box;
}

.head_right .contact.dl a {
  align-items: center;
  display: block;
  background: linear-gradient(150deg, rgba(249, 150, 60, 1) 0%, rgba(255, 88, 53, 1) 100%);
  color: #fff;
  height: 46px;
  justify-content: center;
  padding: 14px 0;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  font-size: 14px;
}


/* メイン
***************************************************************************************/
.top {
  background-image: url(../images/img_vis_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1140px;
}

.top .inner {
  background-image: url("../images/img_vis_illast.png");
  background-position: right 10% top 5%;
  background-repeat: no-repeat;
  background-size: 45%;
  padding: 30px 0 37px;
  max-width: 1140px;
  margin: auto;
}

.top .inner .wrap {
  min-width: 1140px;
}

.top .flex_box {
  display: flex;
  justify-content: space-between;
}

.flex_box.center {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.flex_box.center p {
  margin-top: 0;
}

.top .flex_box div:first-of-type {
  padding: 12px 0 0;
}

.top .flex_box p {
  margin: 30px 0 0;
  font-size: 25px;
  font-weight: bold;
}

.top .flex_box .lead01 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.8;
  color: #064693;
  margin: 0;
}

.top .flex_box .lead02 {
  font-size: 51px;
  font-weight: bold;
  line-height: 1.3;
  color: #064693;
  margin: 10px 0;
}

.top .flex_box .lead02 span {
  font-size: 40px;
}

.lead02 strong {
  background: linear-gradient(90deg, #10736e 0%, #0c6273 40%, #044493 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top .flex_box .lead03 {
  font-size: 100px;
  color: #064693;
  margin: 0 0 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
}

.top .flex_box .lead03 sup {
  vertical-align: middle;
  font-size: 140px;
  line-height: .5;
  display: inline-block;
  margin: 10px 0 0;
}

.top .flex_box+p {
  margin: 50px 0 0 20px;
  text-align: center;
}

.top .flex_box div:last-of-type {
  width: 550px;
  margin: 50px 50px 0 0;
}

.top .flex_box div:last-of-type ul {
  list-style: none;
  margin: 330px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.top .flex_box .cooperation {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center !important;
}

.top .flex_box .cooperation li:first-of-type {
  background: none;
  display: block;
  text-align: center;
  width: 100%;
}

.top .flex_box .cooperation li {
  background: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 20px;
  text-align: center;
}

.top .flex_box .cap {
  margin: 10px 0 0;
}

.top .flex_box .cap span {
  background: linear-gradient(transparent 60%, #FFFE03 60%);
}

a.inquiry_btn {
  align-items: center;
  background-color: #FF6450;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-weight: bold;
  height: 80px;
  text-align: center;
  box-shadow: 0 4px 4px 0px #999;
  font-size: 20px;
  margin: auto;
  justify-content: center;
  width: 340px;
}

a.inquiry_btn.dl {
  background: #fff;
  border: 3px solid #E62200;
  box-sizing: border-box;
  color: #E62200;
}

a.inquiry_btn img {
  vertical-align: text-bottom;
  margin: 0 0 0 12px;
}


.infiniteslide {
  display: none;
}

.infiniteslide img {
  max-height: 60px;
}

.prize {
  padding: 30px 0;
  background-color: #F7F5F5;
  width: 100%;
}

.prize .wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 960px;
}

.prize .wrap p {
  margin: 0;
  color: #064693;
}

.prize .wrap p:first-of-type {
  font-size: 17px;
  font-weight: bold;
  width: 80%;
  line-height: 2;
}

.prize .wrap p:last-of-type {
  width: 20%;
}

.prize .wrap p:last-of-type img {
  width: 100%;
}

.sub_menu {
  align-items: center;
  background-color: #ed793a;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0px #bbb;
  color: #fff;
  display: flex;
  height: 60px;
  justify-content: center;
  list-style: none;
  margin: 50px auto;
  position: sticky;
   top: 10px;
  width: 80%;
  z-index: 50;
}

.sub_menu li:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.sub_menu li a {
  color: #fff;
  font-weight: bold;
  padding: 5px 40px;
  transition: 0.3s;
}

.sub_menu li a:hover {
  opacity: 70%;
  transition: 0.3s;
}

#navi04,#navi045,#navi06 {
  padding-top: 80px;
}

.sec01 {
  padding: 47px 0 15px;
  min-width: 960px;
}

.sec01 h2 {
  color: #064693;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin: 0 0 47px;
}

.sec01 .flex_box {
  display: flex;
  justify-content: space-between;
  filter: drop-shadow(1px 0px 4px #c4d5f8);
  box-shadow: 2px 0px 6px #c4d5f8;
  padding: 40px 2px 75px;
  position: relative;
  background: #fff;
}

.sec01 .flex_box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 97px solid transparent;
  border-left: 97px solid transparent;
  border-top: 53px solid #fff;
  border-bottom: 0;
  bottom: -52px;
  left: 0;
  right: 0;
  margin: auto;
}

.sec01 .flex_box p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

.sec01 .flex_box p+p {
  margin-top: 15px;
}

.sec01 .flex_box>div {
  width: 224px;
  text-align: center;
}

.sec01 .box_flex01>div img {
  width: 260px;
}


.sec02 {
  background: linear-gradient(150deg, rgba(232, 244, 229, 1) 0%, rgba(215, 237, 255, 1) 100%);
  min-width: 960px;
}

.sec02 .wrap_out {
  padding: 50px 0 33px;
  background-image: url(../images/img_sec02_01.png), url(../images/img_sec02_02.png);
  background-repeat: no-repeat;
  background-position: left 8% center, right bottom;
  background-size: contain, auto;
}

.sec02 p {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #064693;
  margin: 0;
}

.sec02 p span {
  display: inline-block;
  background: linear-gradient(105deg, #11746e 0%, #033b84);
  color: #fff;
  font-size: 40px;
  padding: 0 20px 4px;
}

.sec02 p.txt01 {
  margin: 30px 0 15px;
}

.sec02 p.txt02 {
  margin: 15px 0 30px;
}

.sec03 {
  background-color: #E3F2FF;
  padding: 42px 0 60px;
}

.sec03 h2 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #064693;
  margin: 0;
  line-height: 1;
}

.sec03 h3 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #064693;
  margin: 25px 0 0;
  line-height: 1.4;
}

.sec03 p {
  font-size: 14px;
  margin: 25px 0 0;
  text-align: center;
}

.sec03 h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 23px;
  line-height: 1;
  position: relative;
}

.sec03 h4::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 4px;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #064693;
}

.sec03 .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 796px;
  margin: 40px auto 0;
}

.sec03 .flex_box>div {
  width: 190px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 18px 0;
  filter: drop-shadow(0px 0px 4px #c4d5f8);
}

.sec03 .flex_box>div:nth-of-type(n+5) {
  margin-top: 15px;
}

.sec03 .flex_box+p {
  font-size: 24px;
  font-weight: bold;
  margin: 42px 0 0;
}

.sec04 {
  padding: 46px 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(200, 234, 230, 1) 0%, rgba(219, 243, 225, 1) 100%);
}

.sec04 h2 {
  font-size: 26px;
  color: #064693;
  text-align: center;
  margin: 0 0 33px;
  font-weight: bold;
  line-height: 1;
}

.sec04 .wrap>p {
  font-size: 14px;
  margin: 0;
  text-align: center;
  line-height: 1.6;
}

.sec04 h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.4;
  background: linear-gradient(35deg, rgba(39, 120, 190, 1) 0%, rgba(108, 187, 90, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec04 .flex_box {
  display: flex;
  justify-content: space-between;
  width: 796px;
  flex-wrap: wrap;
  margin: 45px auto 0;
}

.sec04 .flex_box>div {
  width: 380px;
  border-radius: 5px;
  padding: 3px;
  background: linear-gradient(90deg, rgba(99, 195, 186, 1) 0%, rgba(151, 221, 170, 1) 100%);
}

.sec04 .flex_box>div>div {
  background-color: #fff;
  border-radius: 5px;
  padding: 24px;
  height: 100%;
}

.sec04 .flex_box>div:nth-of-type(n+3) {
  margin-top: 38px;
}

.sec04 .flex_box p {
  text-align: center;
  margin: 0;
  line-height: 1;
}

.sec04 .flex_box ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1.4;
}

.sec04 .flex_box ul li {
  text-indent: -.6em;
  padding-left: 2em;
}

.sec04 .flex_box ul li::before {
  content: "✓";
  display: inline-block;
  width: .6em;
}

.sec05 {
  background-color: #f8f8f8;
  padding: 45px 0 90px;
}

.sec05 h2 {
  font-size: 18px;
  color: #064693;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1;
}

.sec05 h3 {
  font-size: 26px;
  color: #064693;
  margin: 0 0 40px;
  text-align: center;
  line-height: 1;
}

.sec05 p {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.sec05 p+p {
  margin-top: 65px;
}


.sec06 {
  background-image: url(../images/img_sec06_bg.png);
  padding: 70px 0;
  overflow: hidden;
}

.sec06 h2 {
  font-size: 32px;
  text-align: center;
  margin: 0 0 25px;
  color: #064693;
  line-height: 1;
}

.sec06 .flex_box {
  display: flex;
  width: 800px;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.sec06 .flex_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -30px;
  top: 8%;
  width: 100vw;
  height: 102%;
  background-color: #EDF5FF;
}

.sec06 .flex_box:nth-of-type(2) {
  margin-left: auto;
}

.sec06 .flex_box:nth-of-type(2):before {
  right: auto;
  left: -50px;
  top: 6%;
  width: 100vw;
  height: 102%;
}

.sec06 .flex_box+.flex_box {
  margin-top: 90px;
}

.sec06 .flex_box>div:first-of-type {
  width: 92px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sec06 .flex_box>div:first-of-type p {
  line-height: 1;
  margin: 0;
}

.sec06 .flex_box>div:last-of-type {
  width: 685px;
}

.sec06 .flex_box h3 {
  font-size: 36px;
  color: #064693;
  margin: 10px 0 10px;
  line-height: 1;
}

.sec06 .flex_box:nth-of-type(2) h3 {
  margin-top: 0;
  line-height: 1;
}

.sec06 .flex_box h3 span {
  font-size: 18px;
  line-height: 1;
  display: block;
  margin: 0 0 5px;
}

.sec06 .flex_box>div:last-of-type p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.sec06 .flex_box>div:last-of-type p span {
  color: #FF7900;
}

.sec06 .flex_box>div:last-of-type p+p {
  margin-top: 36px;
}

.sec06 .flex_box>div img {
  max-width: 100%;
}



.sec07 {
  padding: 50px 0;
}

.sec07 h2 {
  font-size: 18px;
  color: #064693;
  text-align: center;
  margin: 0 0 55px;
}

.sec07 p {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.sec07 p span {
  color: #FF7900;
}

.sec07 picture img {
  width: 100%;
}


.sec08 {
  background-color: #F6F6F6;
  padding: 50px 0;
}

.sec08 h2 {
  color: #064693;
  font-size: 32px;
  text-align: center;
  margin: 0 0 60px;
}

.sec08 h2 span {
  font-size: 30px;
}

.sec08 h3 {
  margin: 0 0 0;
  line-height: 1;
  padding: 0 20px;
  transform: translate(0, -70%);
  display: inline-block;
  background: linear-gradient(transparent 50%, #fff 50%);
}

.sec08 h3 span {
  text-shadow: none;
  font-size: 46px;
  background: linear-gradient(90deg, rgba(16, 115, 109, 1) 0%, rgba(3, 59, 132, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 0 8px;
}

.sec08 h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: -20px 0 0;
  display: block;
}

.sec08 h4 span {
  background-color: #064693;
  display: inline-block;
  padding: 4px 25px 7px;
}

.sec08 h4+p {
  color: #064693;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin: 15px 0 0;
}

.sec08 .case_box {
  background-color: #fff;
  width: 792px;
  margin: auto;
  border: 1px solid;
  border-image: radial-gradient(#7f7fff, #7fff7f) 49%;
  box-shadow: 0 0 0px 10px #fff;
  padding: 0 16px 16px;
  text-align: center;
  position: relative;
}

.sec08 .case_box+.case_box {
  margin-top: 50px;
}

.sec08 .flex_box {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin: 20px 0 0;
}

.sec08 .flex_box>div:first-of-type {
  width: 352px;
}

.sec08 .flex_box>div:first-of-type p {
  margin: 0;
}

.sec08 .flex_box>div:last-of-type {
  width: 381px;
}

.sec08 .flex_box ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  font-size: 12px;
  color: #064693;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}

.sec08 .flex_box ul li {
  text-align: center;
  border: 1px solid #064693;
  margin: 5px 5px 0 0;
  min-width: 120px;
  border-radius: 50px;
  padding: 3px 20px;
}

.box01 {
  background-color: #E6E6E6;
  padding: 10px 20px;
  position: relative;
}

.box01::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 29px;
  background-image: url(../images/img_sec08_icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sec08 .box01 p,
.sec08 .box02 p {
  font-size: 13px;
  margin: 10px 0 0;
}

.sec08 .box01 p:first-of-type,
.sec08 .box02 p:first-of-type {
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.box02 {
  background-color: #E3F2FF;
  padding: 20px 20px 10px;
  margin-top: 10px;
}



.sec09 {
  padding: 80px 0;
}

.sec09 h2 {
  color: #064693;
  font-size: 32px;
  margin: 0 0 50px;
  text-align: center;
}

.sec09 h3 {
  color: #064693;
  font-size: 24px;
  margin: 0;
  background: linear-gradient(90deg, rgba(16, 115, 109, 1) 0%, rgba(3, 59, 132, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec09 h3+p {
  font-size: 14px;
  margin: 25px 0 0;
}

.sec09 .box_flex01,
.sec09 .box_flex02,
.sec09 .box_flex03,
.sec09 .box_flex04,
.sec09 .box_flex05 {
  display: flex;
  width: 594px;
  box-shadow: 2px 2px 6px #99d9d5;
  border-radius: 6px;
  padding: 30px 25px 30px 5px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.sec09 .box_flex01 {
  margin-top: 105px;
}

.sec09 .box_flex02,
.sec09 .box_flex03,
.sec09 .box_flex04,
.sec09 .box_flex05 {
  margin-top: 93px;
}

.sec09 .box_flex01>div:last-of-type,
.sec09 .box_flex02>div:last-of-type,
.sec09 .box_flex03>div:last-of-type,
.sec09 .box_flex04>div:last-of-type {
  width: 370px;
}

.sec09 .box_flex05>div:last-of-type {
  width: 467px;
}

.sec09 .box_flex01>div:first-of-type,
.sec09 .box_flex02>div:first-of-type,
.sec09 .box_flex03>div:first-of-type,
.sec09 .box_flex04>div:first-of-type {
  width: 177px;
}

.sec09 .box_flex05>div:first-of-type {
  width: 277px;
}

.sec09>div>div>div p {
  font-size: 14px;
  font-weight: bold;
  margin: 27px 0 0;
  line-height: 1.6;
}

.sec09>div>div>div img {
  width: 100%;
}

.sec09 .box_flex01 {
  margin-left: 96px;
}

.sec09 .box_flex02 {
  margin-left: 286px;
}

.sec09 .box_flex03 {
  margin-left: 127px;
}

.sec09 .box_flex04 {
  margin-left: 175px;
}

.sec09 .box_flex05 {
  width: 815px;
}

.sec09 .box_flex01::before,
.sec09 .box_flex02::before,
.sec09 .box_flex03::before,
.sec09 .box_flex04::before,
.sec09 .box_flex05::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, rgba(151, 216, 212, 1) 0%, rgba(62, 126, 187, 1) 100%);
  width: 403px;
  height: 220px;
  z-index: -1;
  border-radius: 5px;
}

.sec09 .box_flex01::before {
  right: -269px;
  top: -32px;
}

.sec09 .box_flex02::before {
  left: -285px;
  top: -42px;
}

.sec09 .box_flex03::before {
  right: -238px;
  top: -42px;
}

.sec09 .box_flex04::before {
  left: -175px;
  top: -42px;
}

.sec09 .box_flex05::before {
  width: 445px;
  height: 304px;
  right: -144px;
  top: -42px;
}

.sec09 .box_flex05>div:last-of-type ul {
  margin: 27px 0 27px 1.5em;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

.sec09 .box_flex05>div:last-of-type p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}


.sec10 {
  padding: 50px 0;
}

.sec10 h2 {
  color: #064693;
  text-align: center;
  font-size: 40px;
  margin: 0 0 50px;
}

.sec10 h2 span {
  font-size: 30px;
}

.sec10 h2+p {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin: 60px 0;
}

.sec10 h3 {
  font-size: 30px;
  color: #064693;
  margin: 0;
  line-height: 1.2;
}

.sec10 h3+p {
  margin-top: 15px;
}

.sec10 .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec10 .flexbox+.flexbox {
  margin-top: 50px;
}

.sec10 .flexbox>div:first-of-type {
  width: 583px;
}

.sec10 p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.sec10 .flexbox>div:first-of-type p+p {
  margin-top: 22px;
}

.sec10 .flexbox>div:last-of-type p+p {
  margin-top: 20px;
}

.sec10 p img {
  width: 100%;
}

.sec10 .flexbox>div:first-of-type {
  padding: 30px;
  position: relative;
}

.sec10 .flexbox>div:first-of-type::before,
.sec10 .flexbox>div:first-of-type::after {
  content: '';
  width: 15px;
  height: 100%;
  position: absolute;
}

.sec10 .flexbox>div:first-of-type::before {
  border-left: solid 5px #10736d;
  border-top: solid 5px #10736d;
  border-bottom: solid 5px #10736d;
  top: 0;
  left: 0;
}

.sec10 .flexbox>div:first-of-type::after {
  border-right: solid 5px #10736d;
  border-top: solid 5px #10736d;
  border-bottom: solid 5px #10736d;
  top: 0;
  right: 0;
}

.inquiry {
  background: linear-gradient(98deg, rgba(99, 196, 185, 1) 0%, rgba(150, 220, 169, 1) 100%);
  padding: 32px 0 55px;
}

.inquiry .wrap {
  min-width: 960px;
}

.inquiry h2 {
  font-size: 28px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin: 0 0 48px;
  line-height: 1.4;
}

.inquiry p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 0;
}

.inquiry p+p {
  margin-top: 14px;
}

.inquiry a {
  background-color: #FF6450;
  width: 340px;
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  text-align: center;
  box-shadow: 0 4px 4px 0px #999;
  font-size: 20px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.inquiry a img {
  margin: 0 0 0 12px;
}

.company {
  margin: 0;
  padding: 100px 0;
}

.company p {
  margin: 0 auto 55px;
  width: 290px;
  text-align: center;
}

.company p img {
  width: 100%;
}

.company table {
  width: 677px;
  margin: 0 auto;
  border: none;
  font-size: 16px;
  border-spacing: 0;
}

.company table td,
.company table th {
  background: #f2f9fb;
  padding: 14px 16px;
}

.company table th {
  padding: 14px 22px 14px 60px;
  text-align: left;
  font-weight: normal;
  position: relative;
}

.company table th::after {
  content: ":";
  display: block;
  position: absolute;
  right: 0;
  top: 0.7em;
}

.company table tr:nth-child(even) td,
.company table tr:nth-child(even) th {
  background: #fff;
}

.fix_bar {
  background-color: #B3EACA;
}

.fix_bar .wrap {
  width: 720px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
}

.fix_bar .wrap .flex_box {
  margin-top: 0;
}

.fix_bar p {
  margin: 0;
  line-height: 1.4;
  text-align: left;
  font-size: 14px;
  color: #064693;
  font-weight: bold;
}

.fix_bar p:first-of-type {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}

.fix_bar p:first-of-type span {
  color: #FF7900;
}

.fix_bar a {
  background-color: #FF6450;
  color: #fff;
  width: 240px;
  text-align: center;
  padding: 16px 0;
  border-radius: 100px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: center;
}

.fix_bar a img {
  width: 14px;
  margin: 0 0 0 8px;
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

#nav {
  position: fixed;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 19px;
  top: 50%;
  right: 3%;
  z-index: 50;
  transform: translate(0, -50%);
  display: none;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 5px #909090;
}

#nav::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 68%;
  background-color: #0387b4;
  top: 35px;
  left: 28px;
}

#nav li {
  margin: 10px 0;
  position: relative;
  z-index: 5;
}

#nav li a {
  color: #909090;
  font-weight: bold;
  padding: 0 8px 0 26px;
  display: block;
}

#nav li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #064693;
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}

#nav li a.now {
  color: #064693;
}

#nav li a.now::after {
  background-color: #064693;
}

#nav li {
  position: relative;
  padding: 0 0 0 0;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 19px;
}

/* フッター
***************************************************************************************/
footer {
  background-color: #ebebeb;
  padding: 32px 0;
}

footer .wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

footer .wrap p {
  margin: 0;
  line-height: 1;
  font-size: 14px;
}

footer .wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: flex;
  font-size: 14px;
}

footer .wrap ul li {
  margin: 0 0 0 30px;
}

footer .wrap ul a {
  color: inherit;
}

#nav {
  display: none;
}



@media screen and (min-width:769px) {

  .btn:hover,
  footer .wrap ul a:hover {
    opacity: .7;
    transition: all 0.5s;
  }

  #nav li a:hover {
    color: #064693;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

/* スマホ用
***************************************************************************************
***************************************************************************************
***************************************************************************************
***************************************************************************************/
@media screen and (max-width:768px) {
  html {
    font-size: calc(100vmin / 32);
  }

  body {
    line-height: 1;
  }

  .dispPC {
    display: none !important;
  }

  .dispSP {
    display: initial !important;;
  }

  img {
    width: 100%;
    vertical-align: top;
  }

  .wrap {
    width: auto;
    margin: auto;
    padding: 0 3.125vmin;
  }

  .wrap_out {
    max-width: auto;
    margin: auto;
    min-width: auto;
  }

  .inner {
    width: auto;
    margin: auto;
  }

  /* ヘッダー
***************************************************************************************/
  header {
    padding: 3.15vmin 0;
  }

  header .wrap {
    flex-wrap: wrap;
    width: auto;
  }

  #logo {
    margin: 2vw 0;
    text-align: center;
  }

  #logo img {
    width: 40vmin;
  }

  .head_right {
    flex-wrap: wrap;
    gap: 2vw;
    justify-content: center;
    margin-top: 3vw;
    width: 100%;
  }

  .head_right div {
    margin: 0 3vmin 0 0;
    position: absolute;
     top: 6vw;
     right: 3vw;
    width: 40%;
  }

  .head_right div p {
    margin: 0;
    font-size: 3.4375vmin;
    text-align: center;
    line-height: 1;
  }

  .head_right div p+p {
    margin-top: 2vmin;
    font-size: 2.4vmin
  }

  .head_right .contact {
    margin: 0;
    width: 48%;
  }

  .head_right .contact a {
    padding: 2vmin 0 2vmin 0;
    font-size: 3vmin;
    text-align: center;
  }

  .head_right .contact a::after {
    content: ">";
    margin-left: 4vmin;
    font-weight: bold;
    display: none;
  }


  /* メイン
***************************************************************************************/
  .top {
    min-width: auto;
  }

  .top .inner {
    background-position: right top 22%;
    padding: 7vmin 0;
    max-width: auto;
    margin: auto;
    background-size: 50%;
  }

  .top .inner .wrap {
    min-width: auto;
  }

  .top .flex_box {
    flex-direction: column;
  }

  .flex_box.center {
    gap: 5vw;
    width: 100%;
  }

  .flex_box.center p {
    width: 100%;
  }

  .top .flex_box div:first-of-type {
    padding: 0 0 0;
  }

  .top .flex_box p {
    margin: 0 0 0;
    font-size: 4vmin;
  }

  .top .flex_box .lead01 {
    font-size: 5vmin;
  }

  .top .flex_box .lead02 {
    font-size: 10vmin;
    margin: 3vmin 0;
  }

  .top .flex_box .lead02 span {
    font-size: 6vmin;
  }

  .top .flex_box .lead03 {
    font-size: 15vmin;
    margin: 0 0 0;
  }

  .top .flex_box .lead03 sup {
    font-size: 20vmin;
    margin: 3vmin 0 0;
  }

  .top .flex_box+p {
    margin: 10vmin 0 0 0;
  }

  .top .flex_box div:last-of-type {
    width: auto;
    margin: 5vmin 3vmin 0;
  }

  .top .flex_box div:last-of-type ul {
    margin: 2vw 0 0;
  }

  .top .flex_box .cooperation {
    gap: 1.5vw;
  }

  .top .flex_box .cooperation li {
    border-radius: 1vw;
    font-size: 4.2vw;
    padding: 2vw 5vw;
  }

  a.inquiry_btn {
    width: auto;
    height: 13vw;
    font-size: 4vmin;
  }

  a.inquiry_btn.dl {
    padding-left: 1vw;
  }

  a.inquiry_btn img {
    margin: 0 0 0 1vmin;
    width: 4vmin;
  }

  .infiniteslide img {
    max-height: 90px;
  }

  .prize {
    padding: 30px 0;
    background-color: #F7F5F5;
    min-width: auto;
  }

  .prize .wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .prize .wrap p {
    margin: 0;
    color: #064693;
  }

  .prize .wrap p:first-of-type {
    font-size: 3.5vmin;
    margin: 0 20px;
    width: 60vmin;
  }

  .prize .wrap p:last-of-type{
    width: 30%;
  }

  .sub_menu {
    border-radius: 2vw;
    display: block;
    height: auto;
    padding: 2vw 4vw;
    position: static;
    text-align: center;
    width: 90%;
  }
  .sub_menu li {
    font-size: 4vw;
    padding: 2vw 1vw;
  }

  .sub_menu li a {
    display: block;
    padding: 2vw 1vw;
  }

  .sub_menu li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
    border-right: none;
  }


  .sec01 {
    padding: 5vmin 0;
    min-width: auto;
  }

  .sec01 h2 {
    font-size: 5vmin;
    margin: 0 0 7vmin;
  }

  .sec01 .flex_box {
    padding: 7vmin 2vmin;
    flex-wrap: wrap;
  }

  .sec01 .flex_box p {
    font-size: 3.2vmin;
    margin: 0;
  }

  .sec01 .flex_box p+p {
    margin: 3vmin 0;
  }

  .sec01 .flex_box>div {
    width: 40vmin;
  }

  .sec02 {
    min-width: auto;
  }

  .sec02 .wrap_out {
    padding: 10vmin 0 8vmin;
  }

  .sec02 p {
    font-size: 5vmin;
  }

  .sec02 p span {
    font-size: 6vmin;
    padding: 2vmin 5vmin;
  }

  .sec02 p.txt01 {
    margin: 7vmin 0 3vmin;
  }

  .sec02 p.txt02 {
    margin: 3vmin 0 7vmin;
  }

  .sec03 {
    padding: 10vmin 0;
  }

  .sec03 h2 {
    font-size: 4vmin;
  }

  .sec03 h3 {
    font-size: 6vmin;
    margin: 5vmin 0 0;
  }

  .sec03 p {
    font-size: 3vmin;
    margin: 5vmin 0 0;
  }

  .sec03 h4 {
    font-size: 3.5vmin;
    margin: 0 0 5vmin;
  }

  .sec03 .flex_box {
    width: auto;
    margin: 6vmin auto 0;
  }

  .sec03 .flex_box>div {
    width: 48%;
    padding: 4vmin 5vmin;
  }

  .sec03 .flex_box>div:nth-of-type(n+3) {
    margin-top: 3vmin;
  }

  .sec03 .flex_box+p {
    font-size: 4vmin;
    margin: 10vmin 0 0;
  }

  .sec04 {
    padding: 10vmin 0;
  }

  .sec04 h2 {
    font-size: 6vmin;
    margin: 0 0 8vmin;
  }

  .sec04 .wrap>p {
    font-size: 3vmin;
    text-align: left;
  }

  .sec04 h3 {
    font-size: 4vmin;
    margin: 0 0 4vmin;
  }

  .sec04 .flex_box {
    width: auto;
    margin: 8vmin auto 0;
  }

  .sec04 .flex_box>div {
    width: 48%;
    padding: 3px;
  }

  .sec04 .flex_box>div>div {
    padding: 3vmin;
    height: 100%;
  }

  .sec04 .flex_box>div:nth-of-type(n+3) {
    margin-top: 4vmin;
  }


  .sec04 .flex_box ul {
    margin: 1vmin 0 0;
    font-size: 3vmin;
  }


  .sec05 {
    padding: 10vmin 0;
  }

  .sec05 h2 {
    font-size: 4vmin;
    margin: 0 0 7vmin;
    line-height: 1;
  }

  .sec05 h3 {
    font-size: 6vmin;
    margin: 0 0 7vmin;
    line-height: 1.4;
  }

  .sec05 p {
    font-size: 3vmin;
  }

  .sec05 p+p {
    margin-top: 8vmin;
  }


  .sec06 {
    padding: 10vmin 0;
  }

  .sec06 h2 {
    font-size: 6vmin;
    margin: 0 0 4vmin;
  }

  .sec06 .flex_box {
    display: flex;
    width: auto;
    justify-content: space-between;
    position: relative;
    z-index: 10;
  }

  .sec06 .flex_box::before {
    left: 0;
    top: 12%;
    width: 5vmin;
    height: 100%;
  }

  .sec06 .flex_box:nth-of-type(2) {
    margin-left: auto;
  }

  .sec06 .flex_box:nth-of-type(2):before {
    right: 0%;
    left: auto;
    top: 12%;
    width: 5vmin;
    height: 100%;
  }

  .sec06 .flex_box+.flex_box {
    margin-top: 10vmin;
  }

  .sec06 .flex_box>div:first-of-type {
    width: 20vmin;
  }

  .sec06 .flex_box>div:first-of-type p:first-of-type {
    font-size: 12vmin;
  }

  .sec06 .flex_box>div:first-of-type p:last-of-type {
    font-size: 4vmin;
    padding: .3vmin 0 .9vmin;
  }

  .sec06 .flex_box>div:last-of-type {
    width: auto;
    margin-left: 3vmin;
  }

  .sec06 .flex_box h3 {
    font-size: 7vmin;
    margin: 5vmin 0 2vmin;
  }


  .sec06 .flex_box h3 span {
    font-size: 4vmin;
  }

  .sec06 .flex_box>div:last-of-type p {
    font-size: 3vmin;
  }


  .sec06 .flex_box>div:last-of-type p+p {
    margin-top: 8vmin;
  }

  .sec06 .flex_box>div img {
    max-width: 100%;
  }



  .sec07 {
    padding: 10vmin 0;
  }

  .sec07 h2 {
    font-size: 4vmin;
    margin: 0 0 10vmin;
  }

  .sec07 p {
    font-size: 5vmin;
    font-weight: bold;
  }

  .sec07 picture img {
    width: 100%;
  }


  .sec08 {
    padding: 10vmin 0;
  }

  .sec08 h2 {
    font-size: 7vmin;
    margin: 0 0 15vmin;
  }

  .sec08 h2 span {
    font-size: 30px;
  }

  .sec08 h3 {
    padding: 0 4vmin;
  }

  .sec08 h4 {
    font-size: 4vmin;
    margin: -4vmin 0 0;
  }

  .sec08 h4 span {
    padding: 1.5vmin 6vmin 2vmin;
  }

  .sec08 h4+p {
    font-size: 3.2vmin;
    margin: 15px 0 0;
  }

  .sec08 .case_box {
    width: auto;
    box-shadow: 0 0 0px 2vmin #fff;
    padding: 0 2vmin 2vmin;
  }

  .sec08 .case_box+.case_box {
    margin-top: 12vmin;
  }

  .sec08 .flex_box {
    margin: 4vmin 0 0;
  }

  .sec08 .flex_box>div:first-of-type {
    width: 38%;
  }

  .sec08 .flex_box>div:first-of-type p {
    margin: 0;
  }

  .sec08 .flex_box>div:last-of-type {
    width: 60%;
  }

  .sec08 .flex_box ul {
    margin: 3vmin 0 0;
    font-size: 2.6vmin;
  }

  .sec08 .flex_box ul li {
    margin: 1vmin 1vmin 9 9;
    min-width: 20vmin;
    padding: 1vmin 4vmin;
  }

  .box01 {
    padding: 2vmin 3vmin;
    position: relative;
  }


  .sec08 .box01 p,
  .sec08 .box02 p {
    font-size: 3vmin;
    margin: 2vmin 0 0;
  }

  .sec08 .box01 p:first-of-type,
  .sec08 .box02 p:first-of-type {
    font-size: 3vmin;
  }

  .box02 {
    padding: 4vmin 3vmin 2vmin;
    margin-top: 2vmin;
  }



  .sec09 {
    padding: 10vmin 0;
  }

  .sec09 h2 {
    font-size: 6vmin;
    margin: 0 0 10vmin;
    line-height: 1.4;
  }

  .sec09 h3 {
    font-size: 5vmin;
  }

  .sec09 h3+p {
    font-size: 3vmin;
    margin: 25px 0 0;
  }

  .sec09 .box_flex01,
  .sec09 .box_flex02,
  .sec09 .box_flex03,
  .sec09 .box_flex04,
  .sec09 .box_flex05 {
    display: flex;
    width: auto;
    border-radius: 6px;
    padding: 30px 25px 30px 5px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #fff;
  }

  .sec09 .box_flex01 {
    margin-top: 10vmin;
  }

  .sec09 .box_flex02,
  .sec09 .box_flex03,
  .sec09 .box_flex04,
  .sec09 .box_flex05 {
    margin-top: 10vmin;
  }

  .sec09 .box_flex01>div:last-of-type,
  .sec09 .box_flex02>div:last-of-type,
  .sec09 .box_flex03>div:last-of-type,
  .sec09 .box_flex04>div:last-of-type {
    width: 90vmin;
  }

  .sec09 .box_flex05>div:last-of-type {
    width: 90vmin;
  }

  .sec09 .box_flex01>div:first-of-type,
  .sec09 .box_flex02>div:first-of-type,
  .sec09 .box_flex03>div:first-of-type,
  .sec09 .box_flex04>div:first-of-type {
    width: 30%;
  }

  .sec09 .box_flex05>div:first-of-type {
    width: 30%;
  }

  .sec09>div>div>div p {
    font-size: 3vmin;
    margin: 5vmin 0 0;
  }

  .sec09>div>div>div img {
    width: 100%;
  }

  .sec09 .box_flex01 {
    margin-left: auto;
  }

  .sec09 .box_flex02 {
    margin-left: auto;
  }

  .sec09 .box_flex03 {
    margin-left: auto;
  }

  .sec09 .box_flex04 {
    margin-left: auto;
  }

  .sec09 .box_flex05 {
    width: auto;
  }

  .sec09 .box_flex01::before,
  .sec09 .box_flex02::before,
  .sec09 .box_flex03::before,
  .sec09 .box_flex04::before,
  .sec09 .box_flex05::before {
    width: 90vmin;
    height: 100%;
    z-index: -1;
  }

  .sec09 .box_flex01::before {
    right: -3vmin;
    top: -5vmin;
  }

  .sec09 .box_flex02::before {
    left: -3vmin;
    top: -5vmin;
  }

  .sec09 .box_flex03::before {
    right: -3vmin;
    top: -5vmin;
  }

  .sec09 .box_flex04::before {
    left: -3vmin;
    top: -5vmin;
  }

  .sec09 .box_flex05::before {
    width: 90vmin;
    height: 100%;
    right: -3vmin;
    top: -5vmin;
  }

  .sec09 .box_flex05>div:last-of-type ul {
    margin: 5vmin 0 5vmin 1.5em;
    padding: 0;
    font-size: 3.5vmin;
  }

  .sec09 .box_flex05>div:last-of-type p {
    font-size: 3.5vmin;
  }


  .sec10 {
    padding: 10vmin 0;
  }

  .sec10 h2 {
    font-size: 7vmin;
    margin: 0 0 10vmin;
  }

  .sec10 h2 span {
    font-size: 5vmin;
  }

  .sec10 h2+p {
    font-size: 5vmin;
    margin: 10vmin 0;
  }

  .sec10 h3 {
    font-size: 4vmin;
  }

  .sec10 h3+p {
    margin-top: 3vmin;
  }

  .sec10 .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .sec10 .flexbox+.flexbox {
    margin-top: 50px;
  }

  .sec10 .flexbox>div:first-of-type {
    width: auto;
  }

  .sec10 p {
    margin: 0;
    font-size: 3.5vmin;
    line-height: 1.6;
  }

  .sec10 .flexbox>div:first-of-type p+p {
    margin-top: 4vmin;
  }

  .sec10 .flexbox>div:last-of-type {
    display: flex;
    margin-top: 5vmin;
  }

  .sec10 .flexbox>div:last-of-type p+p {
    margin: 0 0 0 2vmin;
  }

  .sec10 p img {
    width: 100%;
  }

  .sec10 .flexbox>div:first-of-type {
    padding: 4vmin;
    position: relative;
  }

  .sec10 .flexbox>div:first-of-type::before,
  .sec10 .flexbox>div:first-of-type::after {
    content: '';
    width: 4vmin;
    height: 100%;
    position: absolute;
  }

  .sec10 .flexbox>div:first-of-type::before {
    border-left: solid 3px #10736d;
    border-top: solid 3px #10736d;
    border-bottom: solid 3px #10736d;
    top: 0;
    left: 0;
  }

  .sec10 .flexbox>div:first-of-type::after {
    border-right: solid 3px #10736d;
    border-top: solid 3px #10736d;
    border-bottom: solid 3px #10736d;
    top: 0;
    right: 0;
  }



  .inquiry {
    padding: 8vmin 0;
  }

  .inquiry .wrap {
    min-width: auto;
  }

  .inquiry h2 {
    font-size: 4.5vmin;
    margin: 0 0 6vmin;
  }

  .inquiry p {
    font-size: 4vmin;
    margin: 0;
  }

  .inquiry p+p {
    margin-top: 4vmin;
  }

  .inquiry a {
    width: auto;
    padding: 4vmin 0;
    font-size: 4vmin;
  }

  .inquiry a img {
    margin: 0 0 0 1vmin;
    width: 4vmin;
  }





  .company {
    margin: 0;
    padding: 10vmin 0;
  }

  .company p {
    margin: 0 auto 6vmin;
    width: 50vmin;
    text-align: center;
  }

  .company table {
    width: auto;
    margin: 0 auto;
    border: none;
    font-size: 3.4vmin;
    border-spacing: 0;
    line-height: 1.4;
  }

  .company table td,
  .company table th {
    background: #f2f9fb;
    padding: 3.125vmin;
  }

  .company table th {
    padding: 3.125vmin;
    text-align: left;
    font-weight: normal;
    position: relative;
    width: 20vmin;
  }

  .company table th::after {
    content: ":";
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - .6em);
  }


  .fix_bar {
    display: none;
  }

  .fix_bar .wrap {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.125vmin;
    flex-wrap: wrap;
  }

  .fix_bar p {
    margin: 0;
    line-height: 1.4;
    text-align: left;
    width: 60vmin;
  }

  .fix_bar p:first-of-type {
    font-size: 2.6vmin;
    text-align: center;
    width: 100%;
  }

  .fix_bar .wrap > p {
    margin-bottom: 2vw;
  }

  .fix_bar a {
    width: 100%;
    padding: 3.125vmin;
    font-size: 3.5vmin;
  }

  .fix_bar a::after {
    display: none;
  }

  .fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 100%;
  }

  #nav {
    display: none;
  }



  /* フッター
***************************************************************************************/
  footer {
    background-color: #ebebeb;
    padding: 6vmin 0;
  }

  footer .wrap {
    align-items: center;
    padding: 0 0;
    flex-direction: column-reverse;
  }

  footer .wrap p {
    margin: 0;
    line-height: 1;
    font-size: 3.5vmin;
  }

  footer .wrap p+p {
    margin: 3vmin 0;
  }

  footer .wrap ul {
    margin: 3vmin 0;
    font-size: 3.5vmin;
  }

  footer .wrap ul li {
    margin: 0 5vmin;
  }

  footer .wrap ul a {
    color: inherit;
  }
}



@media screen and (max-width: 1150px) {
  .sub_menu li a {
    padding: 5px 10px;
  }
}