@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #363636;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.bg100 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  display: flex;
  position: relative;
  margin-top: 110px;
  margin-bottom: 110px;
}

.bg200 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background-color: #f0f6fa;
  padding: 30px 0;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #006dae;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent !important;
}

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

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

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

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

@media screen and (max-width: 1200px) {
  #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: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !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: 1200px) {
  #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: 1200px;
  width: 100%;
}

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  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: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "NotoSans", "游ゴシック 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;
}

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

.annot {
  display: none;
}

#global_header {
  overflow: hidden;
}

.header {
  display: flex;
  position: fixed !important;
  top: 0;
  z-index: 99;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
.header__left {
  text-align: left;
  position: relative;
}
.header__logo p,
.header__logo h1 {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 1050px) {
  .header__logo p,
  .header__logo h1 {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 834px) {
  .header__logo p span,
  .header__logo h1 span {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .header__logo img {
    width: 200px;
  }
}
.header__right {
  text-align: right;
}
@media screen and (max-width: 1050px) {
  .header__right {
    position: relative;
    top: -10px;
    text-align: center !important;
  }
}
.header__right .tel {
  font-size: 2.3rem;
  color: #363636;
  font-weight: 500;
  position: relative;
  top: 5px;
  transition: 0.3s;
}
@media screen and (max-width: 1050px) {
  .header__right .tel {
    top: 1px;
  }
  .header__right .tel span {
    display: none;
  }
}
.header__right .tel::before {
  content: "";
  background-image: url(../images/contents/tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  color: #006dae;
  position: absolute;
  top: 55%;
  left: -36px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1050px) {
  .header__right .tel::before {
    width: 37px;
    height: 37px;
    top: 53%;
  }
}
.header__right .tel:hover {
  opacity: 0.6;
}
.header__right .mail {
  color: white;
  background-color: #006dae;
  border-radius: 50px;
  font-size: 1.8rem;
  padding: 12px 25px 12px 55px;
  margin-left: 10px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1050px) {
  .header__right .mail {
    padding: 5px 19px;
    margin-right: 40px;
  }
  .header__right .mail span {
    display: none;
  }
}
.header__right .mail::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 53%;
  left: 35px;
  font-size: 2.2rem;
  transform: translateY(-50%);
  display: block;
  font-weight: 300;
}
@media screen and (max-width: 1050px) {
  .header__right .mail::before {
    line-height: 1;
    left: 8px;
    font-size: 2.1rem;
    font-weight: 500;
  }
}
.header__right .mail:hover {
  background-color: #034f7c;
}
.header__right .header_nav > ul {
  display: flex;
}
@media screen and (max-width: 1050px) {
  .header__right .header_nav > ul {
    display: none;
  }
}
.header__right .header_nav > ul > li > a {
  padding-left: 40px;
  font-weight: 500;
  color: #363636;
}
@media screen and (max-width: 1200px) {
  .header__right .header_nav > ul > li > a {
    padding-left: 30px;
  }
}

.epark-link {
  display: inline-block;
  max-width: 150px;
  margin-left: 5px;
  vertical-align: middle;
  transition: 0.4s;
}
@media screen and (max-width: 1050px) {
  .epark-link {
    max-width: 300px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
  }
}

@media screen and (max-width: 1050px) {
  .js-footer-fadein.epark-link {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
  }
}

.footer__wrap {
  max-width: 1500px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .footer__wrap {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.footer__left {
  border-right: 2px solid #eee;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .footer__left {
    border-right: none;
    margin-bottom: 30px;
  }
}
.footer__left .tel {
  font-size: 2.8rem;
  font-weight: 500;
  position: relative;
  color: #363636;
  left: 15px;
  transition: 0.3s;
}
.footer__left .tel::before {
  content: "";
  background-image: url(../images/contents/tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  color: #006dae;
  position: absolute;
  top: 55%;
  left: -40px;
  transform: translateY(-50%);
}
.footer__left .tel:hover {
  opacity: 0.6;
}
.footer__left p {
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .footer__left p span {
    display: block;
  }
}
.footer__left .info {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer__left .home_btn {
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #1fb9b4;
  padding: 16px 50px;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .footer__left .home_btn {
    padding: 12px 30px;
  }
}
.footer__left .home_btn::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
}
.footer__left .home_btn:hover {
  background-color: rgb(43, 209, 204);
}
.footer__right {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .footer__right {
    margin-bottom: 60px;
    width: 100%;
  }
}
.footer__right table {
  table-layout: auto;
  width: 540px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .footer__right table {
    width: 460px;
  }
}
.footer__right table .blue {
  font-weight: 500 !important;
  color: #006dae;
}
.footer__right table tr {
  border-bottom: 1px solid #eee;
}
.footer__right table td {
  border: none;
  padding: 3px 16px !important;
}
@media screen and (max-width: 1200px) {
  .footer__right table td {
    font-size: 1.5rem;
    padding: 3px 6px !important;
  }
}
.footer .footer_nav ul {
  display: flex;
  justify-content: center;
  margin: 40px auto;
}
.footer .footer_nav ul li a {
  display: block;
  color: #363636;
  padding: 5px 20px;
  font-weight: 500;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .footer .footer_nav ul li a {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 640px) {
  .footer .footer_nav ul li a {
    font-size: 1.5rem;
    padding: 5px 8px;
  }
}
.footer .footer_nav ul li a:hover {
  opacity: 0.6;
}
.footer a small {
  font-size: 1.3rem;
  padding: 15px 0;
  color: white;
  display: block;
  background-color: #006dae;
}

#contents_wrap {
  overflow: hidden !important;
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 1050px) {
  #contents_wrap {
    margin-top: 90px;
  }
}
@media screen and (max-width: 1000px) {
  #contents_wrap {
    padding: 0px 20px;
  }
}

.pankuzu {
  font-size: 1.4rem;
}
.pankuzu a {
  color: #363636;
}

.home_table tr:not(last-child), .home_table2 tr:not(last-child) {
  border-bottom: 1px solid #eee;
}
.home_table td, .home_table2 td {
  border: none !important;
}
@media screen and (max-width: 1200px) {
  .home_table td div, .home_table2 td div {
    font-size: 1.4rem;
  }
}
.home_table .blue div, .home_table2 .blue div {
  color: #006dae;
  font-weight: 500;
}

.main_contents {
  position: relative;
  width: 100%;
}
.main_contents .home_right {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 70px;
  margin: 60px 50px;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: -150px;
}
@media screen and (max-width: 1500px) {
  .main_contents .home_right {
    right: -50px;
  }
}
@media screen and (max-width: 1200px) {
  .main_contents .home_right {
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .main_contents .home_right {
    position: relative;
    width: 80%;
    margin: 40px auto 100px auto;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .main_contents .home_right {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .main_contents .home_right {
    padding: 20px;
  }
}
.main_contents .home_right .home_logo {
  margin-bottom: 10px;
}
.main_contents .list_title h2 {
  font-weight: 500;
}
.main_contents .home_news {
  height: 150px;
  overflow: auto;
}
.main_contents .home_news dl {
  align-items: flex-start !important;
}
@media screen and (max-width: 1500px) {
  .main_contents .home_news dl {
    display: block !important;
  }
}
.main_contents .home_news dl:nth-child(odd) {
  background-color: #f3f3f3;
}
.main_contents .home_news dt, .main_contents .home_news dd {
  border: none !important;
  background-color: transparent !important;
}
@media screen and (max-width: 1500px) {
  .main_contents .home_news dt, .main_contents .home_news dd {
    width: 100%;
  }
}
.main_contents .home_news dt {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 1500px) {
  .main_contents .home_news dt {
    padding: 8px 8px 0 8px !important;
  }
}
@media screen and (max-width: 1500px) {
  .main_contents .home_news dd {
    padding: 0 8px 8px 8px !important;
  }
}
.main_contents .home_info {
  margin-top: 30px;
}
.main_contents .home_info a {
  font-size: 2.8rem;
  color: #363636;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  position: relative;
  left: 15px;
}
.main_contents .home_info a::before {
  content: "";
  background-image: url(../images/contents/tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  color: #006dae;
  position: absolute;
  top: 55%;
  left: -40px;
  transform: translateY(-50%);
}
.main_contents .home_info div {
  font-size: 1.5rem;
}
.main_contents .home_btn {
  margin-top: 20px;
}
.main_contents .home_btn a {
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #1fb9b4;
  padding: 16px 50px;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
}
.main_contents .home_btn a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
}
.main_contents .home_btn a:hover {
  background-color: rgb(43, 209, 204);
}

.home_wrap {
  background-image: url(../images/contents/main-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 90vh !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 100px 0;
}
@media screen and (max-width: 1000px) {
  .home_wrap {
    height: auto !important;
  }
}
.home_wrap .home_left {
  width: 48%;
  left: 5%;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .home_wrap .home_left {
    left: 1%;
    top: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .home_wrap .home_left {
    top: 15%;
  }
}
@media screen and (max-width: 1000px) {
  .home_wrap .home_left {
    width: 65%;
  }
}
@media screen and (max-width: 550px) {
  .home_wrap .home_left {
    width: 75%;
  }
}

.home_title01 h2 {
  color: #585858;
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .home_title01 h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .home_title01 h2 {
    font-size: 2.4rem;
  }
}

.home_contents01 {
  justify-content: space-around;
  align-items: center;
}
.home_contents01 .box {
  width: 16%;
}
@media screen and (max-width: 1000px) {
  .home_contents01 .box {
    width: 30%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .home_contents01 .box {
    width: 50%;
  }
}
.home_contents01 .box img {
  display: block;
  margin: auto;
  height: 100px !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain";
  margin-bottom: 20px;
}
.home_contents01 .box div {
  text-align: center;
  color: #575757;
  line-height: 1.4;
}
.home_contents01 .box:not(:last-child) {
  position: relative;
}
.home_contents01 .box:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 110px;
  background-color: #006dae;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .home_contents01 .box:not(:last-child)::before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .home_contents01 .box:nth-child(3)::before {
    content: "";
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .home_contents01 .box:nth-of-type(odd) {
    position: relative;
  }
  .home_contents01 .box:nth-of-type(odd)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 110px;
    background-color: #006dae;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.home_btn {
  margin-top: 20px;
}
.home_btn a {
  font-size: 1.4rem;
  color: #ffffff;
  background-color: #1fb9b4;
  padding: 16px 50px;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .home_btn a {
    padding: 12px 30px;
  }
}
.home_btn a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
}
.home_btn a:hover {
  background-color: rgb(43, 209, 204);
}

.home_contents02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media screen and (max-width: 834px) {
  .home_contents02 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1500px) {
  .home_contents02 .contents02_left {
    width: 55%;
  }
}
@media screen and (max-width: 1000px) {
  .home_contents02 .contents02_left {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .home_contents02 .contents02_left {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .home_contents02 .contents02_left {
    width: 100%;
  }
}
.home_contents02 .home_table02 td {
  border: none !important;
  font-size: 1.8rem;
}
.home_contents02 .home_table02 td div {
  font-weight: 500 !important;
  line-height: 1.6;
}
.home_contents02 .home_table02 .blue div {
  font-size: 1.2rem;
  background-color: #034f7c;
  padding: 5px 10px !important;
  color: white;
  text-align: center;
  font-weight: 400 !important;
}
.home_contents02 .home_table02 .big {
  font-size: 3.6rem;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .home_contents02 .home_table02 .big {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .home_contents02 .home_table02 .big {
    font-size: 2.5rem;
  }
}
.home_contents02 .home_table02 .small {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .home_contents02 .home_table02 .small {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1500px) {
  .home_contents02 .contents02_right {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .home_contents02 .contents02_right {
    margin-bottom: 40px;
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .home_contents02 .contents02_right {
    width: 80%;
  }
}

.home_contents03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 125px;
}
@media screen and (max-width: 834px) {
  .home_contents03 {
    flex-direction: column;
  }
}
.home_contents03 .contents03_left {
  width: 50%;
}
@media screen and (max-width: 1500px) {
  .home_contents03 .contents03_left {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .home_contents03 .contents03_left {
    width: 60%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  .home_contents03 .contents03_left {
    width: 80%;
  }
}
.home_contents03 .contents03_right {
  width: 50%;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 1500px) {
  .home_contents03 .contents03_right {
    width: 60%;
  }
}
@media screen and (max-width: 834px) {
  .home_contents03 .contents03_right {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
.home_contents03 .contents03_right .box h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.home_contents03 .contents03_right .box .big {
  font-size: 3.6rem;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .home_contents03 .contents03_right .box .big {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .home_contents03 .contents03_right .box .big {
    font-size: 2.5rem;
  }
}
.home_contents03 .contents03_right .box:nth-child(2) div {
  color: #5c5c5c;
  background-color: #f7f7f7;
  padding: 20px;
  font-weight: 500;
  margin: 10px auto;
}
.home_contents03 .contents03_right .box:nth-child(3) div {
  font-weight: 500;
}

.bg100 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background-image: url(../images/contents/bg-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 120px;
}
.bg100 .bg100_text div {
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .bg100 .bg100_text div {
    text-align: left !important;
  }
}

/*   治療内容　　*/
.page_title h1 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .page_title h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .page_title {
    padding: 90px 0 !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 834px) {
  .sp {
    display: block;
  }
}

.about_title h2 {
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 640px) {
  .about_title h2 {
    font-size: 2rem;
  }
}
.about_title h2::before {
  content: "";
  width: 90px;
  height: 2px;
  background-color: #006dae;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -15px;
  position: absolute;
}

.about_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .about_wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.about_wrap .about_text {
  width: 55%;
}
@media screen and (max-width: 834px) {
  .about_wrap .about_text {
    width: 100%;
  }
}
.about_wrap .about_image {
  width: 38%;
}
@media screen and (max-width: 834px) {
  .about_wrap .about_image {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .about_wrap .about_image {
    width: 80%;
  }
}
.about_wrap .margin {
  margin-top: 20px;
}

.about_wrap:last-child {
  margin-bottom: 130px;
}

/*   料金　　*/
.price_list {
  overflow-x: auto;
}
.price_list td {
  padding: 10px !important;
  border: 1px solid #eee !important;
}
@media screen and (max-width: 1200px) {
  .price_list td {
    padding: 6px !important;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .price_list td {
    font-size: 1.6rem;
  }
}
.price_list .color1 {
  background-color: #006dae;
}
.price_list .color1 div {
  color: white;
}
.price_list .color2 {
  background-color: #f7f7f7;
}

/*   アクセス　　*/
.access_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .access_wrap {
    flex-direction: column-reverse;
  }
}

.access_list {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .access_list dl {
    display: block !important;
  }
}
.access_list dt {
  align-items: center !important;
  background-color: #006dae !important;
  color: white !important;
}
@media screen and (max-width: 640px) {
  .access_list dt {
    width: 100% !important;
  }
}
.access_list dd {
  border: 1px solid #eee !important;
}
@media screen and (max-width: 640px) {
  .access_list dd {
    width: 100% !important;
  }
}
.access_list dd a {
  color: grey;
}

.home_table2 {
  width: 70%;
  margin: auto;
  background-color: #f7f7f7;
  padding: 30px;
}
@media screen and (max-width: 834px) {
  .home_table2 {
    width: 85%;
  }
}
@media screen and (max-width: 640px) {
  .home_table2 {
    width: 95%;
    padding: 20px;
  }
}
@media screen and (max-width: 550px) {
  .home_table2 {
    padding: 10px;
  }
}

.access_text {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .access_text {
    width: 90%;
  }
}
.access_text td {
  border: none !important;
}
.access_text .big {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
  vertical-align: middle;
  padding: 0 0 10px 10px !important;
}
.access_text .big span {
  font-size: 1.4rem;
  color: #006dae;
  margin-left: 10px;
}

.access_image {
  width: 40%;
}
@media screen and (max-width: 834px) {
  .access_image {
    width: 80%;
  }
}
.access_image img {
  display: block;
  text-align: right;
  float: none !important;
  right: 0;
  margin: auto;
}

.access_wrap:last-child {
  margin-bottom: 120px;
}

/*  こだわり　*/
.about_title h2 span {
  display: block;
  width: 150px;
  position: relative;
  margin: 25px auto;
  font-size: 1.5rem;
  border-top: solid 2px #1fb9b4;
  border-bottom: solid 2px #1fb9b4;
  color: #1fb9b4;
  padding: 5px 20px;
}
.about_title h2 span::before, .about_title h2 span::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: calc(100% + 14px);
  background-color: #1fb9b4;
}
.about_title h2 span::before {
  left: 7px;
}
.about_title h2 span::after {
  right: 7px;
}

/*  お客様の声　*/
.page_list {
  justify-content: flex-start;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .page_list {
    justify-content: center;
  }
}
.page_list .box {
  width: 30%;
  box-sizing: border-box;
  padding: 40px 30px 30px 30px;
  background-color: #fff;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin: 20px 20px 50px 20px;
}
@media screen and (max-width: 1200px) {
  .page_list .box {
    width: 29%;
  }
}
@media screen and (max-width: 1000px) {
  .page_list .box {
    width: 43%;
  }
}
@media screen and (max-width: 768px) {
  .page_list .box {
    width: 43%;
  }
}
@media screen and (max-width: 640px) {
  .page_list .box {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .page_list .box {
    width: 85%;
  }
}
.page_list .box h3 {
  text-align: center;
  color: #006dae;
  position: relative;
  padding-top: 25px;
  font-weight: 500;
  padding-bottom: 5px;
}
.page_list .box h3::before {
  content: "";
  background-image: url(../images/contents/person_pin-24px.svg);
  width: 45px;
  height: 45px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  left: 0;
  position: absolute;
  top: -20px;
  margin: auto;
  opacity: 0.6;
}

/*  お問い合わせ　　*/
.contact_title h3 {
  border-bottom: 2px solid #ccc;
  font-size: 2.2rem;
  padding: 8px;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
}
.contact_title h3::before {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #1fb9b4;
  display: block;
  left: 0;
  bottom: -2px;
  position: absolute;
}
.contact_title div {
  font-size: 2.4rem;
}
.contact_title div .tel {
  font-size: 2.6rem;
  color: #363636;
  position: relative;
  left: 38px;
}
.contact_title div .tel::before {
  content: "";
  background-image: url(../images/contents/tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  display: block;
  font-family: "Font Awesome 5 Pro";
  color: #006dae;
  position: absolute;
  top: 55%;
  left: -34px;
  transform: translateY(-50%);
}

.contact_text02 div a {
  color: #7e7e7e;
}

.contact_text div {
  font-size: 2.2rem;
  padding: 5px;
  font-style: italic;
}
.contact_text div a {
  color: #7e7e7e;
  font-style: italic;
}

.form_wrap label {
  color: #006dae !important;
}

form .mail {
  display: none !important;
}

/*   プライバシーポリシー　　*/
.policy h3 {
  border-bottom: 2px solid #ccc;
  font-size: 2.2rem;
  padding: 8px;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
}
.policy h3::before {
  content: "";
  width: 230px;
  height: 2px;
  background-color: #1fb9b4;
  display: block;
  left: 0;
  bottom: -2px;
  position: absolute;
}

/*   ブログ　　*/
.blog_header {
  position: absolute;
  margin-bottom: 110px;
}

.blog {
  margin-bottom: 60px;
}

.blog_title {
  background-image: url(../images/contents/page-title.jpg);
}

.blog_link {
  text-align: left !important;
  margin-top: 110px;
}

.blog .wrap {
  max-width: 1200px !important;
}
@media screen and (max-width: 1000px) {
  .blog .wrap {
    flex-direction: column-reverse !important;
  }
}
.blog #contents {
  width: 65%;
  background-color: #f3f3f3;
  padding: 30px;
  margin: 20px;
}
.blog #contents h2 {
  font-weight: 500;
  font-size: 2rem;
  background-color: #1d59b4;
  color: white;
  padding: 10px !important;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .blog #contents {
    width: 90%;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .blog aside {
    width: 60%;
    display: block;
    margin: auto;
  }
}

/*   404ページ　　*/
@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

/*  responsive  */
@media screen and (max-width: 640px) {
  .slider img {
    height: 45vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 35% 50%;
       object-position: 35% 50%;
  }
}

#sp {
  display: none;
}
@media screen and (max-width: 1050px) {
  #sp {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 27px;
    right: 17px;
  }
}

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

.nav_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}
.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}
.nav_wrap ul li {
  opacity: 1;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.nav_wrap ul li a {
  color: #363636;
  padding: 13px;
  display: block;
  position: relative;
}
.nav_wrap ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #5f5f5f;
  position: absolute;
  top: 52%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 1050px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}
.nav_wrap ul li a span {
  font-size: 1.4rem;
  color: #006dae;
  margin-left: 10px;
}
.nav_wrap ul li:hover a {
  color: white;
  background-color: rgba(3, 79, 124, 0.2);
}
.nav_wrap ul li:hover a::after {
  color: white;
}
.nav_wrap ul .sp_nav a {
  background-color: transparent;
  width: 60%;
  margin: auto;
  display: block;
}
.nav_wrap ul .sp_nav .tel {
  padding: 0 0 30px 0 !important;
}
.nav_wrap ul .sp_nav .tel span {
  color: white;
}

.sp_menu {
  width: 30px;
  height: 24px;
  display: block;
  z-index: 9999;
  position: relative;
  display: none;
}
@media screen and (max-width: 1050px) {
  .sp_menu {
    display: block;
  }
}
.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  left: 0;
  background-color: #363636;
}
.sp_menu div:nth-of-type(1) {
  top: 0;
}
.sp_menu div:nth-of-type(2) {
  top: 11px;
  opacity: 1;
}
.sp_menu div:nth-of-type(3) {
  bottom: 0;
}
.sp_menu.off div:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(11px) rotate(45deg);
  }
  50% {
    transform: translateY(11px) rotate(0);
  }
  100% {
    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;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.sp_menu.off div:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
}
.sp_menu.on div:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(11px) rotate(0);
  }
  100% {
    transform: translateY(11px) rotate(45deg);
  }
}
.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}
.sp_menu.on div:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(-11px) rotate(-45deg);
  }
}/*# sourceMappingURL=common_style.css.map */