/*-----------------------
 body
-------------------------*/
body {
  padding: 107px 0 0 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1920;
  background-color: #fff;
}
.wrap {
  width: 1036px;
  margin: 0 auto;
}
/*-----------------------
 header
-------------------------*/
header {
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  background-color: #fff;
  z-index: 800;
  position: fixed;
  top: 0;
  left: 0;
}
header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
header .wrap .logo {
  position: relative;
}
header .wrap .logo h1 {
  position: absolute;
  left: 7em;
  top: 0.35em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #363636;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header .wrap .logo img {
  width: auto;
  height: 70px;
  max-height: 70px;
}
header .wrap .telmail {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .wrap .telmail a.btn {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  padding: 0.75em 1.5em;
  margin-left: 1em;
  background-color: #fc6b00;
  border: 1px solid #fc6b00;
}
header .wrap .telmail a.btn:hover {
  background-color: #fff;
  color: #fc6b00;
}
header .wrap .telmail a.btn.assessment {
  background-color: #fc6b00;
  color: #fff;
  font-weight: bold;
  margin-left: 1em;
  border: 1px solid #fc6b00;
}
header .wrap .telmail a.btn.transfer {
  background-color: #fff;
  color: #fc6b00;
  font-weight: bold;
  margin-left: 1em;
  border: 1px solid #fc6b00;
}

header .wrap .telmail a.btn img {
  display: none;
}

header .wrap .telmail .tel {
  font-weight: bold;
}
header .wrap .telmail .tel a {
  font-size: 2.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .wrap .telmail .tel a img {
  margin-right: 0.125em;
}

header .wrap .telmail .tel p {
  font-size: 1.1rem;
  margin-top: 0.5em;
  padding-left: 1.5em;
}

/*-----------------------
 g-navi
-------------------------*/
header nav.g-nav {
  width: 100%;
}
header nav.g-nav div {
  width: 1036px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header nav.g-nav div a {
  border-left: 1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #363636;
  font-weight: bold;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header nav.g-nav div a.column {
    font-size: 12px;
  }
}
header nav.g-nav div a:nth-last-of-type(1) {
  border-right: 1px solid #707070;
  padding: 0 1.5em;
}
header nav.g-nav div a:hover {
  color: #999;
  text-decoration: underline;
}
header nav.g-nav div a:hover img {
  opacity: 0.5;
}

/*-----------------------
 h2
-------------------------*/
h2 {
  text-align: center;
  color: #030f8a;
  font-weight: bold;
}
h2 div {
  text-align: left;
  display: inline-block;
  min-width: 360px;
  line-height: 1.5;
}
h2 div img {
  float: left;
  margin-right: 0.5em;
}
h2 div p:nth-of-type(2) {
  font-size: 3.2rem;
}
h2 div strong {
  color: #007efc;
}
h2 div strong.big {
  font-size: 5rem;
}

p.ttl {
  font-weight: bold;
}

/*-----------------------
 contact
-------------------------*/
section.contact {
  padding: 80px 0;
  width: 100%;
}

section.contact .wrap {
  width: 980px;
  margin: 0 auto;
}
/*---contact--------------------*/

section.contact {
  clear: both;
  background-color: #030f8a;
}

section.contact h2.title {
  color: #fff;
}

section.contact h2.title:before,
section.contact h2.title:after {
  background-color: #fff;
}

section.contact ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 3em auto;
  width: 940px;
  justify-content: space-between;
  line-height: 1;
}

section.contact ul > li {
  display: block;
  width: 300px;
  min-height: 250px;
  background-color: #fff;
  border: 1px solid #030f8a;
  padding: 25px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section.contact ul > li h3 {
  font-size: 24px;
  font-weight: bold;
}

section.contact ul > li .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

section.contact ul > li p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13.5px;
}

section.contact ul > li p.big {
  font-size: 32px;
}

section.contact ul > li > p:nth-last-of-type(1) {
  margin-bottom: 0;
}

section.contact ul li a.btn,
section.contact ul li button {
  width: 240px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e60000;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

section h2.title {
  color: #1e1e1e;
  font-size: 24px;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  position: relative;
}

section h2.title strong {
  font-size: 36px;
}

section h2.title:before {
  content: "";
  width: 218px;
  height: 1px;
  display: block;
  background-color: #030f8a;
  position: absolute;
  left: 0;
  top: 3.5vw;
}
section h2.title:after {
  content: "";
  width: 218px;
  height: 1px;
  display: block;
  background-color: #030f8a;
  position: absolute;
  right: 0;
  top: 3.5vw;
}

/*-----------------------
 footer
-------------------------*/
footer {
  background: linear-gradient(
    90deg,
    #030f8a 0%,
    #030f8a 40%,
    #f8f8f8 40%,
    #f8f8f8 100%
  );
}
footer .wrap {
  width: 1200px;
  padding: 3vw 4.5vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f8f8f8;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
footer .wrap .f_logo {
  line-height: 1.5;
  font-weight: bold;
  min-width: 300px;
  margin-right: auto;
}
footer .wrap .f_logo p {
  margin-bottom: 1em;
}
footer .wrap .f_logo img {
  margin-bottom: 1em;
}
footer .wrap nav.f_nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5;
}
footer .wrap nav.f_nav p {
  color: #2b3689;
  font-weight: bold;
  margin-bottom: 1em;
}
footer .wrap nav.f_nav a {
  display: block;
  min-width: 13em;
}

footer .wrap nav.f_nav a:link,
footer .wrap nav.f_nav a:visited {
  color: #333;
}
footer .wrap nav.f_nav a:hover {
  text-decoration: underline;
}
footer .wrap nav.f_nav div {
  margin-left: 2em;
}

footer .f_cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  background-color: #f8f8f8;
  width: 1200px;
  padding: 20px 4.5vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .f_cta .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

footer .f_cta .btn.assessment {
  background-color: #fc6b00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 15px;
  border: 1px solid #fc6b00;
}
footer .f_cta .btn.transfer {
  background-color: #fff;
  color: #fc6b00;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 15px;
  border: 1px solid #fc6b00;
}
footer .f_cta .btn span {
  display: block;
}
footer .f_cta .btn img {
  display: block;
  width: 25px;
  height: auto;
}

footer .copy {
  text-align: center;
  background: linear-gradient(
    90deg,
    #030f8a 0%,
    #030f8a 40%,
    #fff 40%,
    #fff 100%
  );
}
footer .copy span {
  display: block;
  width: 1200px;
  background-color: #fff;
  font-size: 1rem;
  padding: 0.5em 0 125px 0;
  margin: 0 auto;
}

/*-----------------------
aside.spcvbt
-------------------------*/
aside.spcvbt {
  background-color: #007efc;
  position: fixed;
  z-index: 999;
  width: 100%;
  min-height: 50px;
  bottom: 0;
  left: 0;
  color: #fff;
}

aside.spcvbt .wrap {
  padding: 10px 0;
  background-color: #007efc;
  width: 1400px;
  color: #fff;
  margin: 0 auto;
}

aside.spcvbt .wrap .catch {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
aside.spcvbt .wrap .catch span {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
aside.spcvbt .wrap .cta-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

aside.spcvbt .wrap .cta-area .btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

aside.spcvbt .wrap .cta-area .btn-area .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

aside.spcvbt .wrap .cta-area .btn-area .btn span {
  display: block;
}
aside.spcvbt .wrap .cta-area .btn-area .btn img {
  display: block;
  width: 25px;
  height: auto;
}

aside.spcvbt .wrap .cta-area .btn-area .btn.assessment {
  background-color: #fc6b00;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 4px;
  border: 3px solid #fff;
}
aside.spcvbt .wrap .cta-area .btn-area .btn.transfer {
  background-color: #fff;
  color: #fc6b00;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 4px;
  border: 3px solid #fc6b00;
}
aside.spcvbt .wrap .cta-area .tel-area {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
aside.spcvbt .wrap .cta-area .tel-area .tel-title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

aside.spcvbt .wrap .cta-area .tel-area .tel-icon-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
aside.spcvbt .wrap .cta-area .tel-area .tel-icon {
  display: block;
  width: 20px;
  height: auto;
}
aside.spcvbt .wrap .cta-area .tel-area .tel-number {
  font-size: 25px;
  color: #fff;
  display: block;
  font-weight: bold;
  margin-right: 30px;
}

aside.spcvbt .wrap .cta-area .tel-area .tel-time {
  font-size: 10px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  aside.spcvbt .wrap {
    width: 100%;
    flex-direction: column;
  }
  aside.spcvbt .wrap .catch {
    font-size: 16px;
    padding-top: 10px;
  }
  aside.spcvbt .wrap .catch span {
    font-size: 32px;
  }
  aside.spcvbt .wrap .cta-area {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  aside.spcvbt .wrap .cta-area .btn-area {
    gap: 10px;
    width: 100%;
    margin-top: 10px;
  }
  aside.spcvbt .wrap .cta-area .btn-area .btn {
    width: 100%;
    display: block;
    text-align: center;
  }
  aside.spcvbt .wrap .cta-area .btn-area .btn.assessment {
    padding: 11px 0;
  }
  aside.spcvbt .wrap .cta-area .btn-area .btn.transfer {
    padding: 11px 0;
  }
  aside.spcvbt .wrap .cta-area .btn-area .btn span {
    font-size: 12px;
  }
  aside.spcvbt .wrap .cta-area .btn-area .btn img {
    width: 20px;
    height: auto;
    display: none;
  }
  aside.spcvbt .wrap .cta-area .tel-area {
    flex-direction: column;
    gap: 10px;
  }
  aside.spcvbt .wrap .cta-area .tel-area .tel-title {
    display: none;
  }
  aside.spcvbt .wrap .cta-area .tel-area .tel-icon {
    width: 20px;
    height: auto;
    margin-right: 6px;
  }
  aside.spcvbt .wrap .cta-area .tel-area .tel-number {
    font-size: 20px;
  }
  aside.spcvbt .wrap .cta-area .tel-area .tel-time {
    font-size: 12px;
    padding-bottom: 10px;
  }
}

/*-----------------------
 page-top
-------------------------*/
#page-top {
  width: 40px;
  height: 40px;
  display: block;
  position: fixed;
  right: 5%;
  bottom: 15%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 998;
}
#page-top img {
  width: 40px;
  height: 40px;
}
#page-top:hover {
  opacity: 0.8;
}

header nav.g-nav aside.bannur_btn,
section.hikaku .sp,
#humbt,
#chk {
  display: none;
}

/*-----------------------
 banner
-------------------------*/
aside.banner {
  padding: 5vw 0;
  background-image: url("../images/under_back.svg");
  min-height: 320px;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
aside.banner h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 3vw;
}
aside.banner ul {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
aside.banner ul li {
  width: 32%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  padding: 0;
  border-radius: 3em 0 3em 3em;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin-right: 1%;
}
aside.banner ul li.double {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
aside.banner ul li.double a:nth-of-type(1) img {
  margin-bottom: 1em;
}
aside.banner ul li:not(.double) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
}
aside.banner ul li:not(.double) a {
  width: 100%;
}

aside.banner ul li:not(.double) p.bold {
  font-size: 2.1rem;
  margin: 1em 0;
}
aside.banner ul li:not(.double) p.tel {
  color: #007efc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  margin-top: 0.5em;
  width: 100%;
}
aside.banner ul li:not(.double) p.tel img {
  margin-right: 0.5em;
}
aside.banner ul li:not(.double) p.mail {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  margin-top: 2em;
}
aside.banner ul li:not(.double) p.mail span {
  color: #fff;
  background-color: #007efc;
  padding: 0.5em 2em;
  border: 1px solid #007efc;
}
aside.banner ul li:not(.double) .tomail:hover span {
  background-color: #fff;
  color: #007efc;
}

header .telmail .tel img.sp {
  display: none;
}

/*---------------------------------------------*
* width 1200px
*----------------------------------------------*/
@media screen and (max-width: 1200px) {
  footer .wrap {
    width: 100%;
  }
  footer .copy span {
    display: block;
    width: 90%;
    background-color: #fff;
    font-size: 1rem;
    padding: 0.5em 0;
    padding-bottom: 125px;
    margin: 0 0 0 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  footer .f_cta {
    width: 100%;
    margin: 0 auto;
    padding: 3vw 4.5vw;
    flex-direction: column;
    gap: 10px;
    margin-top: -1px;
  }
  footer .f_cta .btn {
    width: 90%;
    text-align: center;
  }
  footer .f_cta .btn.assessment {
    padding: 6px 0;
  }
  footer .f_cta .btn.transfer {
    padding: 6px 0;
  }
  footer .f_cta .btn span {
    font-size: 16px;
  }
  footer .f_cta .btn img {
    width: 20px;
    height: auto;
  }
}
/* width 1200px end --------------------------------------------*/

/*---------------------------------------------*
* width 1065px
*----------------------------------------------*/
@media screen and (max-width: 1065px) {
  .wrap {
    width: 96%;
    margin: 0 auto;
  }
  header nav.g-nav div {
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header nav.g-nav div a {
    padding: 0 0 0 0.25em;
  }
  header nav.g-nav div a:nth-last-of-type(1) {
    padding: 0;
  }

  footer .copy span {
    padding: 0.5em 0 165px 0;
  }
  footer .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .wrap .f_logo {
    margin-right: inherit;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2em;
  }
  footer .wrap .f_logo img {
    margin: 0 2em 0 0;
  }

  section h2.title::after,
  section h2.title::before {
    width: 12vw;
    top: 7vw;
  }
  section.contact .wrap {
    width: 90%;
    margin: 0 auto;
  }
  section.contact ul {
    margin: 3vw auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.contact ul > li {
    display: block;
    width: 28vw;
    min-height: 25vw;
    background-color: #fff;
    padding: 2.5vw 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  section.contact ul > li h3 {
    font-size: 18px;
  }
  section.contact ul > li .pic {
    height: 10vw;
    width: 100%;
  }
  section.contact ul > li .pic img {
    height: 70%;
    max-height: 50px;
    width: auto;
  }
  section.contact ul > li p.big {
    font-size: 20px;
  }
  section.contact ul > li p {
    font-size: 16px;
  }
  section.contact ul li a.btn,
  section.contact ul li button {
    width: 90%;
    height: auto;
    font-size: 14px;
    border-radius: 5px;
    padding: 2px 0;
    margin: 0 auto;
  }

  aside.bannur_btn .wrap img {
    width: 100%;
    height: auto;
  }
  aside.banner ul li.double img {
    width: 100%;
    height: auto;
  }

  #page-top {
    bottom: 20%;
  }
  aside.spcvbt .wrap {
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 0 1em;
    position: fixed;
    z-index: 999;
    width: 100%;
    min-height: 80px;
    bottom: 0;
    left: 0;
    color: #fff;
  }
  aside.spcvbt .contact {
    display: none;
  }

  aside.spcvbt .totel {
    width: 49%;
    font-size: 2vw;
  }
  aside.spcvbt .totel strong {
    font-size: 4.5vw;
    font-weight: bold;
  }
  aside.spcvbt .totel p {
    padding-bottom: 0.5em;
    font-size: 2vw;
  }
  aside.spcvbt .totel img {
    max-height: 30px;
    width: auto;
    height: auto;
    margin-right: 0.5em;
    float: left;
  }
  aside.spcvbt .mail {
    background-color: #fff;
    padding: 0.25em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  aside.spcvbt .mail h3 {
    color: #fc6b00;
    font-size: 3.8vw;
    font-weight: bold;
    padding-bottom: 0.25em;
  }
  aside.spcvbt .mail h3 span {
    display: none;
  }
  aside.spcvbt .mail p,
  aside.spcvbt .mail {
    font-size: 12px;
  }
  aside.spcvbt .mail p {
    display: block;
  }
}
/* width 1065px end --------------------------------------------*/

/*---------------------------------------------*
* width 768px
*----------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    padding: 60px 0 0 0;
  }

  header {
    padding-bottom: 0;
  }
  header .wrap .logo h1 {
    position: absolute;
    left: 5.5em;
    top: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #363636;
  }
  header .wrap .logo img {
    width: auto;
    height: 50px;
    max-height: 50px;
  }
  header .telmail .tel p,
  header .telmail .tel span {
    display: none;
  }
  header .telmail .tel img {
    height: 30px;
    width: auto;
  }

  header .telmail .tel img.sp {
    display: block;
  }

  header .wrap .telmail a.btn {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    padding: 0.25em 0.5em;
    margin-left: 0.5em;
    background-color: #fc6b00;
    border: 1px solid #fc6b00;
  }
  header .wrap .telmail a.btn.assessment {
    padding: 0;
    background-color: #fff;
    border: 0;
    margin-left: 0.25em;
  }
  header .wrap .telmail a.btn.transfer {
    background-color: #fff;
    padding: 0;
    border: 0;
  }

  header nav.g-nav {
    display: block;
    background-color: #f2f2f2;
    width: 100%;
    height: 0;
    position: fixed;
    top: 60px;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header nav.g-nav div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #999;
    background-color: #fff;
  }
  header nav.g-nav div a {
    border: none;
    display: block;
    width: 50%;
    height: auto;
    padding: 1em 0 1em 0;
    margin-bottom: 0;
    border-bottom: 1px solid #999;
    text-align: center;
    font-size: 1.6rem;
  }
  header nav.g-nav div a:nth-child(odd) {
    border-right: 1px solid #999;
  }
  header nav.g-nav div a img {
    width: auto;
    height: 1.6rem;
  }
  header nav.g-nav div a:nth-last-of-type(1) {
    padding: 1em 0;
    border-right: none;
  }

  header nav.g-nav aside.bannur_btn {
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding: 0.5em 0 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f2f2f2;
  }
  header nav.g-nav aside.bannur_btn a {
    width: 48%;
    height: auto;
    margin: 0 1%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header nav.g-nav aside.bannur_btn a img {
    width: 100%;
    height: auto;
  }
  header nav.g-nav aside.bannur_btn a.tomail {
    background-color: #fff;
    padding: 1em 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
    border-radius: 0.5em;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  header nav.g-nav aside.bannur_btn a.tomail img {
    width: auto;
    height: 16px;
    margin-right: 0.25em;
  }
  header nav.g-nav aside.bannur_btn a.tomail p {
    font-size: 1rem;
  }

  header nav.g-nav aside.bannur_btn a.tomail p.bold {
    font-size: 1.4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5em;
  }
  header nav.g-nav aside.bannur_btn a.tomail p.tel {
    width: 100%;
    font-size: 1.8rem;
    color: #007efc;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.25em;
  }
  header nav.g-nav aside.bannur_btn a.tomail .mail {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 0.25em 0;
    background-color: #007efc;
    margin-top: 0.5em;
    font-size: 1.4rem;
  }

  #humbt {
    display: inline-block;
    margin: 0 0 0 0.5em;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
  }

  #humbt span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #004c8d;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #humbt span:nth-child(2) {
    top: 13px;
  }
  #humbt span:nth-child(3) {
    top: 26px;
  }

  #chk:checked ~ header .wrap .telmail #humbt span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #chk:checked ~ header .wrap .telmail #humbt span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #chk:checked ~ header .wrap .telmail #humbt span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  #chk:checked ~ header nav.g-nav {
    height: 100%;
  }

  footer .wrap nav.f_nav a {
    min-width: 12em;
  }
  footer .wrap nav.f_nav div {
    margin: 0 0.5em 0 0;
  }

  aside.banner ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2em;
  }
  aside.banner ul li {
    width: 48%;
    padding: 1em 0;
    margin: 0 0 2em 0;
  }
  aside.banner ul li.double {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    justify-content: space-around;
  }
  aside.banner ul li.double a {
    width: 48%;
  }
  aside.banner ul li.double img {
    width: 100%;
    height: auto;
  }
}
/* width 768px end --------------------------------------------*/

/*---------------------------------------------*
* width 640px
*----------------------------------------------*/
@media screen and (max-width: 640px) {
  header .wrap .telmail a.btn span {
    display: none;
  }
  header .wrap .telmail a.btn img {
    display: block;
    height: 25px;
    width: auto;
  }
  header .wrap .telmail a.btn:hover {
    background-color: #fc6b00;
  }

  header .wrap .telmail a.btn {
    font-weight: bold;
    padding: 0.25em 0.5em;
    margin-left: 0.5em;
    background-color: transparent;
    border: none;
  }
  header .wrap .telmail a.btn:hover {
    background-color: #fff;
  }

  header .wrap .telmail a.btn img {
    display: block;
    height: 30px;
    width: auto;
  }

  header .wrap .logo h1 {
    max-width: 80vw;
    top: -0.4em;
  }

  h2 div {
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 360px;
    line-height: 1.5;
  }
  h2 div img {
    max-height: 30px;
    margin: 0 0 0.5em 0;
  }
  h2 div p {
    text-align: center;
    width: 100%;
    font-size: 1.4rem;
  }
  h2 div p:nth-of-type(2) {
    font-size: 2.2rem;
  }
  h2 div strong.big {
    font-size: 3.2rem;
  }

  footer .wrap .f_logo img {
    width: auto;
    height: 50px;
    margin: 0 0 1em 0;
  }
  footer .wrap .f_logo {
    margin-right: inherit;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer .wrap nav.f_nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .wrap nav.f_nav div {
    width: 100%;
    margin: 0 0 2em 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  section.contact {
    padding: 8vw 0;
    width: 100%;
  }

  section.contact ul li a.btn,
  section.contact ul li button {
    width: 90%;
    height: auto;
    font-size: 14px;
    border-radius: 5px;
    padding: 0.5em 0;
    margin: 0 auto;
  }

  section.contact ul {
    display: block;
  }

  section.contact ul > li {
    width: 100%;
    margin-bottom: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  aside.banner {
    padding: 10vw 0 5vw 0;
  }
  aside.banner h2 {
    font-size: 2rem;
  }

  aside.banner ul {
    justify-content: center;
  }
  aside.banner ul li {
    width: 85%;
  }
  aside.banner ul li:not(.double) p.mail {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    margin-top: 2em;
  }

  aside.banner ul li.double {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3vw 0;
  }
  aside.banner ul li.double a {
    width: 100%;
    margin-bottom: 1em;
  }

  aside.banner ul li:not(.double) {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.4rem;
    padding: 2em 0;
  }
  aside.banner ul li:not(.double) p.tel {
    color: #007efc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    margin-top: 0.5em;
  }

  aside.banner ul li.double img {
    width: auto;
    height: auto;
  }
}
/* width 640px end --------------------------------------------*/

/*---------------------------------------------*
* width 480px
*----------------------------------------------*/
@media screen and (max-width: 480px) {
}
/* width 480px end --------------------------------------------*/

/*---------------------------------------------*
* width 375px
*----------------------------------------------*/
@media screen and (max-width: 375px) {
}
