@charset "UTF-8";
/*                reset
======================================================= */
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@400;600&display=swap");
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  color: #333333;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

dt, dd, li, th, td, p {
  line-height: 1.875;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input, textArea, select, button {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

button {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*                link
======================================================= */
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
}

@media only screen and (min-width: 1025px) {
  a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

@media only screen and (min-width: 1025px) {
  a:hover {
    color: #EB5F00;
  }
  a:hover img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
  }
}
/*                common
======================================================= */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                leyout
======================================================= */
img {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}
#wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
@media only screen and (min-width: 901px) {
  #wrapper.sticky {
    overflow: visible;
  }
}
.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1072px;
}
@media only screen and (max-width: 1200px) {
  .main_width {
    max-width: 100%;
    padding: 0 64px;
  }
}
@media only screen and (max-width: 900px) {
  .main_width {
    padding: 0 16px;
  }
}

/*                ヘッダー・
======================================================= */
/*                header
======================================================= */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1100;
}

#header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  height: 90px;
  border-bottom: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  #header {
    height: 73px;
  }
}
#header .logo_area {
  margin: 0 0 0 32px;
}
@media only screen and (max-width: 900px) {
  #header .logo_area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    height: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    padding-left: 15px;
  }
}
#header .logo_area .logo_wrap {
  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;
}
@media only screen and (max-width: 1024px) {
  #header .logo_area .logo_wrap {
    display: block;
  }
}
#header .logo_area .catchphrase {
  font-size: 75%;
  line-height: 18px;
  padding: 4px 0 4px 20px;
  border-left: 1px solid #C7C7C7;
  margin-left: 23px;
}
@media only screen and (max-width: 1024px) {
  #header .logo_area .catchphrase {
    font-size: 62.5%;
    padding-left: 0;
    border-left: none;
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  #header .logo_area .catchphrase {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    white-space: nowrap;
    margin-bottom: -8px;
    width: 130px;
  }
}
@media only screen and (max-width: 400px) {
  #header .logo_area .catchphrase {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}
@media only screen and (max-width: 350px) {
  #header .logo_area .catchphrase {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    width: 130px;
  }
}
@media only screen and (max-width: 1024px) {
  #header .logo_area .catchphrase br {
    display: none;
  }
}
#header .logo_area .header_logo {
  padding-right: 15px;
}
#header .logo_area .header_logo img {
  width: 273px;
}
@media only screen and (max-width: 900px) {
  #header .logo_area .header_logo img {
    width: 150px;
  }
}
#header .contact_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  #header .contact_area {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
  }
}
#header .contact_area .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-top: 24px;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  #header .contact_area .tel {
    background-position: 10px center;
    background-size: 30px auto;
    padding-top: 6px;
    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;
  }
}
@media only screen and (max-width: 900px) {
  #header .contact_area .tel {
    display: none;
  }
}
#header .contact_area .tel:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2238%22%20viewBox%3D%220%200%2032%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.37784%200.449936C5.49533%200.46289%205.60909%200.498961%205.71259%200.556078C5.8161%200.613195%205.9073%200.690232%205.98098%200.782766L12.2403%208.44038C12.3167%208.53101%2012.3741%208.63611%2012.409%208.74944C12.4439%208.86276%2012.4557%208.98198%2012.4437%209.09999C12.4316%209.218%2012.3959%209.33238%2012.3388%209.43631C12.2817%209.54024%2012.2042%209.63159%2012.1111%209.70492L7.907%2013.1503C7.802%2013.2383%207.72253%2013.353%207.67691%2013.4823C7.6313%2013.6115%207.62121%2013.7507%207.64771%2013.8852C8.31217%2017.0058%209.73896%2019.9124%2011.8003%2022.3446C13.7738%2024.8598%2016.3422%2026.8424%2019.2734%2028.1133C19.4012%2028.1727%2019.5434%2028.1941%2019.683%2028.1751C19.8227%2028.156%2019.954%2028.0972%2020.0613%2028.0057L24.2514%2024.5505C24.3416%2024.474%2024.4463%2024.4165%2024.5591%2024.3815C24.6719%2024.3464%2024.7907%2024.3345%2024.9082%2024.3465C25.0257%2024.3585%2025.1396%2024.3941%2025.243%2024.4512C25.3465%2024.5082%2025.4374%2024.5856%2025.5102%2024.6787L31.7684%2032.3439C31.8447%2032.4342%2031.9021%2032.539%2031.937%2032.652C31.972%2032.765%2031.9838%2032.8839%2031.9718%2033.0016C31.9598%2033.1193%2031.9242%2033.2333%2031.8671%2033.337C31.8101%2033.4406%2031.7328%2033.5316%2031.6398%2033.6047L28.1251%2036.487C25.5051%2037.8354%2022.1593%2037.437%2018.6061%2035.701C15.0529%2033.9651%2011.3327%2030.9053%208.20185%2027.202C5.07099%2023.4986%202.50373%2019.2214%201.1632%2015.002C-0.177331%2010.7825%20-0.277424%206.78919%201.28668%203.47127L4.72165%200.658286C4.90449%200.50501%205.14029%200.43014%205.37784%200.449936Z%22%20fill%3D%22%23EB5F00%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
}
#header .contact_area .tel .number {
  font-family: "Spartan", sans-serif;
  font-weight: 600;
  font-size: 187.5%;
  line-height: 1;
  color: #EB5F00;
}
@media only screen and (max-width: 1024px) {
  #header .contact_area .tel .number {
    font-size: 112.5%;
  }
}
#header .contact_area .tel .date {
  font-weight: bold;
  font-size: 100%;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1024px) {
  #header .contact_area .tel .date {
    font-size: 87.5%;
  }
}
#header .contact_area .tel .date .time {
  font-weight: 600;
  font-size: 87.5%;
  font-family: "Spartan", sans-serif;
}
#header .contact_area .tel .date .sub {
  font-size: 87.5%;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  #header .contact_area .tel .date .sub {
    display: block;
  }
}
#header .contact_area .contact {
  position: relative;
}
#header .contact_area .contact .contact_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .contact_area .contact .contact_wrap ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92px;
  height: 90px;
}
@media only screen and (min-width: 1025px) {
  #header .contact_area .contact .contact_wrap ul li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #header .contact_area .contact .contact_wrap ul li a:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 900px) {
  #header .contact_area .contact .contact_wrap ul li a {
    width: 54px;
    height: 73px;
    font-size: 62.5%;
  }
}
#header .contact_area .contact .contact_wrap ul li a span {
  display: block;
}
#header .contact_area .contact .contact_wrap ul li a span:before {
  background-size: contain;
  content: "";
  display: block;
  width: 23px;
  height: 25px;
  margin: 0 auto;
}
#header .contact_area .contact .contact_wrap ul li.request a {
  background-color: #4EAACE;
}
#header .contact_area .contact .contact_wrap ul li.request a span:before {
  background: url(../media/images/common/icon_doc.svg) no-repeat center center;
}
#header .contact_area .contact .contact_wrap ul li.contact a {
  background-color: #EB5F00;
}
#header .contact_area .contact .contact_wrap ul li.contact a span:before {
  background: url(../media/images/common/icon_contact.svg) no-repeat center center;
}
#header .sp_menu_btn {
  display: none;
}
@media only screen and (max-width: 900px) {
  #header .sp_menu_btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2228%22%20height%3D%2223%22%20viewBox%3D%220%200%2028%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2228%22%20height%3D%223.5%22%20rx%3D%221.75%22%20fill%3D%22%234EAACE%22%2F%3E%3Crect%20y%3D%229.40039%22%20width%3D%2228%22%20height%3D%223.5%22%20rx%3D%221.75%22%20fill%3D%22%234EAACE%22%2F%3E%3Crect%20y%3D%2218.8008%22%20width%3D%2228%22%20height%3D%223.5%22%20rx%3D%221.75%22%20fill%3D%22%234EAACE%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 28px 22px;
    background-position: center top 17px;
    width: 54px;
    height: 72px;
    font-size: 10px;
    padding-top: 45px;
    text-align: center;
    font-weight: bold;
  }
}
#header .nav_area {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  height: 80px;
  background: #ffffff;
  border-bottom: 1px solid #E0E0E0;
}
@media only screen and (min-width: 901px) {
  #header .nav_area {
    display: block !important;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area {
    display: none;
    width: 100%;
    top: 72px;
    height: calc(100vh - 72px);
    overflow: auto;
    background: rgba(0, 0, 0, 0.6);
    padding-bottom: 126px;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area > .inner {
    background: #E3EFF3;
    padding: 13px 16px 0;
    position: relative;
  }
}
#header .nav_area #gnavi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi > ul {
    display: block;
    margin: 0;
  }
}
#header .nav_area #gnavi > ul > li {
  line-height: 1;
  font-size: 112.5%;
}
@media only screen and (min-width: 1025px) {
  #header .nav_area #gnavi > ul > li > span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #header .nav_area #gnavi > ul > li:hover > span {
    color: #EB5F00;
  }
}
@media only screen and (max-width: 1024px) {
  #header .nav_area #gnavi > ul > li {
    font-size: 87.5%;
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi > ul > li {
    font-size: 100%;
    padding: 0;
  }
  #header .nav_area #gnavi > ul > li + li {
    margin-left: 0;
  }
}
#header .nav_area #gnavi > ul > li > span > a,
#header .nav_area #gnavi > ul > li > a {
  display: block;
  padding: 31px 32px;
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi > ul > li > span > a,
#header .nav_area #gnavi > ul > li > a {
    font-size: 100%;
    padding: 0;
  }
  #header .nav_area #gnavi > ul > li > span > a + li,
#header .nav_area #gnavi > ul > li > a + li {
    margin-left: 0;
  }
}
#header .nav_area #gnavi > ul > li > span {
  display: block;
  cursor: pointer;
}
#header .nav_area #gnavi > ul > li > span:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
@media only screen and (min-width: 901px) {
  #header .nav_area #gnavi > ul > li > span.open:before {
    opacity: 1;
    height: 100vh;
    z-index: -1;
  }
}
#header .nav_area #gnavi > ul > li > span.open a:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media only screen and (min-width: 901px) {
  #header .nav_area #gnavi > ul > li > span a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .nav_area #gnavi > ul > li > span a:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L6.5%207L11%202%22%20stroke%3D%22%23EB5F00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: right center;
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi > ul > li > span {
    background: none;
    position: relative;
    display: block;
    border-bottom: 1px solid #C4C4C4;
    padding: 0;
  }
  #header .nav_area #gnavi > ul > li > span a {
    display: block;
    position: relative;
    padding: 16px 30px 16px 0;
  }
  #header .nav_area #gnavi > ul > li > span span.sp_aco {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi > ul > li > span::before {
    content: "";
    opacity: 1;
    position: absolute;
    left: auto;
    right: 0;
    top: 15px;
    bottom: auto;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi > ul > li > span::after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "";
    position: absolute;
    right: 6px;
    top: 23px;
    width: 8px;
    height: 5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L6.5%207L11%202%22%20stroke%3D%22%23EB5F00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 8px 5px;
    background-position: right center;
    z-index: 2;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi > ul > li > span.open:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi > ul > li > a {
    display: block;
    position: relative;
    padding: 16px 30px 16px 0;
    line-height: 1;
    border-bottom: 1px solid #C4C4C4;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi > ul > li > a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi > ul > li > a::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 23px;
    width: 8px;
    height: 5px;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L6.5%207L11%202%22%20stroke%3D%22%23EB5F00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 8px 5px;
    background-position: right center;
  }
}
#header .nav_area #gnavi .slide_area {
  display: none;
  background: #ffffff;
  z-index: 1;
  position: fixed;
  top: 170px;
  left: 0;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area {
    background: transparent;
    position: static;
  }
}
#header .nav_area #gnavi .slide_area.open {
  display: block;
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area.open {
    display: block;
  }
}
#header .nav_area #gnavi .slide_area .slide_area_wrap {
  max-width: 1180px;
  padding: 45px 30px 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area .slide_area_wrap {
    padding: 0;
  }
}
@media only screen and (min-width: 901px) {
  #header .nav_area #gnavi .slide_area .slide_area_wrap > dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  font-size: 112.5%;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  #header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dt {
    width: 150px;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dt {
    border-bottom: 1px #D3D3D3 solid;
    background: #F0F6F8;
    display: block;
    width: 100%;
    font-weight: 500;
    position: relative;
    font-size: 87.5%;
  }
  #header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dt a {
    display: block;
    padding: 12px 33px;
  }
}
@media only screen and (min-width: 901px) {
  #header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dt span {
    display: none;
  }
}
#header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dt:after {
  background: #EEEEEE url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L6.5%207L11%202%22%20stroke%3D%22%23EB5F00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
  background-size: 12px;
  content: "";
  border-radius: 50%;
  width: 22px;
  height: 22px;
  -webkit-transform: rotateZ(-90deg) translateX(-2px);
          transform: rotateZ(-90deg) translateX(-2px);
  margin-left: 10px;
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dt:after {
    top: 50%;
    position: absolute;
    right: 0;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L6.5%207L11%202%22%20stroke%3D%22%23EB5F00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
    background-size: 8px 5px;
    -webkit-transform: rotateZ(-90deg) translate(50%, 0);
            transform: rotateZ(-90deg) translate(50%, 0);
  }
}
#header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dd {
  border-left: 1px #D3D3D3 solid;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 48px;
}
@media only screen and (max-width: 1024px) {
  #header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dd {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dd {
    border-left: none;
    padding-left: 0;
  }
}
#header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dd .arrow_list ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dd .arrow_list ul li {
  width: 33.3333333%;
}
@media only screen and (max-width: 1024px) {
  #header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dd .arrow_list ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area .slide_area_wrap > dl > dd .arrow_list ul li {
    width: 100%;
  }
}
#header .nav_area #gnavi .slide_area .inner {
  max-height: calc(100vh - 170px);
  overflow-y: auto;
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area .inner {
    height: auto;
    max-height: 100%;
    overflow-y: visible;
  }
}
@media only screen and (min-width: 901px) {
  #header .nav_area #gnavi .slide_area .img_navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .nav_area #gnavi .slide_area .img_navi + .img_navi {
    margin-top: 48px;
  }
}
#header .nav_area #gnavi .slide_area .img_navi .img {
  width: 185px;
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area .img_navi .img {
    display: none;
  }
}
#header .nav_area #gnavi .slide_area .img_navi .list_wrap {
  display: block;
}
@media only screen and (min-width: 901px) {
  #header .nav_area #gnavi .slide_area .img_navi .list_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-top: -10px;
    padding-left: 30px;
  }
}
#header .nav_area #gnavi .slide_area .img_navi .list_wrap dt {
  font-size: 112.5%;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width: 901px) {
  #header .nav_area #gnavi .slide_area .img_navi .list_wrap dt {
    pointer-events: none;
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area .img_navi .list_wrap dt {
    border-bottom: 1px #D3D3D3 solid;
    font-size: 87.5%;
    font-weight: 500;
    position: relative;
    padding: 12px 33px;
    margin-bottom: 0;
  }
  #header .nav_area #gnavi .slide_area .img_navi .list_wrap dt:after {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    content: "";
    top: 50%;
    position: absolute;
    right: 0;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L6.5%207L11%202%22%20stroke%3D%22%23EB5F00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
    background-size: 8px 5px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header .nav_area #gnavi .slide_area .img_navi .list_wrap dt.open:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area .img_navi .list_wrap dd {
    display: none;
  }
}
#header .nav_area #gnavi .slide_area .arrow_list ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
#header .nav_area #gnavi .slide_area .arrow_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 87.5%;
  width: 25%;
  padding: 0 16px;
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area .arrow_list ul li {
    display: block;
    font-weight: 500;
    width: 100%;
  }
}
#header .nav_area #gnavi .slide_area .arrow_list ul li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px #D3D3D3 solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  line-height: 1.5;
  position: relative;
  padding: 16px 0;
}
#header .nav_area #gnavi .slide_area .arrow_list ul li a:after {
  background: #EEEEEE url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L6.5%207L11%202%22%20stroke%3D%22%23EB5F00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
  content: "";
  background-size: 12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  -webkit-transform: rotateZ(-90deg) translateX(-2px);
          transform: rotateZ(-90deg) translateX(-2px);
  margin-left: 10px;
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area .arrow_list ul li a:after {
    top: 50%;
    position: absolute;
    right: 0;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%202L6.5%207L11%202%22%20stroke%3D%22%23EB5F00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
    background-size: 8px 5px;
    -webkit-transform: rotateZ(-90deg) translate(50%, 0);
            transform: rotateZ(-90deg) translate(50%, 0);
  }
}
@media only screen and (max-width: 900px) {
  #header .nav_area #gnavi .slide_area .arrow_list ul li a {
    background: #F0F6F8;
    padding: 12px 33px;
  }
}
#header .nav_area #gnavi .slide_area .arrow_list ul li a span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
#header .nav_area .utility_links {
  display: none;
}
@media only screen and (max-width: 900px) {
  #header .nav_area .utility_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 29px 0;
  }
  #header .nav_area .utility_links li {
    width: 50%;
    margin-bottom: 16px;
  }
  #header .nav_area .utility_links li:nth-of-type(2n+1) {
    border-right: 1px solid #C4C4C4;
  }
  #header .nav_area .utility_links li:last-child {
    border-right: none;
  }
  #header .nav_area .utility_links li a {
    text-align: center;
    display: block;
    line-height: 1.25;
  }
}
#header .nav_area .close {
  display: none;
}
@media only screen and (max-width: 900px) {
  #header .nav_area .close {
    display: block;
    position: absolute;
    left: 0;
    bottom: -44px;
    color: #ffffff;
    font-size: 112.5%;
    text-align: center;
    width: 100%;
  }
}
#header.scrolled {
  height: 80px;
}
@media only screen and (max-width: 900px) {
  #header.scrolled {
    height: 49px;
  }
}
#header.scrolled .logo_area .catchphrase {
  display: none;
}
@media only screen and (min-width: 901px) {
  #header.scrolled .logo_area .header_logo {
    width: 182px;
  }
}
@media only screen and (max-width: 900px) {
  #header.scrolled .sp_menu_btn {
    height: 49px;
    padding-top: 33px;
    background-position: center top 7px;
  }
  #header.scrolled .sp_menu_btn span {
    display: block;
    font-size: 10px;
  }
}
@media only screen and (max-width: 400px) {
  #header.scrolled .sp_menu_btn {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
#header.scrolled .nav_area {
  position: static;
  top: 80px;
  border-bottom: 0;
  margin: 0 24px 0 auto;
}
@media only screen and (max-width: 900px) {
  #header.scrolled .nav_area {
    position: absolute;
    top: 49px;
    height: calc(100vh - 49px);
    margin: 0;
  }
}
#header.scrolled .nav_area #gnavi > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #header.scrolled .nav_area #gnavi > ul {
    margin: 0;
  }
}
#header.scrolled .nav_area #gnavi > ul > li {
  font-size: 87.5%;
  line-height: 1;
}
#header.scrolled .nav_area #gnavi > ul > li + li {
  margin-left: 15px;
}
@media only screen and (max-width: 1100px) {
  #header.scrolled .nav_area #gnavi > ul > li {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 1024px) {
  #header.scrolled .nav_area #gnavi > ul > li + li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 900px) {
  #header.scrolled .nav_area #gnavi > ul > li {
    font-size: 87.5%;
    padding: 0;
  }
  #header.scrolled .nav_area #gnavi > ul > li + li {
    margin-left: 0;
  }
}
#header.scrolled .nav_area #gnavi > ul > li > span > a,
#header.scrolled .nav_area #gnavi > ul > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  #header.scrolled .nav_area #gnavi > ul > li > span > a,
#header.scrolled .nav_area #gnavi > ul > li > a {
    height: auto;
    padding: 19px 30px 19px 0;
  }
}
#header.scrolled .nav_area #gnavi > ul > li > span > a + span.sp_aco,
#header.scrolled .nav_area #gnavi > ul > li > a + span.sp_aco {
  display: none;
}
@media only screen and (max-width: 1024px) {
  #header.scrolled .nav_area #gnavi > ul > li span {
    padding-right: 14px;
  }
}
#header.scrolled .nav_area #gnavi > ul > li .slide_area {
  border-top: 1px solid #E0E0E0;
  top: 79px;
}
#header.scrolled .nav_area #gnavi > ul > li .slide_area .inner {
  max-height: calc(100vh - 166px);
}
#header.scrolled .nav_area #gnavi .slide_area {
  top: 160px;
}
#header.scrolled .contact_area {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#header.scrolled .contact_area .tel {
  padding-top: 15px;
}
#header.scrolled .contact_area .tel:before {
  content: "";
  display: none;
}
@media only screen and (max-width: 1024px) {
  #header.scrolled .contact_area .tel {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 900px) {
  #header.scrolled .contact_area .tel {
    display: none;
  }
}
#header.scrolled .contact_area .tel .number {
  font-size: 100%;
  margin-bottom: 2px;
}
#header.scrolled .contact_area .tel .date {
  font-weight: normal;
  font-size: 75%;
  line-height: 1.2;
}
#header.scrolled .contact_area .tel .date .time {
  font-size: 100%;
}
#header.scrolled .contact_area .tel .date .sub {
  font-size: 100%;
  display: block;
}
@media only screen and (min-width: 901px) {
  #header.scrolled .contact_area .contact .contact_wrap ul li a {
    width: 80px;
    height: 80px;
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 1024px) {
  #header.scrolled .contact_area .contact .contact_wrap ul li a {
    width: 60px;
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 900px) {
  #header.scrolled .contact_area .contact .contact_wrap ul li a {
    font-size: 62.5%;
    height: 49px;
  }
}
#header.scrolled .contact_area .contact .contact_wrap ul li a span:before {
  content: "";
  display: none;
}

#home .kv_area {
  position: relative;
  padding-top: 56px;
}
@media only screen and (max-width: 900px) {
  #home .kv_area {
    padding-top: 18px;
    margin-bottom: 24px;
  }
}
#home .kv_area:before {
  position: absolute;
  top: 0;
  height: 623px;
  left: calc(-50vw + 536px);
  right: calc(-50vw + 536px);
  background: url(/media/images/home/kv_bg.png) no-repeat center top #ffffff;
  background-size: 2300px 623px;
  content: "";
}
@media only screen and (max-width: 1200px) {
  #home .kv_area:before {
    left: -64px;
    right: -64px;
  }
}
@media only screen and (max-width: 900px) {
  #home .kv_area:before {
    left: -16px;
    right: -16px;
    background: url(/media/images/home/kv_bg_sp.png) no-repeat center top #ffffff;
    background-size: 100% auto;
  }
}
#home .kv_area .stamp {
  position: absolute;
  width: 253px;
  height: 229px;
  top: 50px;
  right: -102px;
  z-index: 1001;
}
@media only screen and (max-width: 900px) {
  #home .kv_area .stamp {
    width: 30%;
    height: auto;
    right: -28px;
    top: -4px;
  }
}
#home .kv_area .wave {
  position: absolute;
  width: 463px;
  height: 93px;
  bottom: 132px;
  left: -320px;
  z-index: 1001;
}
@media only screen and (max-width: 900px) {
  #home .kv_area .wave {
    width: 50%;
    height: auto;
    left: -35%;
    top: 60%;
  }
}
#home .kv_area .main_kv {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
#home .kv_area .main_kv .slick-list {
  position: relative;
}
#home .kv_area .main_kv .slick-list:before {
  background: url(/media/images/home/kv_img_mask.png) no-repeat center top;
  background-size: 100% 84px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 84px;
  z-index: 1002;
  content: "";
}
@media only screen and (max-width: 900px) {
  #home .kv_area .main_kv .slick-list:before {
    background: url(/media/images/home/kv_img_mask_sp.png) no-repeat center bottom;
    background-size: 100% 14px;
    height: 14px;
  }
}
#home .kv_area .main_kv .slick-dots {
  position: relative;
  z-index: 1003;
  margin-top: -32px;
}
@media only screen and (max-width: 900px) {
  #home .kv_area .main_kv .slick-dots {
    margin-top: 16px;
    text-align: center;
  }
}
#home .kv_area .main_kv .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
#home .kv_area .main_kv .slick-dots li button {
  width: 10px;
  height: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 500%;
  background: #C7C7C7;
  border-radius: 50%;
}
#home .kv_area .main_kv .slick-dots li.slick-active button {
  background: #EB5F00;
}

.second_level_h1 {
  height: 653px;
  margin-bottom: -301px;
  background: #E3EFF3;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .second_level_h1 {
    height: 373px;
    margin-bottom: -112px;
  }
}
.second_level_h1:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  content: "";
  background: url(/media/images/common/msk_wave_white.png) no-repeat center bottom;
  background-size: 100% 32px;
}
@media only screen and (max-width: 900px) {
  .second_level_h1:before {
    height: 16px;
    content: "";
    background: url(/media/images/common/msk_wave_white.png) no-repeat center bottom;
    background-size: 100% 16px;
  }
}
.second_level_h1:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 653px;
  content: "";
  background: url(/media/images/common/deco_h1_level2.png) no-repeat center top;
  background-size: 1830px 653px;
}
@media only screen and (max-width: 900px) {
  .second_level_h1:after {
    background: url(/media/images/common/deco_h1_level2_sp.png) no-repeat center top;
    background-size: 100% auto;
    height: 76vw;
  }
}
.second_level_h1 .bg_img {
  position: absolute;
  left: 50%;
  margin-left: -443px;
  height: 300px;
  top: 53px;
  right: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .second_level_h1 .bg_img {
    left: 157px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .second_level_h1 .bg_img {
    left: 19.2%;
    height: 161px;
    top: 22px;
  }
}
.second_level_h1 h1 {
  width: 460px;
  height: 188px;
  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;
  background: #ffffff;
  border: 2px solid #D3D3D3;
  border-radius: 20px;
  position: absolute;
  text-align: center;
  top: 205px;
  left: 50%;
  line-height: 1.3;
  margin-left: -536px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .second_level_h1 h1 {
    left: 64px;
    margin-left: 0;
    top: 152px;
  }
}
@media only screen and (max-width: 900px) {
  .second_level_h1 h1 {
    width: 82.9333%;
    top: 129px;
    left: 8.5334%;
    height: 93px;
  }
}
.second_level_h1 h1 span.inner {
  font-size: 200%;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .second_level_h1 h1 span.inner {
    font-size: 137.5%;
  }
}
@media only screen and (max-width: 400px) {
  .second_level_h1 h1 span.inner {
    font-size: 112.5%;
  }
}
.second_level_h1 h1 span.inner span.sub {
  color: #4EAACE;
  display: block;
  font-size: 62.5%;
  text-align: center;
  line-height: 1;
  margin-bottom: 16px;
}
@media only screen and (max-width: 900px) {
  .second_level_h1 h1 span.inner span.sub {
    font-size: 72.7273%;
    margin-bottom: 8px;
  }
}
.second_level_h1 h1:before {
  content: "";
  background: url(/media/images/common/deco_h1_level2_ttl.png) no-repeat center center;
  width: 578px;
  height: 251px;
  position: absolute;
  top: -44px;
  left: -72px;
}
@media only screen and (max-width: 900px) {
  .second_level_h1 h1:before {
    background: url(/media/images/common/deco_h1_level2_ttl_sp.png) no-repeat center center;
    background-size: 100% auto;
    width: 100vw;
    height: 38.6667vw;
    left: -8.5333vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.second_level_h1.unimaged {
  height: 324px;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .second_level_h1.unimaged {
    height: 218px;
  }
}
.second_level_h1.unimaged:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 126px;
  content: "";
  background: url(/media/images/common/msk_wave_white_height.png) no-repeat center bottom;
  background-size: 100% 126px;
}
@media only screen and (max-width: 900px) {
  .second_level_h1.unimaged:before {
    content: none;
  }
}
.second_level_h1.unimaged:after {
  height: 189px;
  content: "";
  background: url(/media/images/common/deco_h1_level2_short.png) no-repeat center top;
  background-size: 1830px 189px;
}
@media only screen and (max-width: 900px) {
  .second_level_h1.unimaged:after {
    background: url(/media/images/common/deco_h1_level2_short_sp.png) no-repeat center top;
    background-size: 100% auto;
    height: 52.5333vw;
  }
}
.second_level_h1.unimaged h1 {
  top: 115px;
}
@media only screen and (max-width: 900px) {
  .second_level_h1.unimaged h1 {
    top: 64px;
  }
}
.second_level_h1.unimaged h1 span.inner {
  font-size: 200%;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .second_level_h1.unimaged h1 span.inner {
    font-size: 137.5%;
  }
}
@media only screen and (max-width: 400px) {
  .second_level_h1.unimaged h1 span.inner {
    font-size: 112.5%;
  }
}
.second_level_h1.unimaged h1 span.inner span.sub {
  color: #4EAACE;
  display: block;
  font-size: 62.5%;
  text-align: center;
  line-height: 1;
  margin-bottom: 16px;
}

.third_level_h1 {
  background: #E3EFF3;
  height: 200px;
  position: relative;
  text-align: center;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 900px) {
  .third_level_h1 {
    height: 35.6vw;
    margin-bottom: 18px;
  }
}
.third_level_h1:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32px;
  content: "";
  background: url(/media/images/common/msk_wave_white.png) no-repeat center bottom;
  background-size: 100% 32px;
}
@media only screen and (max-width: 900px) {
  .third_level_h1:before {
    content: none;
  }
}
.third_level_h1:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 212px;
  content: "";
  background: url(/media/images/common/deco_h1_level3.png) no-repeat center top;
  background-size: 1492px 212px;
  z-index: 0;
}
@media only screen and (max-width: 900px) {
  .third_level_h1:after {
    background: url(/media/images/common/deco_h1_level3_sp.png) no-repeat center bottom;
    background-size: 100% auto;
    height: 35.6vw;
  }
}
.third_level_h1 h1 {
  position: relative;
  z-index: 2;
}
.third_level_h1 h1 span {
  font-size: 187.5%;
  line-height: 1;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
  .third_level_h1 h1 span {
    font-size: 137.5%;
  }
}
.third_level_h1 .sub_title {
  font-size: 125%;
  text-align: center;
  position: relative;
  z-index: 2;
  margin: -10px 0 2px;
}
@media only screen and (max-width: 900px) {
  .third_level_h1 .sub_title {
    margin: -20px 0 2px;
    font-size: 100%;
  }
}
#staff .third_level_h1, #voice .third_level_h1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#staff .third_level_h1 .title, #voice .third_level_h1 .title {
  line-height: 1;
  font-size: 250%;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  #staff .third_level_h1 .title, #voice .third_level_h1 .title {
    font-size: 137.5%;
  }
}
#staff .third_level_h1 .title span, #voice .third_level_h1 .title span {
  display: block;
  font-size: 75%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  #staff .third_level_h1 .title span, #voice .third_level_h1 .title span {
    font-size: 60%;
    margin-bottom: 8px;
  }
}
#staff .third_level_h1 h1, #voice .third_level_h1 h1 {
  font-size: 100%;
  font-weight: 500;
  position: relative;
  z-index: 10;
  margin-top: 15px;
}
@media only screen and (max-width: 900px) {
  #staff .third_level_h1 h1, #voice .third_level_h1 h1 {
    font-size: 87.5%;
    margin-top: 5px;
  }
}
.third_level_h1 ul.tag li {
  display: inline-block;
  margin-bottom: 4px;
  margin-right: 4px;
}
.third_level_h1 ul.tag li a {
  color: #1F9CCD;
}
.third_level_h1 ul.tag li a:after {
  content: none !important;
}
.third_level_h1.blog {
  height: auto;
  margin-bottom: 54px;
  background: url(/media/images/common/blog_wave.png) no-repeat center top;
  background-size: 100% 206px;
  display: block;
  padding-top: 84px;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .third_level_h1.blog {
    background: none;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.third_level_h1.blog:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 212px;
  content: "";
  background: url(/media/images/common/deco_h1_level3_short.png) no-repeat center top;
  background-size: 1492px 212px;
  z-index: 0;
}
@media only screen and (max-width: 900px) {
  .third_level_h1.blog:after {
    background: url(/media/images/common/deco_h1_level3_short_sp.png) no-repeat center top;
    background-size: 100% auto;
    height: 35.6vw;
  }
}
.third_level_h1.blog:before {
  content: none;
}
.third_level_h1.blog .inner {
  max-width: 1072px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 60px 0;
  position: relative;
  z-index: 1;
  border-radius: 20px 20px 0 0;
}
@media only screen and (max-width: 1200px) {
  .third_level_h1.blog .inner {
    width: auto;
    margin: 0 64px;
  }
}
@media only screen and (max-width: 900px) {
  .third_level_h1.blog .inner {
    margin: 0 16px;
    padding: 27px 16px 0;
  }
}
.third_level_h1.blog .inner .date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.third_level_h1.blog .inner .date_wrap .date {
  color: #8C8C8C;
  display: block;
  font-size: 87.5%;
  margin-bottom: 8px;
}
.third_level_h1.blog .inner .date_wrap ul {
  margin-left: 18px;
}
.third_level_h1.blog .inner h1 {
  padding-bottom: 16px;
  border-bottom: 2px solid #D3D3D3;
  margin-bottom: 24px;
}
@media only screen and (max-width: 900px) {
  .third_level_h1.blog .inner h1 {
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
}
.third_level_h1.blog .inner h1 span {
  font-size: 175%;
  font-weight: 700;
  line-height: 1.5714;
}
@media only screen and (max-width: 900px) {
  .third_level_h1.blog .inner h1 span {
    font-size: 125%;
  }
}

.institution_level_h1 {
  position: relative;
  height: 636px;
  padding-top: 64px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 900px) {
  .institution_level_h1 {
    padding-top: 0;
    background: #E3EFF3;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 72px;
  }
}
.institution_level_h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  margin-right: -108px;
  background: #E3EFF3;
  border-radius: 0 0 20px 0;
}
@media only screen and (max-width: 900px) {
  .institution_level_h1:before {
    content: none !important;
  }
}
.institution_level_h1 div.inner {
  max-width: 1072px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .institution_level_h1 div.inner {
    width: auto;
    margin: 0 0 0 64px;
  }
}
@media only screen and (max-width: 900px) {
  .institution_level_h1 div.inner {
    width: 100%;
    margin: 0;
  }
}
.institution_level_h1 div.inner .kv_slide {
  width: 736px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .institution_level_h1 div.inner .kv_slide {
    width: 674px;
  }
}
@media only screen and (max-width: 900px) {
  .institution_level_h1 div.inner .kv_slide {
    position: static;
    width: 100%;
  }
}
.institution_level_h1 div.inner .kv_slide ul {
  overflow: hidden;
}
.institution_level_h1 div.inner .kv_slide ul li {
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .institution_level_h1 div.inner .kv_slide ul li {
    border-radius: 0;
  }
}
.institution_level_h1 div.inner .kv_slide .flex-control-nav.flex-control-paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  padding-top: 16px;
  position: absolute;
  right: 0;
  top: 100%;
  margin: 0 -8px;
}
@media only screen and (max-width: 900px) {
  .institution_level_h1 div.inner .kv_slide .flex-control-nav.flex-control-paging {
    top: auto;
    bottom: -50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
  }
}
.institution_level_h1 div.inner .kv_slide .flex-control-nav.flex-control-paging li {
  padding: 0 8px;
}
.institution_level_h1 div.inner .kv_slide .flex-control-nav.flex-control-paging li a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  width: 10px;
  height: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 500%;
  background: #C7C7C7;
  border-radius: 50%;
}
.institution_level_h1 div.inner .kv_slide .flex-control-nav.flex-control-paging li a:after {
  content: "" !important;
  display: none !important;
}
.institution_level_h1 div.inner .kv_slide .flex-control-nav.flex-control-paging li a.flex-active {
  background: #EB5F00;
}
.institution_level_h1 div.inner h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-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;
  text-align: center;
  width: 428px;
  height: 280px;
  border: 2px solid #d3d3d3;
  background: #ffffff;
  border-radius: 20px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .institution_level_h1 div.inner h1 {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 0;
    height: 117px;
    width: 91.4667%;
    margin: -30px auto 0;
  }
}
.institution_level_h1 div.inner h1 span.inner {
  font-size: 200%;
  font-weight: 700;
  line-height: 1.3125;
}
@media only screen and (max-width: 900px) {
  .institution_level_h1 div.inner h1 span.inner {
    font-size: 150%;
  }
}
.institution_level_h1 div.inner h1 span.inner .sub {
  display: block;
  font-size: 50%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .institution_level_h1 div.inner h1 span.inner .sub {
    font-size: 58.3333%;
    margin-bottom: 8px;
  }
}
.institution_level_h1 div.inner h1 span.inner .sub.service {
  color: #C16767;
}
.institution_level_h1 div.inner h1 span.inner .sub.care {
  color: #746FA8;
}
.institution_level_h1 div.inner h1 span.inner .place {
  display: block;
  font-size: 50%;
  margin-top: 14px;
}
@media only screen and (max-width: 900px) {
  .institution_level_h1 div.inner h1 span.inner .place {
    font-size: 66.6667%;
    margin-top: 6px;
  }
}

#main_area {
  padding-top: 170px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #main_area {
    padding-top: 72px;
  }
}

.bread_list {
  padding: 12px 0;
  margin-bottom: 65px;
}
.bread_list ol {
  text-align: right;
}
.bread_list ol li {
  display: inline-block;
  line-height: 1;
}
#main_area .bread_list ol li:last-child > a {
  pointer-events: none;
}
#main_area .bread_list ol li:last-child > a:after {
  content: "";
  display: none;
  margin-right: 0;
  padding-right: 0;
}
.bread_list ol li > a {
  font-size: 68.8%;
  padding-right: 20px;
  position: relative;
  vertical-align: middle;
  margin-right: 16px;
}
@media only screen and (max-width: 900px) {
  .bread_list ol li > a {
    padding-right: 16px;
  }
}
.bread_list ol li > a:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333333 !important;
}
.bread_list ol li > span {
  font-size: 68.8%;
  position: relative;
}
.bread_list ol li:first-of-type {
  padding-left: 16px;
  position: relative;
}
.bread_list ol li:first-of-type:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2211%22%20viewBox%3D%220%200%2010%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%200L0%203.92857V11H3.375V7.33333H6.625V11H10V3.92857L5%200Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  margin-top: 3px;
}
@media only screen and (max-width: 900px) {
  .bread_list {
    display: none;
  }
}
.bread_list.top_style {
  position: absolute;
  top: 170px;
  right: 50%;
  margin-right: -536px;
  z-index: 900;
}
@media only screen and (max-width: 1200px) {
  .bread_list.top_style {
    right: 64px;
    margin-right: 0;
  }
}