/*************************************
core
*************************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;900&display=swap');
body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
section {
  padding-top: 5rem;
}
p {
  line-height: 180%;
  font-weight: 500;
}
th, td {
  font-weight: 400;
}
a {
  color: #0054a7;
}
[href^="tel"] {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  [href^="tel"] {
    pointer-events: auto;
  }
}
/*************************************
font color
*************************************/
.f-black {
  color: #000 !important;
}
.f-white {
  color: #fff !important;
}
.f-grey {
  color: #666 !important;
}
.f-lightgrey {
  color: #ccc !important;
}
.f-blue {
  color: #0054a7 !important;
}
.f-red {
  color: #bf0000 !important;
}
.f-green {
  color: #029c80 !important;
}
.f-orange {
  color: #E57819 !important;
}
.f-pink {
  color: #FF67BC !important;
}
.f-yellow {
  color: #fff100 !important;
}
.f-brown {
  color: #40210f !important;
}
.fa-lg {
  line-height: 1.5em !important;
}
/*************************************
background color
*************************************/
.bg-lightgrey {
  background: #eee;
}
.bg-green {
  background: #029c80;
  color: #fff;
}
/*************************************
header
*************************************/
.container .f-green.logo span {
  display: block;
  font-size: 0.4em;
}
.navbar {
  padding: 1rem 1.5rem 0;
}
.header-tel {
  font-size: 2.5rem;
  margin-right: 1rem;
  line-height: 100%;
  float: left;
}
.tel {
  /*background: #029c80;*/
  color: #0054a7;
  padding: .25rem .5rem;
  font-size: 1.1rem;
  margin-right: .5rem;
  font-weight: 700;
}
.number {
  vertical-align: sub;
}
.header-time {
  /*float: right;*/
  font-size: 0.8rem;
  margin-top: 0.7rem;
  color: #000;
  line-height: 100%;
  text-align: right;
  margin-right: 15px;
}
.header-mail {
  float: right;
  font-size: 0.8rem;
  margin-top: 0.7rem;
  color: #000;
  line-height: 150%;
}
.mv-button {
  max-width: 400px;
  width: 100%;
  right: 5%;
  bottom: 10%;
}
.green-btn.btn-large {
  width: 100%;
  display: block;
  color: #fff;
  background: #029c80;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 0 10px #333;
  transition: 0.5s;
}
.green-btn.btn-large:hover {
  text-decoration: none;
  color: #029c80;
  background: #fff;
}
/*************************************
tab
*************************************/
.nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 25%;
  text-align: center;
  padding: 1rem .5rem 0;
}
.nav-link {
  background: #029c80;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 1rem 1rem 0 0 !important;
  transition: 0.5s;
}
.nav-link:hover {
  color: yellow;
}
.tab-content {
  padding: 1rem;
  box-shadow: 0 0 5px #ccc;
  margin-top: 0rem;
}
.nav-link.active {
  color: #029c80 !important;
  position: relative;
}
.nav-link.active::after {
  content: "▼";
  color: #E57819 !important;
  display: table;
  font-size: 1rem;
  position: absolute;
  left: 47%;
}
/*************************************
relief
*************************************/
.dot-bg {
  background: url("../img/bg-top-dot-blue.png");
}
.relief-img {
  border-radius: 2rem;
  padding: 1rem;
  background: #fff;
}
.relief-title {
  font-size: 3.8rem;
  font-weight: 900;
}
.relief-title2 {
  font-size: 2.8rem;
  font-weight: 900;
}
.relief-check {
  list-style: none;
  padding-left: 0;
}
.relief-check .list-item {
  padding-left: 3rem;
  line-height: 2rem;
  background: url(../img/check.svg) left 0px top 3px no-repeat, transparent;
  background-size: 2.5rem auto;
  border-bottom: 1px dashed #333;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 1.75rem;
}
/*************************************
point
*************************************/
.point-title {
  font-size: 3rem;
  font-weight: 900;
}
.h2-sub-before {
  font-size: 1.5rem;
  margin-bottom: -1rem;
}
.h2-point-border {
  border-left: 10px solid #0054A7;
  padding-left: 10px;
}
.point-img-transform01 {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  margin: 15px 0px 15px 0px;
  border: 10px solid #ef5c26;
}
.point-img-transform02 {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  margin: 15px 0px 15px 0px;
  border: 10px solid #ef5c26;
}
/*************************************
iron
*************************************/
.iron-title {
  font-size: 3rem;
  font-weight: 900;
  color: #134488;
}
h2.iron-title {
  position: relative;
  padding: 0;
  text-align: center;
}
h2.iron-title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #134488;
}
h2.iron-title span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.mw-800 {
  max-width: 800px;
  margin: 0 auto;
}
.shindan-btn {
  width: 100%;
  display: block;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #029c80;
  background: #fff;
  border: 5px solid #029c80;
  transition: 0.5s;
}
.shindan-btn:hover {
  text-decoration: none;
  color: #fff;
  background: #029c80;
  border: 5px solid #fff;
}
.outer {
  position: relative;
}
.inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
/*************************************
example
*************************************/
.example {
  position: relative;
}
.example h3 {
  width: 100%;
  position: absolute;
  top: 0; /*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white; /*文字を白に*/
  background-color: rgba(135, 206, 235, 0.80); /*背景色*/
  font-size: 18px;
  line-height: 1; /*行高は1に*/
  padding: 10px 10px; /*文字周りの余白*/
}
.example img {
  width: 100%;
}
/*************************************
cta
*************************************/
#cta, #cta2 {
  padding-top: 1rem;
  position: relative;
}
.cta-btn {
  width: 60%;
  display: block;
  color: #fff;
  background: linear-gradient(#fff100, #d9cd00);
  padding: 2rem 2rem;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 5px 10px #ccc;
  transition: 1s;
  position: absolute;
  bottom: 7%;
  right: 8%;
}
.cta-btn:hover {
  text-decoration: none;
  color: #fff;
  text-shadow: 0 5px 10px #333;
  box-shadow: 0 0px 10px #999;
}
/*************************************
over 992px
*************************************/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    margin: 0 0 0 auto !important;
  }
}
/*************************************
arrow
*************************************/
.under-arrow {
  max-width: 300px;
  margin: -50px auto 0;
}
/*************************************
font-size
*************************************/
.f-120 {
  font-size: 120%;
}
.f-140 {
  font-size: 140%;
}
.f-160 {
  font-size: 160%;
}
.f-180 {
  font-size: 180%;
}
/*************************************
acc-border-dot
*************************************/
.orange-3dot {
  border-top: 50px dotted orange;
  max-width: 250px;
  margin-bottom: 3rem;
}
.step-list li {
  background: #029c80;
  color: #fff;
  border-radius: 50px;
  padding: .5rem 2rem;
  font-size: 1.2rem;
  text-align: center;
  display: inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 1rem;
}
.step-list li:last-child {
  margin-bottom: 2rem;
}
/*************************************
step
*************************************/
.circle {
  height: auto;
  position: relative;
  overflow: hidden;
  padding-top: calc(100% - 20px);
  margin-bottom: 1rem;
}
.circle-case {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  background: orange;
}
.circle-case:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  width: 0px;
  display: inline-block;
}
/*************************************
Q&A
*************************************/
.q-title {
  background: #029c80;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 100px;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.q-title img {
  height: 3rem;
}
.a-word {
  margin-left: 2rem;
  padding: 0 1rem;
  background: url("../img/a.svg")no-repeat left top;
  background-size: 3rem;
  min-height: 80px;
}
.a-word p {
  margin-left: 2.5rem;
}
/*************************************
Contact
*************************************/
#contact {
  /*background:#e35a27;*/
  padding: 5rem;
}
#contact span {
  color: rgba(255, 35, 39, 1.00);
}
.inquiry {
  background: #fff;
  /*border-radius:2rem;
	border:15px solid #029c80;	*/
}
.inquiry table {
  empty-cells: show;
  width: 100%;
  line-height: 1.3em;
  border-spacing: 0px;
  margin-bottom: 1.5em;
  padding: 2rem;
  list-style-type: none;
  box-sizing: border-box;
}
.inquiry table th {
  padding: 12px 36px 12px 0;
  border: 0px solid #CCCCCC;
  border: 1px solid #ccc;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  width: 33%;
  line-height: 2.2em;
  box-sizing: border-box;
}
.inquiry table td {
  padding: 12px 5px 12px 5px;
  border: none;
  border: 1px solid #ccc;
  text-align: left;
  box-sizing: border-box;
}
.inquiry .formm {
  width: 50%;
}
.inquiry table input {
  margin: 2px 0 2px 0;
  height: 1.6em;
  border: 1px solid #999;
}
input {
  line-height: normal;
}
.inquiry table textarea {
  border: 1px solid #999;
  width: 90%;
}
.submit-btn {
  width: 100%;
  display: block;
  color: #fff;
  background: url("../img/submit-arrow.svg")no-repeat right top, linear-gradient(#275089, #134488);
  padding: 0rem 2rem .5rem;
  border-radius: 100px;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 5px 10px #ccc;
  transition: 1s;
  border: 0;
  margin-bottom: 3rem;
  background-size: 4rem;
  background-position: right 20px center;
}
.submit-btn:hover {
  text-decoration: none;
  color: #fff;
  text-shadow: 0 5px 10px #333;
  box-shadow: 0 0px 10px #999;
}
.privacy {
  height: 400px;
  overflow-y: scroll;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.privacy h3, .privacy h2 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.w40 {
  width: 40%;
}
#pagetop {
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
#pagetop a {
  padding: 15px 20px;
  display: block;
  background-color: #134488;
  color: #fff;
  text-align: center;
}
#sp-underword {
  display: none;
}
.underarea {
  display: none;
}
/*************************************
footer
*************************************/
footer {
  /*background:#029c80;*/
  padding: 2rem;
}
.table-scroll {
  overflow: auto; /*スクロールさせる*/
  border-right: 5px solid #474747;
}
/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #999;
}
/* 以下、tableの指定 */
.table-scroll table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  width: 100%;
}
.table-scroll table th, .table-scroll table td {
  padding: 10px 15px;
  font-weight: normal;
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  display: table-cell !important;
  white-space: nowrap; /*文字の折り返しを禁止*/
}
.table-scroll table th {
  /*background:#eee;*/
}
table td.orikaesi {
  white-space: normal;
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
h3.h3_1 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 25px;
}
h3.h3_1:before {
  position: absolute;
  bottom: 2px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background-color: #134488;
}
.button {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button {
  position: relative;
  z-index: 2;
  background-color: #d9cd00;
  border: 2px solid #d9cd00;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.4em;
}
@media (max-width: 480px) {
  .button {
    font-size: 1.2em;
  }
}
.button:hover {
  background-color: #fff;
  border-color: #d9cd00;
  color: #d9cd00;
}
.button::before, .button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #d9cd00;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before, .button:hover::after {
  width: 0;
  background-color: #d9cd00;
}