body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  width: 100%;
  padding: 20px;
}

header .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px){
  header {
    padding: 10px;
  }
  .h_logo {
    width: 220px;
  }
  .h_tel {
    display: none;
  }
}

main {
  width: 100%;
  background: url(../img/kv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
}

.cta_wrapper {
  background: #F0F3FF;
  padding: 40px 0;
}

@media screen and (max-width: 767px){
  .cta_wrapper {
    padding: 20px;
  }
}

.cta_wrapper .inner,
.cta .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.cta_wrapper .btn,
.cta .btn {
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 767px){
  .cta_wrapper .btn,
  .cta .btn {
    width: 80%;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
  }
}

.cta_wrapper .btn img,
.cta .btn img {
  filter: drop-shadow(0 0 3px #aaa);
  transition: all .3s;
}

.cta_wrapper .btn img:hover,
.cta .btn img:hover {
  opacity: 0.9;
  filter: drop-shadow(0 0 0 #999);
}

.tel_wrapper {
  max-width: 1000px;
  border: solid 4px #0F228B;
  border-radius: 10px;
  background: #ffffff;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px){
  .tel_wrapper {
    margin-top: 20px;
  }
}

.tel_title {
  background: #0F228B;
  padding: 14px 0;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

@media screen and (max-width: 767px){
  .tel_title {
    background: #0F228B;
    padding: 10px 0;
    font-size: 20px;
  }
}

.tel_wrapper ul {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 30px;
}

@media screen and (max-width: 767px){
  .tel_wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
    padding: 20px;
  }
}

@media screen and (min-width: 768px){
  .tel_wrapper .tel_number {
    pointer-events: none;
  }
}

.tel_wrapper .tel_time {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 30px 0;
}

@media screen and (max-width: 767px){
  .tel_wrapper .tel_time {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px 0;

  }
}

.tel_wrapper .tel_note {
  margin: 10px 0 30px 0;
  color: #ff0000;
}

@media screen and (max-width: 767px){
  .tel_wrapper .tel_note {
    margin: 0;
    padding: 20px;
  }
}

.tel_wrapper .tel_guidance {
  border-top: solid 2px #0F228B;
  padding: 17px 0;
  text-align: center;
}

@media screen and (max-width: 767px){
  .tel_wrapper .tel_guidance {
    padding: 10px 30px;
  }
}

section.content p {
  line-height: 1.8;
}

section.content p.note {
  font-size: 80%;
  line-height: 1.5;
  margin-top: 10px;
}

section.menu {
  background: #A6B6E2;
  padding: 20px 0;
}

section.menu ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

section.menu ul li img:hover{
  opacity: 0.8;
}

section.content {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 767px){
  section.content {
    width: 100%;
    padding: 40px 10px;
  }
}

.about {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 767px){
  .about {
    display: block;
  }

  .about img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}

.about li:first-child {
  max-width: 400px;
}

.about li:last-child {
  max-width: 740px;
}

@media screen and (max-width: 767px){
  .about li:last-child {
    margin-top: 20px;
  }
}

h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0F228B;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px){
  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 80px 0 20px 0;
}

@media screen and (max-width: 767px){
  h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 20px 0;
  }
}

h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0F228B;
  margin-bottom: 20px;
}

h5 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.h3_inner {
  border-top: solid 3px #0F228B;
  background: #F0F3FF;
  padding: 40px 100px;
}

@media screen and (max-width: 767px){
  .h3_inner {
    padding: 20px 10px;
  }
}

.h3_inner .column2 {
  display: flex;
  gap: 40px;
  justify-content: center;
}

@media screen and (max-width: 767px){
  .h3_inner .column2 {
    display: block;
  }
}

.h3_inner .column2 li:first-child {
  max-width: 400px;
}

.h3_inner .column2 li:last-child {
  max-width: 560px;
}

@media screen and (max-width: 767px){
  .h3_inner .column2 li:last-child {
    margin-top: 20px;
  }
}

.h3_inner ul.merit {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}

@media screen and (max-width: 767px){
  .h3_inner ul.merit {
    gap: 20px;
  }
}

.h3_inner .merit li {
  width: 300px;
  border: solid 1px #666666;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
}

@media screen and (max-width: 767px){
  .h3_inner .merit li {
    width: 100%;
  }
}

.h3_inner h4.merit_title {
  font-size: 20px;
  font-weight: bold;
  color: #0F228B;
  margin-bottom: 10px;
}

.h3_inner .merit li p{
  text-align: left;
}

.h4_inner {
  border-bottom: solid 1px #666666;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px){
  .h4_inner {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.h4_inner:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
} 

.different_img {
  margin-top: 30px;;
}

@media screen and (max-width: 767px){
  .different_img {
    margin-top: 20px;;
  }
}

table {
  width: calc(100% + 2px);
  margin: -1px;
  border-collapse: collapse;
  border: 0;
  border-spacing: 0;
}

@media screen and (max-width: 767px){
  .modTable colgroup {
    display: none;
  }
  .modTable thead {
    display: none;
  }
}

table th {
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px){
  table th {
    display: block;
  }
}

table thead th {
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #00368f;
  padding: 18px 10px 16px;
}

@media screen and (max-width: 767px){
  table thead th {
    background: #00368f;
    padding: 12px 20px 9px;
  }
}

table tbody th {
  color: #003e9d;
  background: #ebf0f7;
  font-weight: 700;
  padding: 27px 40px;
  line-height: 1.5;
}

@media screen and (max-width: 767px){
  table tbody th {
    padding: 12px 20px 9px;
    color: #fff;
    background: #00368f;
    border: none;
  }
}

table td {
  padding: 27px 40px;
  line-height: 1.5;
  border: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 767px){
  table td {
    display: block;
    padding: 18px 20px 16px;
  }

  table td .title {
    display: block;
    color: #003e9d;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 5px;
  }

  .modTable th + *, .modTable td + * {
    border-top: none;
  }
}

.h3_inner .reason_cs {
  display: flex;
  gap: 30px;
}

.h3_inner ul.reason_0yen {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 30px;
}

@media screen and (max-width: 767px){
  .h3_inner ul.reason_0yen {
    gap: 20px;
    margin: 20px auto 0;
    justify-content: center
  }
}

.h3_inner ul.reason_0yen li {
  width: 300px;
  border: solid 2px #003288;
  background: #ffffff;
}

.h3_inner ul.reason_0yen li img {
  margin-top: -10px;
}

.h3_inner ul.reason_0yen .reason_0yen_inner {
  padding: 20px;
  background: #ffffff;
}

.h5_inner {
  background: #ffffff;
  padding: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 767px){
  .h5_inner {
    padding: 20px 10px;
    margin-top: 20px;
  }
}

.h5_inner .security li,
.h5_inner .tokuten li,
.h5_inner .house li {
  width: 920px;
  margin-top: 20px;
  box-sizing: border-box;
}

.h5_inner .security li:first-child,
.h5_inner .tokuten li:first-child,
.h5_inner .house li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px){
  .h5_inner .security li,
  .h5_inner .tokuten li,
  .h5_inner .house li {
    width: 100%;
    margin-top: 10px;
  }
}

.h5_inner .security {
  background: #1553BF;
  color: #ffffff;
  padding: 20px;
  margin: 20px 0;
}


.h5_inner .tokuten {
  background: #ffffff;
  color: #000000;
  border: solid 2px #1553BF;
  padding: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px){
  .h5_inner .security,
  .h5_inner .tokuten {
    padding: 10px;
    margin-bottom: 10px;
  }
}

.h5_inner .house {
  background: #15AF58;
  color: #ffffff;
  padding: 20px;
}

@media screen and (max-width: 767px){
  .h5_inner .house {
    padding: 10px;
  }
}



.h5_inner .tokuten_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.h5_inner .cluboff {
  margin: 20px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media screen and (max-width: 767px){
  .h5_inner .cluboff {
    justify-content: center;
    gap: 20px;
  }
}

.h5_inner .kaketuke {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  text-align: center;
}

@media screen and (max-width: 767px){
  .h5_inner .kaketuke {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
  }

  .h5_inner .kaketuke li {
    width: 45%;
    font-size: 90%;
  }
}

.h5_inner .kaketuke img {
  margin-bottom: 10px;
}

.h5_inner .syokai {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.h5_inner .syokai .syokai_title {
  color: #0F228B;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  height: 40px;
}

.h5_inner .syokai li {
  width: 300px;
  border: solid 2px #003288;
  border-radius: 5px;
  padding: 20px;
}

@media screen and (max-width: 767px){
  .h5_inner .syokai li {
    width: 100%;
  }
}

.h5_inner .syokai li img {
  margin: 15px 0;
}

@media screen and (max-width: 767px){
  .h5_inner .syokai li img {
    width: 100%;
  }
}

.h5_inner .syokai li .link{
  text-align: right;
  text-decoration: underline;
  font-size: 90%;
  color: #003e9d;
}

.h5_inner .syokai li .link:hover{
  text-decoration: none;
  color: #666666;
}

.cta {
  width: 1200px;
  background: #F5F5F5;
  padding: 40px 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .cta {
    width: 100%;
    padding: 30px 20px;
  }
}

.cta_title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px){
  .cta_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.cta_title::before {
  content: "-";
  padding-right: 5px;
}

.cta_title::after {
  content: "-";
  padding-left: 5px;
}

@media screen and (max-width: 767px){
  .cta_title::before {
    content: none
  }

  .cta_title::after {
    content: none;
  }
}

.pink {
  color: #FF0088;
}

.other_case {
  margin-top: 20px;
  filter: drop-shadow(0 0 2px #999999);
}

.other_case_inner {
  background: #ffffff;
  padding: 20px;
}

.other_case .aco,
.faq .aco {
  background-color: #0F228B;
  background-image: url(../img/aco_arrow.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
}

@media screen and (max-width: 767px){
  .other_case .aco,
  .faq .aco {
    font-size: 18px;
    padding: 15px 40px 15px 20px;
  }
}

.other_case .aco:hover,
.faq .aco:hover {
  transition: .5s;
  background-color: #c2d8ff;
  color: #0F228B;
}

.other_case .aco.close,
.faq .aco.close {
  background-color: #0F228B;
  background-image: url(../img/aco_arrow_r.png);
  background-repeat: no-repeat;
  background-position: center right 20px;
  color: #ffffff;
}

.other_case .aco.close:hover,
.faq .aco.close:hover {
  transition: .5s;
  background-color: #c2d8ff;
  color: #0F228B;
}

.other_case_inner .prof {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px){
  .other_case_inner .prof {
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px){
  .other_case_inner .prof img {
    width: 100%;
  }
}

.other_case_inner .prof ul {
  padding-left: 20px;
}

@media screen and (max-width: 767px){
  .other_case_inner .prof ul {
    padding-top: 20px;
    padding-left: 0;
  }
}

.other_case_inner .prof li {
  margin-bottom: 10px;
}

.other_case_inner .prof li:last-child {
  margin-bottom: 0;
}


.other_case_inner .trouble .title{
  background: #E9E9E9;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

.other_case_inner .trouble ul,
.other_case_inner .solution ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}

.other_case_inner .trouble ul li,
.other_case_inner .solution ul li {
  margin-bottom: 20px;
  line-height: 1.5;
}

.other_case_inner .solution ul li:last-child {
  margin-bottom: 0;
}

.other_case_inner .solution .title{
  background: #D8EFFF;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

.flow ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px){
  .flow ul {
    display: block;
    padding: 0 20px;
  }
  
  .flow ul li {
    width: 300px;
    margin : 20px auto 0;
  }
}

.flow ul li:first-child {
  position: relative;
}

@media screen and (max-width: 767px){
  .flow ul li:first-child {
    margin-top: 0;
  }
}

.flow .flow_tel {
  position: absolute;
  top: 230px;
  left: 15px;
}

@media screen and (max-width: 767px){
  .flow .flow_tel {
    position: absolute;
    top: 160px;
    left: 30px;
  }  
}

.flow .flow_tel .flow_tel_east {
  margin-bottom: 5px;
}

.faq {
  margin-bottom: 20px;
  filter: drop-shadow(0 0 2px #999999);
}

.faq:last-child {
  margin-bottom: 0;
}

.faq .faq_a {
  background: #ffffff;
  padding: 20px;
}

footer {
  border-top: solid 1px #707070;
  margin-top: 50px;
}

footer ul.logoline {
  width: 1200px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

footer ul.logoline .logo {
  width: 315px;
}

@media screen and (max-width: 767px){
  footer ul.logoline {
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 767px){
  footer ul.logoline .logo{
    width: 80%;
  }
}

footer ul.logoline .textlink {
  display: flex;
  gap: 5px;
}

footer ul.logoline .textlink a {
  text-decoration: underline;
}

footer ul.logoline .textlink a:hover {
  color: #999999;
  text-decoration: none;
}

.f_about {
  font-size: 80%;
  text-align: center;
}

@media screen and (max-width: 767px){
  .f_about {
    padding: 0 20px;
  }
}

.goriyou {
  text-align: center;
  background: #CAE5FF;
  color: #1553BF;
  margin: 20px 0;
  padding: 10px 0;
  font-weight: bold;
}

.copyright {
  text-align: center;
  font-size: 60%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px){
  .copyright {
    padding: 0 20px;
  }
}

.fix_cta {
  width: 100%;
  background: rgb(255, 255, 255, 0.95);
  position: fixed;
  bottom: 0;
  padding: 20px 0;
  box-shadow: 0 0 3px #ccc;
  z-index: 9999;
  display: none;
}

@media screen and (max-width: 767px){
  .fix_cta {
    padding: 10px 0;
  }  
}

.fix_cta ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.fix_cta ul li {
  width: 20%;
}

@media screen and (max-width: 767px){
  .fix_cta ul li {
    width: 45%;
  }
}

.fix_cta ul li a {
  width: 100%;
  border-radius: 5px;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  filter: drop-shadow(0 0 2px #666);
  transition: .3s all;
  display: inline-block;
}

@media screen and (max-width: 767px){
  .fix_cta ul li a {
    font-size: 18px;
    padding: 12px 0;
    filter: drop-shadow(0 0 1px #666);
  }
}

.fix_cta ul li a:hover {
  filter: none;
}

.fix_cta ul li a.contact {
  border: solid 2px #ffffff;
  background: #ec6d40;
  color: #fff;
}

.fix_cta ul li a.siryou {
  border: solid 2px #ec6d40;
  color: #ec6d40;
  background: #fff;
}

/*要素隠し
----------------------------------------*/
.hide {
	display: none;
}


.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px){
  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }
}