@charset "UTF-8";
/*
theme Name: nagoyamirai
Author: nagoyamirai
Description: 自作テーマ
version： 1.0.0
*/
/*=========================
# colors
=========================*/
body {
  font-size: 16px;
  color: #000;
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', YuGothic, 'Yu Gothic', sans-serif; }
  @media (max-width: 767px) {
    body {
      font-size: 14px; } }

@media (min-width: 768px) {
  .inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: content-box; } }

img {
  width: 100%; }

@media (max-width: 767px) {
  .is-pc {
    display: none; } }
@media (min-width: 768px) {
  .is-sp {
    display: none; }

  .is-tab {
    display: none; } }
@media (max-width: 991px) {
  .is-tab {
    display: block; } }
/* header
--------------------------*/
.header {
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 1px rgba(2, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 0.73);
  position: fixed;
  height: 100px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100; }
  @media (max-width: 767px) {
    .header {
      height: 70px; } }

.header-title {
  align-self: center;
  display: block; }
  .header-title h1 img {
    width: 100%; }
    @media (max-width: 991px) {
      .header-title h1 img {
        width: 80%; } }
  .header-title h1.checked {
    display: none; }

.header-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .header-right .header-tel {
      display: none; } }
  @media (min-width: 768px) {
    .header-right .header-tel {
      margin-right: 47px; } }
  @media (max-width: 991px) {
    .header-right .header-tel {
      margin-right: 20px !important; } }
  .header-right .header-tel a {
    display: block; }
  .header-right .header-tel .header-tel-time {
    color: #000;
    font-size: 17px;
    margin-top: 4px; }
  @media (max-width: 767px) {
    .header-right .header-contact {
      display: none; } }
  @media (min-width: 768px) {
    .header-right .header-contact {
      background: #02398D;
      color: #fff;
      font-size: 17px;
      display: block;
      text-align: center;
      align-self: center;
      height: 100%;
      padding: 5px 7px; }
      .header-right .header-contact img {
        width: 48px; } }
  @media (max-width: 991px) {
    .header-right .header-contact span {
      display: none; } }

.drawer-bars {
  display: none;
  height: 100%;
  width: 100px;
  cursor: pointer;
  background: #007BC6;
  padding: 0;
  display: block;
  position: relative; }
  @media (max-width: 767px) {
    .drawer-bars {
      width: 70px; } }

.drawer-bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: #fff;
  width: 50px;
  height: 5px;
  transition: all 0.5s ease 0s; }
  .drawer-bar:nth-of-type(1) {
    top: 24px; }
    @media (max-width: 767px) {
      .drawer-bar:nth-of-type(1) {
        top: 12px; } }
  .drawer-bar:nth-of-type(2) {
    top: 37px; }
    @media (max-width: 767px) {
      .drawer-bar:nth-of-type(2) {
        top: 25px; } }
  .drawer-bar:nth-of-type(3) {
    top: 50px; }
    @media (max-width: 767px) {
      .drawer-bar:nth-of-type(3) {
        top: 38px; } }

.drawer-bar-menu {
  color: #fff;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .drawer-bar-menu {
      bottom: 10px; } }

.drawer-bars.is-checked {
  top: 20px;
  right: 30px;
  display: block; }
  .drawer-bars.is-checked .drawer-bar {
    background: #007BC6;
    z-index: 300; }
    .drawer-bars.is-checked .drawer-bar:nth-of-type(1) {
      top: 10px;
      transform: rotate(-45deg); }
    .drawer-bars.is-checked .drawer-bar:nth-of-type(2) {
      background: transparent; }
    .drawer-bars.is-checked .drawer-bar:nth-of-type(3) {
      top: 10px;
      transform: rotate(45deg); }

.drawer-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 60;
  width: 60%;
  height: 100%;
  padding-top: 70px;
  background: #fff;
  transition: all 0.5s ease 0s;
  color: #000;
  border: 1px solid #C6C6C6;
  display: none; }
  @media (max-width: 767px) {
    .drawer-nav {
      width: 80%; } }
  .drawer-nav.is-checked {
    display: block; }
  .drawer-nav .header-nav-item {
    border-bottom: 1px solid #C6C6C6; }
    .drawer-nav .header-nav-item a {
      display: block;
      font-size: 20px;
      padding: 30px 20px; }
      @media (max-width: 767px) {
        .drawer-nav .header-nav-item a {
          padding: 20px 10px;
          font-size: 18px; } }
    .drawer-nav .header-nav-item:first-child {
      border-top: 1px solid #C6C6C6; }
  @media (min-width: 768px) {
    .drawer-nav .header-tel {
      display: none; } }
  @media (max-width: 767px) {
    .drawer-nav .header-tel {
      display: block; }
      .drawer-nav .header-tel a {
        display: block;
        width: 80%;
        margin: 50px auto 0; } }
  @media (min-width: 768px) {
    .drawer-nav .header-contact {
      display: none; } }
  @media (max-width: 767px) {
    .drawer-nav .header-contact {
      background: #02398D;
      color: #fff;
      font-size: 17px;
      display: block;
      text-align: center;
      align-self: center;
      padding: 10px;
      width: 80%;
      margin: 50px auto; }
      .drawer-nav .header-contact img {
        width: 48px; } }

/* footer
--------------------------*/
.footer-copy {
  background: #EDF9F8;
  padding: 21px 0 26px;
  text-align: center; }

/*==========================
# main
=========================*/
/* common
------------------------*/
/* util
---------------------------*/
a {
  color: #000; }
  a:hover {
    opacity: 0.7; }

@media (min-width: 768px) {
  .section {
    padding-top: 188px;
    padding-bottom: 191px; } }
@media (max-width: 767px) {
  .section {
    padding-top: 56px;
    padding-bottom: 9px; } }

.title {
  font-weight: bold;
  color: #415E93;
  font-family: 'TsukuBRdGothic-Regular', 'ヒラギノ角ゴシック', 'Hiragino Sans', YuGothic, 'Yu Gothic', sans-serif; }
  @media (min-width: 768px) {
    .title {
      font-size: 40px; } }
  @media (max-width: 991px) {
    .title {
      font-size: 30px; } }
  @media (max-width: 767px) {
    .title {
      font-size: 20px; } }

/* main-visual
-------------------------*/
.main-visual {
  position: relative; }
  @media (min-width: 768px) {
    .main-visual {
      background: url(../img/mainvisual.jpg) no-repeat 56.22% center/cover;
      background-position: center center;
      height: 768px; } }
  @media (max-width: 767px) {
    .main-visual {
      background: url(../img/mainvisual.jpg) no-repeat 56.22% center/cover;
      height: 452px; } }

.main-visual {
  position: relative; }
  @media (min-width: 768px) {
    .main-visual {
      background: url(../img/mainvisual.jpg) no-repeat 56.22% center/cover;
      background-position: center center;
      height: 768px; } }
  @media (max-width: 767px) {
    .main-visual {
      background: url(../img/mainvisual.jpg) no-repeat 56.22% center/cover;
      height: 452px; } }

.main-visual-center {
  position: absolute; }
  @media (min-width: 768px) {
    .main-visual-center {
      top: 265px;
      transform: translateX(-50%);
      left: 50%;
      width: 39%; } }
  @media (min-width: 1500px) {
    .main-visual-center {
      top: 20%;
      transform: translateX(-50%);
      left: 50%;
      width: 39%; } }
  @media (max-width: 991px) {
    .main-visual-center {
      top: 50%;
      left: 50%;
      width: 60%;
      transform: translate(-50%, -50%); } }
  @media (max-width: 767px) {
    .main-visual-center {
      top: 50%;
      left: 50%;
      width: 60%;
      transform: translate(-50%, -50%); } }

.main-visual-right {
  position: absolute;
  top: 170px;
  right: 60px;
  width: 11%; }
  @media (max-width: 767px) {
    .main-visual-right {
      right: 5%;
      width: 15%; } }

.main-visual-left {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 24%; }
  @media (max-width: 767px) {
    .main-visual-left {
      bottom: 5%;
      left: 5%;
      width: 40%; } }

/* top-cv
---------------------------*/
.top-cv {
  background: url(../img/top-cv.jpg) center/cover;
  padding-top: 97px;
  padding-bottom: 30px;
  text-align: center; }
  @media (max-width: 991px) {
    .top-cv {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .top-cv {
      padding-top: 50px;
      padding-bottom: 60px; } }
  .top-cv .top-cv-inner {
    width: 57%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .top-cv .top-cv-inner {
        width: 90%; } }
  .top-cv .top-cv-title {
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
    position: relative; }
    .top-cv .top-cv-title::before {
      position: absolute;
      content: "";
      width: 60%;
      height: 3px;
      background-color: #fff;
      left: 50%;
      transform: translateX(-50%); }
    .top-cv .top-cv-title::after {
      position: absolute;
      content: "";
      width: 80%;
      height: 3px;
      background-color: #fff;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
    @media (max-width: 767px) {
      .top-cv .top-cv-title {
        font-size: 20px; } }
  .top-cv .top-cv-txt {
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    color: #fff;
    margin-top: 57px;
    font-size: 22px;
    line-height: 1.3636363636;
    font-weight: bold; }
    @media (max-width: 767px) {
      .top-cv .top-cv-txt {
        font-size: 14px; } }
  .top-cv .top-cv-tel {
    width: 100%;
    display: block;
    margin: 52px auto 30px; }
    @media (max-width: 767px) {
      .top-cv .top-cv-tel {
        margin: 20px auto 0; } }
    .top-cv .top-cv-tel img {
      object-fit: contain; }

/* 名古屋市内で動物病院をお探しの方へ
---------------------------*/
.osagashi .title-bg {
  background: #EDF9F8;
  padding: 40px 0;
  transform: skew(0deg, -3deg); }
  @media (max-width: 767px) {
    .osagashi .title-bg {
      padding: 20px 0; } }
.osagashi .osagashi-title {
  text-align: center;
  position: relative;
  transform: skew(0deg, 3deg); }
  .osagashi .osagashi-title::after {
    position: absolute;
    content: "";
    background: url(../img/osagashi-title-ilust.png) center center/contain;
    width: 180px;
    height: 180px;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index: 100; }
    @media (max-width: 991px) {
      .osagashi .osagashi-title::after {
        width: 150px;
        height: 150px;
        right: 5%; } }
    @media (max-width: 767px) {
      .osagashi .osagashi-title::after {
        width: 50px;
        height: 50px;
        right: 0; } }
  .osagashi .osagashi-title img {
    width: 60%; }
    @media (max-width: 767px) {
      .osagashi .osagashi-title img {
        width: 80%; } }
.osagashi .osagashi-img {
  background: url(../img/osagashi-back.jpg) center/cover;
  margin-top: -100px;
  text-align: center;
  padding-bottom: 110px; }
  @media (max-width: 767px) {
    .osagashi .osagashi-img {
      margin-top: -40px;
      padding-bottom: 100px; } }
.osagashi .osagashi-inner {
  width: 80%;
  margin: 0 auto;
  padding-top: 100px; }
  @media (max-width: 767px) {
    .osagashi .osagashi-inner {
      width: 90%;
      padding-top: 50px; } }
.osagashi .osagashi-txt-1 {
  font-size: 40px;
  line-height: 2;
  color: #fff;
  margin-top: 81px; }
  @media (max-width: 767px) {
    .osagashi .osagashi-txt-1 {
      font-size: 20px;
      margin-top: 40px; } }
.osagashi .osagashi-txt-2 {
  background-color: #EDF9F8;
  border-radius: 19px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  color: #446195;
  line-height: 1.3043478261;
  text-align: left; }
  .osagashi .osagashi-txt-2 span {
    font-weight: bold; }
  @media (min-width: 768px) {
    .osagashi .osagashi-txt-2 {
      font-size: 23px;
      padding: 27px 63px 18px;
      margin: 95px auto 0; } }
  @media (max-width: 767px) {
    .osagashi .osagashi-txt-2 {
      margin: 40px auto 0;
      padding: 20px; } }

/* 当院の特徴
---------------------------*/
.feature .title-bg {
  background: #EDF9F8;
  padding: 40px 0;
  transform: skew(0deg, -3deg); }
  @media (max-width: 767px) {
    .feature .title-bg {
      padding: 20px 0; } }
.feature .feature-title {
  text-align: center;
  position: relative;
  transform: skew(0deg, 3deg); }
  .feature .feature-title::after {
    position: absolute;
    content: "";
    background: url(../img/feature-title-ilust.png) center center/contain;
    width: 300px;
    height: 300px;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      .feature .feature-title::after {
        width: 120px;
        height: 120px;
        left: 0; } }
  .feature .feature-title img {
    width: 20%; }
    @media (max-width: 767px) {
      .feature .feature-title img {
        width: 40%; } }

.feature-contents {
  margin-top: 60px; }
  @media (max-width: 767px) {
    .feature-contents {
      padding-left: 20px;
      padding-right: 20px; } }

.feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .feature-content:nth-child(1) .feature-content-bg {
    background-image: linear-gradient(-45deg, #D5E0F4 25%, #fff 25%, #fff 50%, #D5E0F4 50%, #D5E0F4 75%, #fff 75%, #fff); }
  .feature-content:nth-child(2) .feature-content-bg {
    background-image: linear-gradient(-45deg, #CDE6D4 25%, #fff 25%, #fff 50%, #CDE6D4 50%, #CDE6D4 75%, #fff 75%, #fff); }
  .feature-content:nth-child(3) .feature-content-bg {
    background-image: linear-gradient(-45deg, #F7EED1 25%, #fff 25%, #fff 50%, #F7EED1 50%, #F7EED1 75%, #fff 75%, #fff); }
  .feature-content:nth-child(4) .feature-content-bg {
    background-image: linear-gradient(-45deg, #F8E6E5 25%, #fff 25%, #fff 50%, #F8E6E5 50%, #F8E6E5 75%, #fff 75%, #fff); }
  .feature-content:nth-child(5) .feature-content-bg {
    background-image: linear-gradient(-45deg, #FAEEF5 25%, #fff 25%, #fff 50%, #FAEEF5 50%, #FAEEF5 75%, #fff 75%, #fff); }
  .feature-content:nth-child(6) .feature-content-bg {
    background-image: linear-gradient(-45deg, #E5F6F5 25%, #fff 25%, #fff 50%, #E5F6F5 50%, #E5F6F5 75%, #fff 75%, #fff); }
  @media (min-width: 768px) {
    .feature-content {
      position: relative;
      overflow: hidden;
      margin-top: 100px; }
      .feature-content:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        .feature-content:nth-child(2n) .feature-content-bg {
          transform: skew(20deg); }
          .feature-content:nth-child(2n) .feature-content-bg .feature-content-bg-sentence {
            transform: translate(-50%, -50%) skew(-20deg);
            padding-right: 15%;
            padding-left: 5%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .feature-content:nth-child(2n) .feature-content-bg .feature-content-bg-sentence {
            padding-right: 20%; } }
  @media (min-width: 768px) {
        .feature-content:nth-child(2n) .feature-content-img {
          margin-right: auto;
          margin-left: 0; } }
  @media (max-width: 767px) {
    .feature-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      border: 1px dotted #000;
      margin-top: 30px; } }
  .feature-content .feature-content-bg {
    background-size: 4px 4px;
    background-attachment: fixed;
    height: 100%; }
    @media (min-width: 768px) {
      .feature-content .feature-content-bg {
        transform: skew(-20deg);
        transform-origin: top left;
        position: absolute;
        width: 55%;
        height: 100%; } }
    @media (max-width: 991px) {
      .feature-content .feature-content-bg {
        width: 60%; } }
    @media (max-width: 767px) {
      .feature-content .feature-content-bg {
        padding: 10px 20px !important;
        width: 100%; } }
    @media (min-width: 768px) {
      .feature-content .feature-content-bg .feature-content-bg-sentence {
        padding-left: 15%;
        width: 90%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) skew(20deg); } }
    @media (max-width: 991px) {
      .feature-content .feature-content-bg .feature-content-bg-sentence {
        padding-left: 20%; } }
    @media (max-width: 767px) {
      .feature-content .feature-content-bg .feature-content-bg-sentence {
        padding-right: 0;
        padding-left: 0; } }
    .feature-content .feature-content-bg .feature-content-subtitle {
      font-size: 15px;
      line-height: 4.2666666667; }
      @media (max-width: 991px) {
        .feature-content .feature-content-bg .feature-content-subtitle {
          font-size: 14px;
          line-height: 2; } }
      @media (max-width: 767px) {
        .feature-content .feature-content-bg .feature-content-subtitle {
          font-size: 13px;
          line-height: 2; } }
    .feature-content .feature-content-bg .feature-content-title {
      font-size: 30px;
      font-weight: bold;
      line-height: 1.3333333333;
      font-family: 'TsukuBRdGothic-Regular', 'ヒラギノ角ゴシック', 'Hiragino Sans', YuGothic, 'Yu Gothic', sans-serif; }
      @media (max-width: 991px) {
        .feature-content .feature-content-bg .feature-content-title {
          font-size: 20px; } }
    .feature-content .feature-content-bg .feature-content-txt {
      line-height: 2; }
      @media (min-width: 768px) {
        .feature-content .feature-content-bg .feature-content-txt {
          font-size: 20px;
          margin-top: 26px; } }
      @media (max-width: 991px) {
        .feature-content .feature-content-bg .feature-content-txt {
          font-size: 16px;
          margin-top: 15px; } }
      @media (max-width: 767px) {
        .feature-content .feature-content-bg .feature-content-txt {
          margin-top: 15px; } }
  .feature-content .feature-content-img {
    margin-left: auto; }
    @media (min-width: 768px) {
      .feature-content .feature-content-img {
        width: 65%;
        height: 500px; } }
    .feature-content .feature-content-img img {
      object-fit: cover;
      object-position: center; }
      @media (min-width: 768px) {
        .feature-content .feature-content-img img {
          height: 500px; } }
      @media (max-width: 767px) {
        .feature-content .feature-content-img img {
          height: 200px; } }

/* 名古屋みらい動物病院の治療内容
---------------------------*/
.medical {
  background: url(../img/medical-back.jpg) center/cover;
  margin-top: 231px;
  text-align: center;
  padding-bottom: 323px; }
  @media (max-width: 991px) {
    .medical {
      padding-bottom: 123px;
      margin-top: 131px; } }
  .medical .title-bg {
    background: #EDF9F8;
    padding: 40px 0;
    transform: skew(0deg, -3deg); }
    @media (max-width: 767px) {
      .medical .title-bg {
        padding: 20px 0; } }
  .medical .medical-title {
    text-align: center;
    position: relative;
    transform: skew(0deg, 3deg); }
    .medical .medical-title::after {
      position: absolute;
      content: "";
      background: url(../img/medical-title-ilust.png) center center/contain;
      width: 300px;
      height: 300px;
      top: -220px;
      left: 0; }
      @media (max-width: 991px) {
        .medical .medical-title::after {
          width: 200px;
          height: 200px;
          top: -150px;
          left: 0; } }
      @media (max-width: 767px) {
        .medical .medical-title::after {
          width: 120px;
          height: 120px;
          top: -100px;
          left: 0; } }
    .medical .medical-title img {
      width: 60%; }
      @media (max-width: 767px) {
        .medical .medical-title img {
          width: 90%; } }
  .medical .medical-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .medical .medical-contents {
        margin-top: 190px; } }
    @media (max-width: 991px) {
      .medical .medical-contents {
        margin-top: 100px; } }
    @media (max-width: 767px) {
      .medical .medical-contents {
        padding: 0 20px;
        margin-top: 40px; } }
    .medical .medical-contents .medical-content {
      background-color: #fff;
      border: 2px solid #415E93; }
      @media (min-width: 768px) {
        .medical .medical-contents .medical-content {
          margin-right: 31px;
          padding: 40px 15px; } }
      @media (max-width: 767px) {
        .medical .medical-contents .medical-content {
          padding: 20px 15px;
          margin-top: 30px; } }
      .medical .medical-contents .medical-content .medical-content-img img {
        object-fit: cover;
        width: 100%; }
        @media (min-width: 768px) {
          .medical .medical-contents .medical-content .medical-content-img img {
            height: 160px; } }
        @media (max-width: 767px) {
          .medical .medical-contents .medical-content .medical-content-img img {
            height: 200px; } }
      .medical .medical-contents .medical-content .medical-content-title {
        font-family: 'TsukuBRdGothic-Regular', 'ヒラギノ角ゴシック', 'Hiragino Sans', YuGothic, 'Yu Gothic', sans-serif;
        color: #415E93;
        font-size: 20px;
        margin-top: 26px;
        font-weight: bold; }
      .medical .medical-contents .medical-content .medical-content-txt {
        line-height: 1.5625;
        margin-top: 26px; }
      @media (min-width: 768px) {
        .medical .medical-contents .medical-content:nth-child(1) {
          width: calc(50% - 31px / 2);
          height: max-content; }
          .medical .medical-contents .medical-content:nth-child(1) .medical-content-img {
            margin-top: -85px; }
            .medical .medical-contents .medical-content:nth-child(1) .medical-content-img img {
              object-fit: cover;
              height: 170px; }
          .medical .medical-contents .medical-content:nth-child(1) .medical-content-title {
            font-size: 30px;
            padding-left: 40px;
            padding-right: 40px; }
          .medical .medical-contents .medical-content:nth-child(1) .medical-content-txt {
            padding-left: 40px;
            padding-right: 40px; } }
      @media (max-width: 991px) {
        .medical .medical-contents .medical-content:nth-child(1) .medical-content-img {
          margin-top: 0; }
        .medical .medical-contents .medical-content:nth-child(1) .medical-content-title {
          font-size: 20px;
          padding-left: 0;
          padding-right: 0; }
        .medical .medical-contents .medical-content:nth-child(1) .medical-content-txt {
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 768px) {
        .medical .medical-contents .medical-content:nth-child(2) {
          width: calc(50% - 31px / 2);
          margin-right: 0;
          height: inherit; }
          .medical .medical-contents .medical-content:nth-child(2) .medical-content-img {
            margin-top: -85px; }
            .medical .medical-contents .medical-content:nth-child(2) .medical-content-img img {
              object-fit: cover;
              height: 170px; }
          .medical .medical-contents .medical-content:nth-child(2) .medical-content-title {
            font-size: 30px;
            padding-left: 40px;
            padding-right: 40px; }
          .medical .medical-contents .medical-content:nth-child(2) .medical-content-txt {
            padding-left: 40px;
            padding-right: 40px; } }
      @media (max-width: 991px) {
        .medical .medical-contents .medical-content:nth-child(2) .medical-content-img {
          margin-top: 0; }
        .medical .medical-contents .medical-content:nth-child(2) .medical-content-title {
          font-size: 20px;
          padding-left: 0;
          padding-right: 0; }
        .medical .medical-contents .medical-content:nth-child(2) .medical-content-txt {
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 768px) {
        .medical .medical-contents .medical-content:nth-child(3) {
          width: calc(25% - 31px * 3/ 4);
          margin-right: 31px;
          margin-top: 132px; } }
      @media (max-width: 991px) {
        .medical .medical-contents .medical-content:nth-child(3) {
          width: calc(50% - 31px / 2);
          margin-right: 31px;
          margin-top: 60px; } }
      @media (min-width: 768px) {
        .medical .medical-contents .medical-content:nth-child(4) {
          width: calc(25% - 31px * 3/ 4);
          margin-right: 31px;
          margin-top: 132px; } }
      @media (max-width: 991px) {
        .medical .medical-contents .medical-content:nth-child(4) {
          width: calc(50% - 31px / 2);
          margin-right: 0;
          margin-top: 60px; } }
      @media (min-width: 768px) {
        .medical .medical-contents .medical-content:nth-child(5) {
          width: calc(25% - 31px * 3/ 4);
          margin-right: 31px;
          margin-top: 132px; } }
      @media (max-width: 991px) {
        .medical .medical-contents .medical-content:nth-child(5) {
          width: calc(50% - 31px / 2);
          margin-right: 31px;
          margin-top: 60px; } }
      @media (min-width: 768px) {
        .medical .medical-contents .medical-content:nth-child(6) {
          width: calc(25% - 31px * 3/ 4);
          margin-right: 0;
          margin-top: 132px; } }
      @media (max-width: 991px) {
        .medical .medical-contents .medical-content:nth-child(6) {
          width: calc(50% - 31px / 2);
          margin-right: 0;
          margin-top: 60px; } }
      @media (max-width: 767px) {
        .medical .medical-contents .medical-content {
          width: 100% !important;
          margin-right: 0 !important;
          margin-top: 30px !important; } }

/* その他のサービス
---------------------------*/
.service {
  margin-top: -40px; }
  .service .title-bg {
    background: #EDF9F8;
    padding: 40px 0;
    transform: skew(0deg, -3deg); }
    @media (max-width: 767px) {
      .service .title-bg {
        padding: 20px 0; } }
  .service .service-title {
    text-align: center;
    position: relative;
    transform: skew(0deg, 3deg); }
    .service .service-title::after {
      position: absolute;
      content: "";
      background: url(../img/service-title-ilust.png) center center/contain;
      width: 300px;
      height: 300px;
      top: -100px;
      right: 0; }
      @media (max-width: 991px) {
        .service .service-title::after {
          width: 200px;
          height: 200px;
          top: -80px; } }
      @media (max-width: 767px) {
        .service .service-title::after {
          width: 100px;
          height: 100px;
          top: -40px; } }
    .service .service-title img {
      width: 30%; }
      @media (max-width: 767px) {
        .service .service-title img {
          width: 55%; } }

.service-contents {
  background: linear-gradient(90deg, #E7EFF7 0%, #E7EFF7 50%, #D7E8F8 50%, #D7E8F8 100%);
  margin-top: -40px;
  padding-top: 131px; }
  @media (max-width: 767px) {
    .service-contents {
      padding: 60px 20px 0; } }
  .service-contents .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .service-contents .inner {
        padding-bottom: 117px; } }
    @media (max-width: 767px) {
      .service-contents .inner {
        padding-bottom: 100px; } }
  @media (min-width: 768px) {
    .service-contents .service-content {
      width: calc(33.3333% - 50px * 2 / 3);
      margin-right: 50px;
      margin-bottom: 113px; }
      .service-contents .service-content:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 991px) {
    .service-contents .service-content {
      width: calc(50% - 30px / 2);
      margin-right: 30px !important; }
      .service-contents .service-content:nth-child(2n) {
        margin-right: 0 !important; } }
  @media (max-width: 767px) {
    .service-contents .service-content {
      width: 100%;
      margin-right: 0 !important;
      margin-top: 50px; } }
  .service-contents .service-content .service-content-img img {
    border-radius: 30px;
    height: 200px;
    object-fit: cover; }
  .service-contents .service-content .service-content-title {
    font-size: 30px;
    margin-top: 24px;
    color: #415E93;
    text-align: center; }
    @media (max-width: 767px) {
      .service-contents .service-content .service-content-title {
        font-size: 20px;
        font-weight: bold; } }
  .service-contents .service-content .service-content-txt {
    font-size: 20px;
    margin-top: 26px;
    line-height: 2; }
    @media (max-width: 767px) {
      .service-contents .service-content .service-content-txt {
        font-size: 14;
        margin-top: 15px; } }

/* 院長ご挨拶
----------------------------*/
.aisatsu {
  margin-top: 78px; }
  .aisatsu .title-bg {
    background: #EDF9F8;
    padding: 40px 0;
    transform: skew(0deg, -3deg); }
    @media (max-width: 767px) {
      .aisatsu .title-bg {
        padding: 20px 0; } }
  .aisatsu .aisatsu-title {
    text-align: center;
    position: relative;
    transform: skew(0deg, 3deg); }
    .aisatsu .aisatsu-title::after {
      position: absolute;
      content: "";
      background: url(../img/aisatsu-title-ilust.png) center center/contain;
      width: 300px;
      height: 300px;
      top: -150px;
      left: 0; }
      @media (max-width: 991px) {
        .aisatsu .aisatsu-title::after {
          width: 200px;
          height: 200px;
          top: -80px; } }
      @media (max-width: 767px) {
        .aisatsu .aisatsu-title::after {
          width: 100px;
          height: 100px;
          top: -40px; } }
    .aisatsu .aisatsu-title img {
      width: 20%; }
      @media (max-width: 991px) {
        .aisatsu .aisatsu-title img {
          width: 25%; } }
      @media (max-width: 767px) {
        .aisatsu .aisatsu-title img {
          width: 40%; } }
  .aisatsu .aisatsu-img {
    background: transparent url(../img/aisatsu.jpg) no-repeat center center/cover;
    width: 100%;
    padding: 40px 68px;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .aisatsu .aisatsu-img {
        height: 800px; } }
    @media (max-width: 767px) {
      .aisatsu .aisatsu-img {
        padding: 20px; } }
  .aisatsu .aisatsu-bg {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 152px 0 0; }
    @media (min-width: 768px) {
      .aisatsu .aisatsu-bg {
        height: 720px; } }
    @media (max-width: 767px) {
      .aisatsu .aisatsu-bg {
        padding: 40px 10px; } }
    .aisatsu .aisatsu-bg .aisatsu-bg-title {
      font-size: 40px;
      line-height: 1;
      text-align: center;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .aisatsu .aisatsu-bg .aisatsu-bg-title {
          width: 85%; } }
      @media (max-width: 767px) {
        .aisatsu .aisatsu-bg .aisatsu-bg-title {
          font-size: 24px; } }
    .aisatsu .aisatsu-bg .aisatsu-bg-txt {
      font-size: 20px;
      line-height: 2;
      margin: 85px auto 0; }
      @media (min-width: 768px) {
        .aisatsu .aisatsu-bg .aisatsu-bg-txt {
          width: 80%; } }
      @media (max-width: 767px) {
        .aisatsu .aisatsu-bg .aisatsu-bg-txt {
          font-size: 14px;
          margin-top: 40px; } }
  .aisatsu .aisatsu-wh-bg {
    background: #fff;
    border: 2px solid #415E93;
    padding: 83px 52px 81px 83px; }
    @media (min-width: 768px) {
      .aisatsu .aisatsu-wh-bg {
        margin: -150px auto 0;
        width: 85%; } }
    @media (max-width: 991px) {
      .aisatsu .aisatsu-wh-bg {
        padding: 60px 30px;
        margin: -70px auto 0; } }
    @media (max-width: 767px) {
      .aisatsu .aisatsu-wh-bg {
        padding: 20px;
        margin-top: 30px; } }
    .aisatsu .aisatsu-wh-bg .aisatsu-wh-bg-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .aisatsu .aisatsu-wh-bg .aisatsu-wh-bg-content {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media (min-width: 768px) {
        .aisatsu .aisatsu-wh-bg .aisatsu-wh-bg-content .aisatsu-wh-bg-img {
          margin-left: 30px; } }
      @media (max-width: 767px) {
        .aisatsu .aisatsu-wh-bg .aisatsu-wh-bg-content .aisatsu-wh-bg-img {
          margin: 0 auto 40px; } }
      @media (max-width: 767px) {
        .aisatsu .aisatsu-wh-bg .aisatsu-wh-bg-content .aisatsu-wh-bg-img img {
          height: 300px;
          object-fit: contain; } }
      .aisatsu .aisatsu-wh-bg .aisatsu-wh-bg-content .aisatsu-wh-bg-title {
        font-size: 20px;
        line-height: 2;
        color: #fff;
        padding: 1px 20px;
        background: #415E93;
        border-radius: 5px;
        display: inline-block;
        margin-bottom: 12px; }
        @media (max-width: 767px) {
          .aisatsu .aisatsu-wh-bg .aisatsu-wh-bg-content .aisatsu-wh-bg-title {
            font-size: 18px;
            line-height: 1.75;
            padding: 1px 10px; } }
      .aisatsu .aisatsu-wh-bg .aisatsu-wh-bg-content .aisatsu-wh-bg-txt {
        line-height: 1.25;
        margin-bottom: 18px; }

/*当院の紹介
----------------------------*/
@media (min-width: 768px) {
  .introduce {
    padding-top: 600px; } }
@media (max-width: 767px) {
  .introduce {
    margin-top: 80px; } }
.introduce .title-bg {
  background: #EDF9F8;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .introduce .title-bg {
      padding: 20px 0; } }
.introduce .introduce-title {
  text-align: center;
  position: relative; }
  .introduce .introduce-title::after {
    position: absolute;
    content: "";
    background: url(../img/i-title-ilust.png) center center/contain;
    width: 300px;
    height: 300px;
    top: -100px;
    right: 5%; }
    @media (max-width: 991px) {
      .introduce .introduce-title::after {
        width: 200px;
        height: 200px;
        top: -80px; } }
    @media (max-width: 767px) {
      .introduce .introduce-title::after {
        width: 80px;
        height: 80px;
        top: -20px; } }
  .introduce .introduce-title img {
    width: 20%; }
    @media (max-width: 991px) {
      .introduce .introduce-title img {
        width: 25%; } }
    @media (max-width: 767px) {
      .introduce .introduce-title img {
        width: 40%; } }
.introduce .introduce-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .introduce .introduce-contents .introduce-content {
      width: 25%; } }
  @media (max-width: 767px) {
    .introduce .introduce-contents .introduce-content {
      display: none; } }
  @media (min-width: 768px) {
    .introduce .introduce-contents .introduce-content img {
      object-fit: cover; } }
.introduce #graydisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 500; }
.introduce #graydisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 60%;
  height: auto; }
.introduce .js-swiper1 {
  overflow: hidden; }
  @media (min-width: 768px) {
    .introduce .js-swiper1 {
      display: none; } }
  .introduce .js-swiper1 .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .introduce .js-swiper1 .swiper-wrapper .swiper-slide {
      display: block; }
      .introduce .js-swiper1 .swiper-wrapper .swiper-slide img {
        height: 100%;
        width: 100%;
        object-fit: cover; }

/* 診療時間/アクセス
----------------------------*/
.time {
  margin-top: 98px; }
  .time .title-bg {
    background: #EDF9F8;
    padding: 40px 0; }
    @media (max-width: 767px) {
      .time .title-bg {
        padding: 20px 0; } }
  .time .time-title {
    text-align: center;
    position: relative; }
    .time .time-title::after {
      position: absolute;
      content: "";
      background: url(../img/time-title-ilust.png) center center/contain;
      width: 300px;
      height: 300px;
      top: -160px;
      left: 10%; }
      @media (max-width: 991px) {
        .time .time-title::after {
          width: 200px;
          height: 200px;
          top: -100px; } }
      @media (max-width: 767px) {
        .time .time-title::after {
          width: 70px;
          height: 70px;
          top: -30px;
          left: 0; } }
    .time .time-title img {
      width: 30%; }
      @media (max-width: 991px) {
        .time .time-title img {
          width: 30%; } }
      @media (max-width: 767px) {
        .time .time-title img {
          width: 60%; } }
  .time .time-contents {
    background: linear-gradient(110deg, rgba(255, 227, 138, 0.42) 0%, rgba(255, 227, 138, 0.42) 50%, #FFE8A1 50%, #FFE8A1 100%);
    padding: 83px 102px 47px 155px; }
    @media (max-width: 991px) {
      .time .time-contents {
        padding: 60px 40px 30px 40px; } }
    @media (max-width: 767px) {
      .time .time-contents {
        padding: 40px 20px; } }
    .time .time-contents .time-top {
      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 (max-width: 767px) {
        .time .time-contents .time-top {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media (min-width: 768px) {
        .time .time-contents .time-top .time-top-left {
          width: 45%; } }
      .time .time-contents .time-top .time-top-left .time-logo {
        width: 60%;
        margin: 0 auto; }
      .time .time-contents .time-top .time-top-left .time-top-left-1 {
        margin-top: 44px; }
        .time .time-contents .time-top .time-top-left .time-top-left-1 .time-top-left-txt-1 {
          font-size: 20px;
          line-height: 2;
          margin-top: 23px; }
          @media (max-width: 767px) {
            .time .time-contents .time-top .time-top-left .time-top-left-1 .time-top-left-txt-1 {
              font-size: 16px; } }
      .time .time-contents .time-top .time-top-left .time-table {
        margin-top: 27px; }
      .time .time-contents .time-top .time-top-left .time-top-left-2 {
        margin-top: 12px; }
        .time .time-contents .time-top .time-top-left .time-top-left-2 .time-top-left-txt-2 {
          line-height: 2.5;
          margin-top: 10px; }
      .time .time-contents .time-top .time-top-right {
        width: 50%; }
        @media (max-width: 767px) {
          .time .time-contents .time-top .time-top-right {
            width: 90%;
            margin: 30px auto; } }
    .time .time-contents .time-bottom {
      margin: 40px auto 0; }
      @media (min-width: 768px) {
        .time .time-contents .time-bottom {
          width: 90%; } }
      .time .time-contents .time-bottom .time-bottom-content {
        background: #fff;
        margin-top: 5px;
        padding: 32px 45px; }
        @media (max-width: 767px) {
          .time .time-contents .time-bottom .time-bottom-content {
            padding: 20px; } }
        .time .time-contents .time-bottom .time-bottom-content .time-bottom-content-title {
          font-size: 30px;
          color: #526D9D;
          line-height: 1.3333333333; }
          @media (max-width: 767px) {
            .time .time-contents .time-bottom .time-bottom-content .time-bottom-content-title {
              font-size: 20px; } }
        .time .time-contents .time-bottom .time-bottom-content .time-bottom-content-txt {
          font-size: 20px;
          line-height: 2;
          margin-top: 22px; }
          @media (max-width: 767px) {
            .time .time-contents .time-bottom .time-bottom-content .time-bottom-content-txt {
              font-size: 14px;
              margin-top: 10px; } }

/* よくあるご質問
----------------------------*/
.question {
  margin-top: 100px; }
  .question .title-bg {
    background: #EDF9F8;
    padding: 40px 0; }
    @media (max-width: 767px) {
      .question .title-bg {
        padding: 20px 0; } }
  .question .question-title {
    text-align: center; }
    .question .question-title img {
      width: 25%; }
      @media (max-width: 767px) {
        .question .question-title img {
          width: 45%; } }
  .question .question-content {
    padding: 34px 0 65px; }
    @media (max-width: 767px) {
      .question .question-content {
        padding: 15px 0 20px; } }
    .question .question-content:nth-child(2n+1) {
      background: #E1F0E5; }
    .question .question-content:nth-child(2n) {
      background: #EDF9F8; }
    .question .question-content .question-content-q {
      font-size: 30px;
      color: #415E93;
      line-height: 1.3333333333;
      border-bottom: 1px solid #707070;
      width: 80%;
      margin: 0 auto;
      padding-bottom: 15px;
      padding-left: 62px;
      position: relative; }
      @media (max-width: 767px) {
        .question .question-content .question-content-q {
          font-size: 20px;
          padding-left: 40px; } }
      .question .question-content .question-content-q:before {
        content: "Q";
        position: absolute;
        font-size: 40px;
        left: 0; }
        @media (max-width: 767px) {
          .question .question-content .question-content-q:before {
            font-size: 30px; } }
    .question .question-content .question-content-a {
      font-size: 30px;
      line-height: 1.3333333333;
      width: 80%;
      margin: 0 auto;
      padding-left: 62px;
      padding-top: 20px;
      position: relative; }
      @media (max-width: 767px) {
        .question .question-content .question-content-a {
          font-size: 20px;
          padding-left: 40px; } }
      .question .question-content .question-content-a:before {
        content: "A";
        position: absolute;
        font-size: 40px;
        left: 0; }
        @media (max-width: 767px) {
          .question .question-content .question-content-a:before {
            font-size: 30px; } }

/* footer-cv
---------------------------*/
.footer-cv {
  background: url(../img/footer-cv.jpg) center/cover;
  padding-bottom: 86px;
  padding-top: 39px;
  text-align: center;
  margin-top: 50px; }
  @media (max-width: 991px) {
    .footer-cv {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .footer-cv {
      padding-top: 50px;
      padding-bottom: 20px; } }
  .footer-cv .footer-cv-inner {
    width: 57%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .footer-cv .footer-cv-inner {
        width: 90%; } }
    .footer-cv .footer-cv-inner .footer-yazirushi img {
      width: 103px; }
  .footer-cv .footer-cv-title {
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 2;
    margin-top: 37px;
    position: relative; }
    .footer-cv .footer-cv-title::before {
      position: absolute;
      content: "";
      width: 60%;
      height: 3px;
      background-color: #fff;
      left: 50%;
      transform: translateX(-50%); }
    .footer-cv .footer-cv-title::after {
      position: absolute;
      content: "";
      width: 80%;
      height: 3px;
      background-color: #fff;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
    @media (max-width: 767px) {
      .footer-cv .footer-cv-title {
        font-size: 20px; } }
  .footer-cv .footer-cv-txt {
    font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    color: #fff;
    margin-top: 57px;
    font-size: 22px;
    line-height: 1.3636363636;
    font-weight: bold; }
    @media (max-width: 767px) {
      .footer-cv .footer-cv-txt {
        font-size: 14px; } }
  .footer-cv .footer-cv-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin: 50px auto 0; }
    @media (max-width: 767px) {
      .footer-cv .footer-cv-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .footer-cv .footer-cv-left {
    width: 50%; }
    @media (max-width: 767px) {
      .footer-cv .footer-cv-left {
        width: 100%; } }
  .footer-cv .footer-cv-left-txt {
    color: #fff;
    font-size: 24px;
    text-align: left;
    margin-top: 11px; }
    @media (max-width: 767px) {
      .footer-cv .footer-cv-left-txt {
        font-size: 16px; } }
  .footer-cv .footer-cv-tel {
    width: 45%;
    display: block; }
    @media (max-width: 767px) {
      .footer-cv .footer-cv-tel {
        width: 100%;
        margin-top: 20px; } }
    .footer-cv .footer-cv-tel img {
      object-fit: contain; }

/* to top
----------------------------*/
.page-top {
  padding: 0;
  margin: 0;
  display: none;
  position: fixed;
  z-index: 40;
  opacity: 0.8; }

.page-top p {
  position: fixed;
  text-align: center;
  line-height: 50px; }
  @media (min-width: 768px) {
    .page-top p {
      right: 60px;
      bottom: 70px; } }

.move-page-top {
  background-color: #000;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

@media (min-width: 768px) {
  .floating-banner {
    display: none !important; } }
@media (max-width: 767px) {
  .floating-banner {
    position: fixed;
    z-index: 50;
    bottom: 0;
    left: 0;
    right: 0; }
    .floating-banner .floating-banner-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .floating-banner .floating-banner-content .floating-tel {
        width: 84%; }
        .floating-banner .floating-banner-content .floating-tel a {
          display: block; }
      .floating-banner .floating-banner-content .floating-top {
        width: 16%; }
        .floating-banner .floating-banner-content .floating-top a {
          display: block; } }

/*---------------------
表1
----------------------*/
.tablepress tfoot th,
.tablepress thead th {
  background-color: transparent !important; }

.tablepress-id-1 {
  color: #415E93;
  font-size: 12px; }
  .tablepress-id-1 thead {
    background-color: #EDF9F8;
    font-weight: normal; }
    .tablepress-id-1 thead tr th {
      font-weight: normal; }
  .tablepress-id-1 tbody .column-1 {
    background-color: #EDF9F8; }
  .tablepress-id-1 tbody .column-2 {
    background-color: #fff; }
  .tablepress-id-1 tbody .column-3 {
    background-color: #fff; }
  .tablepress-id-1 tbody .column-4 {
    background-color: #fff; }
  .tablepress-id-1 tbody .column-5 {
    background-color: #fff; }
  .tablepress-id-1 tbody .column-6 {
    background-color: #fff; }
  .tablepress-id-1 tbody .column-7 {
    background-color: #fff; }
  .tablepress-id-1 tbody .column-8 {
    background-color: #fff; }
  .tablepress-id-1 tbody .column-9 {
    background-color: #fff; }
  .tablepress-id-1 th,
  .tablepress-id-1 td {
    border: 1px solid #415E93 !important;
    text-align: center !important;
    vertical-align: middle !important; }
    @media (max-width: 991px) {
      .tablepress-id-1 th,
      .tablepress-id-1 td {
        padding: 5px; } }
  .tablepress-id-1 .column-1 {
    width: 32%; }

/*---------------------
表2
----------------------*/
.tablepress-id-2 {
  color: #000; }
  .tablepress-id-2 .tablepress tbody td,
  .tablepress-id-2 .tablepress tfoot th {
    border: none !important; }
  .tablepress-id-2 thead {
    background-image: linear-gradient(-45deg, #FFCC99 25%, #fff 25%, #fff 50%, #FFCC99 50%, #FFCC99 75%, #fff 75%, #fff);
    background-size: 4px 4px;
    background-attachment: fixed;
    font-weight: normal; }
    .tablepress-id-2 thead tr th {
      font-weight: normal; }
  .tablepress-id-2 tbody .column-1 {
    background-color: #fff; }
  .tablepress-id-2 tbody .column-2 {
    background-color: #fff; }
  .tablepress-id-2 tbody .column-3 {
    background-color: #fff;
    color: #F6AB00; }
  .tablepress-id-2 tbody .column-4 {
    background-color: #fff;
    color: #F6AB00; }
  .tablepress-id-2 tbody .column-5 {
    background-color: #fff;
    color: #F6AB00; }
  .tablepress-id-2 tbody .column-6 {
    background-color: #fff;
    font-weight: bold; }
  .tablepress-id-2 tbody .column-7 {
    background-color: #fff;
    color: #F6AB00; }
  .tablepress-id-2 tbody .column-8 {
    background-color: #fff;
    color: #F6AB00; }
  .tablepress-id-2 tbody .column-9 {
    background-color: #fff;
    color: #F6AB00; }
  .tablepress-id-2 tbody .column-10 {
    background-color: #fff; }
  .tablepress-id-2 tbody .row-3 td {
    border-top: 2px solid #335C85 !important; }
  .tablepress-id-2 tbody .row-3 .column-1 {
    border: none !important; }
  .tablepress-id-2 tbody .row-3 .column-9 {
    color: #000;
    font-weight: bold; }
  .tablepress-id-2 th,
  .tablepress-id-2 td {
    text-align: center !important;
    vertical-align: middle !important;
    font-size: 22px; }
    @media (max-width: 991px) {
      .tablepress-id-2 th,
      .tablepress-id-2 td {
        padding: 5px;
        font-size: 20px; } }
    @media (max-width: 767px) {
      .tablepress-id-2 th,
      .tablepress-id-2 td {
        padding: 5px;
        font-size: 15px; } }
  .tablepress-id-2 .column-1 {
    width: 20px;
    padding: 0; }
  .tablepress-id-2 .column-2 {
    width: 32%; }

.main-visual__new {
  position: relative; }
  @media (min-width: 768px) {
    .main-visual__new {
      background: url(../img/mv__new.jpg) no-repeat 56.22% center/cover;
      background-position: center center;
      height: 840px;
      margin-bottom: 180px; } }
  @media (max-width: 767px) {
    .main-visual__new {
      background: url(../img/mv__new.jpg) no-repeat 56.22% center/cover;
      height: 452px;
      margin-bottom: 90px; } }

.text__new {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .text__new img {
      width: 31%;
      display: block;
      margin: 0 auto; } }

@media (min-width: 768px) {
  .main-visual__new .content__new {
    position: absolute;
    bottom: 0;
    left: 45%;
    transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    display: flex;
    align-items: baseline; } }
@media (max-width: 767px) {
  .main-visual__new .content__new {
    position: absolute;
    bottom: 2%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    display: flex;
    align-items: baseline; } }
.main-visual__new .content__new img:nth-of-type(1) {
  width: 80%; }
.main-visual__new .content__new img:nth-of-type(2) {
  width: 45%; }

.second__block {
  position: relative; }
  @media (min-width: 768px) {
    .second__block {
      margin-bottom: 80px; } }
  .second__block-head {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2; }
    @media (min-width: 768px) {
      .second__block-head {
        top: -3%; } }
    @media (max-width: 767px) {
      .second__block-head {
        width: 90%;
        top: -7%; } }
  @media (min-width: 768px) {
    .second__block-content {
      position: absolute;
      background: url(../img/second__block-content-bg.png) no-repeat 56.22% center/cover;
      z-index: 2;
      left: 5%;
      bottom: 8%;
      padding: 80px 40px 40px 40px;
      max-width: 606px;
      width: 47vw;
      height: 49vw;
      max-height: 636px; } }
  @media (max-width: 767px) {
    .second__block-content {
      margin: 0 2vw;
      position: absolute;
      top: 3vw;
      background: url(../img/second__block-content-bg-sp.png) no-repeat 100% center/contain;
      padding: 60px 30px; } }
  .second__block-content ul li {
    display: flex;
    align-items: center;
    font-size: 23px;
    margin-bottom: 20px; }
    .second__block-content ul li img {
      max-width: 24px;
      margin-right: 5px; }
  .second__block-content p {
    text-align: right;
    font-size: 23px; }
  .second__block-bottom {
    position: absolute;
    z-index: 2;
    right: 7%;
    max-width: 450px; }
    @media (min-width: 768px) {
      .second__block-bottom {
        bottom: 2%; } }
    @media (max-width: 767px) {
      .second__block-bottom {
        bottom: 1%; } }
    .second__block-bottom img {
      max-width: 542px; }
      @media (min-width: 768px) {
        .second__block-bottom img {
          width: 35vw; } }
      @media (max-width: 767px) {
        .second__block-bottom img {
          width: 54vw; } }

@media (max-width: 767px) {
  .spnone {
    display: none; }

  .second__block-content ul li {
    font-size: 18px;
    margin-bottom: 10px;
    white-space: nowrap; }

  .second__block-content p {
    font-size: 18px;
    margin-top: -25px; } }
@media (min-width: 768px) {
  .pcnone {
    display: none; }

  .second__block-content ul li {
    color: #525252;
    font-weight: 700;
    font-size: 2.3vw; } }
@media (min-width: 1366px) {
  .text__new img {
    width: calc(75 / 1366 * 100vw); }

  .text__new {
    top: 45%; }

  .main-visual__new .content__new {
    width: calc(1020 / 1366 * 100vw); }

  .second__block-height {
    height: 912px;
    object-fit: cover; }

  .second__block-bottom {
    bottom: 0;
    right: calc(130 / 1366 * 100vw); }

  .second__block-content ul li {
    font-size: 28px; } }
@media (min-width: 768px) and (max-width: 1365px) {
  .text__new img {
    width: 90px; } }

/*# sourceMappingURL=style.css.map */
