@charset "UTF-8";
body {
  background-color: #fff;
  padding-top: 54px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  body {
    padding-top: 63px;
  }
}
@media (min-width: 960px) {
  body {
    padding-top: 95px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

/*-----------------------
visibility
-------------------------*/
.hidden {
  display: none !important;
}

@media (min-width: 480px) {
  .hidden_xs {
    display: none !important;
  }
}
@media (min-width: 640px) {
  .hidden_s {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hidden_mm {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .hidden_m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden_l {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden_xl {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .visible_xs {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .visible_s {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .visible_mm {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .visible_m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .visible_l {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .visible_xl {
    display: none !important;
  }
}
/*-----------------------
 margin
-------------------------*/
.com-mt-1em {
  margin-top: 1em;
}

/*-----------------------
bg
-------------------------*/
.com-bg-light-blue {
  background-color: #CCEEFC;
}

/*-----------------------
section
-------------------------*/
.com-sec-01 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .com-sec-01 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .com-sec-01 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*-----------------------
btn
-------------------------*/
/*-----------------------
 title
-------------------------*/
.com-tit-01 {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  font-size: 19.2px;
}
@media (min-width: 640px) {
  .com-tit-01 {
    font-size: 24px;
  }
}
.com-tit-01::after {
  content: "";
  background-image: url(../images/common/bg-tit.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 5px;
  max-width: 100%;
  width: 438px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 640px) {
  .com-tit-01::after {
    width: 548px;
    font-size: 24px;
  }
}

/*-----------------------
 pagination
-------------------------*/
.com-pagination {
  margin-top: 49.6px;
}
@media (min-width: 960px) {
  .com-pagination {
    margin-top: 62px;
  }
}
.com-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -14px;
  margin-top: -0.5em;
}
.com-pagination ul .page-numbers {
  display: block;
  margin-left: 14px;
  text-align: center;
  margin-top: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  font-size: 16px;
  line-height: 1;
  padding: 5px 8px;
  text-shadow: 0.4px 0.4px 0 #000;
  width: 25px;
  height: 28px;
  box-sizing: border-box;
  background-color: #c2c2c2;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  padding: 0.5em;
  display: none;
}
.com-pagination ul .page-numbers.current {
  background-color: #a8cfef;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  opacity: 0.8;
}

/*-----------------------
 block
-------------------------*/
/*-----------------------
 sidebar
-------------------------*/
#outer {
  padding-top: 72px;
  padding-bottom: 76px;
}
@media (min-width: 960px) {
  #outer {
    padding-top: 90px;
    padding-bottom: 95px;
  }
}

#wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  #wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 960px) {
  #wrap main {
    width: 71.9%;
  }
}

@media (max-width: 959px) {
  .sidebar {
    margin-top: 100px;
  }
}
@media (min-width: 960px) {
  .sidebar {
    margin-top: 80px;
    width: 22.5%;
    margin-left: 5.6%;
  }
}
.sidebar__item + .sidebar__item {
  margin-top: 37.6px;
}
@media (min-width: 960px) {
  .sidebar__item + .sidebar__item {
    margin-top: 47px;
  }
}
.sidebar__item__tit {
  background-image: url(../images/common/bg-tit-03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 162.4px;
  height: 20.8px;
  font-size: 12px;
  padding-left: 12px;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1px;
}
@media (min-width: 640px) {
  .sidebar__item__tit {
    width: 203px;
    height: 26px;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 5px;
  }
}
.sidebar__item__list li {
  border-bottom: 1px solid #3273BA;
  padding-top: 9.6px;
  padding-bottom: 8px;
}
@media (min-width: 640px) {
  .sidebar__item__list li {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}
.sidebar__item__list a {
  display: block;
  line-height: 1.33;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .sidebar__item__list a {
    font-size: 12px;
  }
}
.sidebar__item__list a::before {
  content: "";
  background-image: url(../images/common/ico-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.1em;
  width: 12.8px;
  height: 8.8px;
  display: block;
  margin-right: 3.2px;
}
@media (min-width: 640px) {
  .sidebar__item__list a::before {
    margin-right: 4px;
    width: 16px;
    height: 11px;
  }
}
.sidebar__item__list a:hover {
  color: #3273BA;
}

/*-----------------------
 breadcrumb
-------------------------*/
.breadcrumb {
  margin-top: 0;
  margin-bottom: 47.2px;
  margin-left: -0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 960px) {
  .breadcrumb {
    margin-bottom: 59px;
  }
}
.breadcrumb li {
  margin-left: 0.5em;
  font-size: 9px;
}
@media (min-width: 960px) {
  .breadcrumb li {
    font-size: 12px;
  }
}
.breadcrumb li + li::before {
  content: ">";
}
.breadcrumb a {
  display: inline-block;
  color: #000;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

/*-----------------------
 header
-------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 3;
}

.header-head {
  border-bottom: 2px solid #3273BA;
  padding-top: 13px;
  padding-bottom: 6px;
}
.header-head__wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-head__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 960px) {
  .header-logo {
    margin-left: 30px;
  }
}
.header-logo:hover {
  opacity: 0.8;
}
.header-logo img {
  margin-right: 17.6px;
  width: 32px;
}
@media (min-width: 640px) {
  .header-logo img {
    width: 40px;
  }
}
@media (min-width: 960px) {
  .header-logo img {
    margin-right: 22px;
  }
}
.header-logo h1 {
  font-size: 16.8px;
  letter-spacing: 0.2em;
  color: #000;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .header-logo h1 {
    font-size: 21px;
  }
}
.header-logo h1 span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
@media (min-width: 640px) {
  .header-logo h1 span {
    font-size: 12.2px;
  }
}
.header-btn__tel__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-btn__tel__number img {
  width: 30px;
  margin-right: 13px;
}
@media (min-width: 960px) {
  .header-btn__tel__number img {
    width: 24px;
  }
}
.header-btn__tel__number div {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.header-btn__tel__number:hover div {
  color: #3273BA;
}
.header-btn__tel__info {
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1;
}
.header-btn__contact .pc {
  margin-left: 26px;
  color: #fff;
  background-color: #3273BA;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
  border: 2px solid #3273BA;
  border-radius: 5px;
  text-align: center;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-btn__contact .pc:visited {
  color: #fff;
}
.header-btn__contact .pc:hover {
  color: #3273BA;
  background-color: #fff;
}
.header-btn__contact .sp {
  fill: #3273BA;
  line-height: 0.8;
}
.header-btn__contact .sp svg {
  width: 28px;
}

.hamburger-menu {
  margin-left: 1em;
  z-index: 200;
  display: block;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 30px;
  width: 35px;
}
.hamburger-menu span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background-color: #3273BA;
}
.hamburger-menu span + span {
  margin-top: 7px;
}
.hamburger-menu.show span {
  background-color: #fff;
}
.hamburger-menu.show span:first-child {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.hamburger-menu.show span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.show span:last-child {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.header-foot {
  border-bottom: 2px solid #3273BA;
}
.header-foot__wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.header-foot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 960px) {
  .header-foot__list {
    margin-left: 30px;
  }
}
.header-foot__list li + li {
  margin-left: 4em;
}
.header-foot__list li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.header-foot__list li a:hover {
  color: #3273BA;
}

/*-----------------------
 .offcanvas
-------------------------*/
.offcanvas {
  background-color: #3273BA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 26px 0;
  color: #fff;
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  right: -300px;
  overflow-y: auto;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
@media (min-width: 480px) {
  .offcanvas {
    width: 50%;
    right: -50%;
  }
}
.offcanvas.show {
  right: 0;
  -webkit-box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: -6px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
.offcanvas a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 13px 15px 10px 0.3em;
  position: relative;
}
.offcanvas a span {
  color: #B00404;
  margin-right: 1em;
}
.offcanvas a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.offcanvas a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -1px;
  left: 0;
}
.offcanvas a:hover::after {
  width: 0;
  -webkit-animation: underline-disappear 0.5s ease;
          animation: underline-disappear 0.5s ease;
}
@-webkit-keyframes underline-disappear {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes underline-disappear {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

/*-----------------------
 footer
-------------------------*/
#footer {
  border-top: 2px solid #3273BA;
  padding-top: 36px;
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  #footer {
    padding-top: 45px;
    padding-bottom: 25px;
  }
}

.footer__wrapper {
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__left {
  max-width: 300px;
}
@media (min-width: 640px) {
  .footer__left {
    max-width: 342px;
  }
}
@media (max-width: 959px) {
  .footer__left {
    margin-left: auto;
    margin-right: auto;
  }
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__logo img {
  margin-right: 8px;
  width: 28.8px;
}
@media (min-width: 640px) {
  .footer__logo img {
    width: 36px;
  }
}
@media (min-width: 960px) {
  .footer__logo img {
    margin-right: 10px;
  }
}
.footer__logo div {
  font-size: 19.2px;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1;
}
@media (min-width: 640px) {
  .footer__logo div {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.footer__logo div span {
  display: inline-block;
  line-height: 1.2;
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
@media (min-width: 640px) {
  .footer__logo div span {
    font-size: 12px;
  }
}
.footer__address {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.33;
  padding-left: 36.8px;
}
@media (min-width: 960px) {
  .footer__address {
    margin-top: 10px;
  }
}
@media (min-width: 640px) {
  .footer__address {
    font-size: 12px;
    padding-left: 46px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 960px) {
  .footer__nav {
    margin-left: 19.2%;
  }
}
@media (max-width: 959px) {
  .footer__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}
.footer__nav ul {
  margin-top: -0.4em;
}
.footer__nav ul:last-child {
  margin-left: 44px;
}
@media (min-width: 960px) {
  .footer__nav ul:last-child {
    margin-left: 55px;
  }
}
.footer__nav ul li {
  padding-top: 0.4em;
}
.footer__nav ul li::before {
  content: "-　";
}
.footer__nav ul a {
  display: inline-block;
  font-size: 10px;
}
@media (min-width: 640px) {
  .footer__nav ul a {
    font-size: 12px;
  }
}
.footer__nav ul a:hover {
  text-decoration: underline;
}

.copyright {
  margin-top: 52px;
  text-align: right;
  font-size: 10px;
}
@media (min-width: 960px) {
  .copyright {
    margin-top: 65px;
    font-size: 12px;
  }
}

/*-----------------------
 thanks
-------------------------*/
#thanks {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 65.6px;
  padding-bottom: 58px;
}
@media (min-width: 960px) {
  #thanks {
    padding-top: 82px;
    padding-bottom: 72.5px;
  }
}
#thanks h2 {
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 960px) {
  #thanks h2 {
    font-size: 24px;
  }
}
#thanks p:last-child {
  margin-top: 1em;
}
#thanks a {
  color: #000;
}

/*-----------------------
 #home-01
-------------------------*/
#home-01 {
  background-image: url(../images/home/01_01.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  #home-01 {
    max-height: 524px;
  }
}

.home-01__wrapper {
  max-width: 905px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 102px;
}
@media (min-width: 960px) {
  .home-01__wrapper {
    padding-top: 153px;
    padding-bottom: 132px;
  }
}
@media (min-width: 960px) {
  .home-01__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.home-01__content__left h2 {
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #3273BA;
  line-height: 1.25;
  text-align: center;
  font-size: 35px;
}
@media (min-width: 640px) {
  .home-01__content__left h2 {
    font-size: 48px;
  }
}
.home-01__content__left p {
  color: #3273BA;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
  font-size: 19.2px;
}
@media (min-width: 960px) {
  .home-01__content__left p {
    margin-top: 40px;
  }
}
@media (min-width: 640px) {
  .home-01__content__left p {
    font-size: 24px;
  }
}
@media (max-width: 959px) {
  .home-01__content__right {
    margin-top: 50px;
  }
}
.home-01__content__right__top {
  margin-left: auto;
  margin-right: auto;
}
.home-01__content__right__item {
  color: #3273BA;
  letter-spacing: 0.1em;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  height: 96px;
}
@media (min-width: 640px) {
  .home-01__content__right__item {
    font-size: 26.5px;
    width: 119.5px;
    height: 119.5px;
  }
}
.home-01__content__right__item:last-child {
  margin-left: 24px;
}
@media (min-width: 640px) {
  .home-01__content__right__item:last-child {
    margin-left: 32px;
  }
}
.home-01__content__right__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*-----------------------
 #home-02
-------------------------*/
#home-02 {
  padding-top: 68px;
  padding-bottom: 72px;
}
@media (min-width: 960px) {
  #home-02 {
    padding-top: 85px;
    padding-bottom: 90px;
  }
}

.com-sec-feature__wrapper {
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
}
.com-sec-feature__list {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 960px) {
  .com-sec-feature__list {
    margin-top: 66px;
    margin-left: -24px;
  }
}
.com-sec-feature__list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 960px) {
  .com-sec-feature__list__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 640px) {
  .com-sec-feature__list__item {
    padding-left: 24px;
  }
}
@media (max-width: 959px) {
  .com-sec-feature__list__item {
    width: 303px;
    padding-top: 24px;
  }
}
.com-sec-feature__list__item__inner {
  border: 2px solid #3273BA;
  height: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.com-sec-feature__list__item__inner h3 {
  font-weight: bold;
  color: #fff;
  background-color: #3273BA;
  text-align: center;
  font-size: 33px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 5px;
  line-height: 1;
}
.com-sec-feature__list__item__inner div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 23px 5px;
  font-size: 16.5px;
  line-height: 1.6;
  height: 123px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-sec-feature__list__item__inner div .blue {
  color: #3273BA;
  font-size: 18px;
  font-weight: bold;
}
.com-sec-feature__txt {
  margin-top: 72px;
  font-size: 12px;
}
@media (min-width: 960px) {
  .com-sec-feature__txt {
    margin-top: 90px;
  }
}
@media (min-width: 640px) {
  .com-sec-feature__txt {
    font-size: 14px;
  }
}
.com-sec-feature__txt span {
  text-shadow: 0.4px 0.4px 0 #000;
}
.com-sec-feature__txt .blue {
  color: #3273BA;
  font-weight: bold;
  text-shadow: none;
  font-size: 14px;
}
@media (min-width: 640px) {
  .com-sec-feature__txt .blue {
    font-size: 16px;
  }
}

/*-----------------------
 #home-03
-------------------------*/
#home-03 {
  padding-top: 64px;
  padding-bottom: 84px;
}
@media (min-width: 960px) {
  #home-03 {
    padding-top: 80px;
    padding-bottom: 105px;
  }
}

.com-sec-point__wrapper {
  max-width: 827px;
  margin-left: auto;
  margin-right: auto;
}
.com-sec-point__list {
  padding-left: 0;
  margin-top: 68px;
  counter-reset: number 0;
}
@media (min-width: 960px) {
  .com-sec-point__list {
    margin-top: 85px;
  }
}
.com-sec-point__list__item + .com-sec-point__list__item {
  margin-top: 33px;
}
@media (min-width: 960px) {
  .com-sec-point__list__item + .com-sec-point__list__item {
    margin-top: 42px;
  }
}
.com-sec-point__list__item__tit {
  background-image: url(../images/common/bg-tit-02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 203.2px;
  height: 33.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-left: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 640px) {
  .com-sec-point__list__item__tit {
    font-size: 20px;
    width: 254px;
    height: 42px;
    padding-left: 30px;
  }
}
.com-sec-point__list__item__tit::before {
  counter-increment: number 1;
  content: counter(number);
  color: #f3da0d;
  margin-right: 0.5em;
}
.com-sec-point__list__item__content {
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 11.3px;
  padding: 16px 18px;
  font-size: 12px;
  line-height: 1.71;
}
@media (min-width: 960px) {
  .com-sec-point__list__item__content {
    margin-top: 14px;
    padding: 20px 23px;
  }
}
@media (min-width: 640px) {
  .com-sec-point__list__item__content {
    font-size: 14px;
  }
}
.com-sec-point__list__item__content__list {
  margin-top: 1em;
}
.com-sec-point__list__item__content__list li {
  font-weight: bold;
  color: #3273BA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.com-sec-point__list__item__content__list li::before {
  content: "";
  background-image: url(../images/common/ico-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 11.2px;
  display: block;
  margin-top: 0.3em;
  margin-right: 3.2px;
}
@media (min-width: 640px) {
  .com-sec-point__list__item__content__list li::before {
    width: 20px;
    height: 14px;
    margin-right: 4px;
  }
}

/*-----------------------
 #home-04
-------------------------*/
#home-04 {
  padding-top: 64px;
  padding-bottom: 73.6px;
}
@media (min-width: 960px) {
  #home-04 {
    padding-top: 80px;
    padding-bottom: 92px;
  }
}

.home-04__txt {
  margin-top: 64px;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12.8px;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .home-04__txt {
    margin-top: 80px;
  }
}
@media (min-width: 640px) {
  .home-04__txt {
    font-size: 16px;
  }
}
.home-04__list {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
}
@media (min-width: 960px) {
  .home-04__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 90px;
  }
}
.home-04__list__item {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .home-04__list__item + .home-04__list__item {
    margin-left: 60px;
  }
}
@media (max-width: 959px) {
  .home-04__list__item + .home-04__list__item {
    margin-top: 48px;
  }
}
.home-04__list__item h3 {
  font-weight: normal;
  font-size: 12.8px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (min-width: 640px) {
  .home-04__list__item h3 {
    font-size: 16px;
  }
}
.home-04__list__item img {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .home-04__list__item img {
    margin-top: 45px;
  }
}

/*-----------------------
 #home-05
-------------------------*/
#home-05 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {
  #home-05 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.com-sec-contact__wrapper {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.com-sec-contact__txt {
  margin-bottom: 52px;
  text-shadow: 0.4px 0.4px 0 #000;
  font-size: 12.8px;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .com-sec-contact__txt {
    margin-bottom: 65px;
  }
}
@media (min-width: 640px) {
  .com-sec-contact__txt {
    font-size: 16px;
  }
}
.com-sec-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 959px) {
  .com-sec-contact__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.com-sec-contact__list__item {
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px 20px 24px;
  width: 447px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 148.8px;
}
@media (min-width: 640px) {
  .com-sec-contact__list__item {
    height: 186px;
    padding: 25px 25px 30px;
  }
}
@media (min-width: 960px) {
  .com-sec-contact__list__item + .com-sec-contact__list__item {
    margin-left: 56px;
  }
}
@media (max-width: 959px) {
  .com-sec-contact__list__item + .com-sec-contact__list__item {
    margin-top: 44.8px;
  }
}
.com-sec-contact__list__item__tit {
  background-image: url(../images/common/bg-tit-03.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  font-size: 12.8px;
  letter-spacing: 0;
  padding-top: 4px;
  width: 236.8px;
  height: 29.6px;
}
@media (min-width: 640px) {
  .com-sec-contact__list__item__tit {
    width: 296px;
    height: 37px;
    font-size: 16px;
    padding-top: 5px;
  }
}
.com-sec-contact__list__item__tit span {
  margin-left: 17.6px;
}
@media (min-width: 640px) {
  .com-sec-contact__list__item__tit span {
    margin-left: 22px;
  }
}
.com-sec-contact__list__item__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-sec-contact__list__item__tel {
    margin-top: 25px;
  }
}
.com-sec-contact__list__item__tel img {
  width: 32px;
}
@media (min-width: 640px) {
  .com-sec-contact__list__item__tel img {
    width: 40px;
  }
}
.com-sec-contact__list__item__tel span {
  font-size: 28.8px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0.7;
  margin-left: 9.6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .com-sec-contact__list__item__tel span {
    font-size: 36px;
    margin-left: 12px;
  }
}
.com-sec-contact__list__item__tel__info {
  font-size: 12.8px;
  font-weight: bold;
  margin-top: 9.6px;
}
@media (min-width: 640px) {
  .com-sec-contact__list__item__tel__info {
    font-size: 16px;
    margin-top: 12px;
  }
}
.com-sec-contact__list__item__tel:hover span {
  color: #3273BA;
}
.com-sec-contact__list__item__mail {
  background-color: #3273BA;
  font-weight: bold;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 241.6px;
  height: 33.6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .com-sec-contact__list__item__mail {
    width: 302px;
    height: 42px;
    margin-top: 35px;
  }
}
.com-sec-contact__list__item__mail:hover {
  opacity: 0.9;
}
.com-sec-contact__list__item__mail .mail {
  width: 24px;
  margin-right: 12px;
}
@media (min-width: 640px) {
  .com-sec-contact__list__item__mail .mail {
    width: 30px;
    margin-right: 15px;
  }
}
.com-sec-contact__list__item__mail span {
  color: #fff;
}
.com-sec-contact__list__item__mail .arrow {
  width: 21.4px;
  height: 13.6px;
  margin-left: 9.6px;
}
@media (min-width: 640px) {
  .com-sec-contact__list__item__mail .arrow {
    width: 28px;
    height: 17px;
    margin-left: 12px;
  }
}

/*-----------------------
 #home-06
-------------------------*/
#home-06 {
  padding-top: 68px;
  padding-bottom: 64px;
}
@media (min-width: 960px) {
  #home-06 {
    padding-top: 85px;
    padding-bottom: 80px;
  }
}

.com-sec-column-group__wrapper {
  max-width: 787px;
  margin-left: auto;
  margin-right: auto;
}
.com-sec-column-group__list {
  margin-top: 64px;
}
@media (min-width: 960px) {
  .com-sec-column-group__list {
    margin-top: 80px;
  }
}
.com-sec-column-group__list__item {
  border: 1px solid #000;
  padding: 8px 16px;
}
@media (min-width: 640px) {
  .com-sec-column-group__list__item {
    padding: 10px 20px;
  }
}
.com-sec-column-group__list__item a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.com-sec-column-group__list__item + .com-sec-column-group__list__item {
  margin-top: 30.4px;
}
@media (min-width: 960px) {
  .com-sec-column-group__list__item + .com-sec-column-group__list__item {
    margin-top: 38px;
  }
}
.com-sec-column-group__list__item .data {
  font-weight: bold;
  font-size: 12.8px;
  color: #3273BA;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 640px) {
  .com-sec-column-group__list__item .data {
    font-size: 16px;
  }
}
.com-sec-column-group__list__item .tit {
  text-decoration: underline;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 12.8px;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .com-sec-column-group__list__item .tit {
    margin-top: 10px;
  }
}
@media (min-width: 640px) {
  .com-sec-column-group__list__item .tit {
    font-size: 16px;
  }
}
.com-sec-column-group__list__item .tit::before {
  content: "";
  background-image: url(../images/common/ico-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 21.6px;
  height: 14.4px;
  margin-right: 8.1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 640px) {
  .com-sec-column-group__list__item .tit::before {
    width: 27px;
    height: 18px;
    margin-right: 9px;
  }
}
.com-sec-column-group__list__item:hover .tit {
  color: #3273BA;
}
.com-sec-column-group__btn {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 960px) {
  .com-sec-column-group__btn {
    margin-top: 25px;
  }
}
@media (min-width: 640px) {
  .com-sec-column-group__btn {
    font-size: 14px;
  }
}
.com-sec-column-group__btn::before {
  content: "";
  background-image: url(../images/common/ico-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17.6px;
  height: 12px;
  margin-right: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0.1em;
}
@media (min-width: 640px) {
  .com-sec-column-group__btn::before {
    width: 22px;
    height: 15px;
    margin-right: 5px;
  }
}
.com-sec-column-group__btn:hover {
  text-decoration: underline;
}

#feature-01 {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (min-width: 960px) {
  #feature-01 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#feature-01 .com-sec-feature__list {
  margin-top: 72px;
}
@media (min-width: 960px) {
  #feature-01 .com-sec-feature__list {
    margin-top: 90px;
  }
}

#point-01 {
  padding-top: 72px;
  padding-bottom: 68px;
}
@media (min-width: 960px) {
  #point-01 {
    padding-top: 90px;
    padding-bottom: 85px;
  }
}

#point-02 {
  padding-bottom: 84px;
}
@media (min-width: 960px) {
  #point-02 {
    padding-bottom: 105px;
  }
}

#company-01 {
  padding-top: 60px;
  padding-bottom: 90.4px;
}
@media (min-width: 960px) {
  #company-01 {
    padding-top: 75px;
    padding-bottom: 113px;
  }
}
#company-01 .google-map {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  #company-01 .google-map {
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  #company-01 iframe {
    display: none;
  }
}
#company-01 iframe, #company-01 figure {
  width: 100%;
  height: 234px;
}

.company-01__wrapper {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}
.company-01__table {
  margin-top: 72px;
  border: 1px solid #000;
}
@media (min-width: 960px) {
  .company-01__table {
    margin-top: 90px;
  }
}
.company-01__table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12.8px;
}
@media (min-width: 640px) {
  .company-01__table__row {
    font-size: 16px;
  }
}
.company-01__table__row + .company-01__table__row {
  border-top: 1px solid #000;
}
.company-01__table__tit {
  width: 25.3%;
  border-right: 0.5px solid #000;
  background-color: #CCEEFC;
  padding-top: 12px;
  padding-bottom: 9.6px;
  padding-left: 4.1%;
  padding-right: 4.1%;
}
@media (min-width: 960px) {
  .company-01__table__tit {
    padding-top: 15px;
    padding-bottom: 12px;
  }
}
.company-01__table__detail {
  width: 74.7%;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 9.6px;
  padding-left: 4.9%;
  padding-right: 4.9%;
}
@media (min-width: 960px) {
  .company-01__table__detail {
    padding-top: 15px;
    padding-bottom: 12px;
  }
}
.company-01__tit {
  margin-top: 60px;
  font-weight: bold;
  font-size: 19.2px;
}
@media (min-width: 960px) {
  .company-01__tit {
    margin-top: 75px;
    font-size: 24px;
  }
}
.company-01__address {
  margin-top: 36px;
  font-size: 12px;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .company-01__address {
    margin-top: 45px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

#company-02 {
  padding-bottom: 77.6px;
}
@media (min-width: 960px) {
  #company-02 {
    padding-bottom: 97px;
  }
}

#factoring-01 {
  padding-top: 64px;
  padding-bottom: 80px;
}
@media (min-width: 960px) {
  #factoring-01 {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.factoring-01__wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.factoring-01__txt {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12.8px;
  line-height: 1.5;
  margin-top: 68px;
}
@media (min-width: 640px) {
  .factoring-01__txt {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .factoring-01__txt {
    margin-top: 85px;
  }
}
.factoring-01__list {
  margin-top: 88px;
}
@media (min-width: 960px) {
  .factoring-01__list {
    margin-top: 110px;
  }
}
.factoring-01__list__item + .factoring-01__list__item {
  margin-top: 72px;
}
@media (min-width: 960px) {
  .factoring-01__list__item + .factoring-01__list__item {
    margin-top: 90px;
  }
}
.factoring-01__list__item__tit {
  font-size: 14.4px;
  letter-spacing: 0.2em;
  font-weight: normal;
  text-shadow: 0.4px 0.4px 0 #000;
}
@media (min-width: 640px) {
  .factoring-01__list__item__tit {
    font-size: 18px;
  }
}
.factoring-01__list__item__txt {
  font-size: 12.8px;
  line-height: 1.5;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .factoring-01__list__item__txt {
    margin-top: 25px;
  }
}
@media (min-width: 640px) {
  .factoring-01__list__item__txt {
    font-size: 16px;
  }
}
.factoring-01__list__item__detail {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 960px) {
  .factoring-01__list__item__detail {
    margin-top: 85px;
  }
}
@media (max-width: 959px) {
  .factoring-01__list__item__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.factoring-01__list__item__detail figure {
  max-width: 511.3px;
}
@media (min-width: 960px) {
  .factoring-01__list__item__detail figure {
    width: 51.1%;
  }
}
.factoring-01__list__item__detail ol {
  padding-left: 0;
}
@media (min-width: 960px) {
  .factoring-01__list__item__detail ol {
    width: 49%;
    margin-left: 11px;
  }
}
@media (max-width: 959px) {
  .factoring-01__list__item__detail ol {
    margin-top: 30px;
  }
}
.factoring-01__list__item__detail ol li + li {
  margin-top: 1em;
}
.factoring-01__list__item__detail ol h4 {
  text-shadow: 0.4px 0.4px 0 #000;
  font-weight: normal;
  font-size: 11.2px;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .factoring-01__list__item__detail ol h4 {
    font-size: 14px;
  }
}
.factoring-01__list__item__detail ol p {
  font-size: 11.2px;
  line-height: 1.4;
}
@media (min-width: 640px) {
  .factoring-01__list__item__detail ol p {
    font-size: 14px;
  }
}
.factoring-01__list__item__panel {
  position: relative;
  border: 2px solid #3273BA;
  margin-top: 80px;
  padding: 36px 36px 32px;
  max-width: 796px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .factoring-01__list__item__panel {
    margin-top: 100px;
    padding: 45px 35px 40px 45px;
  }
}
.factoring-01__list__item__panel h4 {
  position: absolute;
  top: -0.7em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14.4px;
  white-space: nowrap;
  letter-spacing: 0.2em;
  font-weight: bold;
  background-color: #fff;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media (min-width: 640px) {
  .factoring-01__list__item__panel h4 {
    font-size: 18px;
  }
}
.factoring-01__list__item__panel li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 12.8px;
  letter-spacing: 0.2em;
}
@media (min-width: 640px) {
  .factoring-01__list__item__panel li {
    font-size: 16px;
  }
}
.factoring-01__list__item__panel li::before {
  content: "■";
  display: inline-block;
  color: #318ED4;
  margin-right: 1em;
}

#factoring-02 {
  padding-bottom: 76.8px;
}
@media (min-width: 960px) {
  #factoring-02 {
    padding-bottom: 96px;
  }
}

#contact-01 {
  padding-top: 56px;
  padding-bottom: 76px;
}
@media (min-width: 960px) {
  #contact-01 {
    padding-top: 70px;
    padding-bottom: 95px;
  }
}

.contact-01__wrapper .mw_wp_form {
  max-width: 728px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 76px;
}
@media (min-width: 960px) {
  .contact-01__wrapper .mw_wp_form {
    margin-top: 95px;
  }
}
@media (min-width: 640px) {
  .contact-01__form__content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact-01__form__content__row + .contact-01__form__content__row {
  margin-top: 18.4px;
}
@media (min-width: 640px) {
  .contact-01__form__content__row + .contact-01__form__content__row {
    margin-top: 23px;
  }
}
.contact-01__form__content__row .contact-01__form__content__row:last-child {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .contact-01__form__content__row .contact-01__form__content__row:last-child {
    margin-top: 25px;
  }
}
.contact-01__form__content__row dt {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) {
  .contact-01__form__content__row dt {
    width: 30%;
    padding-top: 0.3em;
  }
}
.contact-01__form__content__row dt.required {
  font-size: 12.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 640px) {
  .contact-01__form__content__row dt.required {
    font-size: 16px;
  }
}
.contact-01__form__content__row dt.required::before {
  content: "必須";
  background-color: #3273BA;
  color: #fff;
  margin-right: 25.6px;
  padding: 0.1em 1em;
  font-size: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 640px) {
  .contact-01__form__content__row dt.required::before {
    font-size: 12px;
    margin-right: 32px;
  }
}
.contact-01__form__content__row dd {
  margin-left: 0;
}
@media (min-width: 640px) {
  .contact-01__form__content__row dd {
    width: 66%;
    margin-left: 3.5%;
  }
}
@media (max-width: 639px) {
  .contact-01__form__content__row dd {
    margin-top: 7px;
  }
}
.contact-01__form__content__row dd input {
  max-width: 100%;
  height: 29.6px;
}
@media (min-width: 640px) {
  .contact-01__form__content__row dd input {
    height: 37px;
    width: 393px;
  }
}
.contact-01__form__content__row dd textarea {
  width: 100%;
  height: 125.6px;
}
@media (min-width: 640px) {
  .contact-01__form__content__row dd textarea {
    height: 157px;
  }
}
.contact-01__form__content__row dd input, .contact-01__form__content__row dd textarea {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  background-color: #D5E8F7;
  border: 1px solid #C2C2C2;
  padding: 0.6em 0.7em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12.8px;
}
@media (min-width: 640px) {
  .contact-01__form__content__row dd input, .contact-01__form__content__row dd textarea {
    font-size: 16px;
  }
}
.contact-01__form__content__row dd input::-webkit-input-placeholder, .contact-01__form__content__row dd textarea::-webkit-input-placeholder {
  color: #A09D9D;
}
.contact-01__form__content__row dd input::-moz-placeholder, .contact-01__form__content__row dd textarea::-moz-placeholder {
  color: #A09D9D;
}
.contact-01__form__content__row dd input:-ms-input-placeholder, .contact-01__form__content__row dd textarea:-ms-input-placeholder {
  color: #A09D9D;
}
.contact-01__form__content__row dd input::-ms-input-placeholder, .contact-01__form__content__row dd textarea::-ms-input-placeholder {
  color: #A09D9D;
}
.contact-01__form__content__row dd input::placeholder, .contact-01__form__content__row dd textarea::placeholder {
  color: #A09D9D;
}
.contact-01__form__checkbox {
  margin-top: 36px;
  font-size: 11.2px;
  letter-spacing: 0.2em;
}
@media (min-width: 960px) {
  .contact-01__form__checkbox {
    margin-top: 45px;
  }
}
@media (min-width: 640px) {
  .contact-01__form__checkbox {
    margin-left: 33.5%;
    font-size: 14px;
  }
}
.contact-01__form__checkbox input[type=checkbox] {
  opacity: 0;
  z-index: -1;
}
.contact-01__form__checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact-01__form__checkbox label {
  vertical-align: bottom;
  margin-left: -1.8em;
}
.contact-01__form__checkbox label span {
  cursor: pointer;
  padding-left: 40px;
  vertical-align: middle;
  position: relative;
}
.contact-01__form__checkbox label span::before, .contact-01__form__checkbox label span::after {
  content: "";
  display: block;
  position: absolute;
}
.contact-01__form__checkbox label span::before {
  background-color: transparent;
  border: 1px solid #000;
  width: 11.25px;
  height: 11.25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.contact-01__form__checkbox label span::after {
  border-bottom: 2px solid #3273BA;
  border-left: 2px solid #3273BA;
  opacity: 0;
  height: 5px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1px;
  left: 2px;
}
@media (min-width: 640px) {
  .contact-01__form__checkbox label span::after {
    top: 3px;
  }
}
.contact-01__form__send {
  margin-top: 36px;
}
@media (min-width: 960px) {
  .contact-01__form__send {
    margin-top: 45px;
  }
}
.contact-01__form__send button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  width: 354.7px;
  height: 39.4px;
  border: 2px solid #3273BA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: #3273BA;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 1.05em;
  font-size: 16.9px;
  line-height: 1;
  padding: 12px 10px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 640px) {
  .contact-01__form__send button {
    font-size: 21.15px;
    height: 49.3px;
  }
}
.contact-01__form__send button:hover {
  color: #3273BA;
  background-color: #fff;
}
.contact-01__privacy-policy {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  line-height: 1.5;
  font-size: 11.2px;
}
@media (min-width: 960px) {
  .contact-01__privacy-policy {
    margin-top: 100px;
  }
}
@media (min-width: 640px) {
  .contact-01__privacy-policy {
    font-size: 14px;
  }
}
.contact-01__privacy-policy__tit {
  font-weight: normal;
  text-shadow: 0.4px 0.4px 0 #000;
  font-size: 14.4px;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) {
  .contact-01__privacy-policy__tit {
    font-size: 18px;
  }
}
.contact-01__privacy-policy__list li {
  margin-top: 1em;
}
.contact-01__privacy-policy__list h4 {
  text-shadow: 0.4px 0.4px 0 #000;
  font-weight: normal;
  font-size: 11.2px;
}
@media (min-width: 640px) {
  .contact-01__privacy-policy__list h4 {
    font-size: 14px;
  }
}
.contact-01__privacy-policy__list__wrapper {
  height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  padding: 10px 25px 5px 15px;
  margin-top: 24px;
}
@media (min-width: 960px) {
  .contact-01__privacy-policy__list__wrapper {
    margin-top: 30px;
  }
}
.contact-01__privacy-policy .simplebar-scrollbar::before {
  background-color: #99C8FC;
  border: 1px solid #000;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}
.contact-01__privacy-policy .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}
.contact-01__privacy-policy .simplebar-track.simplebar-vertical {
  height: 150px;
  background-color: #fff;
  border-left: 1px solid #080103;
  width: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  overflow: visible;
  top: 15px;
}
.contact-01__privacy-policy .simplebar-track.simplebar-vertical:before, .contact-01__privacy-policy .simplebar-track.simplebar-vertical::after {
  content: "▲";
  color: #3273BA;
  font-size: 6px;
  height: 15px;
  padding-top: 0.2em;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  background-color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  right: -1px;
}
.contact-01__privacy-policy .simplebar-track.simplebar-vertical::before {
  top: -15px;
}
.contact-01__privacy-policy .simplebar-track.simplebar-vertical::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  bottom: -13.5px;
  height: 13.8px;
}

#contact-02 {
  padding-bottom: 77.6px;
}
@media (min-width: 960px) {
  #contact-02 {
    padding-bottom: 97px;
  }
}

#wrap.single-column {
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  #wrap.single-column .sidebar {
    margin-left: 11%;
  }
}

.single-column__wrapper {
  margin-top: 64px;
}
@media (min-width: 960px) {
  .single-column__wrapper {
    margin-top: 80px;
  }
}
.single-column__wrapper p {
  font-size: 11.2px;
  letter-spacing: 0.05em;
  line-height: 1.71;
}
@media (min-width: 640px) {
  .single-column__wrapper p {
    font-size: 14px;
  }
}
.single-column__wrapper p + p {
  margin-top: 1em;
}
.single-column__wrapper h2 {
  font-size: 14.4px;
  font-weight: normal;
  padding: 0.2em 0.6em 0.1em;
  border-bottom: 1px solid #0055BB;
  border-left: 5px solid #0055BB;
  margin-top: 40px;
  margin-bottom: 24px;
  text-shadow: 0.4px 0.4px 0 #000;
}
@media (min-width: 960px) {
  .single-column__wrapper h2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media (min-width: 640px) {
  .single-column__wrapper h2 {
    font-size: 18px;
  }
}
.single-column__wrapper h3 {
  font-size: 12.8px;
  font-weight: bold;
  background-color: #CDE4F5;
  padding: 0.3em 0.8em 0.2em;
  margin-top: 32px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .single-column__wrapper h3 {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
@media (min-width: 640px) {
  .single-column__wrapper h3 {
    font-size: 16px;
  }
}
.single-column__wrapper h4 {
  margin-top: 32px;
  margin-bottom: 24px;
  font-size: 11.2px;
  padding-left: 0.8em;
  padding-right: 0.8em;
  font-weight: bold;
}
@media (min-width: 960px) {
  .single-column__wrapper h4 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 640px) {
  .single-column__wrapper h4 {
    font-size: 14px;
  }
}
.single-column__wrapper strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(70%, #e37065));
  background: linear-gradient(transparent 60%, #e37065 70%);
}
.single-column__tit {
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .single-column__tit {
    margin-bottom: 20px;
  }
}
.single-column__tit h1 {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
@media (min-width: 640px) {
  .single-column__tit h1 {
    font-size: 20px;
  }
}
.single-column__tit h1 span {
  display: inline-block;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-bottom: 5px;
}
.single-column__tit h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border: 1px solid #0055BB;
  border-right: 0;
  border-left: 0;
}
.single-column__tit time {
  display: block;
  text-align: right;
  font-size: 10.5px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 0.15em;
}
@media (min-width: 640px) {
  .single-column__tit time {
    font-size: 13px;
  }
}