@charset "UTF-8";
/*============================================================
common
==============================================================*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  /*読み込み時ふわっと表示させる*/
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  /*-webkit-appearance: none;
  -moz-appearance: none;*/
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
a:link, a:visited, a:active {
  color: #333;
}

.sp {
  display: inherit;
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media (min-width: 769px) {
  .pc {
    display: inherit;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.inner {
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .inner {
    width: 90%;
    max-width: 1040px;
  }
}

.en {
  font-family: "Roboto", serif;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.maker {
  background: linear-gradient(transparent 70%, #ffe400 70%);
}

.h2_ttl {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}
.h2_ttl .en {
  display: block;
  color: #024191;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: -0.5rem;
}
@media (min-width: 769px) {
  .h2_ttl {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .h2_ttl .en {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.btn_wrap {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
}

.tel_wrap {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  margin-top: 15px;
}

.btn {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  background: #333;
  background-clip: padding-box;
  border-radius: 100vh;
  padding: 12px 30px;
  transition: all 0.3s ease-in-out 0s;
  margin: 0 0 10px 0;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
}
.btn:link, .btn:visited, .btn:active {
  color: #fff;
}
.btn:hover {
  opacity: 0.8;
}
@media (min-width: 769px) {
  .btn {
    width: 290px;
    height: 60px;
    font-size: 16px;
    font-size: 1rem;
    padding: 18px 30px;
    margin: 0 20px 0 0;
  }
}

.contact_btn {
  background: #f98203;
  padding-left: 82px;
}
.contact_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 30px;
  content: url(../img/mail_ico.png);
  vertical-align: middle;
  margin-top: -18px;
}

.line_btn {
  background: #06c755;
  padding-left: 82px;
}
.line_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 30px;
  content: url(../img/line_ico.png);
  vertical-align: middle;
  margin-top: -20px;
}

.sample_btn {
  background: #fff;
  border: solid 2px #f98203;
  color: #f98203;
  line-height: 1.2;
  padding: 9px 30px 9px 72px;
}
.sample_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 30px;
  content: url(../img/sample_ico.png);
  vertical-align: middle;
  margin-top: -15px;
}
.sample_btn:link, .sample_btn:visited, .sample_btn:active {
  color: #f98203;
}

.tel {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-family: "Roboto", serif;
  color: #fff;
  line-height: 1;
  padding-left: 40px;
  margin: 0 0 0 10px;
}
.tel::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  content: url(../img/tel_ico_wh.png);
  vertical-align: middle;
  margin-top: -25px;
}
.tel:link, .tel:visited, .tel:active {
  color: #fff;
}
.tel span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
}

/*============================================================
header
==============================================================*/
header {
  background: #fff;
}
header .header_inner {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  padding: 0 15px;
}
header .navi ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
}
header .btn {
  padding: 12px 30px 12px 20px;
}
header #g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: all 0.3s;
}
header #g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header #g-nav li {
  list-style: none;
  text-align: center;
}
header #g-nav li a {
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
header #g-nav li .btn {
  width: 240px;
  padding: 12px 20px 12px 20px;
  margin-top: 10px;
}
header #g-nav li .btn::after {
  right: 20px;
  margin-top: -13px;
}
header #g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}
header #g-nav.panelactive ul {
  display: block;
}
header .openbtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #0081e5;
  border-radius: 0 0 4px 4px;
}
header .openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}
header .openbtn span:nth-of-type(1) {
  top: 15px;
}
header .openbtn span:nth-of-type(2) {
  top: 23px;
}
header .openbtn span:nth-of-type(3) {
  top: 31px;
}
header .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
header .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
@media (min-width: 769px) {
  header .header_inner {
    height: 80px;
    padding: 0 20px;
  }
  header .navi ul {
    font-size: 1.300390117vw;
  }
  header .navi ul li {
    margin: 0 15px;
  }
  header .btn {
    width: auto;
    font-size: 1.300390117vw;
    padding: 12px 40px;
  }
  header .btn::after {
    right: 20px;
    margin-top: -12px;
  }
}
@media (min-width: 1040px) {
  header .navi ul {
    font-size: 14px;
    font-size: 0.875rem;
  }
  header .btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*============================================================
cta
==============================================================*/
.cta {
  background: url(../img/cta_bg.jpg) no-repeat center/cover;
  padding: 30px 0 30px;
}
.cta h3 {
  color: #ffe400;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 10px;
}

#cta01 {
  background: #0081e5;
  padding: 20px 0;
}

.cta_box {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal; /* Safari */
  flex-wrap: wrap;
}
.cta_box figure {
  zoom: 0.8;
  margin-bottom: 20px;
}

.sample_wrap {
  text-align: center;
}

.sample_copy {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .cta {
    background: url(../img/cta_bg.jpg) no-repeat center/cover;
    padding: 60px 0 0;
  }
  .cta h3 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 20px;
  }
  .cta .btn_wrap {
    flex-direction: column;
    margin-top: 20px;
  }
  .cta .tel_wrap {
    margin-bottom: 30px;
  }
  .cta .btn {
    margin: 0 0 15px 0;
  }
  .cta_box {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end; /* Safari */
    flex-wrap: wrap;
  }
  .cta_box figure {
    zoom: 1;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .sample_wrap .sample_btn {
    width: 98%;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    padding: 15px 30px 15px 60px;
  }
  .sample_wrap .sample_btn::before {
    left: 60px;
  }
}
/*============================================================
kv
==============================================================*/
#kv {
  background: #f5f5f5;
  padding: 15px 0 0;
  text-align: center;
  font-weight: 700;
}
#kv .inner {
  position: relative;
  padding: 0;
}
#kv .medal {
  position: absolute;
  top: 40px;
  right: 10px;
}
#kv .medal img {
  zoom: 0.4;
}
#kv .sub {
  font-size: 16px;
  font-size: 1rem;
}
#kv .sub span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
}
#kv h1 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.7;
  font-weight: 800;
  letter-spacing: 0.1rem;
}
#kv h1 span {
  background: #024191;
  border-radius: 4px;
  padding: 0 20px 3px;
}

.kv_man {
  position: absolute;
  left: 0;
  bottom: 0;
  zoom: 0.5;
}

.kv_cus {
  position: absolute;
  right: 0;
  bottom: 0;
  zoom: 0.5;
}

.kv_cam {
  margin-top: 10px;
}

.cam_wrap {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal; /* Safari */
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
.cam_wrap figure img {
  zoom: 0.4;
}

.cam_name {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}
.cam_name span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
}

.kv_cta {
  padding: 0 0 10px;
}
.kv_cta .line {
  background: #06c755;
  padding: 10px 0 0;
  margin-bottom: 10px;
}
.kv_cta .line h3 {
  color: #fff;
  font-weight: bold;
}
.kv_cta .line ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal; /* Safari */
  flex-wrap: wrap;
  margin: 10px 0;
}
.kv_cta .line li {
  display: flex;
  display: -ms-flexbox;
  justify-content: normal;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  width: 30%;
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #b5eecc;
  line-height: 1.3;
  padding: 6px 4px;
  border-radius: 4px;
}
.kv_cta .line li:nth-child(2) {
  margin: 0 0.4em;
}
.kv_cta .line li span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #06c755;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin-right: 4px;
}
.kv_cta .line .line_btn {
  background: #fff;
  color: #06c755;
}
.kv_cta .line .line_btn::before {
  content: url(../img/line_ico_g.png);
}

@media (min-width: 769px) {
  #kv {
    background: url(../img/kv_bg.jpg) no-repeat center/cover;
  }
  #kv .inner {
    padding-bottom: 30px;
  }
  #kv .medal {
    position: absolute;
    top: 20px;
    left: 160px;
    right: auto;
  }
  #kv .medal img {
    zoom: 0.9;
  }
  #kv .sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #kv .sub span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #kv h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .kv_man {
    zoom: 1;
    left: -45px;
  }
  .kv_cus {
    right: -90px;
    zoom: 1;
  }
  .kv_cam {
    position: relative;
    background: #fff;
    border: solid 3px #0081e5;
    max-width: 700px;
    margin: 20px auto 0;
  }
  .kv_cam .price {
    display: block;
    text-align: right;
    font-size: 34px;
    font-size: 2.125rem;
    font-weight: 700;
    color: #d50014;
    padding-top: 0;
  }
  .kv_cam .tax {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .cam_wrap {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center; /* Safari */
    flex-wrap: wrap;
    margin-top: 0;
  }
  .cam_wrap figure {
    margin-right: 20px;
  }
  .cam_wrap figure img {
    zoom: 0.8;
  }
  .cam_name {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .cam_name span {
    font-size: 16px;
    font-size: 1rem;
  }
  .kv_cta .line {
    padding: 10px 0;
  }
}
/*============================================================
worry
==============================================================*/
#worry {
  padding: 20px 0 40px;
}
#worry li {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 10px 0;
  padding-left: 30px;
}
#worry li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  content: url(../img/worry_ico.png);
  vertical-align: middle;
  margin-top: -18px;
  zoom: 0.5;
}

.worry_wrap {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  margin: 20px 0 0;
}

.worry_img {
  zoom: 0.6;
}

.worry_sub {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  color: #024191;
}

@media (min-width: 769px) {
  #worry {
    padding: 60px 0;
  }
  #worry li {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .worry_wrap {
    flex-direction: row;
    margin: 20px 0;
  }
  .worry_img {
    zoom: 1;
    margin-right: 20px;
  }
  .worry_sub {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
/*============================================================
campaign
==============================================================*/
#campaign .inner {
  position: relative;
}
#campaign .h2_ttl span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
#campaign ul {
  position: relative;
  max-width: 800px;
  margin: 10px auto 0;
  border: solid 2px #333;
  border-radius: 8px;
  padding: 20px 20px 10px;
}
#campaign li {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal; /* Safari */
  flex-wrap: wrap;
  border-bottom: solid 2px #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#campaign h4 {
  display: flex;
  display: -ms-flexbox;
  justify-content: normal;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  color: #024191;
  font-weight: 700;
  margin-bottom: 15px;
}
#campaign h4 span {
  display: block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  background: #024191;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
}
#campaign .blue {
  color: #024191;
}
#campaign .price {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
}
#campaign .tax {
  font-size: 12px;
  font-size: 0.75rem;
}
#campaign .caution {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#campaign .caution span {
  color: #024191;
}
#campaign .btn_wrap {
  margin-top: 0px;
}
#campaign .tel {
  color: #0081e5;
}
#campaign .tel::before {
  content: url(../img/tel_ico_bl.png);
}
#campaign .point {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  background: #024191;
  border-radius: 4px;
  padding: 6px 28px 7px 28px;
  margin-bottom: 20px;
}
#campaign .point::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid #024191;
  border-left: 8px solid transparent;
  bottom: -10px;
}

.campaign_man {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

@media (min-width: 769px) {
  #campaign ul {
    padding: 40px;
    margin: 20px auto 0;
  }
  #campaign li {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal; /* Safari */
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #campaign li .txt {
    width: 54%;
    margin: 0;
  }
  #campaign h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #campaign .caution {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px;
  }
  #campaign .caution span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .campaign_man {
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
  }
  .point_wrap {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center; /* Safari */
    flex-wrap: wrap;
  }
  .point_wrap h4 {
    margin: 0 20px;
  }
}
/*============================================================
about
==============================================================*/
#about {
  background: #e5f2fc;
  padding: 20px 0 30px;
}
#about .inner {
  position: relative;
}
#about .h2_ttl {
  display: flex;
  display: -ms-flexbox;
  justify-content: right;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  align-items: right;
  -webkit-box-align: right;
  -ms-flex-align: right; /* Safari */
  flex-wrap: wrap;
  text-align: left;
}
#about ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  margin-top: 30px;
}
#about li {
  width: 46%;
  margin-bottom: 30px;
}
#about li h3 {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #024191;
  font-weight: 700;
}
#about li h3 span {
  font-size: 10px;
  font-size: 0.625rem;
}

.about_man {
  position: absolute;
  top: 14px;
  left: 26px;
}
.about_man img {
  zoom: 0.8;
}

.about_box {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}
.about_box .about_box_ttl {
  display: flex;
  display: -ms-flexbox;
  justify-content: normal;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  align-items: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal; /* Safari */
  flex-wrap: wrap;
  letter-spacing: 0.1em;
}
.about_box .cir {
  color: #fff;
  font-weight: 900;
  width: 50px;
  height: 50px;
  font-size: 12px;
  font-size: 0.75rem;
  background: #024191;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  transform: rotate(-18deg);
}
.about_box .txt {
  margin-bottom: 30px;
}
.about_box .txt h3 {
  width: calc(100% - 60px);
  font-size: 16px;
  font-size: 1rem;
  color: #024191;
  font-weight: 900;
  margin: 0 0 30px;
}
.about_box .txt h3 span {
  font-size: 22px;
  font-size: 1.375rem;
}

.about_profile {
  margin-top: 50px;
}
.about_profile h3 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
}

.profile_box {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}
.profile_box p {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  #about {
    padding: 80px 0;
  }
  #about .h2_ttl {
    display: block;
    text-align: center;
  }
  #about li {
    width: 30%;
  }
  #about li h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #about li h3 span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .about_man {
    top: -4px;
    left: 64px;
  }
  .about_man img {
    zoom: 1;
  }
  .about_box {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal; /* Safari */
    flex-wrap: wrap;
    padding: 40px;
    margin-top: 30px;
  }
  .about_box .txt {
    max-width: 610px;
    margin-bottom: 0;
  }
  .about_box .txt h3 {
    width: auto;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 6px 0 30px;
  }
  .about_box .txt h3 span {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .about_box .cir {
    width: 80px;
    height: 80px;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    line-height: 80px;
  }
  .about_profile {
    margin-top: 50px;
  }
  .about_profile h3 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .profile_box {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: normal;
    -webkit-box-align: normal;
    -ms-flex-align: normal; /* Safari */
    flex-wrap: wrap;
    padding: 40px;
    margin-top: 20px;
  }
  .profile_box p {
    width: 70%;
  }
  .profile_box figure {
    width: 25%;
  }
}
/*============================================================
service
==============================================================*/
#service {
  background: #f5f5f5;
  padding: 60px 0 10px;
}
#service ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal; /* Safari */
  flex-wrap: wrap;
  margin: 30px auto 0;
}
#service li {
  display: flex;
  display: -ms-flexbox;
  justify-content: normal;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  align-items: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  width: 296px;
  background: #fff;
  border: solid 2px #024191;
  border-radius: 8px;
  padding-bottom: 10px;
  margin: 0 auto 40px;
}
#service h3 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #fff;
  background: #024191;
  padding: 10px 0;
}
#service p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 10px 20px 0;
}
#service .ex {
  flex-grow: 1;
}
#service .price {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #d50014;
  text-align: right;
  padding-top: 0;
  line-height: 1.3;
}
#service .tax {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
#service .caution {
  display: block;
  color: #d50014;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 769px) {
  #service {
    padding: 80px 0 30px;
  }
  #service ul {
    margin-top: 50px;
  }
  #service li {
    width: 29.6%;
  }
}
/*============================================================
support
==============================================================*/
#support {
  background: #f5f5f5;
  padding: 60px 0 40px;
}
#support ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  margin: 30px auto 0;
}
#support li {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  width: 44%;
  margin: 3%;
}
#support li h3 {
  font-size: 14px;
  font-size: 0.875rem;
  background: #024191;
  color: #fff;
  border-radius: 6px 6px 0 0;
  display: inline-block;
  padding: 2px 18px;
}
#support .all {
  padding: 3% 3% 0;
}
#support .all h3 {
  font-size: 14px;
  font-size: 0.875rem;
  background: #024191;
  color: #fff;
  border-radius: 6px 6px 0 0;
  display: inline-block;
  padding: 2px 18px;
}
#support .all_txt {
  background: #fff;
  padding: 10px 20px 20px;
  border-radius: 0 0 10px 10px;
}
#support .ttl {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  background: #0081e5;
  padding: 5px 0;
  margin-bottom: 10px;
}
#support .ttl span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
#support .des {
  font-weight: bold;
}
#support .ex {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 14px;
  font-size: 0.875rem;
  border: solid 2px #d3d3d3;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 4px;
}
#support .ex h4 {
  text-align: center;
  margin-bottom: 12px;
}
#support .ex_ttl {
  width: 90px;
  display: inline-block;
}
#support .red {
  color: #d50014;
  font-weight: bold;
}
#support .sum {
  border-top: solid 1px #333;
  padding-top: 6px;
  margin-top: 6px;
}
#support .caution {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 10px;
}

@media (min-width: 769px) {
  #support {
    padding: 80px 0 40px;
  }
  #support li {
    width: 20%;
    margin: 1%;
  }
  #support .all {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end; /* Safari */
    flex-wrap: wrap;
    background: #fff;
    padding: 20px 40px 40px;
    margin-top: 30px;
    border-radius: 10px;
  }
  #support .all_txt {
    width: 50%;
    padding: 10px 0 0 40px;
  }
}
/*============================================================
flow
==============================================================*/
#flow {
  background: #e5f2fc;
  padding: 60px 0 40px;
}
#flow ul {
  max-width: 800px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
  margin: 30px auto 0;
}
#flow li {
  width: 44%;
  margin: 0 10px 20px;
}
#flow h3 {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #024191;
  font-weight: 700;
  margin-top: 10px;
}

@media (min-width: 769px) {
  #flow {
    padding: 80px 0 40px;
  }
  #flow ul {
    margin: 50px auto 0;
  }
  #flow li {
    width: 28%;
    margin: 0 20px 40px;
  }
  #flow h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/*============================================================
voice
==============================================================*/
#voice {
  padding: 60px 0;
}
#voice .sub_ttl {
  position: relative;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  background: #024191;
  border-radius: 4px;
  padding: 6px 28px 7px 28px;
  margin-bottom: 30px;
}
#voice .sub_ttl::after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  margin: auto;
  left: 0;
  right: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid #024191;
  border-left: 8px solid transparent;
  bottom: -10px;
}
#voice .voice_wrap {
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  justify-content: normal;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  align-items: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal; /* Safari */
  flex-wrap: wrap;
  flex-wrap: nowrap;
}
#voice .voice_wrap:hover ul {
  animation-play-state: paused;
}
#voice ul {
  display: flex;
  display: -ms-flexbox;
  justify-content: normal;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  align-items: normal;
  -webkit-box-align: normal;
  -ms-flex-align: normal; /* Safari */
  flex-wrap: wrap;
  flex-wrap: nowrap;
  margin-top: 100px;
  animation: loop-slide 50s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
#voice li {
  width: 300px;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 40px 30px 30px;
  margin: 0 20px;
}
#voice li figure {
  margin-top: -80px;
}
#voice li h3 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: solid 1px #d6d6d6;
  padding-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#voice li h3 span {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
}
#voice li p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 769px) {
  #voice {
    padding: 80px 0;
  }
}
/*============================================================
faq
==============================================================*/
#faq {
  background: #f5f5f5;
  padding: 60px 0 40px;
}

.faq_box {
  width: 96%;
  max-width: 800px;
  margin: 30px auto 0;
}

.accordion {
  margin-bottom: 15px;
}

.toggle {
  display: none;
}

.accordion_ttl {
  display: block;
  position: relative;
  text-align: left;
  color: #024191;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4rem;
  background: #fff;
  padding: 10px 50px 10px 10px;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-radius: 8px;
}
.accordion_ttl p {
  display: flex;
  align-items: center;
}
.accordion_ttl span {
  flex-shrink: 0;
  display: inline-block;
  text-align: center;
  color: #024191;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 4rem;
  font-family: "Roboto", serif;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.accordion_ttl::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #024191;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.accordion_ttl::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #024191;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.accordion_ttl,
.accordion_txt {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.accordion_txt {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
.accordion_txt .answer {
  flex-shrink: 0;
  display: inline-block;
  text-align: center;
  color: #f98203;
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "Roboto", serif;
  margin-right: 20px;
  margin-top: 10px;
}
.accordion_txt p {
  display: flex;
  align-items: center;
}

.toggle:checked + .accordion_ttl + .accordion_txt {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.toggle:checked + .accordion_ttl::after {
  transform: translateY(-50%) rotate(0);
}

@media (min-width: 769px) {
  #faq {
    padding: 80px 0;
  }
  .faq_box {
    margin: 60px auto 0;
  }
  .accordion_ttl {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 66px 0 15px;
  }
  .accordion_txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
/*============================================================
company
==============================================================*/
#company {
  padding: 60px 0;
}
#company .inner {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center; /* Safari */
  flex-wrap: wrap;
}
#company table {
  font-weight: 700;
  line-height: 1.8;
  border-top: solid 1px #d6d6d6;
  border-bottom: solid 1px #d6d6d6;
  padding: 30px 0;
  margin-top: 30px;
}
#company th {
  text-align: left;
  width: 110px;
}

@media (min-width: 769px) {
  #company table {
    padding: 50px 40px;
    margin-top: 0;
    margin-left: 50px;
  }
}
/*============================================================
form
==============================================================*/
#form {
  background: #e5f2fc;
  padding: 60px 0;
}
#form .h2_ttl {
  margin-bottom: 40px;
}

.form_box {
  max-width: 800px;
  background: #fff;
  padding: 40px 15px 20px;
  border-radius: 20px;
  margin: 0 auto 0;
}

.contact_item {
  text-align: left;
  max-width: 600px;
  margin: 0 auto 20px;
}
.contact_item p {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-bottom: 8px;
}
.contact_item .check {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 18px;
}

.contact_note {
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 10px;
}

.contact_req {
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  background: #024191;
  padding: 2px 9px 3px;
  margin-left: 6px;
  border-radius: 100vh;
}

.contact_input, .contact_select {
  width: 100%;
  height: 40px;
  background: #fff;
  padding: 8px 16px 8px;
  border: 1px solid #cfd0cc;
  border-radius: 5px;
}

.contact_box {
  height: 100px;
}

.radio_area {
  margin-bottom: 30px;
}
.radio_area label {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.radio_area label input {
  margin-right: 5px;
}

.send_btn {
  width: 100%;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  background: #f98203;
}

h6.error {
  color: #f98203;
}

.form_box input[type=text].error, .form_box input[type=email].error, .form_box select.error {
  background: #FCE6E6 !important;
  border: solid 1px #f98203;
}

.center {
  text-align: center;
}

@media (min-width: 769px) {
  .form_box {
    padding: 60px 100px;
  }
  .send_btn {
    width: 50%;
  }
}
/*============================================================
thanks
==============================================================*/
#thanks {
  background: #e5f2fc;
  text-align: center;
  padding: 60px 0;
}
#thanks .btn_wrap {
  margin-top: 20px;
}
#thanks .tel {
  color: #0081e5;
}
#thanks .tel::before {
  content: url(../img/tel_ico_bl.png);
}

.thanks_box {
  margin: 20px 0 40px;
}

.thanks_btn {
  background: #024191;
}

/*============================================================
privacypolicy
==============================================================*/
#privacypolicy {
  background: #e5f2fc;
  padding: 60px 0;
}

.policy_list {
  margin: 50px 0;
}
.policy_list li {
  margin: 40px 0;
}
.policy_list h3 {
  color: #024191;
  font-weight: 700;
  margin-bottom: 10px;
}

/*============================================================
footer
==============================================================*/
footer {
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  background: #333;
  text-align: center;
  padding: 40px 0;
}

/*============================================================
floating-banner
==============================================================*/
.floating-banner {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 9999;
  display: none; /* 初期は非表示 */
}
.floating-banner a:hover {
  opacity: 1;
}

.floating-banner img {
  width: 200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.floating-banner .close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */