@charset "UTF-8";

/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
@font-face {
  font-family: "GenJyuuGothic";
  src: url("../font/GenJyuuGothic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "GenJyuuGothic";
  src: url("../font/GenJyuuGothic-Normal.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GenJyuuGothic";
  src: url("../font/GenJyuuGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "GenJyuuGothic";
  src: url("../font/GenJyuuGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "GenJyuuGothic";
  src: url("../font/GenJyuuGothic-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 900px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 901px) {
  .is-sp {
    display: none !important;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none !important;
}

html .body {
  font-size: 16px;
  color: #000;
  font-family: "GenJyuuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.6;
  background: #fff;
  padding-top: 78.05px;
}

@media screen and (max-width: 900px) {
  html .body {
    padding-top: 48px;
    font-size: 14px;
  }
}

body,
html {
  overflow-x: hidden;
}

.header-inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 900px) {
  .header-inner {
    padding: 0 15px;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (max-width: 900px) {
  .inner {
    padding: 0 20px;
    max-width: 600px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  font-family: "GenJyuuGothic", "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #707070;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 900px) {
  .header {
    padding: 8px 0;
    background: #fff;
  }
}

.header .header-inner {
  background: #fff;
}

.header .flex {
  padding: 5px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .header .flex {
    padding: 0;
  }
}

.header .flex .logo {
  max-width: 200px;
}

@media screen and (max-width: 900px) {
  .header .flex .logo {
    max-width: 120px;
  }
}

.header .flex .logo span {
  white-space: nowrap;
  font-size: 10px;
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .header .flex .logo span {
    display: none;
  }
}

.header .flex .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .flex .logo a:hover {
  opacity: 0.6;
}

.header .flex .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.header .flex .heading .left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .flex .heading .left a:hover {
  opacity: 0.6;
}

.header .flex .heading .left a .icon {
  width: 35px;
}

.header .flex .heading .left a .num {
  font-size: 30px;
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  color: #545555;
  line-height: 1;
}

.header .flex .heading .right {
  margin-left: auto;
}

.header .flex .heading .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header .flex .heading .right ul li {
  margin-right: 10px;
}

.header .flex .heading .right ul li:last-child {
  margin-right: 0;
}

.header .flex .heading .right ul li img {
  width: auto;
  height: 28px;
}

.header .flex .heading .right ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .flex .heading .right ul li a:hover {
  opacity: 0.6;
}

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

.header .flex .bottom .left {
  margin-right: 20px;
}

@media screen and (max-width: 900px) {
  .header .flex .bottom .left {
    margin-right: 40px;
  }
}

.header .flex .bottom .left a {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  color: #3271ae;
  border: 2px solid #3271ae;
  border-radius: 8px;
  line-height: 1;
  padding: 15px 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  color: #EC008C;
  border: 2px solid #EC008C;
}

@media screen and (max-width: 900px) {
  .header .flex .bottom .left a {
    font-size: 12px;
    padding: 8px 10px;
    white-space: nowrap;
  }
}

.header .flex .bottom .left a:hover {
  opacity: 0.6;
}

.header .flex .bottom .right a {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
  border-radius: 8px;
  line-height: 1;
  padding: 17px 40px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #EC008C;
}

.header .flex .bottom .right a:hover {
  opacity: 0.6;
}

.header-nav {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 900px) {
  .header-nav {
    display: none;
  }
}

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

.header-nav ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header-nav ul li a:hover {
  opacity: 0.6;
}

.header-nav ul li a:hover::after {
  width: 100%;
}

.mv {
  position: relative;
}

.mv .contents {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 900px) {
  .mv .contents {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.mv .contents .main-text {
  color: #fff;
  /* 文字の塗り色 */
  -webkit-text-stroke: 1px #d9b44a;
  /* 縁の太さと色 */
  font-size: 40px;
  font-weight: 600;
  text-shadow: none;
  text-align: center;
  line-height: 1.5;
}

.mv .contents .main-text span {
  display: block;
  font-size: 80%;
}

@media screen and (max-width: 1300px) {
  .mv .contents .main-text {
    font-size: 36px;
    letter-spacing: 2px !important;
    -webkit-text-stroke: 1px #d9b44a;
  }
}

@media screen and (min-width: 901px) {
  .mv .contents .main-text {
    letter-spacing: 6px;
  }
}

@media screen and (max-width: 900px) {
  .mv .contents .main-text {
    font-size: 22px;
    -webkit-text-stroke: 0.5px #d9b44a;
  }
}

@media screen and (max-width: 370px) {
  .mv .contents .main-text {
    font-size: 16px;
  }
}

.drawer-icon {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

@media screen and (min-width: 901px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon.is-active .drawer-icon-bar1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
}

.drawer-icon.is-active .drawer-icon-bar3 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
}

.drawer-icon-bar1 {
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar2 {
  top: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-icon-bar3 {
  top: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #2EA7E0;
  z-index: 250;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.drawer-content.is-active {
  display: block;
}

.drawer-icon-nav {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.drawer-icon-nav ul li {
  margin-bottom: 20px;
}

.drawer-icon-nav ul li a {
  display: block;
  color: #ffffff;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 220;
  display: none;
}

.drawer-mask.is-active {
  display: block;
}

.section {
  padding: 80px 0;
}

@media screen and (max-width: 900px) {
  .section {
    padding: 40px 0;
  }
}

.top-about {
  background: url(../img/top-about-bg.png) no-repeat left center/cover;
}

@media screen and (max-width: 900px) {
  .top-about {
    background: url(../img/top-about-bg.png) no-repeat center center/cover;
  }
}

.top-about h2 {
  font-family: "futura-pt", sans-serif;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .top-about h2 {
    font-size: 26px;
  }
}

.top-about .text1 {
  font-size: 16px;
  margin-bottom: 40px;
  max-width: 800px;
  text-shadow: 0 3px 6px #fff;
}

@media screen and (max-width: 900px) {
  .top-about .text1 {
    font-size: 14px;
  }
}

.top-about .text2 {
  font-size: 14px;
  text-shadow: 0 3px 6px #fff;
}

@media screen and (max-width: 900px) {
  .top-about .text2 {
    font-size: 12px;
  }
}

.section-title {
  margin-bottom: 50px;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .section-title {
    margin-bottom: 25px;
  }
}

.section-title .en {
  font-size: 34px;
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5px;
}

@media screen and (max-width: 900px) {
  .section-title .en {
    letter-spacing: 3px;
    line-height: 1.3;
    font-size: 28px;
  }
}

.section-title .ja {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center !important;
  letter-spacing: 3px;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  padding-bottom: 20px !important;
}

@media screen and (max-width: 900px) {
  .section-title .ja {
    padding-bottom: 10px !important;
    letter-spacing: 1px;
  }
}

.cta-contact .flex .item a h3 {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cta-contact .flex .item a p {
  margin: 0 !important;
}

.top-media {
  background: url(../img/top-media-bg.jpg) no-repeat center center/cover;
}

.top-media .box {
  background: #fff;
  padding: 60px;
}

@media screen and (max-width: 900px) {
  .top-media .box {
    padding: 30px 20px;
  }
}

.top-media .section-title {
  border-bottom: 1.5px solid #000;
}

.top-media .section-title .ja {
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .top-media .section-title .ja {
    padding-bottom: 15px;
  }
}

.top-media .media-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}

.top-media .media-archive-list {
  width: 45%;
}

@media screen and (max-width: 900px) {
  .top-media .media-archive-list {
    width: 47%;
  }
}

.top-media .media-archive-list .img {
  position: relative;
}

.top-media .media-archive-list .img2 .wrap {
  position: relative;
  padding-top: 77%;
  z-index: 2;
}

.top-media .media-archive-list .img2 .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-media .media-archive-list .img2::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-color: #727171;
}

@media screen and (max-width: 900px) {
  .top-media .media-archive-list .img2::after {
    top: 4px;
    left: 4px;
  }
}

.top-media .img2 {
  margin-bottom: 20px;
  position: relative;
}

.top-media .post-category {
  line-height: 1.3;
  border: 1px solid #000;
  text-align: center;
  padding: 5px 0;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .top-media .post-category {
    font-size: 14px;
  }
}

.top-media .media-archive-list .title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 900px) {
  .top-media .media-archive-list .title {
    font-size: 14px;
  }
}

.top-media .media-archive-list a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-media .media-archive-list a:hover {
  opacity: 0.6;
}

.top-media .media-btn {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .top-media .media-btn {
    margin-top: 25px;
  }
}

.top-media .media-btn a {
  display: block;
  background: #4c4948;
  line-height: 1;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  max-width: 350px;
  margin: 0 auto;
  font-size: 18px;
  border: 1px solid #4c4948;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-media .media-btn a span {
  margin-left: 10px;
}

.top-media .media-btn a:hover {
  opacity: 0.6;
}

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

@media screen and (max-width: 900px) {
  .top-media .flex2 {
    display: block;
  }
}

.top-media .flex2 .item {
  width: 48%;
}

@media screen and (max-width: 900px) {
  .top-media .flex2 .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-media .flex2 .item:last-child {
    margin-bottom: 0;
  }
}

.top-media .flex2 .item .mov {
  margin-bottom: 10px;
}

.top-media .flex2 .item .mov .wrap {
  position: relative;
  padding-top: 56.25%;
}

.top-media .flex2 .item .mov .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-media .flex2 .item p {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .top-media .flex2 .item p {
    text-align: left;
  }
}

.top-media .btn {
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .top-media .btn {
    margin-top: 25px;
  }
}

.media-logo-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 30px 0;
  max-width: 550px;
  margin: 0 auto;
}

.media-logo-wrap-inner .img {
  width: calc(33.333% - 13.3333333333px);
  margin-right: 20px;
  height: 65px;
  position: relative;
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .media-logo-wrap-inner .img {
    height: 8vw;
    margin-top: 10px;
  }
}

.media-logo-wrap-inner .img:nth-child(3n) {
  margin-right: 0;
}

.media-logo-wrap-inner .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.section-btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-btn a:hover {
  opacity: 0.6;
}

.section-btn a .section-btn-flex {
  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;
  text-align: center;
  font-size: 24px;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 900px) {
  .section-btn a .section-btn-flex {
    font-size: 20px;
  }
}

.section-btn a .section-btn-flex .section-btn-arrow {
  width: 80px;
  margin-left: 10px;
}

@media screen and (max-width: 900px) {
  .section-btn a .section-btn-flex .section-btn-arrow {
    width: 50px;
  }
}

.section-btn a .section-btn-flex .section-btn-arrow img {
  vertical-align: middle;
  position: relative;
  top: -6px;
}

@media screen and (max-width: 900px) {
  .section-btn a .section-btn-flex .section-btn-arrow img {
    top: -3px;
  }
}

.top-feature {
  position: relative;
}

.top-feature .bg {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
}

.top-feature .section-title {
  border-bottom: 1.5px solid #000;
  position: relative;
  z-index: 2;
}

.top-feature .section-title .ja {
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .top-feature .section-title .ja {
    padding-bottom: 15px;
  }
}

.top-feature .attention {
  margin-bottom: 50px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (max-width: 900px) {
  .top-feature .attention {
    margin-bottom: 25px;
    font-size: 10px;
    text-align: left;
  }
}

.top-feature .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 901px) {
  .top-feature .ul1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 900px) {
  .top-feature .ul1 {
    margin-bottom: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.top-feature .ul1 li {
  background: #5c78a0;
  color: #fff;
  padding: 15px 15px 20px;
  clip-path: polygon(80% 0, 100% 20%, 100% 100%, 0 100%, 0 0);
  position: relative;
}

@media screen and (min-width: 901px) {
  .top-feature .ul1 li {
    width: 16%;
  }
}

@media screen and (max-width: 900px) {
  .top-feature .ul1 li {
    width: calc(33.333% - 6.6666666667px);
    margin-right: 10px;
    padding: 10px;
  }

  .top-feature .ul1 li:nth-child(3n) {
    margin-right: 0;
  }

  .top-feature .ul1 li:nth-child(n+4) {
    margin-top: 20px;
  }

  .top-feature .ul1 li:last-child {
    margin-right: 0;
  }
}

.top-feature .ul1 li .img {
  height: 110px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .top-feature .ul1 li .img {
    height: 9vw;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

.top-feature .ul1 li .img .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
}

.top-feature .ul1 li:nth-child(1) .img .wrap {
  width: 80%;
}

.top-feature .ul1 li:nth-child(2) .img .wrap {
  width: 65%;
}

.top-feature .ul1 li:nth-child(3) .img .wrap {
  width: 70%;
}

.top-feature .ul1 li:nth-child(4) .img .wrap {
  width: 50%;
}

.top-feature .ul1 li:nth-child(5) .img .wrap {
  width: 55%;
}

.top-feature .ul1 li:nth-child(6) .img .wrap {
  width: 80%;
}

.top-feature .ul1 li p {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  height: 48px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .top-feature .ul1 li p {
    font-size: 10px;
    height: 38px;
  }
}

.top-feature .ul1 li p span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.top-feature .ul1 li .num {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 29px;
  line-height: 1;
}

@media screen and (max-width: 900px) {
  .top-feature .ul1 li .num {
    font-size: 20px;
  }
}

.top-feature .middle-text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 900px) {
  .top-feature .middle-text {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
  .top-feature .middle-text {
    font-size: 16px;
  }
}

.top-feature .box1 {
  border: 1px solid #000;
  padding: 40px 50px;
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 900px) {
  .top-feature .box1 {
    margin-bottom: 40px;
    padding: 20px;
  }
}

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

@media screen and (max-width: 900px) {
  .top-feature .box1 ul {
    display: block;
  }
}

.top-feature .box1 ul li {
  width: 48.5%;
}

.top-feature .box1 ul li:nth-child(n+3) {
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .top-feature .box1 ul li:nth-child(n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .top-feature .box1 ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .top-feature .box1 ul li:last-child {
    margin-bottom: 0;
  }
}

.top-feature .box1 ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-feature .box1 ul li .flex .icon {
  width: 30px;
  margin-right: 5px;
}

@media screen and (max-width: 900px) {
  .top-feature .box1 ul li .flex .icon {
    position: relative;
    top: -3px;
  }
}

.top-feature .box1 ul li .text {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .top-feature .box1 ul li .text {
    font-size: 14px;
  }
}

.top-feature .box2 {
  background: url(../img/feature-bg2.jpg) no-repeat center center/cover;
  padding: 40px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 900px) {
  .top-feature .box2 {
    padding: 20px;
  }
}

.top-feature .box2 .box2-wrap {
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 900px) {
  .top-feature .box2 .box2-wrap {
    padding: 20px;
  }
}

.top-feature .box2 h3 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 17px;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .top-feature .box2 h3 {
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.top-feature .box2 .flex2 {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .top-feature .box2 .flex2 {
    margin-bottom: 10px;
    display: block;
  }
}

.top-feature .box2 .flex2 .item {
  width: 47%;
}

@media screen and (max-width: 900px) {
  .top-feature .box2 .flex2 .item {
    width: 100%;
    margin-bottom: 25px;
  }

  .top-feature .box2 .flex2 .item:last-child {
    margin-bottom: 0;
  }
}

.top-feature .box2 .flex2 .item h4 {
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 901px) {
  .top-feature .box2 .flex2 .item h4 {
    height: 80px;
  }
}

@media screen and (max-width: 900px) {
  .top-feature .box2 .flex2 .item h4 {
    margin-bottom: 8px;
  }
}

.top-feature .box2 .flex2 .item h4 span {
  font-size: 80%;
  display: block;
}

.top-feature .box2 .flex2 .item .img {
  width: 80%;
  margin: 0 auto;
}

.top-feature .box2 .text2 {
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .top-feature .box2 .text2 {
    font-size: 14px;
    line-height: 1.7;
  }
}

.top-feature .yn {
  line-height: 1;
  font-size: 14px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-feature .yn p {
  margin-bottom: 5px;
}

@media screen and (max-width: 900px) {
  .top-feature .yn {
    margin-bottom: 20px;
  }
}

.top-feature .yn .span1 {
  width: 13px;
  height: 13px;
  background: #5c78a0;
  display: inline-block;
  position: relative;
  top: 1px;
}

.top-feature .yn .span2 {
  width: 13px;
  height: 13px;
  background: #d9d9d9;
  display: inline-block;
  position: relative;
  top: 1px;
}

.top-feature .btn {
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .top-feature .btn {
    margin-top: 25px;
  }
}

.top-feature .box2 {
  position: relative;
}

.top-feature .box2 .bg-text {
  position: absolute;
  right: 0;
  bottom: -7px;
  font-family: "futura-pt", sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 4px;
  font-style: italic;
}

@media screen and (max-width: 900px) {
  .top-feature .box2 .bg-text {
    font-size: 20px;
    white-space: nowrap;
    bottom: -2px;
  }
}

.about2 .section-title {
  border-bottom: 1.5px solid #000;
}

.about2 .section-title .ja {
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .about2 .section-title .ja {
    padding-bottom: 15px;
  }
}

.about2 .contents {
  max-width: 600px;
  margin-left: auto;
  position: relative;
}

.about2 .contents-wrap {
  position: relative;
}

.about2 .contents-wrap .bg-img {
  position: absolute;
  top: -50px;
  left: -20%;
  width: 65%;
}

@media screen and (max-width: 900px) {
  .about2 .contents-wrap .bg-img {
    top: -25px;
    display: none;
  }
}

.about2 .text3 {
  margin-top: 5cqb;
  text-align: center;
  background: #5c78a0;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  padding: 30px 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 900px) {
  .about2 .text3 {
    font-size: 16px;
    padding: 15px 20px;
  }
}

.about2 .btn {
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .about2 .btn {
    margin-top: 25px;
  }
}

@media screen and (min-width: 901px) {
  .about2 .contents-wrap .bg-img {
    left: -25%;
  }
}

@media screen and (min-width: 901px) {
  .top-con {
    padding-bottom: 20px;
  }
}

.top-con .con-map {
  position: relative;
  z-index: 5;
  margin-top: 10vw;
}

@media screen and (max-width: 900px) {
  .top-con {
    padding-bottom: 0;
  }
}

.top-con .section-title {
  position: relative;
  z-index: 2;
}

.top-con .bg-text1 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 80px;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 12px;
  line-height: 1;
  white-space: nowrap;
  z-index: 4;
}

@media screen and (max-width: 900px) {
  .top-con .bg-text1 {
    letter-spacing: 4px;
    font-size: 30px;
    top: 20px;
  }
}

.top-con .bg-text2 {
  position: absolute;
  left: 0px;
  top: 20px;
  font-size: 80px;
  color: #eceef0;
  font-family: "futura-pt", sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 12px;
  line-height: 1;
  white-space: nowrap;
  z-index: 4;
}

@media screen and (max-width: 900px) {
  .top-con .bg-text2 {
    top: 0;
    letter-spacing: 4px;
    font-size: 30px;
    top: 20px;
  }
}

.top-con .con1 {
  background: url(../img/con1-bg.jpg) no-repeat center center/cover;
  position: relative;
  padding: 150px 0 150px;
}

@media screen and (max-width: 900px) {
  .top-con .con1 {
    padding: 40px 0;
    background: #fff;
  }
}

.top-con .con1.reverse .contents {
  margin-left: initial;
}

@media screen and (min-width: 901px) {
  .top-con .con1.reverse .img {
    position: absolute;
    top: 10%;
    right: 0;
    width: 42%;
    text-align: left;
    left: initial;
  }

  .top-con .con1.reverse .img img {
    max-width: 800px;
  }
}

@media screen and (max-width: 900px) {
  .top-con .con1.reverse .img {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
  }
}

.top-con .con1 .white-box {
  position: absolute;
  content: "";
  top: 37%;
  left: 5%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: #fff;
  width: 80%;
  height: 80%;
}

@media screen and (max-width: 900px) {
  .top-con .con1 .white-box {
    display: none;
    top: 50%;
  }
}

.top-con .con1 .white-box2 {
  position: absolute;
  content: "";
  top: 47%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: #fff;
  width: 95%;
  height: 106%;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .top-con .con1 .white-box2 {
    display: none;
  }
}

.top-con .con1 .gray-box {
  position: absolute;
  content: "";
  top: 40%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: #eceef0;
  width: 90%;
  height: 90%;
  z-index: 3;
}

@media screen and (max-width: 900px) {
  .top-con .con1 .gray-box {
    width: 100%;
    height: 100%;
    top: 50%;
  }
}

.top-con .con1 .gray-box2 {
  position: absolute;
  content: "";
  top: 80%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: #eceef0;
  width: 100%;
  height: 60%;
}

@media screen and (max-width: 900px) {
  .top-con .con1 .gray-box2 {
    width: 100%;
    height: 100%;
    display: none;
  }
}

.top-con .con1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 900px) {
  .top-con .con1 .flex {
    display: block;
  }
}

.top-con .con1 .contents {
  width: 55%;
  margin-left: auto;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 900px) {
  .top-con .con1 .contents {
    width: 100%;
  }
}

@media screen and (min-width: 901px) {
  .top-con .con1 .img {
    position: absolute;
    top: 10%;
    left: 0;
    width: 42%;
    text-align: right;
    z-index: 3;
  }

  .top-con .con1 .img img {
    max-width: 800px;
  }
}

@media screen and (max-width: 900px) {
  .top-con .con1 .img {
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
  }
}

.top-con h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .top-con h3 {
    margin-bottom: 15px;
  }
}

.top-con h3 .num {
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
  font-size: 40px;
  line-height: 1;
  margin-right: 10px;
}

@media screen and (max-width: 900px) {
  .top-con h3 .num {
    font-size: 30px;
    margin-right: 5px;
  }
}

.top-con h3 .h3-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .top-con h3 .h3-text {
    font-size: 16px;
  }
}

.top-con .con3 {
  background: #cacbce;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.treatment-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .treatment-table {
    width: 800px;
  }
}

.font-red {
  color: #eb6262 !important;
}

.treatment-table th,
.treatment-table td {
  border: 1.5px solid #fff;
  padding: 15px 10px;
  vertical-align: middle;
  border-top: none;
  border-bottom: none;
}

.treatment-table thead th {
  background: #5c78a0;
  color: #fff;
  font-weight: 500;
}

.treatment-table tbody th {
  background: #efefef;
  font-weight: 500;
}

.treatment-table tbody th {
  background: #efefef;
  font-weight: 500;
}

.treatment-table tbody tr:nth-child(2) th {
  background: #d3d3d4;
}

.treatment-table tbody tr:nth-child(2) td {
  background: #d3d3d4;
  text-align: center;
}

.treatment-table tbody tr:nth-child(1) td {
  text-align: center;
}

.treatment-table td:first-child,
.treatment-table th:first-child {
  width: 20%;
  min-width: 100px;
}

.treatment-table td {
  background: #efefef;
}

.treatment-table td:nth-child(2),
.treatment-table td:nth-child(3),
.treatment-table td:nth-child(4),
.treatment-table td:nth-child(5) {
  width: 20%;
  font-weight: 500;
}

.treatment-table td br {
  line-height: 1.6;
}

.mn {
  font-size: 12px;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .mn {
    margin-top: 20px;
  }
}

.txt_r1_2 {
  position: relative;
}

.dl_r1_2 {
  margin-top: 20px;
  font-size: 12px;
}

.dl_r1_2 a {
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dl_r1_2 a:hover {
  opacity: 0.6;
}

.txt_r1_2:after {
  content: "1)2)";
  position: absolute;
  top: -1.2em;
  right: -0.5em;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: -0.5px;
  font-weight: normal;
}

.diff-sec .btn {
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .diff-sec .btn {
    margin-top: 25px;
  }
}

.diff-sec .box {
  padding: 40px;
  background: url(../img/diff-sec-bg.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 900px) {
  .diff-sec .box {
    padding: 0;
  }
}

.diff-sec .text4 {
  margin-top: 40px;
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  .diff-sec .text4 {
    margin-top: 20px;
  }
}

.diff-sec .box-wrap {
  background: #fff;
  padding: 60px 50px;
}

@media screen and (max-width: 900px) {
  .diff-sec .box-wrap {
    padding: 0px;
  }
}

.diff-sec .section-title {
  border-bottom: 1.5px solid #000;
}

.diff-sec .section-title .ja {
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .diff-sec .section-title .ja {
    padding-bottom: 15px;
  }
}

.diff-sec p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .diff-sec p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}

.comparison-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.comparison-table td {
  font-weight: 500;
}

.comparison-table th,
.comparison-table td {
  border-right: 1px solid #fff;
  padding: 10px 8px;
  vertical-align: middle;
  font-weight: 500;
}

.comparison-table thead th {
  background: #5c78a0;
  color: #fff;
  font-weight: 500;
  padding: 12px;
  width: 25%;
}

.comparison-table tbody th {
  background: #eceef0;
  font-weight: 500;
  width: 25%;
}

.comparison-table td {
  background: #eceef0;
}

.comparison-table tr:nth-child(1) th:nth-child(2) {
  border-left: 5px solid #eb6262;
  border-right: 5px solid #eb6262;
  border-top: 5px solid #eb6262;
}

.comparison-table .last-red {
  border-bottom: 5px solid #eb6262;
}

.comparison-table td:nth-child(2) {
  border-left: 5px solid #eb6262;
  border-right: 5px solid #eb6262;
}

.comparison-table td .sub-text {
  display: block;
  font-size: 12px;
  color: #eb6262;
}

.comparison-table td.highlight {
  color: #eb6262;
  font-weight: bold;
}

.comparison-table .selu1 {
  background: #e2b3ac;
  color: #fff;
}

.comparison-table .selu2 {
  background: #5c78a0;
  color: #fff;
}

.hope-section {
  z-index: 3;
  position: relative;
}

@media screen and (min-width: 901px) {
  .hope-section {
    padding: 50px 0;
  }
}

.hope-section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 900px) {
  .hope-section .flex {
    display: block;
  }
}

.hope-section .flex .item {
  width: 50%;
  padding: 30px;
  border: 1px solid #5c78a0;
}

@media screen and (max-width: 900px) {
  .hope-section .flex .item {
    width: 100%;
    padding: 20px;
  }
}

.hope-section .flex .item .title {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .hope-section .flex .item .title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

.hope-section .flex .item:nth-child(1) {
  background: #5c78a0;
  color: #fff;
}

.hope-section .flex .item:nth-child(1) p {
  color: #f5f9f2;
}

.hope-section .flex .item p {
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .hope-section .flex .item p {
    font-size: 14px;
  }
}

.top-greeting .section-title {
  border-bottom: 1.5px solid #000;
  position: relative;
  z-index: 3;
}

.top-greeting .section-title .ja {
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .top-greeting .section-title .ja {
    padding-bottom: 15px;
  }
}

.top-greeting .contents {
  position: relative;
}

.top-greeting .contents .bg {
  position: absolute;
  top: 30%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.top-greeting .contents .inner {
  position: relative;
  z-index: 4;
}

.top-greeting .contents .img {
  max-width: 320px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 900px) {
  .top-greeting .contents .img {
    margin-bottom: 10px;
    width: 50%;
  }
}

.top-greeting .contents .name {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .top-greeting .contents .name {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.top-greeting .contents .name span {
  font-size: 80%;
  margin-right: 30px;
}

.top-greeting .contents .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .top-greeting .contents .flex {
    display: block;
    margin-bottom: 30px;
  }
}

.top-greeting .contents .flex .item {
  width: 46%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 20px;
  border: 1px solid #000;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .top-greeting .contents .flex .item {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 10px;
    max-width: 400px;
  }
}

.top-greeting .contents .text1 {
  font-size: 16px;
  line-height: 2;
  max-width: 600px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 900px) {
  .top-greeting .contents .text1 {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
}

.top-greeting .btn2 {
  margin-bottom: 80px;
}

@media screen and (max-width: 900px) {
  .top-greeting .btn2 {
    margin-bottom: 40px;
  }
}

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

@media screen and (max-width: 900px) {
  .top-greeting .flex2 {
    display: block;
  }
}

.top-greeting .flex2 .item {
  width: 32%;
}

@media screen and (max-width: 900px) {
  .top-greeting .flex2 .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .top-greeting .flex2 .item:last-child {
    margin-bottom: 0;
  }
}

.top-greeting .flex2 .item .wrap {
  padding-top: 56.25%;
  position: relative;
}

.top-greeting .flex2 .item .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 901px) {
  .top-column {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.top-column .section-title {
  border-bottom: 1.5px solid #000;
}

.top-column .section-title .ja {
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .top-column .section-title .ja {
    padding-bottom: 15px;
  }
}

.top-column .btn {
  margin-top: 100px;
}

@media screen and (max-width: 900px) {
  .top-column .btn {
    margin-top: 80px;
  }
}

.top-column .column-slider article {
  padding: 0 10px;
}

.top-column .column-slider article a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-column .column-slider article a:hover {
  opacity: 0.6;
}

.top-column .slick-dots li button:before {
  font-size: 16px;
}

.top-column .slick-dots {
  margin-top: 20px;
  bottom: -50px;
}

.about3 .box {
  border: 1px solid #5c78a0;
}

.about3 .box .heading {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  padding: 30px 0;
  background: #5c78a0;
}

@media screen and (max-width: 900px) {
  .about3 .box .heading {
    padding: 20px 0;
  }
}

.about3 .box .bottom {
  padding: 30px;
}

@media screen and (max-width: 900px) {
  .about3 .box .bottom {
    padding: 20px;
  }
}

.top-banner {
  text-align: center;
}

.top-banner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .top-banner .flex {
    display: block;
  }
}

.top-banner .flex .icon {
  width: 150px;
  margin-right: 20px;
}

@media screen and (max-width: 900px) {
  .top-banner .flex .icon {
    margin-right: 0;
    margin: 0 auto 5px;
    max-width: 100px;
  }
}

.top-banner .flex .text {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .top-banner .flex .text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.g-map {
  width: 100%;
}

.g-map .wrap {
  padding-top: 50%;
  position: relative;
}

@media screen and (max-width: 900px) {
  .g-map .wrap {
    padding-top: 80%;
  }
}

.g-map .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-access .btn {
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .top-access .btn {
    margin-top: 30px;
  }
}

@media screen and (min-width: 901px) {
  .cta-contact {
    padding-top: 20px;
  }
}

.cta-contact .tel {
  text-align: center;
}

.cta-contact .tel a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .cta-contact .tel a {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.cta-contact .tel a:hover {
  opacity: 0.6;
}

.cta-contact .address {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .cta-contact .address {
    font-size: 14px;
    margin-top: 30px;
  }
}

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

@media screen and (max-width: 900px) and (max-width: 900px) {
  .cta-contact .flex {
    margin: 0 auto;
  }
}

.cta-contact .flex .item {
  width: 31%;
}

@media screen and (max-width: 900px) {
  .cta-contact .flex .item {
    width: 32%;
  }

  .cta-contact .flex .item:last-child {
    margin-bottom: 0;
  }
}

.cta-contact .flex .item a {
  display: block;
  background: #5c78a0;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .cta-contact .flex .item a {
    padding: 10px 10px;
  }
}

.cta-contact .flex .item a:hover {
  opacity: 0.6;
}

.cta-contact .flex .item a h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 900px) {
  .cta-contact .flex .item a h3 {
    font-size: 10px;
  }
}

.cta-contact .flex .item a p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .cta-contact .flex .item a p {
    font-size: 8px;
  }
}

@media screen and (min-width: 901px) {
  .cta-contact .flex .item a .img {
    height: 110px;
    position: relative;
  }

  .cta-contact .flex .item a .img .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 900px) {
  .cta-contact .flex .item a .img {
    width: 50%;
    text-align: center;
    margin: 15px auto 20px;
    margin: 5px auto 10px;
  }
}

.cta-contact .flex .item:nth-child(1) a .img {
  text-align: center;
}

.cta-contact .flex .item:nth-child(1) a .img img {
  width: 60%;
}

.cta-contact .flex .item:nth-child(2) a .img {
  text-align: center;
}

.cta-contact .flex .item:nth-child(2) a .img img {
  width: 80%;
}

.footer {
  padding: 80px 0 50px;
  background: #000;
  color: #fff;
}

.footer .inner {
  overflow: hidden;
}

.footer a {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .footer {
    padding: 40px 0 20px;
  }
}

.footer .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .footer .flex1 {
    margin-bottom: 30px;
    display: block;
  }
}

.footer .flex1 .left {
  width: 35%;
}

@media screen and (max-width: 900px) {
  .footer .flex1 .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer .flex1 .left .logo {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .footer .flex1 .left .logo {
    margin-bottom: 20px;
    max-width: 200px;
  }
}

.footer .flex1 .left .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .flex1 .left .logo a:hover {
  opacity: 0.6;
}

.footer .flex1 .left .tel {
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.footer .flex1 .left .tel .title {
  margin-bottom: 10px;
  font-size: 18px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  padding-bottom: 4px;
}

.footer .flex1 .left .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .flex1 .left .tel a:hover {
  opacity: 0.6;
}

.footer .flex1 .left .tel a .icon {
  width: 35px;
  position: relative;
  top: -2px;
}

.footer .flex1 .left .tel a .num {
  font-size: 30px;
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.footer .flex1 .left .address {
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .footer .flex1 .left .address {
    font-size: 14px;
  }
}

.footer .flex1 .right {
  width: 55%;
}

@media screen and (max-width: 900px) {
  .footer .flex1 .right {
    width: 100%;
  }
}

.footer .flex1 .right .open {
  margin-bottom: 20px;
}

.footer .flex1 .right .btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .flex1 .right .btn a:hover {
  opacity: 0.6;
}

.footer .ul2 {
  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;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .footer .ul2 li {
    padding: 10px;
  }
}

.footer .ul2 li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .footer .ul2 li a {
    font-size: 13px;
  }
}

.footer .ul2 li a:hover {
  opacity: 0.6;
}

.footer .bottom-title {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.footer .bottom-title::after {
  position: absolute;
  content: "";
  width: 1000px;
  background: #fff;
  height: 1px;
  left: 110%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .footer .items {
    display: block;
  }
}

.footer .items a {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .items a:hover {
  opacity: 0.6;
}

.footer .items .item {
  width: 32%;
}

@media screen and (max-width: 900px) {
  .footer .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.footer .items .item .title2 {
  margin-bottom: 5px;
}

.footer .items .item .ul3 {
  margin-bottom: 30px;
  padding-left: 10px;
}

.footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 350px;
  margin: 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 900px) {
  .footer .sns {
    margin-top: 40px;
  }
}

.footer .sns li {
  margin-right: 10px;
}

.footer .sns li:last-child {
  margin-right: 0;
}

.footer .sns li img {
  width: auto;
  height: 28px;
}

.footer .sns li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .sns li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 900px) {
  .about3 .box .heading {
    font-size: 16px;
  }
}

.copyright {
  background: #5c78a0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 900px) {
  .copyright {
    padding: 15px 0;
    font-size: 10px;
  }
}

.totop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 100;
}

@media screen and (max-width: 900px) {
  .totop {
    bottom: 45px;
    right: 10px;
  }
}

.totop img {
  width: 60px;
  height: 60px;
  min-height: 60px;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 50%;
}

@media screen and (max-width: 900px) {
  .totop img {
    width: 30px;
    height: 30px;
    min-height: 30px;
  }
}

.totop img:hover {
  opacity: 0.8;
}

.mv .contents .main-text {
  text-shadow: 3px 11px 15px rgba(217, 180, 74, 0.8);
}

@media screen and (max-width: 900px) {
  .mv .contents .main-text {
    text-shadow: 5px 3px 10px rgba(217, 180, 74, 0.8);
  }
}

.yellow-font {
  color: #fcff00 !important;
}

.cta-contact .flex .item a,
.top-feature .ul1 li {
  background: -webkit-gradient(linear, left top, right top, from(#7b93b8), to(#5c78a0));
  background: linear-gradient(to right, #7b93b8, #5c78a0);
}

.cta-contact .flex .item a,
.top-feature .ul1 li {
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
}

.copyright {
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
}

.about3 .box .heading {
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
}

.hope-section .flex .item:nth-child(1) {
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
}

.comparison-table tr:nth-child(2n) th,
.comparison-table tr:nth-child(2n) td {
  background: #d3d3d4;
}

.comparison-table .selu2 {
  background: #2EA7E0 !important;
}

.comparison-table .selu1 {
  background: #e2b3ac !important;
}

.comparison-table thead th {
  background: #2D7AB5;
}

.treatment-table thead th {
  background: #2D7AB5;
}

.about2 .text3 {
  background: #2D7AB5;
}

.top-media .media-btn a {
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
  border: none;
}

.woman-header .flex .bottom .left a {
  color: #f29c97;
  border: 2px solid #f29c97;
}

.woman-drawer-content {
  background: #F4ADC9;
}

.top-woman-about .banner {
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .top-woman-about .banner {
    margin-bottom: 25px;
  }
}

.top-woman-about .banner a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-woman-about .banner a:hover {
  opacity: 0.6;
}

.top-woman-about .btn {
  text-align: center;
}

.top-woman-about .btn a {
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 900px) {
  .top-woman-about .btn a {
    font-size: 16px;
    letter-spacing: 0;
    padding: 10px 0;
  }
}

@media screen and (max-width: 370px) {
  .top-woman-about .btn a {
    font-size: 14px;
  }
}

.top-woman-about .btn a:hover {
  opacity: 0.6;
}

.top-media-woman1 .media-btn a {
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
}

.top-media-woman2 {
  background: #fff;
}

@media screen and (min-width: 901px) {
  .top-media-woman2 {
    padding-bottom: 150px;
  }
}

.top-media-woman2 .box {
  padding: 0;
}

.top-media-woman2 .contents1 {
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .top-media-woman2 .contents1 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.top-media-woman2 .contents2 {
  border: 1.5px solid #f29c97;
  padding: 40px 60px;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .top-media-woman2 .contents2 {
    font-size: 14px;
    padding: 20px;
    line-height: 1.7;
  }
}

@media screen and (min-width: 901px) {
  .top-greeting-woman {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 901px) {
  .top-greeting-woman .contents .img {
    max-width: 270px;
  }
}

.top-greeting-woman .career-text {
  text-align: center;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.top-con-woman {
  padding-top: 0;
  padding-bottom: 0;
}

.top-con-woman .con1 {
  background: url(../img/top-con-woman-bg.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 901px) {
  .top-con-woman .con1 {
    padding-top: 100px;
  }
}

.top-con-woman .con1 .gray-box {
  height: 100%;
}

.top-con-woman .woman-contents {
  position: relative;
  z-index: 6;
}

.top-con-woman .woman-contents h2 {
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .top-con-woman .woman-contents h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.top-con-woman .woman-contents .lead {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .top-con-woman .woman-contents .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 370px) {
  .top-con-woman .woman-contents .lead {
    font-size: 12.5px;
  }
}

.top-con-woman .woman-contents .c-img {
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .top-con-woman .woman-contents .c-img {
    margin-bottom: 25px;
  }
}

.top-con-woman .woman-contents table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .top-con-woman .woman-contents table {
    font-size: 13px;
    margin-bottom: 25px;
  }
}

.top-con-woman .woman-contents table th,
.top-con-woman .woman-contents table td {
  border: 1px solid #f29c97;
}

.top-con-woman .woman-contents table th {
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
  width: 35%;
  vertical-align: middle;
}

@media screen and (max-width: 900px) {
  .top-con-woman .woman-contents table th {
    width: 100px;
    padding: 10px;
  }
}

.top-con-woman .woman-contents table td {
  background: #fff;
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
  width: 65%;
  vertical-align: middle;
}

@media screen and (max-width: 900px) {
  .top-con-woman .woman-contents table td {
    width: calc(100% - 100px);
    text-align: left;
    padding: 10px;
  }
}

.top-con-woman .woman-contents .btn {
  text-align: center;
}

.top-con-woman .woman-contents .btn a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
  display: block;
  border-radius: 50px;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
}

.top-con-woman .woman-contents .btn a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 900px) {
  .top-con-woman .woman-contents .btn a {
    font-size: 18px;
  }
}

.top-feature .ul1 li p .small {
  position: initial;
  -webkit-transform: initial;
  transform: initial;
  font-size: 60%;
}

.footer-fixed .btn a {
  background: #EC008C;
  color: #fff;
  font-weight: 500;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 15px;
}

.top-treatment {
  position: relative;
}

.top-treatment .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.top-treatment .inner {
  position: relative;
  z-index: 2;
}

.top-treatment .box {
  padding: 40px;
  background: url(../img/top-media-bg.jpg) no-repeat center center/cover;
  margin-bottom: 80px;
}

@media screen and (max-width: 900px) {
  .top-treatment .box {
    padding: 20px;
    margin-bottom: 40px;
  }
}

.top-treatment .box .wrap {
  padding: 60px;
  background: #fff;
}

@media screen and (max-width: 900px) {
  .top-treatment .box .wrap {
    padding: 20px;
  }
}

.top-treatment .box .text1 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .top-treatment .box .text1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.top-treatment .box .text2 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .top-treatment .box .text2 {
    font-size: 14px;
  }
}

.top-treatment .box .text3 {
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .top-treatment .box .text3 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.top-treatment .section-title {
  border-bottom: 1.5px solid #000;
}

.top-treatment .section-title .ja {
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .top-treatment .section-title .ja {
    padding-bottom: 15px;
  }
}

.top-treatment .text4 {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 900px) {
  .top-treatment .text4 {
    font-size: 14px;
    line-height: 1.7;
  }
}

.woman-about1 {
  background: url(../img/top-media-bg.jpg) no-repeat center center/cover;
  padding-left: 40px;
  padding-right: 40px;
}

.woman-about1 .inner {
  max-width: 1080px;
}

@media screen and (max-width: 900px) {
  .woman-about1 {
    padding: 20px 0;
  }
}

.woman-about1 .wrap {
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 900px) {
  .woman-about1 .wrap {
    padding: 0px;
  }
}

.woman-about1 .box {
  border: 1px solid #f29c97;
}

.woman-about1 .box .heading {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
}

@media screen and (max-width: 900px) {
  .woman-about1 .box .heading {
    padding: 20px 0;
    font-size: 16px;
  }
}

.woman-about1 .box .bottom {
  padding: 30px;
  line-height: 2;
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .woman-about1 .box .bottom {
    padding: 20px;
    line-height: 1.7;
    font-size: 14px;
  }
}

.woman-about1 .img {
  max-width: 600px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 900px) {
  .woman-about1 .img {
    margin-bottom: 25px;
  }
}

.woman-about1 .img2 {
  max-width: 600px;
  margin: 50px auto 0px;
}

@media screen and (max-width: 900px) {
  .woman-about1 .img2 {
    margin-top: 25px;
  }
}

.woman-about2 .box {
  border: 1px solid #f29c97;
}

.woman-about2 .box .heading {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
}

@media screen and (max-width: 900px) {
  .woman-about2 .box .heading {
    padding: 20px 0;
    font-size: 16px;
  }
}

.woman-about2 .box .bottom {
  padding: 30px;
  line-height: 2;
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .woman-about2 .box .bottom {
    padding: 20px;
    line-height: 1.7;
    font-size: 14px;
  }
}

.woman-about2 .img {
  max-width: 700px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 900px) {
  .woman-about2 .img {
    margin-bottom: 10px;
  }
}

.woman-about2 .flex {
  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;
}

@media screen and (max-width: 900px) {
  .woman-about2 .flex {
    display: block;
  }
}

.woman-about2 .flex p {
  width: 65%;
}

@media screen and (max-width: 900px) {
  .woman-about2 .flex p {
    width: 100%;
    margin-bottom: 10px;
  }
}

.woman-about2 .flex .img2 {
  width: 30%;
}

@media screen and (max-width: 900px) {
  .woman-about2 .flex .img2 {
    width: 50%;
    margin: 0 auto;
  }
}

.woman-about2 .flex .img2 img {
  border-radius: 50%;
}

.top-con-woman .con1 .gray-box {
  top: 43%;
}

@media screen and (max-width: 900px) {
  .top-con-woman .con1 .gray-box {
    top: 50%;
  }
}

.top-con-woman .h2-2 {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .top-con-woman .h2-2 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 901px) {
  .woman-about2-1 {
    padding-bottom: 150px;
  }
}

.top-greeting-woman .btn2 {
  margin-bottom: 0;
}

.top-con-woman .text5 {
  line-height: 2;
  font-size: 16px;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .top-con-woman .text5 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.top-con-woman .flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 900px) and (max-width: 900px) {
  .top-con-woman .flex3 {
    margin: 0 auto;
  }
}

.top-con-woman .flex3 .item {
  width: 31%;
  padding: 30px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
}

@media screen and (max-width: 900px) {
  .top-con-woman .flex3 .item {
    padding: 15px 10px;
    width: 32%;
  }

  .top-con-woman .flex3 .item:last-child {
    margin-bottom: 0;
  }
}

.top-con-woman .flex3 .item .title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .top-con-woman .flex3 .item .title {
    font-size: 8px;
    margin-bottom: 10px;
  }
}

.top-con-woman .flex3 .item p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .top-con-woman .flex3 .item p {
    font-size: 8px;
  }
}

@media screen and (max-width: 900px) {
  .top-con-woman .flex3 .item .img4 {
    width: 50%;
    text-align: center;
    margin: 15px auto 20px;
    margin: 5px auto 10px;
  }
}

.top-con-woman .flex3 .item:nth-child(1) .img5 {
  text-align: center;
}

.top-con-woman .flex3 .item:nth-child(1) .img5 img {
  width: 30%;
}

.top-con-woman .flex3 .item:nth-child(2) .img5 {
  text-align: center;
}

.top-con-woman .flex3 .item:nth-child(2) .img5 img {
  width: 50%;
}

.top-con-woman .flex3 .item:nth-child(3) .img5 {
  text-align: center;
}

.top-con-woman .flex3 .item:nth-child(3) .img5 img {
  width: 80%;
}

.woman-about3 .box {
  border: 1px solid #f29c97;
  margin-bottom: 80px;
}

@media screen and (max-width: 900px) {
  .woman-about3 .box {
    margin-bottom: 30px;
  }
}

.woman-about3 .box:last-child {
  margin-bottom: 0;
}

.woman-about3 .box .heading {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
}

@media screen and (max-width: 900px) {
  .woman-about3 .box .heading {
    padding: 20px 0;
    font-size: 16px;
  }
}

.woman-about3 .box .bottom {
  padding: 30px;
  line-height: 2;
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .woman-about3 .box .bottom {
    padding: 20px;
    line-height: 1.7;
    font-size: 14px;
  }
}

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

@media screen and (max-width: 900px) {
  .woman-about3 .flex1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.woman-about3 .flex1 .img {
  width: 35%;
}

@media screen and (max-width: 900px) {
  .woman-about3 .flex1 .img {
    width: 100%;
    margin-top: 10px;
  }
}

.woman-about3 .flex1 p {
  width: 60%;
}

@media screen and (max-width: 900px) {
  .woman-about3 .flex1 p {
    width: 100%;
  }
}

.woman-about3 p {
  line-height: 2;
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .woman-about3 p {
    font-size: 14px;
    line-height: 1.7;
  }
}

.woman-about3 .img2 {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .woman-about3 .img2 {
    margin-top: 10px;
  }
}

.woman-about3 {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 900px) {
  .woman-about1 .img {
    margin-bottom: 10px;
  }

  .woman-about1 .img2 {
    margin-top: 10px;
  }
}

.cta-contact-woman .flex .item a {
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
}

.woman-footer {
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
}

.woman-footer .flex1 {
  display: block;
}

.woman-footer .flex1 .left {
  width: 100%;
}

.woman-footer .flex1 .left .address {
  text-align: center;
  margin-bottom: 20px;
}

.woman-footer .flex1 .right {
  width: 100%;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.woman-footer .date-woman {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.woman-footer .attention {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .woman-footer .attention {
    font-size: 11px;
  }
}

.woman-copyright {
  background: #555555;
}

.top-feature .yn .span1 {
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
}

.comparison-table thead th {
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
}

.comparison-table th,
.comparison-table td {
  border-top: 1px solid #fff;
  text-align: center;
}

.treatment-table thead th {
  text-align: center;
}

.comparison-table .color-thin {
  background: #e68f9a !important;
}

.top-greeting .contents .flex {
  display: block;
}

.top-greeting .contents .flex .item {
  border: none;
  width: 100%;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 900px) {
  .top-greeting .contents .flex .item {
    padding: 0;
    font-size: 12.8px;
  }
}

.common-wrap {
  padding-top: 70px;
}

@media screen and (max-width: 900px) {
  .common-wrap {
    padding-top: 3px;
  }
}

.bread {
  background: -webkit-gradient(linear, left top, right top, from(#BDE0F4), to(#BACEE4));
  background: linear-gradient(to right, #BDE0F4, #BACEE4);
  padding: 15px 0;
}

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

.bread .flex .home {
  width: 15px;
  min-width: 15px;
  position: relative;
  top: -3px;
  padding: 0;
}

.bread .flex .home img {
  vertical-align: middle;
  width: 100%;
}

.bread .flex a,
.bread .flex span {
  margin: 0 5px;
  font-size: 12px;
  display: inline-block;
}

.bread .flex a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  white-space: nowrap;
}

.bread .flex a:hover {
  opacity: 0.6;
}

.single-heading {
  background: #f8f5f5;
  padding: 40px 0;
}

.single-heading .text1 {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 500;
}

.single-heading h1 {
  line-height: 1.3;
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .single-heading h1 {
    font-size: 20px;
  }
}

/* デフォルト状態（開いている時） */
#ez-toc-container .ez-toc-title-toggle a::after {
  content: "閉じる";
}

#ez-toc-container.toc-closed .ez-toc-title-toggle a::after {
  content: "開く";
}

.ez-toc-icon-toggle-span,
#ez-toc-container .ez-toc-js-icon-con {
  display: none !important;
}

.single-sinryo p {
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 900px) {
  .single-sinryo p {
    font-size: 14px;
  }
}

.single-sinryo .thumbnail {
  max-width: 700px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 900px) {
  .single-sinryo .thumbnail {
    margin-bottom: 20px;
  }
}

.single-sinryo #ez-toc-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: none;
  border-radius: 20px;
  background: #e1e1e0;
  padding: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .single-sinryo #ez-toc-container {
    margin-bottom: 30px;
    padding: 20px;
  }
}

.single-sinryo div#ez-toc-container ul li {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
}

.single-sinryo div#ez-toc-container .ez-toc-title {
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .single-sinryo div#ez-toc-container .ez-toc-title {
    font-size: 18px;
  }
}

.single-sinryo .ez-toc-title-container {
  margin-bottom: 20px;
}

.single-sinryo .toc_top_bnr {
  margin-bottom: 30px;
}

.single-sinryo h2 {
  text-align: center;
  font-size: 30px;
}

.single-sinryo .img-list_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-sinryo .img-list_02 dl {
  width: 45%;
}

.single-sinryo .section-title {
  border-bottom: 1.5px solid #000;
}

.single-sinryo .section-title .ja {
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .single-sinryo .section-title .ja {
    padding-bottom: 15px;
  }
}

.single-sinryo .dl_r1_2 a {
  display: block;
  color: #0000ff;
}

.section-title .en {
  font-weight: 500;
}

.section-title2 {
  border-bottom: 1.5px solid #000;
}

.section-title2 .ja {
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .section-title2 .ja {
    padding-bottom: 15px;
  }
}

.page-heading {
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
  padding: 40px 0;
  text-align: center;
  color: #fff;
}

.page-heading .text1 {
  font-family: "futura-pt", sans-serif;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .page-heading .text1 {
    font-size: 16px;
  }
}

.page-heading h1 {
  line-height: 1.3;
  font-size: 40px;
  font-weight: 500;
}

@media screen and (max-width: 900px) {
  .page-heading h1 {
    font-size: 22px;
  }
}

body,
html {
  overflow-x: hidden;
}

.staff1 {
  line-height: 1.5;
}

.staff1 p {
  font-size: 16px;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .staff1 p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.staff1 .box {
  border: 1px solid #18a3ee;
  padding: 10px;
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.staff1 .box a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.staff1 .box a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 900px) {
  .staff1 .box {
    font-size: 14px;
  }
}

.staff2 {
  background: url(../img/top-media-bg.jpg) no-repeat center center/cover;
}

.man-box {
  border: 1px solid #5c78a0;
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .man-box {
    margin-bottom: 30px;
  }
}

.man-box:last-child {
  margin-bottom: 0;
}

.man-box .heading {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
}

@media screen and (max-width: 900px) {
  .man-box .heading {
    padding: 20px 0;
    font-size: 16px;
  }
}

.man-box .btn2 {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .man-box .btn2 {
    margin-top: 20px;
  }
}

.man-box .bottom {
  padding: 40px 60px;
  font-size: 16px;
  background: #fff;
}

@media screen and (max-width: 900px) {
  .man-box .bottom {
    padding: 20px;
  }
}

.man-box .bottom p {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .man-box .bottom {
    padding: 20px;
    font-size: 14px;
  }
}

.man-box .bottom .contents__img--center {
  max-width: 500px;
  margin: 0 auto 20px;
}

.man-box .bottom a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.man-box .bottom a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.man-box .bottom .btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .man-box .bottom .btn {
    margin-top: 20px;
  }
}

.man-box .bottom .btn .section-btn-arrow {
  width: 40px;
  display: inline-block;
}

.staff3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff3 ul li {
  width: calc(50% - 20px);
  margin-right: 40px;
}

.staff3 ul li:nth-child(2n) {
  margin-right: 0;
}

.staff3 ul li:nth-child(n+3) {
  margin-top: 60px;
}

.staff3 ul li img {
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .staff3 ul li {
    font-size: 13px;
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }

  .staff3 ul li:nth-child(2n) {
    margin-right: 0;
  }

  .staff3 ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}

.section-btn a:hover {
  text-decoration: none !important;
}

.staff5 h2 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .staff5 h2 {
    font-size: 20px;
  }
}

.staff5 .flex {
  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;
}

@media screen and (max-width: 900px) {
  .staff5 .flex {
    display: block;
  }
}

.staff5 .flex .left {
  width: 60%;
}

@media screen and (max-width: 900px) {
  .staff5 .flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.staff5 .flex .right {
  width: 37%;
}

@media screen and (max-width: 900px) {
  .staff5 .flex .right {
    width: 80%;
    margin: 0 auto;
  }
}

.access1 p {
  margin-top: 10px;
}

.access2 .area-wrap {
  margin-bottom: 60px;
}

.access2 .area-wrap:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
  .access2 .area-wrap {
    margin-bottom: 30px;
  }
}

.access2 h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .access2 h2 {
    margin-bottom: 25px;
  }
}

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

.access2 ul li {
  width: 47%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access2 ul li:nth-child(n+3) {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .access2 ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 900px) {
  .access2 ul li {
    width: 48%;
  }
}

.access2 p {
  padding: 0 !important;
  padding-top: 20px !important;
}

@media screen and (max-width: 900px) {
  .access2 p {
    font-size: 12px;
    padding-top: 10px !important;
  }
}

.access2 .contents__text {
  padding: 0 !important;
}

.top-banner-bottom {
  padding-bottom: 100px;
}

@media screen and (max-width: 900px) {
  .top-banner-bottom {
    padding-bottom: 50px;
  }
}

/* 特定商取引法テーブル */
.law-table {
  width: 100%;
  max-width: 900px;
  margin: 2em auto;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ccc;
}

.law-table th,
.law-table td {
  border: 1px solid #ddd;
  padding: 10px 15px;
  vertical-align: top;
}

.law-table th {
  width: 25%;
  background-color: #f8f8f8;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}

.law-table td {
  background-color: #fff;
}

/* .low {
    margin-top: 200px;
} */
@media (max-width: 600px) {

  /* .low {
      margin-top: 100px;
  } */
  .law-table,
  .law-table tbody,
  .law-table tr,
  .law-table th,
  .law-table td {
    display: block;
    width: 100%;
  }

  .law-table tr {
    /* margin-bottom: 1.5em; */
    border: 1px solid #ddd;
    padding: 10px;
  }

  .law-table th {
    background-color: transparent !important;
    font-weight: bold;
    border: none;
    padding: 5px 0;
  }

  .law-table td {
    border: none;
    padding: 0 0 10px 0;
  }
}

.qa .contents__article {
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .qa .contents__article {
    margin-bottom: 30px;
  }
}

.qa .lead {
  margin-bottom: 50px;
}

.qa .lead a {
  color: #000;
  text-decoration: underline;
}

.qa .lead a:hover {
  text-decoration: underline !important;
  opacity: 0.6;
}

@media screen and (max-width: 900px) {
  .qa .lead {
    margin-bottom: 25px;
  }
}

.qa h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .qa h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.qa h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}

@media screen and (max-width: 900px) {
  .qa h4 {
    font-size: 16px;
  }
}

.qa .access-link {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .qa .access-link {
    margin-bottom: 20px;
  }
}

.qa .access-link a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 10px;
  display: inline-block;
  display: inline-block;
  padding: 1em 2em;
  border: 2px solid #ddc654;
  background: #ddc654;
  color: #fff;
  text-align: center;
  border-radius: 3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  line-height: 1.2;
}

.qa .access-link a:hover {
  opacity: 0.6;
}

.checkList {
  font-size: 16px;
}

.checkList li {
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .checkList li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 900px) {
  .checkList {
    font-size: 14px;
  }
}

.checkList .checkList__list__item--img {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .checkList .checkList__list__item--img {
    width: 15px;
  }
}

.checkList .checkList__list__item--question {
  padding: 10px;
  background: #eceef0;
}

.checkList .checkList__list__item--hide {
  padding: 10px;
}

.staff1 .box a:hover {
  text-decoration: underline !important;
}

.section-lead-cost {
  padding-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .section-lead-cost {
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
}

.section-lead-cost p {
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .section-lead-cost p {
    font-size: 14px;
  }
}

.cost1 a {
  text-decoration: underline !important;
  color: #000;
}

.cost1 a:hover {
  opacity: 0.6;
}

.cost1 h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .cost1 h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.cost1 h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}

@media screen and (max-width: 900px) {
  .cost1 h4 {
    font-size: 16px;
  }
}

.cost1 .contents__article {
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .cost1 .contents__article {
    margin-bottom: 30px;
  }
}

.cost1 table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .cost1 table {
    font-size: 12px;
  }
}

.cost1 .table--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cost1 .table--wrap:first-child .table__title,
.cost1 .table--wrap:first-child .table__description {
  border-top: 1px solid #fff;
}

.cost1 .table__title,
.cost1 .table__description {
  width: 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;
  padding: 20px;
  background-color: #f8f8f8;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (max-width: 900px) {

  .cost1 .table__title,
  .cost1 .table__description {
    font-size: 12px;
  }
}

.cost1 .table__description {
  background: #eceef0;
}

.cost1 .table__title {
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
  color: #fff;
}

.cost1 .table__title a {
  color: #fff;
  text-decoration: underline !important;
}

.cost1 .table__title a:hover {
  opacity: 0.6;
}

.cost1 p {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .cost1 p {
    font-size: 12px;
  }
}

.cost1 .bg {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
}

.cost1 .inner {
  position: relative;
  z-index: 2;
}

.cost2 {
  padding-top: 0;
  position: relative;
}

.cost2 p {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .cost2 p {
    text-align: left;
  }
}

.column .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column .flex-box .item h2 {
  margin-bottom: 10px;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .column .flex-box .item h2 {
    font-size: 14px;
  }
}

.column .flex-box .item p {
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .column .flex-box .item p {
    font-size: 12px;
  }
}

.column .flex-box .item a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 901px) {
  .column .flex-box .item {
    width: calc(33.333% - 26.6666666667px);
    margin-right: 40px;
  }

  .column .flex-box .item:nth-child(3n) {
    margin-right: 0;
  }

  .column .flex-box .item:nth-child(n+4) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 900px) {
  .column .flex-box .item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }

  .column .flex-box .item:nth-child(2n) {
    margin-right: 0;
  }

  .column .flex-box .item:nth-child(n+3) {
    margin-top: 30px;
  }
}

.column .flex-box .item .contents--lower__thumbnail {
  margin-bottom: 5px;
}

.column .flex-box .item .contents--lower__thumbnail .img-wrap {
  position: relative;
  padding-top: 52%;
}

.column .flex-box .item .contents--lower__thumbnail .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.column .flex-box .item .contents--lower__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column .flex-box .item .contents--lower__category li {
  margin: 5px;
}

@media screen and (max-width: 900px) {
  .column .flex-box .item .contents--lower__category li {
    margin: 2px 4px;
  }
}

.column .flex-box .item .contents--lower__category li span {
  color: #fff;
  background: #2EA7E0;
  padding: 5px 10px;
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  .column .flex-box .item .contents--lower__category li span {
    font-size: 10px;
    padding: 3px 5px;
  }
}

.top-column .column-slider article a .wrap {
  position: relative;
  padding-top: 52%;
}

.top-column .column-slider article a .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .pagination {
    margin-top: 30px;
  }
}

.pagination a,
.pagination span {
  display: block;
  margin: 0 5px;
  font-size: 20px;
}

@media screen and (max-width: 900px) {

  .pagination a,
  .pagination span {
    font-size: 14px;
  }
}

.pagination span {
  color: #2EA7E0;
}

.pagination a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination a:hover {
  opacity: 0.6;
}

.single-column p {
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 900px) {
  .single-column p {
    font-size: 14px;
  }
}

.single-column .thumbnail {
  max-width: 700px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 900px) {
  .single-column .thumbnail {
    margin-bottom: 20px;
  }
}

.single-column #ez-toc-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: none;
  border-radius: 20px;
  background: #e1e1e0;
  padding: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .single-column #ez-toc-container {
    margin-bottom: 30px;
    padding: 20px;
  }
}

.single-column div#ez-toc-container ul li {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
}

.single-column div#ez-toc-container .ez-toc-title {
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .single-column div#ez-toc-container .ez-toc-title {
    font-size: 18px;
  }
}

.single-column .ez-toc-title-container {
  margin-bottom: 20px;
}

.single-column .toc_top_bnr {
  margin-bottom: 30px;
}

.single-column h2 {
  font-size: 24px;
}

@media screen and (max-width: 900px) {
  .single-column h2 {
    font-size: 18px;
  }
}

.single-column h3 {
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .single-column h3 {
    font-size: 16px;
  }
}

.single-column .img-list_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-column .img-list_02 dl {
  width: 45%;
}

.single-column .section-title {
  border-bottom: 1.5px solid #000;
}

.single-column .section-title .ja {
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .single-column .section-title .ja {
    padding-bottom: 15px;
  }
}

.single-column .dl_r1_2 a {
  display: block;
  color: #0000ff;
}

.single-column p {
  font-size: 16px;
}

@media screen and (max-width: 900px) {
  .single-column p {
    font-size: 14px;
  }
}

.single-column p img {
  white-space: initial !important;
  margin: 0 auto 15px !important;
  float: initial !important;
  display: block;
}

.single-column .inner {
  max-width: 700px;
}

.single-column table {
  white-space: initial !important;
  width: 100%;
}

.single-column table th,
.single-column table td {
  font-size: 16px;
}

@media screen and (max-width: 900px) {

  .single-column table th,
  .single-column table td {
    font-size: 14px;
  }
}

.single-column .contents--lower__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.single-column .contents--lower__category li {
  margin: 5px 5px 5px 0;
}

@media screen and (max-width: 900px) {
  .single-column .contents--lower__category li {
    margin: 2px 4px;
  }
}

.single-column .contents--lower__category li span {
  color: #fff;
  background: #2EA7E0;
  padding: 5px 10px;
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  .single-column .contents--lower__category li span {
    font-size: 10px;
    padding: 3px 5px;
  }
}

.single-column a {
  color: #000;
  text-decoration: underline;
}

.single-column a:hover {
  text-decoration: underline !important;
  opacity: 0.6;
}

.single-column .thumbnail {
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .single-column .thumbnail {
    margin-bottom: 30px;
  }
}

.media-archive {
  background: #fff;
}

@media screen and (min-width: 901px) {
  .top-media .media-archive-list:nth-child(n+3) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 900px) {
  .top-media .media-archive-list:nth-child(n+3) {
    margin-top: 30px;
  }
}

#welcart_calendar-3 {
  display: none;
}

#secondary {
  display: none;
}

.section-lead {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

@media screen and (max-width: 900px) {
  .section-lead {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.section-lead a {
  color: #000;
  text-decoration: underline;
}

.section-lead a:hover {
  text-decoration: underline !important;
  opacity: 0.6;
}

.ope-sec {
  position: relative;
}

.ope-sec .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ope-sec .inner {
  position: relative;
  z-index: 2;
}

.medical-archive0 {
  padding-bottom: 0;
}

.medical-archive {
  position: relative;
}

.medical-archive .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.medical-archive .inner {
  position: relative;
  z-index: 2;
}

.sinryoNavi {
  padding: 60px;
  border: 1px solid #18a3ee;
  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;
}

@media screen and (max-width: 900px) {
  .sinryoNavi {
    padding: 20px;
    display: block;
  }
}

.sinryoNavi>li {
  width: 31%;
}

@media screen and (min-width: 901px) {
  .sinryoNavi>li:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 900px) {
  .sinryoNavi>li {
    width: 100%;
    margin-bottom: 20px;
  }

  .sinryoNavi>li:last-child {
    margin-bottom: 0;
  }
}

.sinryoNavi>li a {
  color: #000;
  display: block;
}

.sinryoNavi>li a:hover {
  opacity: 0.6;
}

.sinryoNavi>li .sinryoNavi_parent {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 900px) {
  .sinryoNavi>li .sinryoNavi_parent {
    font-size: 16px;
  }
}

.sinryoNavi>li .sinryoNavi_child li {
  margin-bottom: 5px;
}

.sinryoNavi>li .sinryoNavi_child li:last-child {
  margin-bottom: 0;
}

.sinryoNavi>li .sinryoNavi_child a {
  padding-left: 15px;
  font-size: 14px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .sinryoNavi>li .sinryoNavi_child a {
    font-size: 12px;
  }
}

.sinryoNavi>li .sinryoNavi_child a::before {
  position: absolute;
  top: 0;
  left: 0px;
  width: 10px;
  content: "◆";
}

.records1 {
  padding-bottom: 0;
}

.single-sinryo .ez-toc-title-container,
.single-column .ez-toc-title-container {
  margin-bottom: 0;
}

.ez-toc-counter ul {
  margin-top: 20px !important;
}

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

@media screen and (max-width: 900px) {
  .records2 .nagaomethod-list {
    display: block;
  }
}

.records2 .nagaomethod-list li {
  width: 49%;
  border: 1px solid #18a3ee;
  padding: 20px;
}

@media screen and (max-width: 900px) {
  .records2 .nagaomethod-list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .records2 .nagaomethod-list li:last-child {
    margin-bottom: 0;
  }
}

.records2 .nagaomethod-list li h4 {
  height: 100px;
  margin-bottom: 20px;
  text-align: center;
  color: #18a3ee;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .records2 .nagaomethod-list li h4 {
    height: 100%;
  }
}

.records2 .nagaomethod-list li .ups img {
  display: block;
  height: 300px;
  margin: 0 auto 20px;
  width: auto;
}

@media screen and (max-width: 900px) {
  .records2 .nagaomethod-list li .ups img {
    width: 100%;
    height: auto;
  }
}

.records2 .nagaomethod-list__txt {
  font-size: 13px;
}

.record_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.js-tab {
  border: 1px solid #18a3ee;
  margin-bottom: 45px;
}

.record_tab ul li.nagao a {
  border-color: #18a3ee;
}

.record_tab ul li a.active {
  background: #fff;
}

.record_tab ul li a {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #262626;
  padding: 0.5em 1em;
  width: 100%;
  border-top: 10px solid #777;
  background: #ccc;
  line-height: 1.2;
}

.record_tab ul li {
  width: 50%;
}

.js-tab-content {
  display: none;
  background: #fff;
  padding: 25px 25px 15px;
}

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

.js-tab-content .flex-box .figure {
  width: 47%;
}

@media screen and (max-width: 900px) {
  .js-tab-content .flex-box .figure {
    width: 100%;
    margin-bottom: 10px;
  }
}

.js-tab-content .flex-box .tbl_case-wrap {
  width: 47%;
}

@media screen and (max-width: 900px) {
  .js-tab-content .flex-box .tbl_case-wrap {
    width: 100%;
  }
}

.js-tab-content .flex-box .case_photos {
  width: 47%;
}

@media screen and (max-width: 900px) {
  .js-tab-content .flex-box .case_photos {
    width: 100%;
    margin-bottom: 10px;
  }
}

.case_photos.record figure img {
  max-width: 100%;
  width: 80%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}

.records3 .slick-next:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0;
  width: 0;
  border-left: solid 20px #18a3ee;
  border-bottom: solid 17px transparent;
  border-top: solid 17px transparent;
  top: 0;
  left: -10px;
}

.records3 .slick-prev:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0;
  width: 0;
  border-right: solid 20px #18a3ee;
  border-bottom: solid 17px transparent;
  border-top: solid 17px transparent;
  top: 0;
  left: 10px;
}

.records3 .ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .records3 .ttl {
    margin-bottom: 10px;
  }
}

.tbl_case.record th.clr_01 {
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#3d89c3));
  background: linear-gradient(to right, #2EA7E0, #3d89c3);
  color: #fff;
  width: 38%;
}

.tbl_case {
  border: solid 1px #f0f0ee;
  text-align: left;
  font-size: 15px;
  line-height: 2;
  width: 100%;
  border-collapse: collapse;
}

@media screen and (min-width: 901px) {
  .tbl_case {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
  }
}

.tbl_case.record th.clr_02 {
  background: #EC008C;
  color: #fff;
}

.tbl_case.record th {
  width: 38%;
  background: #fff;
}

.tbl_case.record td {
  text-align: center;
}

.tbl_case th,
.tbl_case td {
  padding: 10px;
  vertical-align: middle;
  height: auto;
}

.att-txt {
  color: #c00;
  right: 0;
  top: 0;
  /* bottom: 34px; */
  width: 1em;
  height: 10em;
  z-index: 3;
  line-height: 1.3;
  font-size: 1.3rem;
  position: absolute;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 11rem;
}

.att-txt:before {
  content: "";
  position: absolute;
  left: -15px;
  width: 5px;
  height: 100%;
  border: 2px solid #c00;
  border-left: none;
}

.tbl_case.record tr.clr_red {
  color: #c00;
}

.records3 .slick-dots li button:before {
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  .records3 .slick-dots li button:before {
    font-size: 5px;
    width: 10px;
    height: 10px;
  }
}

.records3 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #18a3ee;
}

@media screen and (max-width: 900px) {
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }

  .slick-dots li {
    width: 10px;
    height: 10px;
  }

  .record_tab ul li a {
    font-size: 12px;
  }
}

.record_tab ul li a {
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .js-tab-content .flex-box {
    display: block;
  }

  .js-tab-content .flex-box .figure {
    width: 100%;
  }
}

.tbl_case.record th.clr_01 {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .tbl_case.record th.clr_01 {
    font-size: 13px;
    padding: 5px;
  }
}

.tbl_case.record th.clr_02 {
  text-align: center;
}

@media screen and (max-width: 900px) {
  .tbl_case.record th.clr_02 {
    font-size: 13px;
    padding: 5px;
  }
}

@media screen and (max-width: 900px) {

  .tbl_case th,
  .tbl_case td {
    font-size: 13px;
    padding: 5px;
  }
}

.tbl_case th,
.tbl_case td {
  border: solid 1px #f0f0ee;
}

.btn_list-records .btn_r {
  margin-bottom: 20px;
}

.btn_list-records .btn_r a {
  display: block;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #EC008C;
  padding: 17px 10px;
  font-size: 17px;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}

.btn_list-records .btn_r a:hover {
  opacity: 0.6;
}

.recruit .access-link {
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .recruit .access-link {
    margin-top: 30px;
  }
}

.recruit .access-link a {
  display: block;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #EC008C;
  padding: 17px 10px;
  font-size: 17px;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}

.recruit .access-link a:hover {
  opacity: 0.6;
}

.interview .contents__text a {
  color: #000;
  text-decoration: underline;
}

.interview .contents__text a:hover {
  text-decoration: underline !important;
  opacity: 0.6;
}

.interview .contents__article__post {
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .interview .contents__article__post {
    margin-top: 30px;
  }
}

.footer .parent-link {
  position: relative;
}

.footer .parent-link .footer-sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px;
  width: 100px;
  z-index: 2;
}

@media screen and (min-width: 901px) {
  .footer .parent-link .footer-sub-menu {
    display: none;
  }
}

.footer .parent-link .footer-sub-menu .item {
  margin-bottom: 5px;
}

.footer .parent-link .footer-sub-menu .item:last-child {
  margin-bottom: 0;
}

.footer .parent-link .footer-sub-menu a {
  color: #000;
}

.parent-link:hover .footer-sub-menu {
  display: block;
}

@media screen and (max-width: 900px) {
  .footer .ul2 {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
}

@media screen and (max-width: 1300px) {
  .footer .ul2 li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
  .footer .ul2 li a {
    font-size: 14px;
  }
}

.open-page-job-details dl dt {
  font-size: 16px !important;
}

@media screen and (max-width: 900px) {
  .open-page-job-details dl dt {
    font-size: 14px !important;
  }
}

.contact__attention span {
  color: #e71f19;
}

[data-required]:after {
  content: "必須";
  display: inline-block;
  color: #e71f19;
  margin: 0 10px;
  font-size: 10px;
  border: 1px solid #e71f19;
  padding: 2px 4px;
  border-radius: 3px;
}

.contact__title {
  position: relative;
}

.thanks-contact__btn {
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .thanks-contact__btn {
    margin-top: 30px;
  }
}

.thanks-contact__btn a {
  display: block;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #EC008C !important;
  padding: 10px 10px;
  font-size: 17px;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
  color: #fff !important;
}

.thanks-contact__btn a:hover {
  opacity: 0.6;
}

.contact .lowerHeader__description {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .contact .lowerHeader__description {
    text-align: left;
    margin-bottom: 30px;
  }
}

.contact .contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 900px) {
  .contact .contact__link {
    margin-bottom: 30px;
  }
}

.contact .contact__link a {
  display: block;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #EC008C;
  padding: 10px 10px;
  font-size: 17px;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}

.contact .contact__link a:hover {
  opacity: 0.6;
}

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

.contact dl {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .contact dl {
    margin-top: 20px;
  }
}

.contact dl dt {
  margin-bottom: 5px;
}

.contact dl dd {
  margin-bottom: 30px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .contact dl dd {
    margin-bottom: 20px;
  }
}

.contact textarea {
  width: 100%;
  resize: none;
  height: 200px;
  padding: 0.5714285em;
}

.contact input[type=submit] {
  max-width: 400px;
  max-width: 0 auto;
  background: #EC008C;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
}

.contact input[type=submit]:hover {
  background: #EC008C;
  opacity: 0.6;
}

.contact .contact__btn {
  text-align: center;
}

.contact__submit {
  padding: 40px;
  border: dashed 1px #e71f19;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .contact__submit {
    text-align: left;
    padding: 20px;
  }
}

.contact__submit__check {
  text-align: center;
}

#formCheck dd.contact__input .att {
  font-size: 12px;
  margin-top: 5px;
}

.contact__privacy {
  padding: 40px;
  background-color: #eee;
  margin: 0 0 40px;
}

@media screen and (max-width: 900px) {
  .contact__privacy {
    padding: 20px;
  }
}

.contact__privacy__heading {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 40px;
  text-align: center;
}

.contact__privacy__contents {
  padding: 20px;
  background-color: #fff;
  border: solid 1px #ddd;
  font-size: 12px;
  line-height: 1.6;
  color: #333;
  height: 300px;
  overflow: scroll;
}

@media screen and (max-width: 900px) {
  .contact .contact__link a {
    font-size: 12px;
    padding: 10px;
    width: 47%;
  }

  .contact .lowerHeader__description {
    text-align: center;
  }
}

.contact__btn {
  margin-bottom: 10px;
  margin-top: 10px;
}

.contact__btn--back {
  background: #ddd !important;
  color: #000 !important;
  margin-bottom: 10px !important;
  margin-top: 40px !important;
}

.contact .lowerHeader__description a {
  color: #000;
  text-decoration: underline;
}

.contact .lowerHeader__description a:hover {
  text-decoration: underline !important;
  opacity: 0.6;
}

.contact__attention__heading {
  color: #e71f19;
}

.doctor__career__heading {
  font-size: 16px;
  margin: 0 0 20px;
  color: #b39d1a;
}

.doctor__career__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.doctor__career__list__title {
  width: 100px;
  font-size: 14px;
  line-height: 2;
  color: #333;
  border-bottom: 2px solid #18a3ee;
}

.doctor__career__list__description,
.doctor__career__list__description--width100 {
  width: calc(100% - 100px);
  font-size: 14px;
  line-height: 2;
  color: #333;
  border-bottom: 1px dotted #aaa;
}

.doctor__career {
  margin: 40px auto 0;
  padding: 20px 0 0;
  max-width: 800px;
}

.doctor__career a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.doctor__career a:hover {
  text-decoration: underline !important;
  opacity: 0.6;
}

@media screen and (max-width: 900px) {
  .doctor__career__list__description--width100 {
    width: 100%;
  }
}

.doctor__career__list__description,
.doctor__career__list__description--width100 {
  line-height: 1.5;
}

@media screen and (max-width: 900px) {
  .doctor table {
    width: 800px;
  }
}

.doctor th {
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
  text-align: center;
  padding: 10px;
  color: #fff;
}

.doctor td,
.doctor th {
  padding: 5px;
  width: 13%;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #595959;
}

@media screen and (max-width: 900px) {
  .doctor__career {
    overflow-x: auto;
  }
}

.single-column #ez-toc-container {
  margin-top: 20px;
}

.header-nav ul {
  width: 100%;
}

.bread-woman {
  background: #fff0f0;
}

.page-heading-w {
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
  color: #fff;
}

.woman-box {
  border: 1px solid #F4ADC9;
}

.woman-box .heading {
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
}

.law-table th {
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
  color: #fff;
}

.column-woman .flex-box .item .contents--lower__category li span {
  background: #F4ADC9;
}

.pagination span {
  color: #F4ADC9;
}

.case-about {
  background: #f8f8f8;
  padding: 50px 70px;
  margin-bottom: 45px;
}

@media screen and (max-width: 900px) {
  .case-about {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.case-about h2 {
  font-size: 24px;
  padding: 0 0 0 10px;
  border-left: solid 4px #F4ADC9;
  margin: 0 0 33px;
}

@media screen and (max-width: 900px) {
  .case-about h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.ba_photo-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.ba_photo-box figure {
  width: 40%;
  margin: 0 0 1em;
}

.ba_photo-list:after {
  display: inline-block;
  height: 0;
  width: 0;
  border-bottom: solid 30px #e71f19;
  border-left: solid 27px #fff;
  border-right: solid 27px #fff;
  top: 50%;
  left: calc(50% + 25px);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 900px) {
  .ba_photo-list:after {
    left: calc(50% + 5px);
    border-bottom: solid 15px #e71f19;
    border-left: solid 13.5px #fff;
    border-right: solid 13.5px #fff;
  }
}

.ba_photo-list:before {
  width: 54px;
  height: 27px;
  background: #e71f19;
  top: 50%;
  left: calc(50% - 5px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 900px) {
  .ba_photo-list:before {
    width: 27px;
    height: 13.5px;
  }
}

.ba_photo-list {
  position: relative;
}

.ba_photo-list:before,
.ba_photo-list:after {
  content: "";
  position: absolute;
  z-index: 3;
}

.ba_photo-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.article_cases .item {
  margin-bottom: 80px;
}

@media screen and (max-width: 900px) {
  .article_cases .item {
    margin-bottom: 30px;
  }
}

.article_cases .item:last-child {
  margin-bottom: 0;
}

.article_cases .contents__heading {
  position: relative;
  margin: 0 0 20px;
  padding-top: 40px;
  font-size: 22px;
  font-weight: 599;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .article_cases .contents__heading {
    font-size: 16px;
    text-align: left;
  }
}

.article_cases .contents__heading--text {
  border-bottom: solid 2px #ff9e9e;
  display: block;
}

.article_cases .att_txt_case {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

@media screen and (max-width: 900px) {
  .article_cases .att_txt_case {
    text-align: left;
  }
}

.article_cases .navi-box_case {
  display: none;
}

.article_cases .tbl_case th {
  background: -webkit-gradient(linear, left top, right top, from(#F4ADC9), to(#f29c97));
  background: linear-gradient(to right, #F4ADC9, #f29c97);
  color: #fff;
}

.woman-footer .items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.woman-footer .items .item {
  width: 100%;
}

@media screen and (min-width: 901px) {
  .woman-footer .items .ul3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0 !important;
  }
}

.woman-footer .items li {
  margin-bottom: 10px;
}

@media screen and (min-width: 901px) {
  .woman-footer .items li {
    width: 33%;
  }
}

.woman-footer .items a {
  font-size: 15px;
  display: block;
}

@media screen and (max-width: 900px) {
  .woman-footer .items a {
    font-size: 14px;
  }
}

.woman-footer .f-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.woman-footer .date-woman {
  max-width: 700px;
}

.woman-footer .attention {
  max-width: 700px;
}

.header .flex .bottom .right a {
  background: #e42188;
}

.woman-header .flex .bottom .left a {
  color: #e42188;
  border: 2px solid #e42188;
}

.top-con-woman .woman-contents table th,
.top-con-woman .woman-contents table td {
  border: 1.5px solid #e42188;
}

.woman-about1 .box,
.woman-about2 .box,
.woman-about3 .box {
  border: 1.5px solid #e42188;
}

.tbl_case th,
.tbl_case td,
.single-column-woman th,
.single-column-woman td {
  border: 1px solid #e42188;
}

.single-column-woman th {
  color: #fff;
}

.single-column-woman h2,
.single-sinryo h2 {
  border-left: 4px solid #e42188;
}

.woman-box .heading,
.top-media-woman1 .media-btn a,
.law-table th,
.single-column-woman th,
.top-woman-about .btn a,
.top-con-woman .woman-contents table th,
.top-con-woman .woman-contents .btn a,
.woman-about1 .box .heading,
.woman-about2 .box .heading,
.woman-about3 .box .heading,
.page-heading-w,
.article_cases .tbl_case th,
.column-woman .flex-box .item .contents--lower__category li span,
.single-column-woman .contents--lower__category li span {
  background: -webkit-gradient(linear, left top, right top, from(#ea6390), to(#e42188));
  background: linear-gradient(to right, #ea6390, #e42188);
}

.top-con-woman .flex3 .item {
  background: -webkit-gradient(linear, left top, left bottom, from(#e42188), to(#ea6390));
  background: linear-gradient(to bottom, #e42188, #ea6390);
}

.cta-contact-woman .flex .item a {
  background: -webkit-gradient(linear, left top, left bottom, from(#e42188), to(#ea6390));
  background: linear-gradient(to bottom, #e42188, #ea6390);
}

.top-media-woman2 .contents2 {
  border: 1.5px solid #e42188;
}

.w-contents img {
  margin: 40px auto !important;
}

@media screen and (max-width: 900px) {
  .w-contents img {
    margin: 20px auto !important;
  }
}

.single-sinryo .inner {
  max-width: 700px;
  margin: 0 auto;
}

.single-sinryo h2 {
  font-size: 20px;
  text-align: left;
}

@media screen and (max-width: 900px) {
  .single-sinryo h2 {
    font-size-adjust: 18px;
  }
}

.single-sinryo h3 {
  font-size: 18px;
  padding-left: 0;
}

@media screen and (max-width: 900px) {
  .single-sinryo h3 {
    font-size: 16px;
  }
}

.single-sinryo h4 {
  font-size: 18px;
  padding-left: 0;
  border-left: none;
}

@media screen and (max-width: 900px) {
  .single-sinryo h4 {
    font-size: 16px;
  }
}

.single-sinryo th {
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5)) !important;
  background: linear-gradient(to right, #2EA7E0, #2D7AB5) !important;
  color: #fff;
  border: 1px solid #2EA7E0 !important;
}

.single-sinryo td {
  border: 1px solid #e42188;
}

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

.youtube iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.iframe-wrap-outer {
  max-width: 600px;
  margin: 0 auto;
}

.iframe-wrap {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
  .iframe-wrap {
    margin-bottom: 20px;
  }
}

.iframe-wrap iframe {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.checkList__list__item img {
  max-width: 100% !important;
  margin: initial !important;
  margin-right: 8px !important;
}

@media screen and (max-width: 900px) {
  .checkList__list__item img {
    margin: initial !important;
  }
}

.single-sinryo h2 {
  padding-left: 0;
  border-left: none;
  margin-bottom: 20px;
  border-bottom: 2px solid #e42188;
  margin-top: 40px;
}

.single-sinryo td {
  border: 1px solid #2EA7E0;
}

table,
td,
th {
  font-size: 15px !important;
}

@media screen and (max-width: 900px) {

  table,
  td,
  th {
    font-size: 12px !important;
  }
}

.single-sinryo table {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.bread-woman {
  background: #fff9f3;
}

.lva #ez-toc-container {
  display: none;
}

.lva .inner {
  max-width: 900px;
}

.lva .txt-center {
  text-align: center;
}

.lva .section-title {
  position: relative;
  display: inline-block;
}

.lva .mainVis__h {
  position: absolute;
  background: #e96a92;
  width: 80px;
  height: 80px;
  top: 50%;
  left: -90px;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: 1;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.lva .mainVis__h i {
  font-style: normal;
}

.lva .lead1 {
  text-align: center;
  color: #e42188;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .lva .lead1 {
    text-align: left;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.lva .left20251020 {
  text-align: left;
}

.lva .flex20251020 {
  margin-bottom: 60px;
}

@media screen and (max-width: 900px) {
  .lva .flex20251020 {
    margin-bottom: 30px;
  }
}

.lva .contents__text11 {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .lva .contents__text11 {
    text-align: left;
    margin-bottom: 25px;
  }
}

#lvapage .lva_top_box.renew .att {
  text-align: left;
  font-size: 23px;
  padding-bottom: 0.5em;
  border-bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ea6390), to(#e42188));
  background: linear-gradient(to right, #ea6390, #e42188);
  color: #fff;
  padding: 10px 20px;
  font-weight: normal;
}

#lvapage .lva_top_box {
  border: none;
  margin: 0 auto 1em 0;
  width: 100%;
  padding: 0;
}

#lvapage .lva_top_box_wrap {
  position: relative;
}

#lvapage .lva_top_box_wrap:before {
  content: "";
  width: 23.5%;
  height: 115%;
  position: absolute;
  left: 79%;
  bottom: 8%;
  /* background: url(../img/lva/lva_img_01@2x.png) no-repeat 50% 100%; */
  background: url(https://ginzarepro.jp/wp-content/themes/ginzarepro_0.1/img/lva_img_01-2025.png) no-repeat 50% 100%;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  #lvapage .lva_top_box_wrap:before {
    width: 18.5%;
    bottom: 25%;
  }
}

#lvapage .lva_top_box.renew ul.check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px;
}

.lva_top_box.renew ul {
  padding: 10px;
}

#lvapage .lva_top_box ul li:before {
  width: 20px;
  height: 20px;
  background: url(https://ginzarepro.jp/wp-content/themes/ginzarepro_0.1/img/lva/icn_01@2x.png) no-repeat 50% 100%;
  background-size: contain;
  top: 7px;
  left: 0;
  z-index: 1;
  content: "";
  position: absolute;
}

.lva_top_box ul li {
  font-size: 16px;
  padding: 5px;
  padding-left: 25px;
  position: relative;
}

#lvapage .lva_top_box_wrap .small {
  font-size: 11px;
  line-height: 1.3;
  color: #aaa;
  margin: 0.5em 0 5em;
}

.flex20251020 {
  max-width: initial;
}

.book-banner2 {
  max-width: 800px;
  margin: 60px auto;
}

@media screen and (max-width: 900px) {
  .book-banner2 {
    margin: 30px auto;
  }
}

@media screen and (max-width: 900px) {
  .lva .mainVis__h {
    display: none;
  }

  #lvapage .lva_top_box.renew .att {
    font-size: 16px;
  }

  #lvapage .lva_top_box.renew ul.check-list {
    display: block;
  }

  .lva_top_box ul li {
    font-size: 13px;
  }

  .lva .contents__text11 {
    font-size: 14px;
  }
}

.lva .btn11 {
  text-align: center;
}

.lva .btn11 a {
  display: block;
  color: #fff;
  font-size: 20px;
  padding: 15px 0;
  background: -webkit-gradient(linear, left top, right top, from(#ea6390), to(#e42188));
  background: linear-gradient(to right, #ea6390, #e42188);
  font-weight: 500;
  max-width: 400px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px;
}

@media screen and (max-width: 900px) {
  .lva .btn11 a {
    font-size: 14px;
    padding: 10px 0;
  }
}

.lva .btn11 a:hover {
  opacity: 0.6;
}

.contents--lower__heading__description--attention {
  color: #e71f19;
  margin: 0;
}

.lva2 {
  background: url(../img/top-media-bg.jpg) no-repeat center center/cover;
}

.lva2 .contents__text1 {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .lva2 .contents__text1 {
    text-align: left;
  }
}

.lva2 .box {
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 900px) {
  .lva2 .box {
    padding: 20px;
  }
}

.lva2 .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.lva2 .flex-box .image_box {
  width: 47%;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .lva2 .flex-box {
    margin-bottom: 25px;
  }
}

.lva2 .woman-box .flex {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .lva2 .woman-box .flex {
    margin-top: 20px;
  }
}

.lva2 .woman-box .flex li {
  width: 47%;
}

.lva3 .contents__text1 {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .lva3 .contents__text1 {
    text-align: left;
  }
}

.lva3 .box {
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 900px) {
  .lva3 .box {
    padding: 20px;
  }
}

.lva3 .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.lva3 .flex-box .image_box {
  width: 47%;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 900px) {
  .lva3 .flex-box {
    margin-bottom: 25px;
  }
}

.lva3 .woman-box .flex {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .lva3 .woman-box .flex {
    margin-top: 20px;
  }
}

.lva3 .woman-box .flex li {
  width: 47%;
}

.lva4 h3 {
  font-size: 20px;
  padding: 20px;
  background: #f199af;
  color: #fff;
  font-weight: 500;
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .lva4 h3 {
    font-size: 16px;
    padding: 10px;
  }
}

.lva4 p,
.lva4 ul {
  padding: 20px 40px;
}

@media screen and (max-width: 900px) {

  .lva4 p,
  .lva4 ul {
    padding: 10px;
  }
}

.lva4 ul {
  margin-bottom: 20px;
}

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

.lva4 .graph_list li {
  width: 47%;
}

.lva4 h4 {
  font-weight: 600;
  font-size: 20px;
  padding: 20px 40px 0;
}

@media screen and (max-width: 900px) {
  .lva4 h4 {
    padding: 10px 10px 0;
  }
}

@media screen {
  .lva4 h4 {
    font-size: 16px;
  }
}

.lva4 .max600 {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.lva4 .max400 {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.lva5 {
  padding-top: 0;
}

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

@media screen and (max-width: 900px) {
  .lva5 .flex {
    display: block;
  }
}

.lva5 .flex .left {
  width: 60%;
}

@media screen and (max-width: 900px) {
  .lva5 .flex .left {
    width: 100%;
  }
}

.lva5 .flex .img {
  width: 40%;
}

@media screen and (max-width: 900px) {
  .lva5 .flex .img {
    width: 100%;
    margin-top: 20px;
  }
}

.lva5 th {
  background: #f199af;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.lva5 h2 {
  background: -webkit-gradient(linear, left top, right top, from(#ea6390), to(#e42188));
  background: linear-gradient(to right, #ea6390, #e42188);
  font-size: 22px;
  line-height: 1.5;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .lva5 h2 {
    padding: 20px;
    font-size: 16px;
  }
}

.man-box .bottom p {
  padding: 0;
}

.lva6,
.lva5 {
  padding-top: 0;
}

.lva6 h2,
.lva5 h2 {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
}

@media screen and (max-width: 900px) {

  .lva6 h2,
  .lva5 h2 {
    margin-bottom: 30px !important;
  }
}

.lva4 .flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  .lva4 .flex3 {
    margin-top: 20px;
  }
}

.lva4 .flex3 .img {
  width: 32%;
}

.lva4 table {
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .lva4 table {
    margin-top: 20px;
  }
}

.flow-woman {
  padding-top: 0;
  padding-bottom: 0;
}

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

@media screen and (max-width: 900px) {
  .flow-woman .ul1 {
    display: block;
  }
}

.flow-woman .ul1 .li1 {
  width: 31%;
  border: 1.5px solid #e42188;
  background: #fff;
}

@media screen and (max-width: 900px) {
  .flow-woman .ul1 .li1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .flow-woman .ul1 .li1:last-child {
    margin-bottom: 0;
  }
}

.flow-woman .ul1 .li1 h4 {
  background: -webkit-gradient(linear, left top, right top, from(#ea6390), to(#e42188));
  background: linear-gradient(to right, #ea6390, #e42188);
  color: #fff;
  padding: 20px 0;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .flow-woman .ul1 .li1 h4 {
    font-size: 16px;
    padding: 10px 0;
  }
}

.flow-woman .ul1 .li1 .contents {
  background: #fff;
  padding: 20px;
  font-size: 14px;
}

.flow-woman .ul1 .li1 iframe {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.back-g {
  background: url(../img/top-media-bg.jpg) no-repeat center center/cover;
  padding: 70px 0;
}

@media screen and (max-width: 900px) {
  .back-g {
    padding: 30px 0;
  }
}

.flow-woman2 {
  padding-top: 0;
}

.flow-woman2 .flow1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .flow-woman2 .flow1-flex {
    font-size: 13px;
  }
}

.flow-woman2 .flow1-flex h4 {
  text-align: center;
}

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

.flow-woman2 .flow1-flex .flex .image_box {
  width: 47%;
}

@media screen and (max-width: 900px) {
  .flow-woman2 .flow1-flex {
    margin-top: 20px;
  }
}

.flow-woman2 .flow1-flex li {
  width: 47%;
}

.flow-woman2 .flow1-flex li:nth-child(n+3) {
  margin-top: 30px;
}

.flow-woman2 .flow1-flex li .image_box {
  margin-top: 10px;
}

@media screen and (max-width: 900px) {
  .flow-woman2 .flow1-flex li .image_box {
    margin-top: 5px;
  }
}

.flow-woman2 .l-text {
  margin-top: 10px;
}

.flow-woman3 {
  padding-bottom: 0;
}

.flow-woman3 .white-box {
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 900px) {
  .flow-woman3 .white-box {
    padding: 20px;
  }
}

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

@media screen and (max-width: 900px) {
  .flow-woman3 .ul1 {
    display: block;
  }
}

.flow-woman3 .ul1 .li1 {
  width: 23%;
  border: 1.5px solid #e42188;
  background: #fff;
}

@media screen and (max-width: 900px) {
  .flow-woman3 .ul1 .li1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .flow-woman3 .ul1 .li1:last-child {
    margin-bottom: 0;
  }
}

.flow-woman3 .ul1 .li1 h4 {
  background: -webkit-gradient(linear, left top, right top, from(#ea6390), to(#e42188));
  background: linear-gradient(to right, #ea6390, #e42188);
  color: #fff;
  padding: 20px 0;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .flow-woman3 .ul1 .li1 h4 {
    font-size: 16px;
    padding: 10px 0;
  }
}

.flow-woman3 .ul1 .li1 .contents {
  background: #fff;
  padding: 20px;
  font-size: 14px;
}

.flow-woman3 .ul1 .li1 iframe {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.lva8 .table--wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: solid 1px #f0f0ee;
  border-bottom: 0;
}

@media screen and (max-width: 900px) {
  .lva8 .table--wrap {
    margin-top: 10px;
    font-size: 13px;
  }
}

.lva8 .table__title,
.lva8 .table__description {
  width: 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;
  padding: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#ea6390), to(#e42188));
  background: linear-gradient(to right, #ea6390, #e42188);
  border-bottom: solid 1px #e42188;
  border-right: solid 1px #e42188;
  border-top: solid 1px #e42188;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 900px) {

  .lva8 .table__title,
  .lva8 .table__description {
    font-size: 13px;
    line-height: 1.3;
  }
}

.lva8 .table__description {
  background: #fff;
}

.lva8 .table__title {
  color: #fff;
}

.lva8 .border-none {
  border-top: none;
}

.lva8 .text6 {
  padding: 0;
  padding-top: 5px;
}

.faq {
  padding-top: 0;
}

.txt-lva_leaflet {
  position: relative;
}

.txt-lva_leaflet:before {
  content: "";
  width: 48%;
  height: 100%;
  position: absolute;
  right: -100px;
  /* background: url(../img/lva/lva_img_03@2x.png) no-repeat 50% 100%; */
  background: url(https://ginzarepro.jp/wp-content/themes/ginzarepro_0.1/img/lva_img_02-2025.png) no-repeat 50% 100%;
  background-size: contain;
}

@media screen and (max-width: 900px) {
  .txt-lva_leaflet:before {
    right: -50px;
  }
}

.lva10 {
  background: url(../img/top-media-bg.jpg) no-repeat center center/cover;
}

.lva10 .txt-lva_leaflet {
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .lva10 .txt-lva_leaflet {
    width: 50%;
  }
}

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

@media screen and (max-width: 900px) {
  .flex-doctor3 {
    display: block;
  }
}

.flex-doctor3 .item {
  width: 30%;
}

@media screen and (max-width: 900px) {
  .flex-doctor3 .item {
    width: 100%;
    margin-bottom: 40px;
  }

  .flex-doctor3 .item:last-child {
    margin-bottom: 0;
  }
}

.top-greeting-woman {
  position: relative;
}

.top-greeting-woman .img {
  width: 60%;
}

@media screen and (max-width: 900px) {
  .top-greeting-woman .img {
    width: 50%;
  }
}

.top-greeting-woman .img .wrap {
  padding-top: 120%;
  position: relative;
}

.top-greeting-woman .img .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-greeting-woman .inner {
  position: relative;
  z-index: 2;
}

.top-greeting-woman .bg {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
}

.top-greeting-woman .career-text {
  font-size: 12px;
}

.top-greeting-woman .text1 {
  margin-bottom: 0 !important;
}

.top-greeting-woman .contents .name {
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {
  .top-greeting-woman .contents .name {
    margin-bottom: 10px;
  }
}

.sanko {
  padding-top: 0;
}

.sanko .inner {
  position: relative;
  z-index: 2;
}

.recommend {
  padding-top: 0;
}

.cta-contact .flex10 {
  max-width: 600px;
  margin: 0 auto;
}

.cta-contact .flex10 .item {
  width: 47%;
}

.cta-contact .flex10 .item a {
  height: 100%;
}

@media screen and (max-width: 900px) {
  .cta-contact .flex10 .item a img {
    height: 30px;
    width: auto !important;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.column-slider2 .slick-next:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0;
  width: 0;
  border-left: solid 20px #e42188;
  border-bottom: solid 17px transparent;
  border-top: solid 17px transparent;
  top: 0;
  left: -10px;
}

@media screen and (min-width: 901px) {
  .column-slider2 .slick-next:before {
    border-left: solid 40px #e42188;
    border-bottom: solid 34px transparent;
    border-top: solid 34px transparent;
  }
}

.column-slider2 .slick-prev:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0;
  width: 0;
  border-right: solid 20px #e42188;
  border-bottom: solid 17px transparent;
  border-top: solid 17px transparent;
  top: 0;
  left: 10px;
}

@media screen and (min-width: 901px) {
  .column-slider2 .slick-prev:before {
    border-right: solid 40px #e42188;
    border-bottom: solid 34px transparent;
    border-top: solid 34px transparent;
  }
}

.column-slider2 .slick-prev {
  z-index: 2;
}

.column-slider2 .slick-dots li button:before {
  font-size: 16px;
}

.column-slider2 .slick-dots {
  margin-top: 20px;
  bottom: -20px;
}

.article_cases .item {
  height: auto;
}

@media screen and (max-width: 900px) {
  .article_cases .item {
    height: auto;
  }
}

.lva4 th {
  background: #e42188;
  color: #fff;
  border: 1px solid #e42188;
}

.lva4 td {
  border: 1px solid #e42188;
}

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

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

.ec a {
  display: block;
  margin-right: 20px;
  color: #e42188;
  border: 2px solid #e42188;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 8px;
  line-height: 1;
  font-size: 17px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 900px) {
  .ec a {
    margin-bottom: 10px;
    font-size: 13px;
    margin-right: 0;
  }
}

.ec a:hover {
  color: #e42188;
  opacity: 0.6;
}

@media screen and (max-width: 900px) {
  .ec a {
    background: #fff;
    padding: 10px 0;
  }
}

#wc_login .loginbox {
  width: 100% !important;
}

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

.ec .ec-flex .text {
  color: #646464;
}

.ec .ec-flex span {
  width: 25px;
  margin-left: 10px;
}

.ec a {
  border: none;
  padding-top: 13px;
  padding-bottom: 13px;
  background: url(../img/gold-bg.png) no-repeat center center/cover;
  margin-right: 0;
}

.top-header .flex .bottom .right {
  margin-right: 20px;
}

.top-header .flex .bottom .right a {
  color: #646464;
  background: url(../img/gold-bg.png) no-repeat center center/cover;
}

.copyright-top {
  /* background: url(../img/gold-bg.png) no-repeat center center/cover; */
  background: #fff;
  color: #646464;
}

.law-table th {
  background: url(../img/gold-bg.png) no-repeat center center/cover;
  color: #646464;
  background: #f9f9f9;
}

.footer-fixed-top .btn a {
  background: url(../img/gold-bg.png) no-repeat center center/cover;
  color: #646464;
}

.page-heading-top {
  /* background: url(../img/gold-bg.png) no-repeat center center/cover; */
  background: #fff;
  color: #646464;
}

.bread-top {
  background: #eeecec;
}

@media screen and (max-width: 900px) {
  .ec {
    margin-right: 50px;
  }

  .ec a :hover {
    opacity: 1 !important;
  }

  .ec a {
    margin-bottom: 0;
    padding: 8px 8px;
  }

  .ec a span {
    width: 17px !important;
    display: inline-block;
  }

  .ec a .text {
    font-size: 12px;
  }

  .ec a:hover {
    opacity: 1 !important;
  }
}

.button-area-top {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

@media screen and (max-width: 900px) {
  .button-area-top {
    -webkit-transform: initial;
    transform: initial;
    position: initial;
    text-align: center;
    padding: 40px 0;
  }
}

.button-area-top .btn1 {
  margin-bottom: 20px;
}

.button-area-top .btn1 a {
  padding: 17px 40px;
  border-radius: 8px;
  font-size: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#2EA7E0), to(#2D7AB5));
  background: linear-gradient(to right, #2EA7E0, #2D7AB5);
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 350px;
  text-align: center;
  display: block;
}

@media screen and (max-width: 900px) {
  .button-area-top .btn1 a {
    margin: 0 auto;
    font-size: 14px;
    padding: 15px;
  }
}

.button-area-top .btn1 a:hover {
  opacity: 0.6;
}

.button-area-top .btn2 {
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .button-area-top .btn2 {
    margin-bottom: 0;
  }
}

.button-area-top .btn2 a {
  padding: 17px 40px;
  display: block;
  border-radius: 8px;
  font-size: 17px;
  max-width: 350px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#ea6390), to(#e42188));
  background: linear-gradient(to right, #ea6390, #e42188);
  color: #fff;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 900px) {
  .button-area-top .btn2 a {
    margin: 0 auto;
    font-size: 14px;
    padding: 15px;
  }
}

.button-area-top .btn2 a:hover {
  opacity: 0.6;
}

.button-area-top2 {
  position: initial;
  -webkit-transform: initial;
  transform: initial;
}

.button-area-top2 .btn1 a,
.button-area-top2 .btn2 a {
  margin-left: auto;
  margin-right: auto;
}

.top-feature .ul1 li:nth-child(1) .img .wrap {
  width: 100%;
}

.total-media .media-btn a {
  background: url(../img/gold-bg.png) no-repeat center center/cover;
  color: #646464;
}

.cta-contact-total .flex .item a,
.total-feature .ul1 li {
  background: url(../img/gold2.png) no-repeat center center/cover;
}

.total-feature .ul1 li .num {
  color: #646464;
}

.total-feature .ul1 li p span {
  color: #646464;
}

.cta-contact-total .flex .item a h3 {
  color: #646464;
}

.cta-contact-total .flex .item a p {
  color: #646464;
}

.total-media .post-category {
  color: #fff;
  background: #c8c8c8;
  border: 1px solid #c8c8c8;
}

.total-media .flex2 {
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .total-media .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .total-media .flex2 .item {
    width: 47%;
  }
}

.total-media .flex2 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.total-media .flex2 a:hover {
  opacity: 0.6;
}

.total-media .flex2 p {
  font-size: 16px !important;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 900px) {
  .total-media .flex2 p {
    font-size: 14px !important;
  }
}

.total-media .du-cate {
  color: #fff;
  background: #c8c8c8;
  border: 1px solid #c8c8c8;
  line-height: 1.3;
  text-align: center;
  padding: 5px 0;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .total-media .du-cate {
    font-size: 14px;
  }
}

.top-media .media-archive {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff1-top .box {
  border: none;
}

.sinryoNavi-w {
  border: 1px solid #e42188;
}

.header-parent {
  position: relative;
  padding-bottom: 40px;
}

.header-child {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background: #fff;
  max-width: 1200px;
  display: none;
  padding: 40px 40px;
}

.header-child2 {
  max-width: 240px;
}

.header-child2 li {
  width: 100% !important;
}

.sinryoNavi_child {
  display: block !important;
}

@media screen and (max-width: 900px) {
  .header-parent {
    padding-bottom: 0;
  }
}

.ec .ec-flex span {
  margin-left: 0;
}

.header-nav ul li {
  position: relative;
}

.header .header-child2 {
  width: 400px;
  left: 0;
  padding: 20px;
}

.header .header-child {
  width: 1000px;
  left: 0;
  -webkit-transform: initial;
  transform: initial;
}

.top-wrap {
  border: 1px solid gold;
}

.top-drawer-content {
  background: url(../img/gold-bg.jpg) no-repeat center center/cover;
  background: #646464;
}

.mv .contents .main-text {
  text-shadow: 3px 4px 13px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 900px) {
  .top-header .flex .bottom .right a {
    padding: 10px 10px;
    font-size: 14px;
  }

  .header .flex .bottom .right a {
    padding: 10px 10px;
    font-size: 14px;
  }

  .top-header .flex .bottom .right {
    margin-right: 35px;
  }

  .header .flex .bottom .right {
    margin-right: 35px;
  }

  .footer-fixed .btn a {
    display: none;
  }
}

@media screen and (max-width: 370px) {
  .top-header .flex .bottom .right a {
    padding: 10px 5px;
    font-size: 12px;
    margin-left: 0px;
  }

  .header .flex .bottom .right a {
    padding: 10px 5px;
    font-size: 12px;
    margin-left: 0px;
  }
}

.page-heading .text1 {
  font-size: 34px;
  letter-spacing: 5px;
  color: #fff;

}

.page-heading h1 {
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .page-heading .text1 {
    font-size: 28px;
    letter-spacing: 3px;


  }

}

.page-heading-w .text1 {
  color: #fff;
}

.page-heading-w h1 {
  color: #fff;
}

.page-heading-top .text1 {
  color: #000;
}

.page-heading-top h1 {
  color: #000;

}

/* ======================================
  Privacy Policy (minimal)
====================================== */
.privacy-policy {
  /* padding: 64px 0; */
}

.privacy-policy .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.privacy-policy h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 24px;
}

.privacy-policy h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 28px 0 12px;
  padding-left: 12px;
  border-left: 4px solid currentColor;
  /* テーマ色に追従 */
}

.privacy-policy p {
  margin: 0 0 14px;
  line-height: 1.9;
}

.privacy-policy ul {
  margin: 0 0 16px;
  padding-left: 1.2em;
}

.privacy-policy li {
  margin: 6px 0;
  line-height: 1.8;
}

.privacy-policy .privacy-contact {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 10px;
}

.privacy-policy .privacy-contact p {
  margin: 0 0 8px;
}

.privacy-policy a {
  text-decoration: underline;
}

.privacy-policy a:hover {
  text-decoration: none;
}

.privacy-policy .privacy-contact {
  font-style: normal;
}

.top-media .section-title-you .ja {
  font-size: 28px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .top-media .section-title-you .ja {
    font-size: 20px !important;
  }

  .privacy-policy {
    padding: 48px 0;
  }

  .privacy-policy h1 {
    font-size: 24px;
  }

  .privacy-policy h2 {
    font-size: 17px;
  }

  .contact__privacy__heading {
    margin-bottom: 20px;
  }

  .total-media .flex2 {
    display: block;
  }

  .top-media .flex2 .item {
    width: 100%;
    margin-bottom: 30px;
  }

  .top-media .flex2 .item:last-child {
    margin-bottom: 0;
  }

  html .body {
    padding-bottom: 90.23px;
  }
}

.top-media .flex2 .item p {
  font-weight: 400;
}

.contact__privacy__contents p {
  margin: 0 0 8px;
}

.contact__privacy__contents h2 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin: 28px 0 7px;
}

.top-about .section-title .en {
  line-height: 1.1;
}

.top-about .section-title .ja {
  margin-top: 10px !important;

}

.txt_r1_2 {
  position: relative;
  display: inline-block;
}

.txt_r1_2:after {
  content: "1)2)";
  position: absolute;
  top: -.8em;
  right: -.5em;
  font-size: .6em;
  font-weight: 600;
  letter-spacing: -.5px;
  font-weight: normal;
  color: #666;
}

.top-about .contents {
  line-height: 2;
}

.footer__spNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 6;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__spNavi__item {
  width: 33.133%;
  background: #ddc654;
  text-align: center;
  padding: 10px 0;
  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;
}

.footer__spNavi__item--inner {
  color: #fff;
}

.footer__spNavi__item__img {
  display: block;
  width: 23px;
  margin: 0 auto 10px;
}

.footer__spNavi__item__text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.footer__spNavi__attention {
  width: 100%;
  padding: 5px;
  font-size: 12px;
  line-height: 1.1;
  color: #b39d1a;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .footer__spNavi {
    display: none;
  }
}