@charset "UTF-8";
/* CSS Document */

/*******************************
* ResetCSS
*******************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}
ul,
li {
  list-style: none;
}

/***********************
root設定
***********************/

body {
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #38393a;
}

@media screen and (max-width: 480px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}

/***********************
表示設定
***********************/

.pc {
  display: none;
}

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

/***********************
フォント設定
***********************/
.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.fc_blue {
  color: #6ea7c6;
}

/***********************
画像設定
***********************/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

/***********************
リンク設定
***********************/

a {
  text-decoration: none;
  color: #38393a;
  transition: all 0.3s;
  -webkit-appearance: none;
}

/***********************
レイアウト
***********************/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
  min-height: 1%;
  clear: both;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

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

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.start {
  justify-content: flex-start;
}

#wrapper {
  position: relative;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 480px) {
  #wrapper {
  }
}

/***********************
Utils
***********************/

.hp_fl {
  float: left;
}
.hp_fr {
  float: right;
}

.ly_inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.el_imgTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 480px) {
  .fl,
  .fr {
    float: none;
  }

  .ly_inner {
    width: 100%;
  }
}

/***********************
Header
***********************/

#ly_header {
  width: 100%;
  height: 100px;
  background: #fff;
  padding: 0 50px;
  padding-top: 23px;
  position: fixed;
  z-index: 9000;
  /* padding-right: 100px; */
  transition: all 0.3s;
}
.hw #ly_header {
  background: transparent;
}

.bl_menu,
.un_menuTrigger {
  display: none;
}

#ly_header .logo {
  width: 240px;
  float: left;
  font-size: 20px;
  font-weight: 600;
}

.hospital #ly_header .logo {
  width: 240px;
}

.clinic #ly_header .logo {
  width: 310px;
  font-size: 20px;
}

#ly_header .logo a,
.clinic #ly_header .logo a {
  color: #38393a;
}

.clinic #ly_header .logo a {
  display: flex;
}

.clinic #ly_header .logo .name_min {
  font-size: 13px;
  line-height: 1;
  display: inline;
  line-height: 1.5;
  vertical-align: bottom;
}

.hw #ly_header .logo a {
  color: #fff;
  font-weight: 500;
  /* color: #00378b; */
  color: #000;
}

.hospital #ly_header .logo img {
  width: 76px;
  vertical-align: middle;
}

.clinic #ly_header .logo img {
  width: 83px;
  vertical-align: middle;
}

#ly_header .contact {
  float: right;
  font-size: 24px;
  font-weight: 500;
  height: 54px;
  padding-top: 13px;
  padding-left: 60px;
  border-left: solid 1px #ebebeb;
}

#ly_header .contact a,
.clinic.hw #ly_header .contact a {
  color: #dd1610;
}

.hw #ly_header {
  background-color: rgba(255, 255, 255, 0.6);
}
.hw #ly_header .contact a {
  color: #dd1610;
}

.hospitaltop #ly_header .contact {
  padding-left: 30px;
}

#ly_header .contact svg,
.clinic.hw #ly_header .contact svg {
  stroke: #dd1610;
  fill: none;
  vertical-align: sub;
}

.hw #ly_header .contact svg {
  /* stroke: #fff; */
  stroke: #dd1610;
  fill: none;
}

.un_menuTrigger {
  width: 65px;
  height: 65px;
  display: block;
  z-index: 9999;
  position: absolute;
  top: 18px;
  right: 26px;
  display: none;
}

.un_menuTrigger span {
  position: absolute;
  left: 50%;
  width: 34px;
  height: 2px;
  background-color: #dd1610;
  transform: translateX(-50%);
}

.hw .un_menuTrigger span {
  background-color: #dd1610;
}

.un_menuTrigger span:nth-of-type(1) {
  top: 19px;
}
.un_menuTrigger span:nth-of-type(2) {
  top: 31px;
}
.un_menuTrigger span:nth-of-type(3) {
  bottom: 20px;
}

.un_menuTrigger.active span:nth-of-type(1) {
  transform: translateX(-17px) translateY(12px) rotate(-45deg);
}
.un_menuTrigger.active span:nth-of-type(2) {
  opacity: 0;
}
.un_menuTrigger.active span:nth-of-type(3) {
  transform: translateX(-17px) translateY(-12px) rotate(45deg);
}

#ly_header .bl_menu {
  display: block;
  position: fixed;
  top: 100px;
  right: -100vw;
  width: 100vw;
  height: calc(100svh - 100px);
  background: rgba(0, 0, 0, 0);
  transition: all 0.01s;
}

#ly_header.active .bl_menu {
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

#ly_header .bl_menu .bl_hNav {
  display: block;
  width: 85%;
  position: absolute;
  top: 0;
  right: -100vw;
  transition: all 0.5s;
  background: #fff;
  height: calc(100svh - 100px);
  z-index: 9998;
  padding: 0 40px;
}

#ly_header.active .bl_menu .bl_hNav {
  right: 0;
}

.bl_hNav li {
  width: 100%;
  border-bottom: solid 1px #b6cfde;
}

.bl_hNav li a {
  display: block;
  padding: 20px 5px;
  background: url(../images/common/ico_menu_arw.svg) right center no-repeat;
  background-size: 14px 9px;
}

.bl_hNav li a .badge {
  display: inline-block;
  margin-right: 10px;
}

.bl_hNav li a .txt {
  display: inline-block;
  padding-top: 3px;
}

.bl_hNav li a .ja {
  font-size: 20px;
  color: #38393a;
  display: block;
  font-weight: 600;
}

.bl_hNav li a .en {
  font-size: 12px;
  color: #a9a9aa;
  display: block;
  padding-top: 5px;
}

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

.bl_hNav li:last-child a {
  background: url(../images/common/ico_menu_arw2.svg) left center no-repeat;
  background-size: 5px 9px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #ly_header {
    height: 70px;
    padding: 0 15px;
    padding-top: 15px;
  }

  #ly_header .contact {
    display: none;
  }

  .bl_menu,
  .un_menuTrigger {
    display: block;
  }

  .un_menuTrigger {
    top: 0;
    right: 10px;
  }

  #ly_header .bl_menu {
    top: 70px;
    height: calc(100svh - 70px);
  }

  #ly_header .bl_menu .bl_hNav {
    height: calc(100svh - 70px);
  }

  .hospital #ly_header .logo {
    transform: translate(-10px, -10px);
  }

  .clinic #ly_header .logo {
    transform: translate(-10px, 0);
  }
}

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

/***********************
Footer
***********************/

#ly_footer {
  padding: 90px 0;
}

.foot_largeNav {
  border-radius: 20px;
  border: solid 1px #dddddd;
}

.foot_largeNav a {
  border-right: solid 1px #ddd;
  display: block;
  text-align: center;
  padding: 60px 0 45px;
  width: 25%;
}

.foot_largeNav a:last-child {
  border-right: none;
}

.foot_largeNav a .badge {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: block;
}

.foot_largeNav a .name_ja {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.foot_largeNav a .name_en {
  color: #898989;
  margin-bottom: 40px;
}

.footer_bottom {
  border-top: solid 1px #ddd;
  padding-top: 70px;
  margin-top: 85px;
}

.footer_bottom .left {
  width: 30%;
  padding: 0 30px;
}

.footer_bottom .site_name {
  margin-bottom: 45px;
}

.footer_bottom .site_name .logo {
  width: 83px;
  margin-right: 5px;
  font-weight: 500;
}

.footer_bottom .site_name .name_min {
  padding-top: 15px;
  font-size: 12px;
}

.clinic .footer_bottom .site_name .name_min {
  padding-top: 5px;
}

.footer_bottom .site_name .name_large {
  padding-top: 5px;
  font-size: 20px;
}

.footer_bottom .addr {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 5px;
}

.footer_bottom .copyright {
  font-size: 12px;
  color: #898989;
}

.footer_bottom .right {
  width: 68%;
  padding: 0 30px;
  padding-top: 20px;
}

.clinic .footer_bottom .right {
  padding-top: 100px;
}

.footer_bottom .foot_nav {
  padding-bottom: 60px;
}

.footer_bottom .foot_nav a {
  font-size: 15px;
  margin-right: 6%;
  display: inline-block;
  margin-bottom: 10px;
}

.footer_bottom .foot_nav a:last-child {
  margin-right: 0;
}

.footer_bottom .foot_bnr_ttl {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer_bottom .foot_bnrs {
  border-left: solid 1px #ddd;
}

.footer_bottom .foot_bnrs a {
  border-right: solid 1px #ddd;
  padding: 5px 30px 0;
  width: 33%;
}

.footer_bottom .foot_bnrs a .cat {
  font-size: 13px;
  color: #898989;
  margin-bottom: 10px;
}

.footer_bottom .foot_bnrs a .name {
  font-size: 17px;
  font-weight: 600;
}

.un_Copyright {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .footer_bottom .left {
    width: 100%;
  }

  .footer_bottom .right {
    width: 100%;
  }

  .footer_bottom .foot_nav {
    padding: 40px 0 30px;
    margin-bottom: 20px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
  }
}

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

  .foot_largeNav a {
    padding: 30px 0 25px;
    width: 50%;
  }

  .foot_largeNav a:nth-child(-n + 2) {
    border-bottom: solid 1px #ddd;
  }

  .footer_bottom {
    padding-top: 30px;
    margin-top: 60px;
  }

  .footer_bottom .left {
    padding: 0;
  }

  .footer_bottom .right {
    padding: 0;
    padding-top: 30px;
  }

  .clinic .footer_bottom .right {
    padding: 0;
    padding-top: 50px;
  }

  .footer_bottom .foot_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 30px 0 1px;
    margin-bottom: 30px;
  }

  .footer_bottom .foot_nav a {
    width: 50%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer_bottom .foot_bnrs {
    border: none;
    border-bottom: solid 1px #ddd;
  }

  .footer_bottom .foot_bnrs a {
    border: solid 1px #ddd;
    border-bottom: none;
    padding: 20px 15px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .foot_largeNav a .badge {
    width: 30px;
    height: 30px;
    margin: 0 auto 15px;
  }

  .foot_largeNav a .name_ja {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .foot_largeNav a .name_en {
    font-size: 10px;
    margin-bottom: 15px;
  }

  .foot_largeNav a .arw {
    width: 23px;
    margin: 0 auto;
  }
}

/***********************
Layout
***********************/

.sec_pageHead {
  padding-top: 100px;
  margin-bottom: 80px;
  height: 650px;
  overflow: hidden;
}

.sec_pageHead .sec_pageTtl {
  width: 468px;
  height: 550px;
  padding-top: 196px;
  padding-left: 133px;
  background: #f8f8f8;
}

.sec_pageHead .sec_pageTtl .ico {
  width: 50px;
  margin-bottom: 20px;
}

.sec_pageHead .sec_pageTtl .ja {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sec_pageHead .sec_pageTtl .en {
  font-size: 14px;
  margin-bottom: 5px;
}

.sec_pageHead .img {
  width: calc(100% - 468px);
  height: 550px;
  position: relative;
  overflow: hidden;
}

.sec_pageHead .img img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .sec_pageHead {
    padding-top: 70px;
    height: auto;
    margin-bottom: 80px;
  }

  .sec_pageHead .sec_pageTtl {
    width: 100%;
    height: 125px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .sec_pageHead .sec_pageTtl .ico {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .sec_pageHead .sec_pageTtl .ja {
    margin-right: 10px;
  }

  .sec_pageHead .img {
    width: 100%;
    height: 250px;
  }
}

@media screen and (max-width: 480px) {
  .sec_pageHead {
    margin-bottom: 40px;
  }
  .sec_pageHead .sec_pageTtl .ico {
    width: 50px;
  }

  .sec_pageHead .sec_pageTtl .ja {
    font-size: 24px;
  }

  .sec_pageHead .sec_pageTtl .en {
    font-size: 12px;
  }

  .sec_pageHead .img {
    height: 125px;
  }

  .sec_pageHead .img img {
    height: 125px;
  }
}

.sec_ttl {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.sec_ttl.left {
  text-align: left;
}

.sec_ttl br {
  display: none;
}

@media screen and (max-width: 480px) {
  .sec_ttl {
    line-height: 1.75;
    font-size: 20px;
  }
  .sec_ttl br {
    display: block;
  }
}

.short_inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .short_inner {
    padding: 0;
  }
}

.cmn_column2_box {
  background: #faf5ec;
  border-radius: 20px;
  margin-bottom: 80px;
  width: calc(100% - 70px);
  position: relative;
}

.cmn_column2_box .img {
  position: absolute;
  top: -60px;
  right: -70px;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .cmn_column2_box {
    width: 100%;
  }

  .cmn_column2_box .img {
    position: relative;
    top: 0;
    right: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .cmn_column2_box .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.cmn_subHead {
  font-size: 20px;
  border-left: solid 4px #6ea7c6;
  padding: 5px 20px;
}

.bg_beige {
  background: #faf5ec;
}

.btn_red {
  max-width: 344px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #cb140d;
  position: relative;
  padding: 20px 0;
  border-radius: 100px;
  width: 100%;
  display: inline-block;
  margin: 0 10px;
}

.btn_red.btn_red-tbl {
  margin-block: 5px;
  font-size: 16px;
  padding: 1px 0;
  width: 80px;
}

.btn_red::before,
.btn_red::after {
  content: "";
  width: 8px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 30px;
}

.btn_red.btn_red-tbl::before,
.btn_red.btn_red-tbl::after {
  right: 10px;
}

.btn_red::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}
.btn_red::after {
  bottom: calc(50% - 3px);
  transform: rotate(-45deg);
}

.btn_red.rev::before,
.btn_red.rev::after {
  left: 30px;
  right: inherit;
}

.btn_red.rev::before {
  transform: rotate(-45deg);
}
.btn_red.rev::after {
  transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
  .btn_red {
    margin: 0;
  }
}

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

@media screen and (min-width: 481px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}
