@charset "UTF-8";
@import url(normalize.css/normalize.css);
html {
  font-size: 62.5%;
}

body {
  min-width: 1260px;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
body ul,
body ol {
  list-style: none;
}
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
body h2,
body h3,
body h4 {
  font-family: "Helvetica Neue", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif, sans-serif;
  font-weight: 500;
}
body input,
body button,
body textarea,
body select {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mrt {
  margin-top: -10px;
}
.c-footer {
  padding: 13px 0 14px;
  background-color: #f2f6fb;
}

.c-footer__copyright {
  text-align: center;
}
.c-footer__copyright small {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.c-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 9px 25px 22px 17px;
}
.c-header h1 {
  display: flex;
  align-items: baseline;
  margin-bottom: 27px;
}
.c-header h1 span {
  display: block;
  position: relative;
  top: -3px;
  margin-right: 9px;
  margin-left: 19px;
  width: 10px;
  height: 10px;
}
.c-header h1 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  border-top: 1px solid #000;
  transform: rotate(-45deg);
}
.c-header h1 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}

.c-header__fix {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  z-index: 9999;
  padding: 13px 25px 20px;
  background-color: #fff;
  box-shadow: 0;
  transition: 0.8s;
  visibility: hidden;
}
.c-header__fix[data-scroll="true"] {
  top: 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  visibility: visible;
}

.c-header__nav {
  display: flex;
  font-size: 1.5rem;
  padding-left: 10px;
}
.c-header__nav li {
  position: relative;
  font-weight: 500;
}
.c-header__nav li + li {
  padding-left: 27px;
}
.c-header__nav li + li::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 12px;
  width: 1px;
  height: 22px;
  background-color: #c7cace;
  transform: rotate(30deg);
}
.c-header__nav a {
  display: block;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-decoration: none;
  color: #112b53;
}
.c-header__nav a[data-active="true"] {
  color: #006ccf;
}
.c-header__nav a:hover {
  color: #006ccf;
}

.c-nav-global {
  margin-left: auto;
}
.c-nav-global ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-nav-global ul li {
  margin: 0 15px;
}
.c-nav-global ul a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}

.c-sitemap {
  background: #000000;
}
.c-sitemap__body {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0;
}
.c-sitemap__body li {
  margin-bottom: 20px;
}
.c-sitemap__body a {
  color: #fff;
}

.c-social {
  margin: 0 auto;
  padding: 15px 0;
}
.c-social ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.c-social ul li {
  margin: 0 15px;
}
.c-social ul a {
  color: #72b2d5;
}

.c-wrapper {
  max-width: 1152px;
  margin: 0 auto;
}

.c-button {
  display: inline-block;
}
.c-button a {
  display: flex;
  position: relative;
  top: 3px;
  width: 280px;
  text-decoration-line: none;
  border-radius: 50px;
  box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.2);
  background: #90d302;
  /* Old browsers */
  background: -moz-linear-gradient(left, #90d302 1%, #0bc489 92%, #01c294 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #90d302 1%, #0bc489 92%, #01c294 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #90d302 1%, #0bc489 92%, #01c294 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90d302', endColorstr='#01c294',GradientType=1 );
  /* IE6-9 */
  transition: box-shadow 0.3s;
  text-decoration: none;
}
.c-button a p {
  line-height: 1.5;
  letter-spacing: 0.002rem;
  color: #fff;
}
.c-button a:hover {
  box-shadow: none;
}
.c-button a:hover p {
  font-weight: bold;
}
.c-button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 23px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url(../image/common/button_img.jpg);
  background-size: cover;
}
.c-button a::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  margin-top: -2px;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.c-button[data-button="message"] a {
  width: 320px;
}
.c-button[data-button="message"] a::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url(../image/common/button_img.jpg);
  background-size: cover;
}
.c-button[data-button="message"] a p {
  letter-spacing: 0.2rem;
}
.c-button[data-button="contact"] a {
  width: 420px;
}
.c-button[data-button="contact"] a::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 53px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: url(../image/common/button_img.jpg);
  background-size: cover;
}
.c-button[data-button="contact"] .c-button__copy {
  font-size: 1.5rem;
}
.accordion__c-button {
  margin-top: 10px auto;
}
.c-button__copy {
  position: relative;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0.11rem;
  font-weight: 500;
  font-size: 1.3rem;
  color: #2c2c2c;
}
.c-button__copy p {
  position: relative;
  display: inline-block;
}
.c-button__copy p::before,
.c-button__copy p::after {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  width: 1px;
  height: 25px;
  background-color: #000000;
  transform: rotate(-30deg);
}
.c-button__copy p::after {
  left: initial;
  right: -13px;
  transform: rotate(30deg);
}
.c-button__copy[data-button="message"] {
  margin-bottom: 10px;
}
.c-button__copy[data-button="message"]::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 42px;
  width: 25px;
  height: 23px;
  transform: rotate(150deg);
  border-left: 1px solid #000000;
}
.c-button__copy[data-button="message"]::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 63px;
  width: 25px;
  height: 23px;
  transform: rotate(-150deg);
  border-left: 1px solid #000000;
}
.c-button__copy[data-button="contact"] {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.c-button__copy[data-button="contact"]::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 82px;
  width: 25px;
  height: 23px;
  transform: rotate(150deg);
  border-left: 1px solid #000000;
}
.c-button__copy[data-button="contact"]::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 100px;
  width: 25px;
  height: 23px;
  transform: rotate(-150deg);
  border-left: 1px solid #000000;
}

.c-button-text {
  position: relative;
  padding: 10px 9px 10px 78px;
  font-weight: 600;
}
.c-button-text[data-button="message"] {
  letter-spacing: 0.3rem;
}
.c-button-text[data-button="contact"] {
  padding: 18px 9px 16px 124px;
}

.c-button__sub {
  text-align: left;
  font-size: 1.2rem;
}
.c-button__sub[data-button="message"] {
  font-size: 1.3rem;
}
.c-button__sub[data-button="contact"] {
  font-size: 1.5rem;
}

.c-button__main {
  font-size: 1.5rem;
}
.c-button__main[data-button="message"] {
  font-size: 1.7rem;
}
.c-button__main[data-button="contact"] {
  font-size: 2rem;
  letter-spacing: 0.3rem;
}

.c-button__accordion {
  text-align:left;
  position: relative;
  width: 100%;
  padding: 12px 30px;
  letter-spacing: 0.095em;
  font-weight: 500;
  font-size: 2.4rem;
  color: #112b53;
  background-color: #fff;
  border: 1px solid #c7cace;
  transition: background-color 0.3s, color 0.3s;
}
.c-button__accordion:hover {
  background-color: #fafafa;
  color: #2b6dd2;
}
.c-button__accordion[data-button="profile"] {
  padding: 15px 0;
  font-size: 2rem;
}
.c-button__accordion[data-button="qanda"] {
  padding: 38px 75px 38px 0;
  text-align: left;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  border: none !important;
}
.c-button__accordion[data-button="qanda"]:last-child {
  border-bottom: 1px solid #c7cace !important;
}
.c-button__accordion[data-button="qanda"] span {
  font-size: 2.6rem;
}
.c-button__accordion[data-button="qanda"] p {
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 2rem;
  color: #000000;
  transition: 0.3s;
}
.c-button__accordion[data-button="qanda"] .c-button__accordion-icon {
  top: 22px;
}
.c-button__accordion[aria-expanded="true"] .c-button__accordion-icon:after {
  opacity: 0;
  transform: rotate(90deg);
}
.c-button__accordion:hover {
  cursor: pointer;
}
.c-button__accordion:hover p {
  color: #112b53;
}
.c-button__accordion:hover .c-button__accordion-icon {
  background-color: #2b6dd2;
}

.c-button__accordion-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #112b53;
  transition: 0.3s;
}
.c-button__accordion-icon::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 28px;
  height: 1px;
  background-color: #fff;
}
.c-button__accordion-icon::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 1px;
  height: 28px;
  margin-top: -14px;
  background-color: #fff;
  transition: 0.3s;
}

.c-caption {
  text-align: center;
}
.c-caption[data-span="left"] {
  text-align: left;
}
.c-caption span {
  letter-spacing: 0.4rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  color: #112b53;
}
.c-caption h2 {
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 3.4rem;
}

.c-slide__text {
  position: sticky;
  z-index: 10;
  top: 100px;
  width: 98%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.3rem;
  color: #112b53;
}
.c-slide__text span {
  position: relative;
  top: 25px;
}

.c-contact {
  background-color: #f2f6fb;
}

.c-contact__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 70px 0 130px;
  text-align: center;
}
.c-contact__inner h2 {
  margin-bottom: 35px;
  letter-spacing: 0.13rem;
  font-weight: 500;
  font-size: 2.6rem;
}

.c-contact__example {
  margin-top: 65px;
  padding: 30px 90px;
  background-color: #fff;
  color: #112b53;
}
.c-contact__example h3 {
  margin-bottom: 27px;
  letter-spacing: 0.3rem;
  font-weight: 500;
  font-size: 2.4rem;
}
.c-contact__example ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-contact__example li {
  margin-bottom: 20px;
  padding: 3px 15px 4px;
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  white-space: nowrap;
  border: 1px solid #c7cace;
  border-radius: 18px;
}
.c-contact__example li + li {
  margin-left: 15px;
}

.c-contact__deail {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  letter-spacing: 0.09em;
}
.c-contact__deail > div:first-child {
  margin-left: 30px;
}

.c-contact__deail-flex {
  margin-left: 40px;
}
.c-contact__deail-flex p {
  letter-spacing: 0.1rem;
  font-size: 2rem;
  font-weight: bold;
  text-indent: -5px;
}
.c-contact__deail-flex > div {
  margin-top: 10px;
  text-align: left;
}
.c-contact__deail-flex > div a {
  display: inline-block;
  position: relative;
  padding: 0 20px 3px 0;
  letter-spacing: 0.1rem;
  font-size: 1.7rem;
  text-decoration: none;
  color: #112b53;
  border-bottom: 1px solid #112b53;
}
.c-contact__deail-flex > div a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url(../image/common/icon-link-dark.svg);
  background-size: 12px 12px;
}
.c-contact__deail-flex > div a:hover {
  border-bottom: none;
  padding-bottom: 4px;
}

.p-front {
  color: #000000;
}

.p-front__hero {
  position: relative;
  height: 53vw;
  max-height: 900px;
  min-height: 700px;
  background: url(../image/front/hero_bg.jpg) no-repeat center center/cover;
}
.p-front__hero h2 {
  line-height: 1.6;
  letter-spacing: 0.8rem;
  white-space: nowrap;
  font-family: "Noto Serif JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 4.2rem;
  color: #112b53;
}

.p-front__hero-sub {
  margin-bottom: 31px;
  line-height: 1.7;
  letter-spacing: 1.1rem;
  font-weight: normal;
  font-size: 2.4rem;
}

.p-front__hero-inner {
  position: absolute;
  max-width: 597px;
  top: calc(50% - 197px);
  right: calc(50% - 597px);
}
.p-front__hero-inner dl {
  display: inline-block;
  margin: 35px 0 0 5px;
  padding: 13px 16px 9px 17px;
  background-color: rgba(255, 255, 255, 0.5);
}
.p-front__hero-inner dt {
  line-height: 1.7;
  letter-spacing: 0.095em;
  font-weight: 500;
  font-size: 1.6rem;
}
.p-front__hero-inner dd {
  line-height: 1.6;
  font-family: "Noto Serif JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  letter-spacing: 0.4rem;
  font-size: 2.4rem;
}

.p-front__message {
  position: relative;
  margin: 0 auto 0 0;
  width: 98vw;
}
@media screen and (min-width: 1281px) {
  .p-front__message {
    width: 92.2vw;
  }
}

.p-front__message-inner {
  display: flex;
  justify-content: center;
  z-index: 2;
  position: relative;
  margin-top: -238px;
  padding: 74px 65px 50px;
  background-color: #fff;
}

.p-front__message-main {
  margin-right: 45px;
}
@media screen and (min-width: 1281px) {
  .p-front__message-main {
    margin-right: 65px;
  }
}

.p-front__message-title h2 {
  margin-top: 5px;
  margin-bottom: 30px;
  line-height: 1.65;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 2.1rem;
}

.p-front__message-text {
  width: 51%;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: normal;
  font-size: 1.6rem;
  color: #46525a;
}
.p-front__message-text p + p {
  margin-top: 30px;
}

.p-front__introduction {
  margin-top: 60px;
  padding-bottom: 20px;
  background-color: #f2f6fb;
}
@media screen and (min-width: 1600px) {
  .p-front__introduction {
    padding-bottom: 60px;
  }
}

.p-front__introduction-top {
  margin: 0 auto;
  padding: 115px 0 55px;
  max-width: 784px;
}

.p-front__introduction-copy {
  margin: 25px 0 30px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.7rem;
  font-weight: normal;
  color: #46525a;
}

.p-front__introduction-top--sub .p-front__introduction-copy {
  font-size: 14px;
  text-align: center;
}

.p-front__introduction-unit {
  margin: 0 auto;
  max-width: 1273px;
  padding: 50px 80px 60px 60px;
}
.p-front__introduction-unit h3 {
  position: relative;
  margin-bottom: 41px;
  padding-left: 20px;
  padding-bottom: 7px;
  letter-spacing: 0.3rem;
  font-size: 3rem;
  color: #112b53;
  border-bottom: 1px solid #112b53;
}
.p-front__introduction-unit h3::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  width: 6px;
  height: 30px;
  border-left: 6px solid #112b53;
}

.p-front__introduction-unit > p {
  font-size: 1.6rem;
  font-weight: normal;
  /* line-height: calc(25 / 14); */
  color: #46525a;
}

.p-front__introduction-unit > h4 {
  margin-bottom: 28px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: calc(25 / 22);
  color: #46525a;
}

.p-front__introduction-unit > h4:not(:first-child) {
  margin-top: 43px;
}

.p-front__introduction-unit > h5 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: calc(25 / 14);
  color: #46525a;
}

.p-front__introduction-unit > p + h5 {
  margin-top: 1em;
}

.p-front__introduction-unit > .c-button {
  display: block;
  width: fit-content;
  margin: 48px auto 0;
}

.p-front__introduction-content {
  width: 41%;
}

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

.p-front__introduction-accordion {
  margin-top: 55px;
}

.p-front__introduction-image {
  color: #fff;
  position: relative;
}
.p-front__introduction-image dl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 15px 15px;
}
.p-front__introduction-image dl dt {
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
}
.p-front__introduction-image dl dd {
  letter-spacing: 0.15rem;
  font-weight: normal;
  font-size: 1.4rem;
}
.p-front__introduction-image img {
  width: 100%;
  height: auto;
}
.p-front__introduction-image[data-image="mics"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 50%;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}

.p-front__introduction-content-flex dl {
  display: flex;
  align-items: center;
}
.p-front__introduction-content-flex dl dt img {
  position: relative;
  z-index: 2;
  margin-top: -10px;
  left: -19px;
  border-radius: 50%;
  box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.2);
}
.p-front__introduction-content-flex dl dd {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-weight: normal;
  color: #2c2c2c;
}
.p-front__introduction-content-flex dl dd b {
  font-size: 1.7rem;
  font-weight: normal;
}

.p-front__introduction-content-flex[data-line="single"] {
  margin-top: -20px;
}

.p-front__introduction-text {
  width: 53.4%;
}

.p-front__introduction-wrap {
  max-width: 1369px;
  margin: 0 auto;
  padding: 0 25px;
}

.p-front__introduction-inner {
  background-color: #fff;
}

.p-front__introduction-item {
  color: #112b53;
}
.p-front__introduction-item dl {
  display: flex;
  white-space: nowrap;
}
.p-front__introduction-item dl ul {
  margin-left: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 520px;
}
.p-front__introduction-item dl ul li {
  /* width: 120px; */
  margin: 0 9px 10px 0;
  padding: 0 10px 2px;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #c7cace;
  border-radius: 18px;
}
.p-front__introduction-item dl ul li[data-size="large"] {
  /* width: 140px; */
}
.p-front__introduction-item dl ul li[data-list="etc"] {
  margin-top: 1px;
  text-align: left;
  border: none;
}

.p-front__introduction-explain {
  margin-top: 25px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #46525a;
}
.p-front__introduction-explain p + p {
  margin-top: 30px;
}
.p-front__introduction-explain a {
  color: currentColor;
}
.p-front__introduction-explain span {
  display: inline-block;
  margin: 00px 0 40px;
  padding-left: 1.7rem;
  text-indent: -1.7rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}

.introduction-date {
  flex-basis: content;
  display: flex;
}

.introduction-right {
  padding: 20px 25px;
  text-align: left;
}

.introduction-right-mitra {
  padding: 40px 29px;
  text-align: left;
}
.introduction-left {
  border-right: 1px solid #aaa;
  flex-basis: 320px;
  margin-top: 25px;
  padding: 18px 0% 5px;
  text-align: center;
}

.introduction-left-tavi {
  border-right: 1px solid #aaa;
  flex-basis: 530px;
  margin-top: 25px;
  padding: 0px 0% 5px;
  text-align: center;
}

.introduction-left-mitra {
  border-right: 1px solid #aaa;
  flex-basis: 530px;
  margin-top: 25px;
  padding: 0px 0% 5px;
  text-align: center;
}

.p-front__introduction-date {
}
.p-front__introduction-date p {
  font-size: 1.2rem;
  font-weight: normal;
}
.mr .p-front__introduction-date {
  /*  text-align: right;*/
}

.p-front__introduction-average {
  /* padding-right: 4px; */
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.p-front__introduction-average-tavi {
  padding-right: 4px;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.p-front__introduction-number-mitra {
  padding-left: 3px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.5;
  color: #72b2d5;
}

.p-front__introduction-number {
  padding-left: 3px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.5;
  color: #72b2d5;
}

.p-front__introduction-day {
  font-weight: 500;
  font-size: 2.1rem;
}
.top-accordion_inner {
  margin: 50px auto;
  max-width: 768px;
}
.p-front__introduction-top-accordion {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: #46525a;
}

.p-front__introduction-top-accordion .p-front__introduction-panel {
  padding: 25px 30px 35px;
}

.p-front__introduction-top-accordion .c-button__accordion {
  text-align: left;
}

.p-front__introduction-top-accordion + .p-front__introduction-top-accordion {
  margin-top: 20px;
}

.p-front__introduction-panel {
  padding: 38px 30px;
  border: 1px solid #c7cace;
  border-top: none;
  background-color: #fff;
}
.p-front__introduction-panel ul {
  display: flex;
  justify-content: space-around;
}
.p-front__introduction-panel li {
  position: relative;
  width: calc(50% - 30px);
}
.p-front__introduction-panel li a {
  display: flex;
  text-decoration-line: none;
  border-radius: 6px;
  box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s, background-color 0.3s;
  overflow: hidden;
}
.p-front__introduction-panel li a:hover {
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.15);
  background-color: #fafafa;
}
.p-front__introduction-panel a {
  color: #00509a;
}

.p-front__introduction-thumnail {
  flex: none;
  width: 140px;
  height: 140px;
}
.p-front__introduction-thumnail[data-img="mics"] {
  background: url(../image/front/introduction_mics_rel_mics.jpg) no-repeat center center/cover;
}
.p-front__introduction-thumnail[data-img="doctor"] {
  background: url(../image/front/introduction_mics_rel_doctor.jpg) no-repeat center center/cover;
}
.p-front__introduction-thumnail[data-img="doctor-02"] {
  background: url(../image/front/introduction_tavi_rel_02.jpg) no-repeat center center/cover;
}
.p-front__introduction-thumnail[data-img="tavi"] {
  background: url(../image/front/introduction_tavi_rel_01.jpg) no-repeat center center/cover;
}

.p-front__introduction-link {
  padding: 25px 31px 25px 22px;
  text-decoration-line: none;
}
.p-front__introduction-link span {
  padding: 1px 7px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #72b2d5;
}
.p-front__introduction-link p {
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 1.7rem;
  color: #000000;
}

.p-front__introduction-explain-image {
  position: relative;
  margin: 20px 0 15px;
}

.p-front__introduction-explain-comment {
  position: absolute;
  top: 0;
  right: 77px;
  padding: 4px 14px;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #fff;
  box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.2);
}
.p-front__introduction-explain-comment::after {
  content: "";
  position: absolute;
  bottom: -21px;
  right: calc(50% - 9px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
}

.p-front__introduction-point {
  margin-top: 30px;
  padding: 16px;
  background: #f2f5fa;
  border-radius: 11px;
}

.p-front__introduction-point h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: calc(25 / 14);
}

.p-front__introduction-point ul {
  padding-left: 1.5em;
  list-style: disc;
  color: #515151;
  font-size: 14px;
  font-weight: normal;
}

.p-front__introduction-figure-imgs {
  display: flex;
}

.p-front__introduction-content:has(.p-front__introduction-figure-imgs) figcaption {
  margin-top: 20px;
  color: #243a52;
  font-size: 12px;
}

.p-front__introduction-table {
  margin: 80px auto 0;
  border-collapse: collapse;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}

.p-front__introduction-table th,
.p-front__introduction-table td {
  padding: 16px 20px;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  font-size: 14px;
  vertical-align: middle;
}

.p-front__introduction-table th {
  min-height: 100px;
  font-size: 16px;
}

.p-front__introduction-table th figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-front__introduction-3points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  column-gap: 30px;
}

.p-front__introduction-3point {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 34px 34px 23px;
  background: #ffffff;
  text-align: center;
  position: relative;
}

.p-front__introduction-3point::before {
  content: "";
  width: 27px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  position: absolute;
  top: 12px;
  left: 19px;
}

.p-front__introduction-3point:nth-of-type(1):before {
  background-image: url(../image/front/introduction_3points_icon_1.png);
}

.p-front__introduction-3point:nth-of-type(2):before {
  background-image: url(../image/front/introduction_3points_icon_2.png);
}

.p-front__introduction-3point:nth-of-type(3):before {
  background-image: url(../image/front/introduction_3points_icon_3.png);
}

.p-front__introduction-3point h3 {
  margin-bottom: 36px;
  padding-inline: 16px;
  color: #515151;
  font-size: 17px;
  font-weight: bold;
  line-height: calc(25 / 17);
}

.p-front__introduction-3point div:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-front__introduction-3point p {
  margin-top: 30px;
  color: #515151;
  font-size: 14px;
  line-height: calc(25 / 14);
  text-align: left;
}

.p-front__introduction-annotation {
  margin-top: 26px;
  color: #515151;
  font-size: 14px;
  font-weight: lighter;
  line-height: calc(25 / 14);
}

.p-front__performance {
  position: relative;
  z-index: 2;
  color: #fff;
  background: url(../image/front/performance_bg.jpg) no-repeat no-repeat center center/cover;
}
.p-front__performance::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 90, 129, 0.2);
}

.p-front__performance-inner {
  position: relative;
  z-index: 2;
  max-width: 1152px;
  margin: 0 auto;
  padding: 80px 66px 137px;
}
@media screen and (min-width: 1600px) {
  .p-front__performance-inner {
    padding: 120px 66px 180px;
  }
}

.p-front__performance-title {
  margin-bottom: 37px;
  text-align: center;
}
.p-front__performance-title span {
  position: relative;
  letter-spacing: 0.2rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 3.8rem;
}
.p-front__performance-title span::before {
  content: "";
  position: absolute;
  top: 28px;
  left: -294px;
  width: 267.5px;
  border-top: 1px solid #fff;
}
.p-front__performance-title span::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -295px;
  width: 267.5px;
  border-top: 1px solid #fff;
}
.p-front__performance-title h2 {
  line-height: 1;
  letter-spacing: 0.3rem;
  font-weight: normal;
  font-size: 2rem;
}
.p-front__performance-total {
  margin: 60px auto 40px;
  width: 460px;
}
.p-front__performance-total .dl-performance {
  text-align: center;
}
.p-front__performance-total .dl-performance dt {
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 10px 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 8.8rem;
}
.p-front__performance-total .dl-performance dt span {
  font-size: 42px;
  font-size: 4.2rem;
  margin-left: 7px;
}
.p-front__performance-total .dl-performance dd {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0em;
}

.p-front__performance-list ol {
  display: flex;
  justify-content: space-between;
}
.p-front__performance-list ol li {
  text-align: center;
}

.p-front__performance-year {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-front__performance-year::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(50% - 12.5px);
  width: 25px;
  border-top: 1px solid #fff;
}

.p-front__performance-number {
  line-height: 1.1;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 8.8rem;
}

.p-front__performance-english {
  line-height: 1;
  font-weight: 500;
  font-size: 2.4rem;
}
.p-front__performance-english + small {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
}

.p-front__performance-annotation {
  position: absolute;
  z-index: 2;
  right: 2.5%;
  bottom: 30px;
  font-size: 1.5rem;
  font-weight: normal;
}

.p-front__interview {
  padding-top: 118px;
}

.p-front__interview-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 74px;
}
.p-front__interview-flex[data-flex="reverce"] {
  flex-direction: row-reverse;
  margin-top: 62px;
}

.p-front__interview-content {
  width: 47.5%;
}

.p-front__interview-content h3 {
  position: relative;
  top: -7px;
  margin-bottom: 22px;
  line-height: 1.6;
  letter-spacing: 0.15rem;
  font-size: 2.6rem;
  font-weight: 500;
}

.p-front__interview-text {
  line-height: 2;
  letter-spacing: 0.02rem;
  font-weight: normal;
  font-size: 1.6rem;
  color: #46525a;
}
.p-front__interview-text span {
  font-weight: 500;
}

.p-front__interview-image {
  width: 47.5%;
  min-height: 490px;
  background: url(../image/front/interview_oparation.jpg) no-repeat center center/cover;
}
.p-front__interview-image[data-image="robot"] {
  background: url(../image/front/interview_dummy.jpg) no-repeat center center/cover;
}

.p-front__interview-image-wrapper p {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4px 10px 4px;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #112b53;
  background: rgba(255, 255, 255, 0.8);
}

.p-front__interview-image-toranomon {
  position: relative;
}

.p-front__interview-image-tokyobay {
  position: relative;
  margin-top: 0px;
}

.p-front__interview-image-robot {
  position: relative;
}

.p-front__profile {
  display: flex;
  margin: 247px auto 0;
  padding-bottom: 115px;
  max-width: 1366px;
}

.p-front__profile-image img {
  position: sticky;
  top: 0;
}

.p-front__profile-content {
  max-width: 576px;
  margin: 0 auto;
}
.p-front__profile-content ul {
  margin: 18px 0 37px;
}
.p-front__profile-content li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.7rem;
  font-weight: lighter;
  letter-spacing: 0.05em;
}
.p-front__profile-content li + li {
  margin-top: 7px;
}

.p-front__profile-name p {
  margin-top: 13px;
  letter-spacing: 0.08rem;
  font-weight: 500;
  font-size: 1.7rem;
}

.p-front__profile-name h2 {
  letter-spacing: 0.08rem;
  font-family: "Noto Serif JP", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 3.8rem;
}

.p-front__profile-subject {
  margin-top: 47px;
}
.p-front__profile-subject h3 {
  font-size: 2.6rem;
  color: #112b53;
}
.p-front__profile-subject ul {
  margin: 7px 0 50px;
}
.p-front__profile-subject li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: lighter;
  font-size: 1.6rem;
}
.p-front__profile-subject li + li {
  margin-top: 7px;
}

.p-front__profile-accordion {
  width: 575px;
}

.p-front__profile-panel {
  padding: 21px;
  border: 1px solid #c7cace;
  border-top: none;
}
.p-front__profile-panel li {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.4;
}
.p-front__profile-panel li + li {
  margin-top: 15px;
}
.p-front__profile-panel span {
  margin-right: 15px;
  text-align: left;
  white-space: nowrap;
  font-weight: 500;
}
.p-front__profile-panel p {
  letter-spacing: 0.1rem;
}

.p-front__hospital {
  padding: 125px 0 120px;
  background-color: #f2f6fb;
}

.p-front__hospital-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}

.p-front__hospital-content {
  padding: 30px 28px 20px;
  width: 49%;
  background-color: #fff;
}
.p-front__hospital-content h3 {
  margin: 28px 0 10px;
  text-align: center;
}
.p-front__hospital-content p {
  letter-spacing: 0.08rem;
  font-weight: lighter;
  font-size: 1.5rem;
  color: #2c2c2c;
}

.p-front__hospital-pros h3 {
  text-align: center;
  letter-spacing: 0.1rem;
  font-size: 2.6rem;
}

.p-front__hospital-box {
  margin-top: 20px;
  padding: 56px 60px 50px;
  background-color: #fff;
}
.p-front__hospital-box ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.p-front__hospital-box ol li {
  width: 486px;
  margin-bottom: 30px;
}
.p-front__hospital-box ol li h4 {
  line-height: 1.8;
  color: #112b53;
  font-size: 2.6rem;
  border-bottom: 1px solid #112b53;
}
.p-front__hospital-box ol li p {
  margin-top: 17px;
  letter-spacing: 0.02rem;
  font-weight: normal;
  font-size: 1.6rem;
  color: #46525a;
}

.p-front__hospital-box-number {
  margin-right: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
}

.p-front__hospital-other {
  margin-top: 22px;
  padding: 50px 0 60px;
  background-color: #fff;
}
.p-front__hospital-other p {
  font-weight: normal;
  font-size: 1.6rem;
  color: #46525a;
}

.p-front__hospital-other-flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1030px;
}
.p-front__hospital-other-flex:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-front__hospital-other-flex + .p-front__hospital-other-flex {
  margin-top: 80px;
}

.p-front__hospital-other-content {
  width: 486px;
}
.p-front__hospital-other-content h3 {
  position: relative;
  top: -7px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  font-size: 2.6rem;
}
.p-front__hospital-other-content p {
  margin-bottom: 27px;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.p-front__hospital-other-content a:hover {
  text-decoration: none;
}

.p-front__hospital-link {
  position: relative;
  display: block;
  text-align: right;
  font-size: 1.7rem;
  color: #112b53;
}
.p-front__hospital-link a {
  display: inline-block;
  position: relative;
  padding: 0 20px 3px 0;
  font-size: 1.7rem;
  text-decoration: none;
  color: #112b53;
  border-bottom: 1px solid #112b53;
}
.p-front__hospital-link a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url(../image/common/icon-link-dark.svg);
  background-size: 12px 12px;
}
.p-front__hospital-link a:hover {
  border-bottom: none;
  padding-bottom: 4px;
}

.p-front__hospital-other-rel {
  display: block;
  padding: 14px 20px 23px;
  text-decoration-line: none;
  box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: 0.3s;
}
.p-front__hospital-other-rel span {
  display: inline-block;
  padding: 1px 7px;
  font-size: 1.4rem;
  margin-bottom: 4px;
  color: #fff;
  background-color: #72b2d5;
}
.p-front__hospital-other-rel p {
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 1.7rem;
  color: #000000;
  margin-bottom: 0;
}
.p-front__hospital-other-rel:hover {
  box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.15);
  background-color: #fafafa;
}
.p-front__hospital-other-rel:hover p {
  color: #112b53;
}

.p-front__hospital-other-image {
  width: 486px;
}
.p-front__hospital-other-image[data-image="online"] {
  background: url(../image/front/hospital_online.jpg) no-repeat center center/cover;
  max-height: 360px;
}
.p-front__hospital-other-image[data-image="safty"] {
  background: url(../image/front/hospital_safe.jpg) no-repeat center center/cover;
  min-height: 541px;
}
.p-front__hospital-other-image[data-image="oparation"] {
  max-height: 256px;
  background: url(../image/front/hospital_oparationroom.jpg) no-repeat center center/cover;
}

.p-front__hospital-other-content-image {
  max-width: 486px;
}

.p-front__hospital-other-content-image img {
  max-width: 486px;
}
.p-front__hospital-other-content-image img:first-child {
  margin-bottom: 40px;
}

.p-front__qanda {
  padding: 110px 0 110px;
}

.p-front__qanda-inner {
  margin: 52px auto 0;
  max-width: 957px;
}

.p-front__qanda-accordion {
  text-align: left;
  border-top: 1px solid #c7cace;
}
.p-front__qanda-accordion:last-child {
  border-bottom: 1px solid #c7cace;
}
.p-front__qanda-accordion .c-button__accordion:hover {
  background-color: transparent;
  color: #006ccf;
}
.p-front__qanda-accordion .c-button__accordion:hover p {
  color: #006ccf;
}

.p-front__qanda-panel {
  display: flex;
  align-items: baseline;
  margin-top: -5px;
  padding-bottom: 35px;
}
.p-front__qanda-panel span {
  margin-right: 30px;
  font-size: 2.6rem;
  color: #72b2d5;
}
.p-front__qanda-panel p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #46525a;
}
.p-front__qanda-panel p a {
  color: #000000;
}
.p-front__qanda-panel p a:hover {
  text-decoration: none;
}

.p-front__qanda-question {
  margin-right: 23px;
  line-height: 1.1;
}

.p-front__qanda-mail {
  font-weight: lighter;
  font-size: 1.7rem;
  text-decoration: underline;
  color: #112b53;
}
.p-front__qanda-mail:hover {
  text-decoration: none;
}

.p-front__access {
  margin-top: 120px;
  padding-bottom: 120px;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
}

.p-front__access-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1212px;
  margin: 40px auto 0;
  padding: 0 30px;
}

.p-front__access-content {
  width: calc(50% - 30px);
}
.p-front__access-content h3 {
  position: relative;
  padding: 0 0 6px 20px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.15rem;
  color: #112b53;
  border-bottom: 1px solid #112b53;
}
.p-front__access-content h3::before {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 5px;
  height: 24px;
  background-color: #112b53;
}

.p-front__access-map {
  margin-top: 30px;
}

.p-front__access-information {
  min-height: 265px;
  margin: 15px 0 30px;
}
.p-front__access-information > dt {
  margin-bottom: 3px;
  font-weight: 500;
}
.p-front__access-information dd {
  margin-left: 3px;
  font-size: 1.7rem;
  font-weight: 300;
}
.p-front__access-information dd + dt {
  margin-top: 7px;
}

.p-front__access-information-address a {
  letter-spacing: 0.1rem;
  font-size: 1.7rem;
  color: #112b53;
}
.p-front__access-information-address a:hover {
  text-decoration: none;
}

.p-front__access-information-address img {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 7px;
}

.p-front__access-information-sub {
  /* display: flex; */
  /* align-items: center; */
  margin-bottom: 10px;
}
.p-front__access-information-sub dt {
  position: relative;
  display: block;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
  font-weight: normal;
}
.p-front__access-information-sub dt::after {
  /* content: ':'; */
  /* display: inline-block; */
  margin: 0 3px;
}
.p-front__access-information-sub dd {
  letter-spacing: 0.1rem;
}

.p-front__access-hp a {
  position: relative;
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 11px 12px 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #112b53;
  border-radius: 42px;
  box-shadow: 8px 8px 18px rgba(17, 43, 83, 0.2);
  transition: box-shadow 0.3s, background-color 0.3s;
}
.p-front__access-hp a::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 22px;
  width: 12px;
  height: 12px;
  background-image: url(../image/common/icon-link.svg);
  background-size: 12px 12px;
}
.p-front__access-hp a:hover {
  background-color: #1a417d;
  box-shadow: none;
}

/*ここから*/
.c-button a.ore {
  background: #ebad21;
  background: -moz-linear-gradient(left, #ebad21 1%, #f4cd76 92%, #ffde91 100%);
  background: -webkit-linear-gradient(left, #ebad21 1%, #f4cd76 92%, #ffde91 100%);
  background: linear-gradient(to right, #ebad21 1%, #f4cd76 92%, #ffde91 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EBAD21', endColorstr='#FFDE91',GradientType=1 );
  transition: box-shadow 0.3s;
}
.c-button a.bl {
  background: #ebad21;
  background: -moz-linear-gradient(left, #0048a3 1%, #00afe8 92%, #00c1f4 100%);
  background: -webkit-linear-gradient(left, #0048a3 1%, #00afe8 92%, #00c1f4 100%);
  background: linear-gradient(to right, #0048a3 1%, #00afe8 92%, #00c1f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0048A3', endColorstr='#00C1F4',GradientType=1 );
  transition: box-shadow 0.3s;
}

@media all and (-ms-high-contrast: none) {
  /* IEのみ適用 */
  .c-button__copy {
    display: none;
  }

  a {
    text-decoration: none;
  }
  .c-button__accordion-icon {
    height: 70px;
  }
}

@supports (-ms-ime-align: auto) {
  .c-slide__text {
    display: none;
  }
  .p-front__message-inner {
    margin-top: -100px;
  }
  /* Edge のみ適用される */
}

/*twitterのCSS*/

.p-front__twieet {
  margin: 0 auto;
  padding: 0px 0 150px;
  max-width: 784px;
}

.p-front__twieet .p-front__introduction-copy {
  text-align: center;
}

.p-front__twieet .p-front__introduction-copy a {
  color: #112b53;
  border-bottom: 1px solid #112b53;
  text-decoration: none;
}

.p-front__twitter {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.p-front__introduction-wrap{
  margin-bottom: 80px;
}

.p-front__introduction-wrap.mitral h4{
/*  margin-top: 30px;*/
  color: #112b53;
  font-size: 1.9rem;
}

.p-front__introduction-wrap.mitral dt{
  margin-top: 10px;
  color: #112b53;
  margin-bottom: 5px;
}