@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

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

.pt0 {
  padding-top: 0px !important;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

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

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

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

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

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

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

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

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

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

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

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

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.com-txt-color-text {
  color: #000000 !important;
}

.com-background-text {
  background-color: #000000 !important;
}

.com-txt-color-main {
  color: #015CAB !important;
}

.com-background-main {
  background-color: #015CAB !important;
}

.com-txt-color-danger {
  color: #FF0000 !important;
}

.com-background-danger {
  background-color: #FF0000 !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-background-white {
  background-color: #fff !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-background-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-twitter {
  color: #1da1f2 !important;
}

.com-background-twitter {
  background-color: #1da1f2 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-background-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-background-line {
  background-color: #18ba07 !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  color: #000000;
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #000000;
  line-height: 1.2;
  margin: 0;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  color: #000000;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  opacity: 0.7;
  color: #000000;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 0.9411764706rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.45em 1em;
  border: 0;
  background-color: #F7F7F7;
  box-sizing: border-box;
  font: 400 16px "M PLUS Rounded 1c", sans-serif;
  height: 50px;
}

::-moz-placeholder {
  color: #D1D1D1;
}

::placeholder {
  color: #D1D1D1;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.8823529412rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 1140px;
}
.uk-container-small {
  max-width: 930px;
}
.uk-container-large {
  max-width: 1300px;
}
.uk-container-expand {
  max-width: none;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

.wpcf7-form-control.wpcf7-radio, .wpcf7-form-control.wpcf7-checkbox {
  margin-left: -1.5em;
  display: block;
  overflow: hidden;
}
.wpcf7-form-control.wpcf7-radio > *, .wpcf7-form-control.wpcf7-checkbox > * {
  margin-left: 0;
  padding-left: 1.5em;
  display: inline-block;
  float: left;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* #header
====================================== */
#header {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
  position: fixed;
  z-index: 999;
  padding: 10px 15px;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  display: none;
}
@media (min-width: 1200px) {
  #header {
    padding: 10px 15px 10px 90px;
  }
}
@media (max-width: 639px) {
  #header {
    padding-top: 1px;
  }
}
#header .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  #header .inner {
    justify-content: space-between;
  }
}

.header-group {
  display: flex;
  align-items: center;
}
.header-group .text {
  margin-top: 4px;
  font-weight: 500;
  color: #2162B2;
  font-size: 15px;
  font-size: 0.8823529412rem;
}

.header-btn {
  border-radius: 10px;
  width: 90px;
  height: 90px;
  background-color: #3A9BE4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.8235294118rem;
  font-weight: 500;
  margin-left: 15px;
}
.header-btn img {
  margin-bottom: 1px;
}
.header-btn:hover {
  color: #fff;
}
.header-btn.web {
  background-color: #F17120;
}

/* parts
--------------------------------- */
@media (max-width: 639px) {
  #logo img {
    height: 31px;
  }
}

/* gnav
====================================== */
/* #lnav
====================================== */
/* #footer
====================================== */
#footer {
  text-align: center;
  color: #005CAC;
  font-size: 12px;
  font-size: 0.7058823529rem;
  padding: 25px 0 50px;
}

/* #backtop
====================================== */
#backtop {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 999;
  display: none;
}
@media (max-width: 639px) {
  #backtop {
    left: unset;
    right: 15px;
    bottom: 62px;
  }
  #backtop img {
    width: 45px;
  }
}

/* #fixed-sp
====================================== */
#fixed-sp {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
#fixed-sp li {
  flex: 1;
}
#fixed-sp li + li {
  border-left: 1px solid #fff;
}
#fixed-sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #fff;
  background-color: #2162B2;
  font-size: 14px;
  font-size: 0.8235294118rem;
  font-weight: 500;
  min-height: 50px;
  box-sizing: border-box;
}
#fixed-sp a img {
  height: 22px;
  margin-right: 7px;
}
#fixed-sp a.document {
  background-color: #3A9BE4;
}
#fixed-sp a.web {
  background-color: #F17120;
}

#offcanvas .uk-offcanvas-bar {
  background-color: #fff;
  padding: 0 0 20px 0;
}
#offcanvas .uk-offcanvas-bar li {
  border-bottom: 1px solid #DCDCDC;
  position: relative;
}
#offcanvas .uk-offcanvas-bar li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  background: url(../img/common/ico-page.png) no-repeat;
  top: 18px;
  left: 10px;
  z-index: 1;
}
#offcanvas .uk-offcanvas-bar li a {
  color: #694A27;
  font-size: 13px;
  font-size: 0.7647058824rem;
  padding: 12px 15px 12px 28px;
  position: relative;
}
#offcanvas .uk-offcanvas-bar li a:hover {
  color: #694A27;
}
#offcanvas .uk-offcanvas-bar .uk-nav-header {
  background-color: #686868;
  color: #fff;
  font-size: 12px;
  font-size: 0.7058823529rem;
  padding: 8px 10px;
}
#offcanvas .uk-offcanvas-bar .uk-nav-header:before {
  content: none;
}
#offcanvas .uk-offcanvas-bar .uk-parent li:before {
  top: 17px;
}
#offcanvas .uk-offcanvas-bar .uk-parent:before {
  content: none;
}
#offcanvas .uk-offcanvas-bar .uk-parent a {
  padding-left: 10px;
  background-color: #F5F5F5;
}
#offcanvas .uk-offcanvas-bar .uk-parent a:after, #offcanvas .uk-offcanvas-bar .uk-parent a:before {
  position: absolute;
  content: "";
  font-weight: normal;
  right: 10px;
  transition: 0.4s all ease-in-out;
  width: 15px;
  height: 2px;
  background-color: #808080;
  top: 50%;
  transform: translateY(-1px);
  background-image: none !important;
}
#offcanvas .uk-offcanvas-bar .uk-parent a:before {
  transform: rotate(90deg) translateX(-1px);
}
#offcanvas .uk-offcanvas-bar .uk-nav-sub a {
  font-size: 13px;
  font-size: 0.7647058824rem;
}
#offcanvas .uk-parent.uk-open a:before {
  content: "";
  transform: rotate(0) translateY(-1px);
}
#offcanvas .uk-offcanvas-bar li:first-child {
  border-bottom: 0;
}
#offcanvas ul.uk-nav-sub {
  padding: 0;
}
#offcanvas ul.uk-nav-sub a {
  color: #000000;
  padding-left: 30px !important;
}
#offcanvas ul.uk-nav-sub li {
  background-color: #F5F5F5;
  border-bottom: 1px solid #DCDCDC;
}
#offcanvas ul.uk-nav-sub li:first-child {
  border-bottom: 1px solid #DCDCDC;
}
#offcanvas ul.uk-nav-sub li:last-child {
  border-bottom: 0;
}
#offcanvas .uk-parent ul.uk-nav-sub a:after, #offcanvas .uk-parent ul.uk-nav-sub a:before {
  content: none;
}

/* #keyvisual
====================================== */
.keyvisual-info {
  background-color: #BBE4F7;
  padding-bottom: 35px;
  margin-top: -70px;
}
@media (min-width: 640px) {
  .keyvisual-info {
    margin-top: -100px;
  }
}
.keyvisual-info .info-tit {
  background-color: #3A9BE4;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 500px;
  font-size: 18px;
  font-size: 1.0588235294rem;
  max-width: 930px;
  margin: 0 auto -28px;
  position: relative;
  z-index: 1;
  line-height: 1.5;
  padding: 5px 15px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .keyvisual-info .info-tit {
    font-size: 29px;
    font-size: 1.7058823529rem;
  }
}
.keyvisual-info .info-panel {
  padding: 50px 15px 15px;
  border-radius: 20px;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
  background-color: #fff;
  font-size: 16px;
  font-size: 0.9411764706rem;
}
@media (min-width: 640px) {
  .keyvisual-info .info-panel {
    padding: 50px 50px 18px;
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}
.keyvisual-info .info-detail {
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: bold;
  color: #2162B2;
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 2px 2px 2px rgba(206, 206, 206, 0);
}
@media (min-width: 640px) {
  .keyvisual-info .info-detail {
    font-size: 32px;
    font-size: 1.8823529412rem;
  }
}
.keyvisual-info .info-phone {
  font-size: 38px;
  font-size: 2.2352941176rem;
  font-weight: bold;
  color: #2162B2;
  line-height: 1;
  display: flex;
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 2px 2px 2px rgba(206, 206, 206, 0);
}
@media (min-width: 640px) {
  .keyvisual-info .info-phone {
    font-size: 43px;
    font-size: 2.5294117647rem;
  }
}
.keyvisual-info .info-phone img {
  margin-right: 10px;
}
.keyvisual-info .info-text {
  font-weight: 500;
  color: #2162B2;
  font-size: 14px;
  font-size: 0.8235294118rem;
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff, 1px 1px 1px rgba(206, 206, 206, 0);
}
@media (min-width: 640px) {
  .keyvisual-info .info-text {
    font-size: 15px;
    font-size: 0.8823529412rem;
  }
}

/* #home-01
====================================== */
#home-01 {
  padding: 80px 0;
}

.home-01-tit {
  font-size: 45px;
  font-size: 2.6470588235rem;
  text-align: center;
  font-weight: bold;
  color: #2162B2;
  line-height: 1.6;
}
.home-01-tit span {
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 0px 3px 5px rgba(0, 0, 0, 0.4);
  color: #0699E2;
  font-size: 57px;
  font-size: 3.3529411765rem;
  border-bottom: 8px solid #FFEB00;
}

.home-01-item {
  border-radius: 10px;
  border: 5px solid #005CAC;
  padding: 0 30px 30px;
  text-align: center;
}
.home-01-item .introduce {
  margin-bottom: 50px;
  background-color: #005CAC;
  color: #fff;
  font-size: 16px;
  font-size: 0.9411764706rem;
  position: relative;
  font-weight: bold;
  padding: 2px;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 142px;
  box-sizing: border-box;
}
.home-01-item .introduce span {
  font-size: 28px;
  font-size: 1.6470588235rem;
  margin-left: 6px;
}
.home-01-item .introduce:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-bottom: 12px solid transparent;
  border-left: 71px solid #005CAC;
}
.home-01-item .introduce:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 71px solid transparent;
  border-top: 12px solid #005CAC;
}
.home-01-item .tit {
  color: #015CAB;
  font-size: 31px;
  font-size: 1.8235294118rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.home-01-item .tit.fz-01 {
  font-size: 22px;
  font-size: 1.2941176471rem;
}
.home-01-item .detail {
  color: #015CAB;
  font-size: 16px;
  font-size: 0.9411764706rem;
  font-weight: bold;
}
.home-01-item .detail span {
  color: #FFA201;
  letter-spacing: -0.05em;
  line-height: 1;
}
.home-01-item .detail .fz-01 {
  font-size: 58px;
  font-size: 3.4117647059rem;
}
.home-01-item .detail .fz-02 {
  font-size: 42px;
  font-size: 2.4705882353rem;
}
.home-01-item .detail .fz-03 {
  font-size: 46px;
  font-size: 2.7058823529rem;
}
.home-01-item .detail .fz-04 {
  font-size: 29px;
  font-size: 1.7058823529rem;
}
.home-01-item .text {
  margin-top: 27px;
  padding-top: 27px;
  border-top: 5px dotted rgba(58, 155, 228, 0.36);
  text-align: left;
}

/* #home-02
====================================== */
#home-02 {
  padding: 60px 0;
  background-color: #D1F2FA;
}
@media (min-width: 640px) {
  #home-02 {
    padding: 80px 0;
  }
}
#home-02 .inner {
  border-radius: 20px;
  background-color: #fff;
  padding: 60px 20px 40px;
}
@media (min-width: 640px) {
  #home-02 .inner {
    padding: 115px 20px 95px;
  }
}
#home-02 .uk-grid + .uk-grid {
  margin-top: 50px;
}
@media (min-width: 640px) {
  #home-02 .uk-grid + .uk-grid {
    margin-top: 60px;
  }
}

.home-02-tit {
  padding: 10px 25px;
  box-sizing: border-box;
  background-color: #2162B2;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.1764705882rem;
  border-radius: 500px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 700px;
  margin: 0 auto -22px;
  position: relative;
}
@media (min-width: 640px) {
  .home-02-tit {
    width: 100%;
    max-width: 700px;
    margin: 0 auto -32px;
    font-size: 38px;
    font-size: 2.2352941176rem;
  }
}
.home-02-tit:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #2162B2;
}
@media (min-width: 640px) {
  .home-02-tit:after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #2162B2;
  }
}
.home-02-tit span {
  background: linear-gradient(to bottom, transparent 85%, #FFEB00 20%);
  background-size: 100% 95%;
  background-repeat: no-repeat;
  text-shadow: 3px 3px 0 #2162B2, 3px -3px 0 #2162B2, -3px 3px 0 #2162B2, -3px -3px 0 #2162B2, 3px 0px 0 #2162B2, 0px 3px 0 #2162B2, -3px 0px 0 #2162B2, 0px -3px 0 #2162B2, 3px 3px 3px rgba(206, 206, 206, 0);
}

.home-02-item {
  line-height: 1.6;
}
.home-02-item .img {
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .home-02-item .img {
    min-height: 278px;
    position: relative;
  }
  .home-02-item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-02-item .details {
  align-self: center;
}
.home-02-item .catch {
  background-color: #F1BA03;
  border-radius: 6px;
  padding: 4px 30px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 20px;
  font-size: 1.1764705882rem;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .home-02-item .catch {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
}
@media (min-width: 960px) {
  .home-02-item .catch {
    margin-top: -25px;
  }
}
.home-02-item .info {
  border: 3px solid #3A9BE4;
  border-radius: 6px;
  position: relative;
  font-size: 20px;
  font-size: 1.1764705882rem;
  padding: 0 20px 20px;
  font-weight: bold;
  color: #3A9BE4;
  margin-top: 10px;
}
@media (min-width: 640px) {
  .home-02-item .info {
    font-size: 25px;
    font-size: 1.4705882353rem;
  }
}
@media (min-width: 960px) {
  .home-02-item .info {
    margin-top: 0px;
    padding: 0 40px 25px;
  }
}
.home-02-item .info span {
  color: #F17103;
}
.home-02-item .info:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #3A9BE4;
  border-top: 0;
  border-right: 0;
  top: -11px;
  left: 50%;
  transform: translateX(-50%) rotateZ(135deg);
  background-color: #fff;
}
@media (min-width: 960px) {
  .home-02-item .info:before {
    left: -11px;
    transform: translateY(-50%) rotateZ(45deg);
    top: 50%;
  }
}
@media (min-width: 960px) {
  .home-02-item .info.reverse:before {
    left: auto;
    right: -11px;
    top: 50%;
    transform: translateY(-50%) rotateZ(225deg);
  }
}
.home-02-item .text {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .home-02-item .text {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
}

/* #home-03
====================================== */
#home-03 {
  padding: 60px 0;
}
@media (min-width: 640px) {
  #home-03 {
    padding: 80px 0;
  }
}

.home-03-catch {
  max-width: 295px;
  min-height: 51px;
  background: url(../img/home/03_title.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  font-size: 1.6470588235rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.home-03-tit-01 {
  color: #015CAB;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.7647058824rem;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .home-03-tit-01 {
    font-size: 40px;
    font-size: 2.3529411765rem;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 960px) {
  .home-03-tit-01 {
    padding-left: 145px;
    padding-right: 145px;
  }
}
.home-03-tit-01 span {
  color: #F17103;
}
.home-03-tit-01:before, .home-03-tit-01:after {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-bottom: 5px solid #2162B2;
  border-radius: 500px;
}
@media (min-width: 640px) {
  .home-03-tit-01:before, .home-03-tit-01:after {
    content: "";
    width: 55px;
  }
}
@media (min-width: 960px) {
  .home-03-tit-01:before, .home-03-tit-01:after {
    width: 117px;
  }
}
.home-03-tit-01:before {
  left: 0;
}
.home-03-tit-01:after {
  right: 0;
}

.home-03-tit-02 {
  padding: 15px;
  box-sizing: border-box;
  background-color: #02A3D1;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.4117647059rem;
  border-radius: 500px;
  text-align: center;
  position: relative;
}
@media (min-width: 640px) {
  .home-03-tit-02 {
    width: 100%;
    font-size: 36px;
    font-size: 2.1176470588rem;
  }
}
.home-03-tit-02:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #02A3D1;
}
@media (min-width: 640px) {
  .home-03-tit-02:after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #02A3D1;
  }
}
.home-03-tit-02 span {
  color: #FFEB00;
}

.home-03-item {
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
  background-color: #fff;
}
.home-03-item .tit {
  font-size: 20px;
  font-size: 1.1764705882rem;
  text-align: center;
  padding: 18px 10px;
  color: #fff;
  background-color: #2162B2;
  font-weight: bold;
  line-height: 1.5;
}
.home-03-item .info {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.home-03-item .info .fz-01 {
  color: #2162B2;
  font-size: 29px;
  font-size: 1.7058823529rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.home-03-item .info .fz-02 {
  color: #2162B2;
  font-size: 37px;
  font-size: 2.1764705882rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.home-03-item .info .fz-02 span {
  font-size: 47px;
  font-size: 2.7647058824rem;
}
.home-03-item .com-btn-02 {
  background-color: #2162B2;
  max-width: 100%;
}
.home-03-item.item-01 .tit {
  background-color: #F37E96;
}
.home-03-item.item-01 .info .fz-01, .home-03-item.item-01 .info .fz-02 {
  color: #F37E96;
}
.home-03-item.item-01 .home-03-table .first {
  background-color: #FBDEDE;
  border-color: #FBDEDE;
}
.home-03-item.item-01 .com-btn-02 {
  background-color: #F37E96;
}

.home-03-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  font-size: 0.7647058824rem;
  text-align: center;
}
.home-03-table .first {
  background-color: #D3E5F5;
  width: 90px;
  border-color: #D3E5F5;
}
.home-03-table td {
  padding: 7px 2px;
  font-weight: 500;
  line-height: 1.1;
  box-sizing: border-box;
  border: 1px solid #DFDFDF;
}
.home-03-table td small {
  font-size: 9px;
  font-size: 0.5294117647rem;
}
.home-03-table .width-45 {
  width: 45px;
}
.home-03-table .width-60 {
  width: 60px;
}

.home-03-box {
  background-color: #F4FAFD;
  border-radius: 15px;
  border: 20px solid #fff;
  text-align: center;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
  padding: 35px 20px 20px;
  position: relative;
}
.home-03-box:before {
  content: "";
  width: 52px;
  height: 52px;
  background-size: 100% 100%;
  background: url(../img/home/ei-clip.png) no-repeat;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.home-03-box .tit {
  color: #02A3D1;
  font-size: 40px;
  font-size: 2.3529411765rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .home-03-box .tit {
    font-size: 45px;
    font-size: 2.6470588235rem;
  }
}
.home-03-box .price {
  font-size: 21px;
  font-size: 1.2352941176rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}
.home-03-box .price span {
  font-size: 26px;
  font-size: 1.5294117647rem;
}
.home-03-box .btn {
  margin-top: 25px;
}
@media (min-width: 960px) {
  .home-03-box .btn {
    width: 355px;
  }
}
@media (min-width: 960px) {
  .home-03-box.flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px min(3%, 40px);
  }
}
@media (min-width: 960px) {
  .home-03-box.flex-box > * {
    margin: 0;
  }
}

/* #home-04
====================================== */
#home-04 {
  padding: 60px 0 90px;
}
@media (min-width: 640px) {
  #home-04 {
    padding: 90px 0 130;
  }
}

.home-04-tit {
  color: #D19D2A;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.7647058824rem;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .home-04-tit {
    font-size: 46px;
    font-size: 2.7058823529rem;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 960px) {
  .home-04-tit {
    padding-left: 145px;
    padding-right: 145px;
  }
}
.home-04-tit span {
  color: #F17103;
}
.home-04-tit:before, .home-04-tit:after {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border-bottom: 5px solid #D19D2A;
  border-radius: 500px;
}
@media (min-width: 640px) {
  .home-04-tit:before, .home-04-tit:after {
    content: "";
    width: 55px;
  }
}
@media (min-width: 960px) {
  .home-04-tit:before, .home-04-tit:after {
    width: 117px;
  }
}
.home-04-tit:before {
  left: 0;
  border-color: #F17103;
}
.home-04-tit:after {
  right: 0;
}

.home-04-item {
  border: 3px solid #EFBA8D;
  background-color: #FCF5EB;
  border-radius: 20px;
  padding: 30px 20px 70px;
  text-align: center;
}
@media (min-width: 640px) {
  .home-04-item {
    padding: 45px 5% 70px;
  }
}
.home-04-item .tit {
  font-size: 25px;
  font-size: 1.4705882353rem;
  font-weight: bold;
  text-align: center;
  color: #F17103;
  margin-bottom: 20px;
}
.home-04-item .inner {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 15px 20px 0;
}
@media (min-width: 640px) {
  .home-04-item .inner {
    padding: 15px 4% 0;
  }
}
.home-04-item .details {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  border-bottom: 3px dotted rgba(104, 104, 104, 0.36);
  padding-bottom: 10px;
}
.home-04-item .details .fz-01 {
  color: #F17103;
  font-size: 26px;
  font-size: 1.5294117647rem;
  font-weight: bold;
  line-height: 1.5;
}
.home-04-item .details .fz-02 {
  color: #F17103;
  font-size: 32px;
  font-size: 1.8823529412rem;
  font-weight: bold;
  line-height: 1.2;
}
.home-04-item .details .fz-02 span {
  font-size: 41px;
  font-size: 2.4117647059rem;
}
.home-04-item .info {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.home-04-item .expenses {
  position: relative;
  font-weight: 500;
  background-color: #FCDFB1;
  text-align: center;
  padding: 10px;
  margin-top: 50px;
}
.home-04-item .expenses:before, .home-04-item .expenses:after {
  content: "";
  width: 26px;
  border-bottom: 5px solid #707070;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}
.home-04-item .expenses:after {
  transform: translateX(-50%) rotateZ(90deg);
}
.home-04-item .com-btn-02 {
  transform: translateY(30px);
}
.home-04-item.item-02 {
  background-color: #F9F2DC;
  border-color: #E2BB5B;
}
.home-04-item.item-02 .tit {
  color: #D19D2A;
}
.home-04-item.item-02 .details .fz-01, .home-04-item.item-02 .details .fz-02 {
  color: #D19D2A;
}
.home-04-item.item-02 .catch {
  border-radius: 500px;
  background-color: #D19D2A;
  font-size: 13px;
  font-size: 0.7647058824rem;
  display: block;
  color: #fff;
  font-weight: 500;
  padding: 5px;
}
.home-04-item.item-02 .home-03-table .first {
  background-color: #F9F2DC;
  border-color: #F9F2DC;
}
.home-04-item.item-02 .com-btn-02 {
  background-color: #D19D2A;
}

.home-04-table {
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #F17103;
  border-top: 1px solid #F17103;
  margin-top: 15px;
}
.home-04-table th, .home-04-table td {
  border-right: 1px solid #F17103;
  border-bottom: 1px solid #F17103;
  padding: 8px 5px;
  line-height: 1.5;
  text-align: center;
  font-size: 15px;
  font-size: 0.8823529412rem;
}
.home-04-table th {
  background-color: #FFDFB1;
}

/* #home-05
====================================== */
#home-05 {
  background-color: #D1F2FA;
  padding: 60px 0;
}
@media (min-width: 640px) {
  #home-05 {
    padding: 80px 0;
  }
}
#home-05 .row {
  display: flex;
}
#home-05 .img {
  width: 140px;
  min-height: 140px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#home-05 .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-05 .img figcaption {
  position: absolute;
  bottom: 7px;
  background-color: #015CAB;
  display: inline-block;
  font-size: 13px;
  font-size: 0.7647058824rem;
  font-weight: bold;
  color: #fff;
  border-radius: 500px;
  padding: 3px 15px;
  line-height: 1.2;
  width: -moz-fit-content;
  width: fit-content;
  left: 5px;
  right: 5px;
  margin: auto;
}
#home-05 .item {
  flex: 1;
  margin-left: 10px;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  font-size: 25px;
  font-size: 1.4705882353rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #015CAB;
  line-height: 1.5;
}
@media (min-width: 640px) {
  #home-05 .item span {
    font-size: 37px;
    font-size: 2.1764705882rem;
  }
}
#home-05 .item.opacity-60 {
  background-color: rgba(255, 255, 255, 0.6);
}
#home-05 .item.opacity-30 {
  background-color: rgba(255, 255, 255, 0.3);
}
#home-05 .text {
  background: #2162B2;
  color: #fff;
  padding: 15px 20px;
  border-radius: 500px;
  font-size: 25px;
  font-size: 1.4705882353rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
#home-05 .text small {
  font-size: 18px;
  font-size: 1.0588235294rem;
}
#home-05 .text span {
  font-size: 11px;
  font-size: 0.6470588235rem;
  vertical-align: top;
}
#home-05 .text.color-01 {
  background-color: #3A9BE4;
}
#home-05 .text.color-02 {
  background-color: #F37E96;
}
#home-05 .info + .info {
  margin-top: 25px;
}
#home-05 .info.pink figcaption {
  background-color: #F37E96;
}
#home-05 .info.pink .item {
  color: #F37E96;
}
#home-05 .info.pink .text {
  background-color: #F37E96;
}

.home-05-tit {
  color: #015CAB;
  font-size: 50px;
  font-size: 2.9411764706rem;
  font-weight: bold;
  margin: -35px auto 40px;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.home-05-text {
  text-align: center;
  color: #015CAB;
  font-weight: bold;
  font-size: 27px;
  font-size: 1.5882352941rem;
  line-height: 1;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .home-05-text {
    margin-top: 0;
    text-align: right;
  }
}
.home-05-text .fz-01 {
  font-size: 62px;
  font-size: 3.6470588235rem;
}
.home-05-text .fz-02 {
  font-size: 44px;
  font-size: 2.5882352941rem;
}
.home-05-text .fz-outline {
  background: linear-gradient(to bottom, transparent 80%, #FFEB00 20%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-shadow: 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 2px 0px 0 #ffffff, 0px 2px 0 #ffffff, -2px 0px 0 #ffffff, 0px -2px 0 #ffffff, 2px 2px 2px rgba(206, 206, 206, 0);
}

/* #home-06
====================================== */
#home-06 {
  padding: 60px 0;
}
@media (min-width: 640px) {
  #home-06 {
    padding: 80px 0;
  }
}

.home-06-tit {
  padding: 10px 25px;
  box-sizing: border-box;
  background-color: #F1BA03;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.4117647059rem;
  border-radius: 500px;
  text-align: center;
  position: relative;
}
@media (min-width: 640px) {
  .home-06-tit {
    font-size: 35px;
    font-size: 2.0588235294rem;
  }
}
.home-06-tit:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 14px solid #F1BA03;
}

.home-06-text {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 1.1764705882rem;
}
@media (min-width: 640px) {
  .home-06-text {
    font-size: 25px;
    font-size: 1.4705882353rem;
  }
}

.home-06-info {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #005CAC;
}
.home-06-info .inner {
  padding: 20px;
}
@media (min-width: 640px) {
  .home-06-info .inner {
    padding: 50px;
  }
}
.home-06-info .tit {
  font-weight: bold;
  text-align: center;
  background-color: #005CAC;
  color: #fff;
  padding: 18px 15px;
  font-size: 20px;
  font-size: 1.1764705882rem;
}
@media (min-width: 640px) {
  .home-06-info .tit {
    font-size: 23px;
    font-size: 1.3529411765rem;
  }
}
.home-06-info .center {
  align-self: center;
}
.home-06-info .details {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.8823529412rem;
  background-color: #EDF6FB;
  border-radius: 15px;
  padding: 15px;
  color: #005CAC;
  text-align: center;
}
@media (min-width: 640px) {
  .home-06-info .details {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
}
.home-06-info .details .fz-01 {
  color: #FFA201;
  font-size: 46px;
  font-size: 2.7058823529rem;
  line-height: 1;
}
@media (min-width: 640px) {
  .home-06-info .details .fz-01 {
    font-size: 64px;
    font-size: 3.7647058824rem;
  }
}
.home-06-info .details .fz-02 {
  font-size: 29px;
  font-size: 1.7058823529rem;
}
@media (min-width: 640px) {
  .home-06-info .details .fz-02 {
    font-size: 40px;
    font-size: 2.3529411765rem;
  }
}
.home-06-info .details + .details {
  margin-top: 75px;
  position: relative;
}
.home-06-info .details + .details:before {
  content: "";
  background: url(../img/home/06_arrow.png) no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 66px;
  height: 37px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -56px;
}
.home-06-info .com-list-01 {
  font-size: 13px;
  font-size: 0.7647058824rem;
  border: 2px solid #E9E9E9;
  padding: 10px 20px;
  border-radius: 15px;
}

/* #home-07
====================================== */
#home-07 .uk-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 640px) {
  #home-07 .uk-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.home-07-tit {
  font-size: 28px;
  font-size: 1.6470588235rem;
  background-color: #3A9BE4;
  color: #fff;
  padding: 15px;
  position: relative;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 640px) {
  .home-07-tit {
    padding: 25px 15px;
    font-size: 42px;
    font-size: 2.4705882353rem;
  }
}
.home-07-tit span {
  color: #FFEB00;
}
.home-07-tit:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #3A9BE4;
}
@media (min-width: 640px) {
  .home-07-tit:after {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #3A9BE4;
  }
}

.home-07-item {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 5px solid #BFDBF0;
  min-height: 100px;
  font-size: 20px;
  font-size: 1.1764705882rem;
  color: #005CAC;
  padding: 20px;
  padding-left: 80px;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  line-height: 1.3;
  letter-spacing: -0.04em;
}
@media (min-width: 640px) {
  .home-07-item {
    font-size: 25px;
    font-size: 1.4705882353rem;
  }
}
.home-07-item:hover {
  color: #005CAC;
}
.home-07-item:before {
  content: "";
  display: inline-block;
  width: 52px;
  aspect-ratio: 1/1;
  background: url(../img/common/icon_notice.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
}

.home-img-01 {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: min(100%, 1140px);
  margin-inline: auto;
}

/* #home-08
====================================== */
#home-08 {
  padding: 60px 0;
  background-color: #D1F2FA;
}
@media (min-width: 640px) {
  #home-08 {
    padding: 80px 0;
  }
}
#home-02 + #home-08 {
  padding-top: 0;
}
#home-08 .inner {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px 20px 40px;
}
@media (min-width: 640px) {
  #home-08 .inner {
    padding: 95px 20px 95px;
  }
}
#home-08 .uk-grid + .uk-grid {
  margin-top: 50px;
}
@media (min-width: 640px) {
  #home-08 .uk-grid + .uk-grid {
    margin-top: 60px;
  }
}

.home-08-tit {
  padding: 10px 25px;
  box-sizing: border-box;
  background-color: #2162B2;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.1764705882rem;
  border-radius: 500px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 700px;
  margin: 0 auto -22px;
  position: relative;
}
@media (min-width: 640px) {
  .home-08-tit {
    width: 100%;
    max-width: 700px;
    margin: 0 auto -32px;
    font-size: 38px;
    font-size: 2.2352941176rem;
  }
}
.home-08-tit:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #2162B2;
}
@media (min-width: 640px) {
  .home-08-tit:after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #2162B2;
  }
}
.home-08-tit span {
  background: linear-gradient(to bottom, transparent 85%, #FFEB00 20%);
  background-size: 100% 95%;
  background-repeat: no-repeat;
  text-shadow: 3px 3px 0 #2162B2, 3px -3px 0 #2162B2, -3px 3px 0 #2162B2, -3px -3px 0 #2162B2, 3px 0px 0 #2162B2, 0px 3px 0 #2162B2, -3px 0px 0 #2162B2, 0px -3px 0 #2162B2, 3px 3px 3px rgba(206, 206, 206, 0);
}

.home-08-item {
  line-height: 1.6;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .home-08-item {
    margin-top: 30px;
  }
}
.home-08-item .img {
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .home-08-item .img {
    min-height: 278px;
    position: relative;
  }
  .home-08-item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.home-08-item .details {
  align-self: center;
}
.home-08-item .catch {
  background-color: #F1BA03;
  border-radius: 6px;
  padding: 4px 30px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-size: 1.1764705882rem;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 640px) {
  .home-08-item .catch {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
}
@media (min-width: 960px) {
  .home-08-item .catch {
    margin-top: -25px;
  }
}
.home-08-item .info {
  border: 3px solid #3A9BE4;
  border-radius: 6px;
  position: relative;
  font-size: 20px;
  font-size: 1.1764705882rem;
  padding: 0 20px 20px;
  font-weight: bold;
  color: #3A9BE4;
  margin-top: 10px;
}
@media (min-width: 640px) {
  .home-08-item .info {
    font-size: 25px;
    font-size: 1.4705882353rem;
  }
}
@media (min-width: 960px) {
  .home-08-item .info {
    margin-top: 0px;
    padding: 0 40px 25px;
  }
}
.home-08-item .info span {
  color: #F17103;
}
.home-08-item .info:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #3A9BE4;
  border-top: 0;
  border-right: 0;
  top: -11px;
  left: 50%;
  transform: translateX(-50%) rotateZ(135deg);
  background-color: #fff;
}
@media (min-width: 960px) {
  .home-08-item .info:before {
    left: -11px;
    transform: translateY(-50%) rotateZ(45deg);
    top: 50%;
  }
}
@media (min-width: 960px) {
  .home-08-item .info.reverse:before {
    left: auto;
    right: -11px;
    top: 50%;
    transform: translateY(-50%) rotateZ(225deg);
  }
}
.home-08-item .text {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .home-08-item .text {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
}
.home-08-item .text-02 {
  font-size: 12px;
  font-size: 0.7058823529rem;
  font-weight: 500;
}
@media (min-width: 640px) {
  .home-08-item .text-02 {
    font-size: 17px;
    font-size: 1rem;
  }
}
.home-08-item .price {
  background-color: #F9F2DC;
  padding: 10px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 7px;
  font-size: 20px;
  font-size: 1.1764705882rem;
  line-height: 1.3;
}
@media (min-width: 960px) {
  .home-08-item .price {
    border-radius: 5px;
    font-size: 50px;
    font-size: 2.9411764706rem;
    line-height: 1.2;
    gap: 13px 14px;
    padding: 0.4em 2.4em;
  }
}
@media (min-width: 960px) {
  .home-08-item .price .total-right-pc {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.home-08-item .price .total {
  --bg: #F17121;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  border: 2px solid var(--bg);
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .home-08-item .price .total {
    border-width: 5px;
  }
}
.home-08-item .price .total dt {
  font-size: 11px;
  font-size: 0.6470588235rem;
  line-height: 1.18;
  color: #fff;
  background-color: #F17103;
  flex: 1;
  padding: 0.5em;
  font-weight: inherit;
  display: flex;
  align-items: center;
}
@media (min-width: 960px) {
  .home-08-item .price .total dt {
    font-size: 26px;
    font-size: 1.5294117647rem;
  }
}
.home-08-item .price .total dd {
  color: var(--bg);
  font-size: 23px;
  font-size: 1.3529411765rem;
  line-height: 1;
  flex-shrink: 0;
  padding: 0.2em;
  align-self: center;
}
@media (min-width: 960px) {
  .home-08-item .price .total dd {
    font-size: 55px;
    font-size: 3.2352941176rem;
    padding-block: 0.1em;
  }
}
.home-08-item .price .total dd small {
  font-size: 56%;
}
@media (min-width: 960px) {
  .home-08-item .price .total dd small {
    font-size: 61%;
  }
}
.home-08-item .price .item {
  text-align: center;
}
.home-08-item .price .item small, .home-08-item .price .item .sup-txt {
  font-size: 56%;
}
@media (min-width: 960px) {
  .home-08-item .price .item small {
    font-size: 64%;
  }
}
.home-08-item .price .item .sup-txt {
  display: block;
}
@media (min-width: 960px) {
  .home-08-item .price .item .sup-txt {
    font-size: 44%;
  }
}

.home-text-01 {
  font-size: 16px;
  font-size: 0.9411764706rem;
  font-weight: 700;
  color: #2162B2;
}
@media (min-width: 640px) {
  .home-text-01 {
    font-size: 24px;
    font-size: 1.4117647059rem;
  }
}

/* グリッド grid
----------------------------------------------- */
.com-grid-10 {
  margin-left: -10px;
}
.com-grid-10 > * {
  padding-left: 10px;
}
.com-grid-10 > .uk-grid-margin {
  margin-top: 10px;
}

.com-grid-15 {
  margin-left: -15px;
}
.com-grid-15 > * {
  padding-left: 15px;
}
.com-grid-15 > .uk-grid-margin {
  margin-top: 15px;
}

.com-grid-20 {
  margin-left: -20px;
}
.com-grid-20 > * {
  padding-left: 20px;
}
.com-grid-20 > .uk-grid-margin {
  margin-top: 20px;
}

.com-grid-25 {
  margin-left: -25px;
}
.com-grid-25 > * {
  padding-left: 25px;
}
.com-grid-25 > .uk-grid-margin {
  margin-top: 25px;
}

.com-grid-30 {
  margin-left: -30px;
}
.com-grid-30 > * {
  padding-left: 30px;
}
.com-grid-30 > .uk-grid-margin {
  margin-top: 30px;
}

.com-grid-50 {
  margin-left: -50px;
}
.com-grid-50 > * {
  padding-left: 50px;
}
.com-grid-50 > .uk-grid-margin {
  margin-top: 30px;
}

.com-grid-60 {
  margin-left: -60px;
}
.com-grid-60 > * {
  padding-left: 60px;
}
.com-grid-60 > .uk-grid-margin {
  margin-top: 30px;
}

@media (min-width: 640px) {
  .pc-center {
    text-align: center;
  }
}

@media (min-width: 640px) {
  .pc-left {
    text-align: left;
  }
}

@media (min-width: 640px) {
  .pc-right {
    text-align: right;
  }
}

/* parts
--------------------------------- */
/* title タイトル
--------------------------------- */
/* panel パネル
--------------------------------- */
.panel-contact-01 {
  background-color: #0699E2;
  background-image: url(../img/home/stripes.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 45px 0 60px;
  color: #fff;
  text-align: center;
}
.panel-contact-01 .tit {
  font-size: 46px;
  font-size: 2.7058823529rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 4px 4px 0 #2162B2, 4px -4px 0 #2162B2, -4px 4px 0 #2162B2, -4px -4px 0 #2162B2, 4px 0px 0 #2162B2, 0px 4px 0 #2162B2, -4px 0px 0 #2162B2, 0px -4px 0 #2162B2, 4px 4px 4px rgba(206, 206, 206, 0);
}
.panel-contact-01 .tit img {
  margin: 5px 1em;
}

/* table テーブル
--------------------------------- */
.com-table-01 {
  width: 100%;
}
.com-table-01 th {
  background-color: #1AAC96;
  color: #fff;
  padding: 0.5em 1em;
}
.com-table-01 td {
  text-align: center;
  background-color: #F2F2F4;
  color: #686868;
  padding: 0.5em 1em;
}
.com-table-01 td:first-of-type {
  color: #1AAC96;
  font-weight: bold;
  background-color: #D5EAE7;
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 70px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 100px;
  }
}

.com-mt-xl {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-xl {
    margin-top: 150px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  color: #9F9F9F;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}
.com-list-01.black li::before {
  color: #1A1311;
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.5em;
}
.com-list-02 li + li {
  margin-top: 0.6em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

.com-list-03 li {
  margin-left: 2em;
}
.com-list-03 li::before {
  content: "例：";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}

/* .com-dl-01
--------------------------------- */
.com-dl-01 {
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: 140px 1fr;
}
@media (min-width: 640px) {
  .com-dl-01 {
    grid-column-gap: 40px;
    grid-template-columns: 200px 1fr;
  }
}
.com-dl-01 > dt, .com-dl-01 > dd {
  padding: 1.1em 10px;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  margin-top: -1px;
}
.com-dl-01 > dt {
  margin-top: -2px;
  border-color: #FFAD1F;
  border-width: 2px;
  font-size: 16px;
  font-size: 0.9411764706rem;
}

/* .com-dl-02
--------------------------------- */
.com-dl-02 {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: auto 1fr;
}
.com-dl-02 dt {
  margin-left: 1.1em;
}
.com-dl-02 dt::before {
  content: "・";
  display: inline-block;
  width: 1.1em;
  margin-left: -1.1em;
}

/* .com-map-01
--------------------------------- */
/* text テキスト
--------------------------------- */
.com-text-01 {
  color: #015CAB;
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.5882352941rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.6470588235rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.7058823529rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.7647058824rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.8235294118rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 0.8823529412rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 0.9411764706rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.0588235294rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.1176470588rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.1764705882rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.2352941176rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.2941176471rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.3529411765rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.4117647059rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.4705882353rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.5294117647rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.5882352941rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.6470588235rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.7058823529rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.7647058824rem;
}

/* アンカー
--------------------------------- */
.com-anchor-01 {
  margin-top: -51px;
  padding-top: 51px;
}
@media (min-width: 1200px) {
  .com-anchor-01 {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/* アクセント色
--------------------------------- */
/* リンク
--------------------------------- */
.com-btn-01 {
  background-color: #F17103;
  border-radius: 10px;
  min-height: 95px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-align: left;
}
.com-btn-01 img {
  margin-right: 10px;
}
.com-btn-01::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  aspect-ratio: 1/1.5;
  background: url(../img/common/arrow_01.svg) no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}
.com-btn-01:hover {
  color: #fff;
}

.com-btn-02 {
  background-color: #F17103;
  border-radius: 6px;
  min-height: 60px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  max-width: 300px;
}
.com-btn-02::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  aspect-ratio: 1/1.5;
  background: url(../img/common/arrow_01.svg) no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}
.com-btn-02:hover {
  color: #fff;
}
.com-btn-02.blue {
  background-color: #2162B2;
}

.com-link-01 {
  text-decoration: underline;
}
.com-link-01:hover {
  text-decoration: underline;
}
