@charset "UTF-8";
/* --------------------------------------------------
	bese	
-------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

[hidden] {
  display: none;
}

html {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  display: block;
  position: relative;
}

html,
button,
input,
select,
textarea {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Yu Gothic", "YuGothic", "Meiryo", "メイリオ", "Helvetica Neue", Arial, sans-serif;
  _font-family: arial, sans-serif;
}

body {
  background-color: #F5F5F5;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  width: 100%;
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  letter-spacing: 0px;
  word-break: break-all;
  text-align: justify;
  box-shadow: 0px 0px 10px -8px #777777;
}

a {
  color: #F5721A;
  text-decoration: none;
  cursor: pointer;
}
a img {
  pointer-events: auto;
}

a:focus,
a:visited {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
  opacity: 0.7;
  transition: all 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

p,
pre {
  display: block;
  position: relative;
  margin: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: normal;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

dl,
dt,
dd,
ol,
ul,
li,
menu,
nav {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  vertical-align: text-bottom;
  display: block;
  -ms-interpolation-mode: bicubic;
  pointer-events: none;
}

svg:not(:root) {
  overflow: hidden;
}

form {
  margin: 0;
}

table.table01 {
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 1px #0C3463;
}
table.table01.tw50 tr th {
  width: 50%;
}
table.table01.tw33 tr th {
  width: 33.33%;
}
table.table01 thead tr th {
  background-color: #0C3463;
  color: #FFFFFF;
}
table.table01 thead tr th:first-child {
  border-top-left-radius: 8px;
}
table.table01 thead tr th:last-child {
  border-top-right-radius: 8px;
}
table.table01 tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
table.table01 tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
table.table01 thead,
table.table01 tbody {
  width: 100%;
}
table.table01 thead tr,
table.table01 tbody tr {
  width: 100%;
}
table.table01 thead tr > *,
table.table01 tbody tr > * {
  border-right: 1px solid #0C3463;
  border-bottom: 1px solid #0C3463;
}
table.table01 thead tr th,
table.table01 tbody tr th {
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
table.table01 thead tr td,
table.table01 tbody tr td {
  vertical-align: top;
  padding: 10px;
}
table.table01 thead tr td.gr,
table.table01 tbody tr td.gr {
  background-color: #F2FAFA;
  font-weight: 700;
  color: #0EADB3;
}
table.table01 thead tr td span,
table.table01 tbody tr td span {
  color: #0EADB3;
}
table.table01 thead tr td p:last-of-type,
table.table01 tbody tr td p:last-of-type {
  margin-bottom: 0px;
}

table.table02 {
  border-collapse: separate;
  border-spacing: 0px;
  width: 100%;
  border-top: 1px solid #0C3463;
  color: #0C3463;
}
table.table02 thead,
table.table02 tbody {
  width: 100%;
}
table.table02 thead tr,
table.table02 tbody tr {
  width: 100%;
}
table.table02 thead tr th,
table.table02 tbody tr th {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #0C3463;
}
table.table02 thead tr td,
table.table02 tbody tr td {
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #0C3463;
}
table.table02 thead tr td p:last-of-type,
table.table02 tbody tr td p:last-of-type {
  margin-bottom: 0px;
}

/* --------------------------------------------------
	sab	
-------------------------------------------------- */
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  touch-callout: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.no-scroll {
  overflow: hidden;
}

.underline {
  text-decoration: underline;
}

.block {
  position: relative;
  display: block !important;
}

.center {
  text-align: center !important;
  justify-content: center !important;
}

.pm00 {
  padding-bottom: 0px !important;
}

.bm00 {
  margin-bottom: 0px !important;
}

.bm01 {
  margin-bottom: 10px !important;
}

.bm02 {
  margin-bottom: 20px !important;
}

.bm03 {
  margin-bottom: 30px !important;
}

.bm04 {
  margin-bottom: 40px !important;
}

.bm06 {
  margin-bottom: 60px !important;
}

.bm08 {
  margin-bottom: 80px !important;
}

.appbtn02 {
  position: relative;
  display: block;
  width: 300px;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(180deg, #1377BC 0%, #0C3463 114%);
  border: 2px solid #FFFFFF;
  box-shadow: 0px 8px 8px rgba(12, 52, 99, 0.4);
  border-radius: 100px;
  font-size: 24px;
  line-height: 24px;
  padding: 20px;
  font-weight: 700;
  color: #FFFFFF;
}

.telbtn02 {
  position: relative;
  display: block;
  width: 300px;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #0C3463;
  box-shadow: 0px 8px 8px rgba(12, 52, 99, 0.4);
  border-radius: 100px;
  font-size: 24px;
  line-height: 24px;
  padding: 20px;
  font-weight: 700;
  color: #0C3463;
  background-color: #FFFFFF;
}

header {
  background-color: #FFFFFF;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  border-left: 2px solid #0C3463;
  border-right: 2px solid #0C3463;
  border-bottom: 2px solid #0C3463;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  z-index: 100;
}
header strong.logo {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  white-space: nowrap;
}
header strong.logo img {
  width: 300px;
  height: auto;
}
header a.telbtn01 {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #0C3463;
  font-weight: 700;
  border-left: 1px solid #F5F5F5;
  white-space: nowrap;
  width: 100%;
}
header a.telbtn01 img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
header a.appbtn01 {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #FFFFFF;
  background: linear-gradient(180deg, #1377BC 0%, #0C3463 100%);
  white-space: nowrap;
  width: 100%;
}
header a.appbtn01 img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

footer {
  padding: 30px;
}
footer nav {
  display: flex;
  position: relative;
  font-size: 14px;
}
footer nav span {
  width: 40%;
  display: block;
  text-align: left;
}
footer nav span a {
  color: #000000;
}
footer nav small {
  text-align: right;
  width: 60%;
  display: block;
}

main,
footer {
  width: 750px;
  box-sizing: border-box;
}

main,
article,
section {
  display: block;
  position: relative;
  z-index: 0;
}

section.view01 {
  padding-top: 120px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 50.48%, #1377BC 100%);
}
section.view01 h1 {
  display: block;
  position: relative;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
section.view01 h1 img {
  width: 100%;
  height: auto;
}
section.view01 ul.c01 {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  margin-bottom: 10px;
}
section.view01 ul.c01 li {
  background-color: #FFFFFF;
  border-radius: 10px;
  border: #1377BC solid 2px;
  padding: 20px;
  box-sizing: border-box;
  width: 220px;
  margin: 10px;
}
section.view01 ul.c01 li img {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
section.view01 ul.c01 li strong {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0C3463;
}
section.view01 ul.c01 li p {
  font-size: 12px;
  line-height: 14px;
  display: block;
  text-align: center;
}
section.view01 nav {
  display: flex;
  padding-bottom: 50px;
  justify-content: center;
}
section.view01 nav a {
  margin-left: 10px;
  margin-right: 10px;
}

section.view02 h2 {
  display: block;
  position: relative;
  text-align: center;
  padding: 30px;
  background-color: #333333;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
section.view02 p.txt01 {
  font-weight: 700;
  font-size: 18px;
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.view02 p.txt01 strong {
  color: #F5721A;
  font-weight: 700;
}
section.view02 div.inbox01 {
  display: block;
  position: relative;
  background-color: #F2FAFA;
  padding: 30px;
  padding-bottom: 40px;
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
section.view02 div.inbox01::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/lp/06.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 3px;
  height: 40px;
  left: 50%;
  bottom: -20px;
}
section.view02 div.inbox01 h3.title01 {
  font-weight: 700;
  font-size: 20px;
  display: block;
  position: relative;
  margin-bottom: 20px;
  color: #0EADB3;
}
section.view02 div.inbox01 ul.check01 {
  display: block;
  position: relative;
  width: 430px;
}
section.view02 div.inbox01 ul.check01 li {
  display: block;
  position: relative;
  color: #0C3463;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.6;
  padding-left: 40px;
}
section.view02 div.inbox01 ul.check01 li::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 24px;
  left: 0px;
  top: 5px;
  background-image: url("../img/lp/04.png");
  background-size: contain;
  background-repeat: no-repeat;
}
section.view02 div.inbox01 dl.dl01 {
  display: block;
  position: relative;
  border: 1px solid #333333;
  margin-top: 30px;
}
section.view02 div.inbox01 dl.dl01 dt {
  color: #FFFFFF;
  background-color: #333333;
  display: block;
  position: relative;
  text-align: center;
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
}
section.view02 div.inbox01 dl.dl01 dt img {
  width: 207px;
  height: 217px;
  position: absolute;
  top: -218px;
  right: 20px;
}
section.view02 div.inbox01 dl.dl01 dd {
  background-color: #FFFFFF;
  padding: 20px;
}
section.view02 div.inbox01 dl.dl01 dd p.txt02 {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
section.view02 div.inbox01 dl.dl01 dd p.txt02 strong {
  font-weight: 700;
  color: #F5721A;
}
section.view02 div.inbox01 dl.dl01 dd div.cbox01 {
  width: 400px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background-color: #F2FAFA;
  border-radius: 10px;
}
section.view02 div.inbox01 dl.dl01 dd div.cbox01::before {
  content: "";
  display: block;
  position: absolute;
  height: 70%;
  top: 15%;
  left: 0px;
  width: 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #0EADB3;
}
section.view02 div.inbox01 dl.dl01 dd div.cbox01 strong {
  font-weight: 700;
  color: #0EADB3;
  margin-bottom: 10px;
}
section.view02 h3.title02 {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 120px;
}
section.view02 h3.title02::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/lp/07.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 61px;
  left: 47.9%;
  bottom: 40px;
}

section.view03 div.in-view03 {
  width: auto;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
  position: relative;
  border-radius: 20px;
  box-sizing: border-box;
  border: 4px solid #0EADB3;
  padding-bottom: 20px;
}
section.view03 div.in-view03::before {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  height: 40px;
  left: 20%;
  top: -20px;
  background-color: #0EADB3;
  border-radius: 4px;
}
section.view03 h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  display: block;
  position: relative;
  text-align: center;
  color: #0EADB3;
  padding: 60px;
  padding-bottom: 40px;
}
section.view03 div.inbox02 {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: auto;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
section.view03 div.inbox02 img {
  width: 60px;
  height: 60px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
section.view03 div.inbox02 h3 {
  display: block;
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #0EADB3;
  margin-bottom: 20px;
}
section.view03 div.inbox02 ul li {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #F2FAFA;
  border-radius: 5px;
  margin-bottom: 10px;
}
section.view03 div.inbox02 ul li::before {
  content: "";
  display: block;
  position: absolute;
  height: 70%;
  top: 15%;
  left: 0px;
  width: 5px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #0EADB3;
}
section.view03 div.inbox02 ul li strong {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
}

section.view04 {
  border-radius: 30px;
  background-color: #F1F7FC;
  padding: 30px;
  padding-top: 10px;
  margin-top: 50px;
  z-index: 1;
}
section.view04 h2 {
  display: block;
  position: relative;
  padding-top: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #0C3463;
  text-align: center;
  margin-bottom: 30px;
}
section.view04 h3 {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #0C3463;
  margin-bottom: 10px;
}
section.view04 dl.popup01 {
  padding: 20px;
  position: relative;
  display: block;
  border-radius: 10px;
  border: 1px solid #0EADB3;
  background-color: #FFFFFF;
  margin-top: 20px;
}
section.view04 dl.popup01 dt {
  color: #0EADB3;
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
section.view04 dl.popup01 dd {
  color: #0EADB3;
}
section.view04 dl.popup01 dd ul li::before {
  content: "・";
}
section.view04 ol {
  position: relative;
  display: block;
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
section.view04 ol li {
  padding-left: 60px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  counter-increment: li;
}
section.view04 ol li::before {
  content: counter(li);
  position: absolute;
  left: 0px;
  top: -3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #1377BC;
  color: #FFFFFF;
  font-weight: 700;
}
section.view04 ol li:last-child {
  margin-bottom: 0px;
}
section.view04 ol li strong {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #0C3463;
  margin-bottom: 5px;
}
section.view04 div.inbox03 {
  position: relative;
  display: block;
  padding: 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 10px;
}
section.view04 div.inbox03 h3 {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #1377BC;
}
section.view04 div.inbox03 dl.qa {
  display: block;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.5;
}
section.view04 div.inbox03 dl.qa:last-child {
  margin-bottom: 0px;
}
section.view04 div.inbox03 dl.qa dt {
  display: block;
  position: relative;
  font-weight: 700;
  margin-bottom: 15px;
}
section.view04 div.inbox03 dl.qa dt::before {
  content: "Q";
  background-color: #1377BC;
  color: #FFFFFF;
}
section.view04 div.inbox03 dl.qa dd {
  display: block;
  position: relative;
}
section.view04 div.inbox03 dl.qa dd::before {
  content: "A";
  background-color: #0EADB3;
  color: #FFFFFF;
}
section.view04 div.inbox03 dl.qa dt,
section.view04 div.inbox03 dl.qa dd {
  padding-left: 40px;
}
section.view04 div.inbox03 dl.qa dt::before,
section.view04 div.inbox03 dl.qa dd::before {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
}

section.view05 {
  background-color: #FFFFFF;
  padding: 30px;
  padding-top: 60px;
  margin-top: -40px;
  padding-bottom: 50px;
  z-index: 0;
}
section.view05 h2 {
  display: block;
  position: relative;
  padding-top: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #0C3463;
  text-align: center;
  margin-bottom: 30px;
}
section.view05 div.inbox04 {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #0EADB3;
  text-align: center;
  color: #0EADB3;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
section.view05 h3 {
  display: block;
  font-weight: 700;
  font-size: 20px;
}
section.view05 p {
  margin-bottom: 20px;
}

section.view06 {
  padding: 30px;
}
section.view06 h2 {
  display: block;
  position: relative;
  padding-top: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #0C3463;
  text-align: center;
  margin-bottom: 30px;
}
section.view06 div.googlemap {
  background-color: #CCCCCC;
  display: block;
  position: relative;
  height: 300px;
  margin-bottom: 20px;
}
section.view06 div.googlemap iframe {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  border: 0px;
}
section.view06 h3 {
  display: block;
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0C3463;
}

section.view07 {
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 30px;
}
section.view07 h2 {
  display: block;
  position: relative;
  padding-top: 0px;
  font-size: 30px;
  font-weight: 700;
  color: #0C3463;
  text-align: center;
  margin-bottom: 30px;
}
section.view07 p {
  display: block;
  position: relative;
}
section.view07 p strong {
  font-weight: 700;
  font-size: 20px;
}
section.view07 dl.popup01 {
  background-color: #F2FAFA;
  color: #0EADB3;
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
  position: relative;
}
section.view07 dl.popup01::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 50%;
  margin-left: -24px;
  border: 24px solid transparent;
  border-bottom: 24px solid #F2FAFA;
  z-index: 2;
}
section.view07 dl.popup01 dt {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
}