@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.025em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.7;
  font-weight: 400;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  word-wrap: break-word;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 960px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 960px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main #col_main {
  width: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  #main #col_main {
    width: 100%;
  }
}

#col_side1 {
  width: 230px !important;
  margin-right: 4.16667%;
}

@media screen and (max-width: 768px) {
  #col_side1 {
    width: 100% !important;
    margin: 40px 0 0 !important;
  }
}

@media screen and (max-width: 960px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 960px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 960px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  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;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
  width: auto;
  padding: 0 20px;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

h2.mail {
  display: none;
}

.pankuzu {
  font-size: 1.3rem;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    font-size: 1.2rem;
  }
}

.pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pankuzu ol li:first-child {
  margin-right: 5px;
}

.pankuzu ol li:first-child::before {
  content: "\f015";
  font-family: "Font Awesome 5 pro";
  display: inline-block;
  font-weight: 900;
  color: #333333;
  margin-right: 5px;
}

.pankuzu ol li:last-child {
  margin-left: 5px;
}

.pankuzu ol li:last-child a {
  color: #333;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #header_inner_wrap {
    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;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 640px) {
  #header_inner_wrap {
    padding: 12px 10px;
  }
}

#header_inner {
  background: #fff;
  max-width: 960px;
  margin: 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;
  padding: 12px 0;
}

@media screen and (max-width: 960px) {
  #header_inner {
    padding: 12px 20px;
  }
}

@media screen and (max-width: 768px) {
  #header_inner {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  #header_inner #siteID {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .h_info {
    display: none;
  }
}

.h_info p {
  text-align: right;
  line-height: 1.2;
}

.h_info p a {
  color: #406493;
}

.h_info p.mail {
  line-height: 1;
  text-align: left;
  font-size: 2rem;
}

.h_info p.mail i {
  margin-right: 7px;
}

.h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h_contact .call {
  font-size: 2.8rem;
  color: #406493;
  margin-right: 20px;
  line-height: 1.7;
}

.h_contact .call i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 5px;
}

.h_contact .call a {
  color: #406493;
}

.h_contact .c_btn a {
  background: #406493;
  color: #fff;
  display: block;
  padding: 0 20px;
  text-shadow: -1px -1px 0px #1a3456;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.h_contact .c_btn a:hover {
  background: #404292;
}

.h_contact .c_btn a i {
  margin-right: 5px;
}

#nav_global {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #f6f7fb), color-stop(50%, #eff0f5), to(#f6f7fb));
  background: linear-gradient(to bottom, #fff 0%, #f6f7fb 50%, #eff0f5 50%, #f6f7fb 100%);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: relative;
}

@media screen and (max-width: 768px) {
  #nav_global {
    background: none;
    width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

#nav_global::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #406493;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  #nav_global::after {
    display: none;
  }
}

#nav_global > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #eff0f5;
  position: relative;
  z-index: 2;
}

#nav_global > ul li::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

#nav_global > ul li:last-child {
  border-right: 1px solid #eff0f5;
}

#nav_global > ul li:last-child::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px solid #fff;
  position: absolute;
  right: -3px;
  top: 0;
}

#nav_global > ul li a {
  display: block;
  padding: 17px 0;
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#nav_global > ul li a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #f6f7fb), color-stop(50%, #eff0f5), to(#f6f7fb));
  background: linear-gradient(to top, #fff 0%, #f6f7fb 50%, #eff0f5 50%, #f6f7fb 100%);
}

#nav_global > ul li a:hover::after {
  content: "";
  width: 100%;
  height: 5px;
  background: #13214a;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sp_tel {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_tel {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sp_tel .h_info {
    display: block;
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .sp_tel .h_info {
    padding: 0 10px;
  }
}

.sp_tel .h_info p {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .sp_tel .h_info p.mail {
    margin-top: 10px;
  }
}

.sp_tel .h_info .h_contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 480px) {
  .sp_tel .h_info .h_contact {
    display: block;
  }
}

#mainArea {
  width: 100% !important;
  background: url(../images/home/bg.png) center top;
}

#mainArea .main_inner {
  max-width: 960px;
  margin: auto;
  position: relative;
}

#mainArea .main_inner .maintext {
  position: absolute;
  left: 60px;
  bottom: 40px;
}

@media screen and (max-width: 768px) {
  #mainArea .main_inner .maintext {
    left: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .main_inner .maintext {
    left: 20px;
    bottom: 20px;
  }
}

#mainArea .main_inner p {
  color: #fff;
  font-weight: bold;
  font-size: 3rem;
  text-align: left;
  line-height: 1.4;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 834px) {
  #mainArea .main_inner p {
    font-size: calc(2.2rem + ((1vw - 3.75px) * 1.7429));
  }
}

#mainArea .main_inner p span {
  font-size: 3.8rem;
}

@media screen and (max-width: 834px) {
  #mainArea .main_inner p span {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 3.0501));
  }
}

#mainArea .main_inner p:last-child {
  margin-left: 40px;
}

@media screen and (max-width: 640px) {
  #mainArea .main_inner p:last-child {
    margin-left: 0;
  }
}

#mainArea ul li img {
  margin: 0 auto;
}

.slick-prev {
  width: auto !important;
  height: auto !important;
  left: -60px !important;
}

@media screen and (max-width: 1200px) {
  .slick-prev {
    left: 20px !important;
    z-index: 100;
  }
}

.slick-prev::before {
  content: "\f104" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 6rem !important;
  color: #406493 !important;
  opacity: 1 !important;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .slick-prev::before {
    display: none;
  }
}

.slick-next {
  width: auto !important;
  height: auto !important;
  right: -60px !important;
}

@media screen and (max-width: 1200px) {
  .slick-next {
    right: 20px !important;
  }
}

.slick-next::before {
  content: "\f105" !important;
  font-family: "Font Awesome 5 Pro" !important;
  font-size: 6rem !important;
  color: #406493 !important;
  opacity: 1 !important;
}

@media screen and (max-width: 480px) {
  .slick-next::before {
    display: none;
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #sp {
    display: block;
    background: #406493;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 300;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .nav_wrap .h_info {
    display: block;
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap .h_info p {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap .h_info .h_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 15px;
  }
  .nav_wrap .h_info .h_contact .c_btn {
    width: 100%;
  }
  .nav_wrap .h_info .h_contact .c_btn a {
    padding: 10px 0;
  }
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 15px 0;
  }
}

@media screen and (max-width: 375px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

.nav_wrap ul li a {
  color: #333;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

.list li {
  border-left: 5px solid #7c652e;
  margin-bottom: 10px;
  padding-left: 10px;
}

#footer {
  background: #466495;
  color: #fff;
  position: relative;
}

#footer #pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}

#footer #footer_inner {
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
}

@media screen and (max-width: 960px) {
  #footer #footer_inner {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 640px) {
  #footer #footer_inner {
    padding: 25px 10px;
  }
}

@media screen and (max-width: 480px) {
  #footer #footer_inner {
    display: block;
  }
}

#footer #footer_inner a {
  color: #fff;
}

@media screen and (max-width: 480px) {
  #footer .subnav {
    margin-bottom: 10px;
  }
}

#footer .subnav ul li {
  display: inline-block;
}

#footer .subnav ul li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#footer .subnav ul li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

#contents_wrap {
  padding: 50px 0 110px;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 50px 20px 80px;
  }
}

@media screen and (max-width: 768px) {
  #contents_wrap {
    padding: 30px 20px 80px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 30px 10px 80px;
  }
}

.sidemenu {
  border: 1px solid #dfe1ec;
  background: #eff0f5;
  padding: 4px;
}

.sidemenu h2 {
  background: #406493;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-size: 1.6rem;
  padding: 5px 0;
}

.sidemenu ul {
  background: #fff;
}

.sidemenu ul li {
  border-bottom: 1px dashed #ccc;
}

.sidemenu ul li.menu1 {
  background: url(../images/home/sidemenu-icon01.png) no-repeat 3px 7px;
}

.sidemenu ul li.menu2 {
  background: url(../images/home/sidemenu-icon02.png) no-repeat 3px 7px;
}

.sidemenu ul li.menu3 {
  background: url(../images/home/sidemenu-icon03.png) no-repeat 3px 7px;
}

.sidemenu ul li.menu4 {
  background: url(../images/home/sidemenu-icon04.png) no-repeat 3px 7px;
}

.sidemenu ul li:last-child {
  border-bottom: none;
}

.sidemenu ul li a {
  display: block;
  padding: 8px 15px 8px 40px;
  color: #333;
  font-size: 1.6rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidemenu ul li a:hover {
  color: #406493;
  text-decoration: underline;
}

.sidemenu ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a4afbd;
  font-size: 1.4rem;
}

.sideinfo {
  border: 1px solid #dfe1ec;
  background: #eff0f5;
  padding: 4px;
}

.sideinfo .sideinfoinner {
  background: #fff;
  padding: 10px;
}

.sideinfo .sideinfoinner h2 {
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 3px;
}

.sideinfo .sideinfoinner h2::after {
  content: "";
  width: 46%;
  height: 2px;
  background: #406493;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
}

.sideinfo .sideinfoinner .comname {
  font-weight: bold;
}

.sideinfo .sideinfoinner .call {
  font-size: 2.6rem;
  color: #406493;
}

.sideinfo .sideinfoinner .call i {
  margin-right: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sideinfo .sideinfoinner .call a {
  color: #406493;
}

.sideinfo .sideinfoinner .c_btn {
  margin-top: 5px;
}

.sideinfo .sideinfoinner .c_btn a {
  background: #406493;
  color: #fff;
  text-align: center;
  display: block;
  padding: 5px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 640px) {
  .sideinfo .sideinfoinner .c_btn a {
    padding: 15px 0;
  }
}

.sideinfo .sideinfoinner .c_btn a:hover {
  background: #404292;
}

.sideinfo .sideinfoinner .c_btn a i {
  margin-right: 5px;
}

.sideinfo .sideinfoinner .mail a {
  color: #406493;
  word-break: break-all;
  font-size: 1.3rem;
  line-height: 1;
}

.sideinfo .sideinfoinner .mail a i {
  margin-right: 5px;
}

.title01 h2 {
  background: url(../images/home/bg_ttl.png);
  font-size: 2.3rem;
  line-height: 1.4;
  padding: 5px 10px 5px 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .title01 h2 {
    font-size: calc(2.1rem + ((1vw - 3.75px) * 0.5089));
  }
}

.title01 h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 28px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6389b1), to(#315081));
  background: linear-gradient(to bottom, #6389b1, #315081);
}

.title02 {
  text-align: center;
}

.title02 article {
  position: relative;
}

.title02 article::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: url(../images/home/border.png) repeat-x left center;
  margin-top: 5px;
}

.title02 h1 {
  background: #ffffff;
  color: #133b71;
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .title02 h1 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 1.5267));
  }
}

.title02 h2 {
  background: #ffffff;
  color: #133b71;
  display: inline-block;
  font-size: 3rem;
  line-height: 1;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .title02 h2 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * 1.5267));
  }
}

.title02 h2 span {
  font-size: 4rem;
  font-style: italic;
  font-weight: bold;
  margin: 0 6px;
}

@media screen and (max-width: 768px) {
  .title02 h2 span {
    font-size: calc(2.8rem + ((1vw - 3.75px) * 3.0534));
  }
}

.flexbox01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexbox01 .box {
  width: 31.88406%;
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media screen and (max-width: 480px) {
  .flexbox01 .box {
    width: 100%;
  }
  .flexbox01 .box:not(:last-child) {
    margin-bottom: 15px;
  }
  .flexbox01 .box img {
    width: 100% !important;
  }
}

.flexbox01 .box div {
  padding: 10px;
}

.btn_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn_wrap .box {
  width: 48.55072%;
  margin-bottom: 2.89%;
}

@media screen and (max-width: 480px) {
  .btn_wrap .box {
    width: 100%;
    text-align: center;
  }
  .btn_wrap .box:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .sidebanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .sidebanner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sidebanner a {
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .sidebanner a {
    padding: 0 5px;
  }
}

@media screen and (max-width: 480px) {
  .sidebanner a {
    padding: 0;
    width: 49%;
  }
}

@media screen and (max-width: 640px) {
  .layout01 dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .layout01 dl dt {
    width: 100% !important;
  }
  .layout01 dl dt:last-of-type {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 640px) {
  .layout01 dl dd {
    width: 100% !important;
  }
}

.btn a {
  background: #2a427c;
  color: #fff;
  display: block;
  padding: 15px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a:hover {
  background: #406493;
}

.btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn01 a {
  max-width: 300px;
}

@media screen and (max-width: 480px) {
  .btn.btn01 a {
    max-width: 100%;
  }
}

.form dl {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.form dl:first-child {
  border-top: 1px solid #ccc;
}

.form dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.form dl dd input[type="text"],
.form dl dd input[type="password"],
.form dl dd select {
  background: #f3f3f3;
  border: 1px solid #ddd;
  height: 40px;
}

.form dl dd textarea {
  background: #f3f3f3;
  border: 1px solid #ddd;
}

.layout02 dl {
  border-bottom: 1px dashed #ccc;
  font-size: 1.8rem;
}

@media screen and (max-width: 480px) {
  .layout02 dl {
    font-size: 1.6rem;
  }
}

.layout02 dl dt {
  background: none !important;
  border: none !important;
}

.layout02 dl dd {
  background: none !important;
  border: none !important;
  text-align: right;
}

.gallery {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery .box {
  width: 24%;
  margin-bottom: 1.33%;
}

@media screen and (max-width: 768px) {
  .gallery .box {
    width: 32%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 480px) {
  .gallery .box {
    width: 48.5%;
    margin-bottom: 3%;
  }
}

.fancybox-image-wrap {
  border: 7px solid #fff !important;
}

.question {
  background: #406493;
  color: #fff;
  border-radius: 3px 3px 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px;
}

.question div {
  line-height: 1.4;
}

.question div::before {
  content: url(../images/home/faq_q.png);
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
}

.answer {
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.flow dl {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 480px) {
  .flow dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow dl dt {
  border: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 15px !important;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .flow dl dt {
    width: 100% !important;
  }
}

.flow dl dd {
  border: none !important;
  padding: 15px !important;
}

@media screen and (max-width: 480px) {
  .flow dl dd {
    width: 100% !important;
  }
}

.flow.arrow::after {
  content: url(../images/home/arrow_bottom.png);
  display: block;
  text-align: center;
  margin: 30px 0;
}

@media screen and (max-width: 480px) {
  .flow.arrow::after {
    margin: 15px 0;
  }
}

@media screen and (max-width: 640px) {
  .gmap iframe {
    height: 300px;
  }
}

@media screen and (max-width: 480px) {
  .img_text img {
    width: 100% !important;
  }
}
/*# sourceMappingURL=assets.css.map */