/* Top CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 751px) {
  #top_kv {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-bottom: 100px;
    z-index: 1;
    margin-bottom: 50px;
  }
  #top_kv .kv_desc {
    position: absolute;
    bottom: 95px;
    left: calc(50% - 600px);
    left: 90px;
    z-index: 1000;
  }
  #top_kv .kv_lead {
    font-family: "Noto Serif JP", serif;
    font-size: 5.7rem;
    line-height: 1.33333;
    color: #fff;
    text-shadow: 3px 0 8px #000;
    margin-bottom: 30px;
  }
  #top_kv .kv_lead span {
    display: inline-block;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -.3em;
  }
  #top_kv .kv_lead .acce1 {
    -webkit-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  #top_kv .kv_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #top_kv .kv_list .item {
    width: 120px;
    height: 120px;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 1px 0 11px rgba(85, 85, 85, 0.5);
            box-shadow: 1px 0 11px rgba(85, 85, 85, 0.5);
    padding-top: 35px;
    margin-right: 25px;
  }
  #top_kv .kv_list .item:last-child {
    margin-right: 0;
  }
  #top_kv .kv_list .item span {
    color: #c2a712;
    font-size: 2rem;
    font-weight: 500;
  }
  #top_kv .kv_list .item .fz1 {
    font-size: 1.6rem;
  }
  #top_kv .kv_list .item .fz2 {
    font-size: 2.8rem;
  }
  #top_kv .kv_list .item:first-child {
    line-height: 1.2;
  }
  #top_kv .kv_contact {
    position: absolute;
    bottom: 93px;
    right: calc(50% - 500px - 222px);
    right: 90px;
    width: 550px;
    height: 370px;
    background-color: rgba(0, 64, 108, 0.9);
    padding: 43px 95px;
    padding: 43px 120px;
    -webkit-box-shadow: 1px 0 18px rgba(85, 85, 85, 0.3);
            box-shadow: 1px 0 18px rgba(85, 85, 85, 0.3);
    z-index: 1000;
  }
  #top_kv .kv_contact .contact_title {
    font-size: 1.6rem;
    color: #c2a712;
    text-align: center;
    margin-bottom: 15px;
  }
  #top_kv .kv_contact .contact_title span {
    font-size: 1.6rem;
    color: #c2a712;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2a712), color-stop(50%, #ded43c), to(#c2a712));
    background: -o-linear-gradient(top, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    background: linear-gradient(180deg, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  #top_kv .kv_contact .tel {
    font-size: 4.2rem;
    margin-bottom: 20px;
    pointer-events: none;
  }
  #top_kv .kv_contact .tel img {
    width: 23px;
    margin-right: 13px;
  }
  #top_kv .kv_contact .tel a {
    color: #fff;
  }
  #top_kv .kv_contact .item {
    font-size: 1.6rem;
    text-align: center;
    color: #c2a712;
    margin-bottom: 30px;
  }
  #top_kv .kv_contact .item span {
    font-size: 1.6rem;
    color: #c2a712;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2a712), color-stop(50%, #ded43c), to(#c2a712));
    background: -o-linear-gradient(top, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    background: linear-gradient(180deg, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  #top_kv .kv_contact .btn {
    width: 310px;
  }
  #top_kv .kv_contact .btn1 {
    background-color: #fff;
    margin-bottom: 10px;
  }
  #top_kv .kv_contact .btn1 a {
    font-size: 1.5rem;
    color: #c2a712;
    padding: 13px 10px 14px 20px;
  }
  #top_kv .kv_contact .btn1 a::after {
    display: none;
  }
  #top_kv .kv_contact .btn1 a img {
    display: inline-block;
    width: 18px;
    margin-right: 10px;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  #top_kv .kv_contact .btn1 a span {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 11px;
  }
  #top_kv .kv_contact .btn2 a {
    position: relative;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#bfa201), color-stop(50%, #dbbd1b), to(#bfa201));
    background: -o-linear-gradient(left, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
    background: linear-gradient(to right, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
    padding: 25px 10px 25px 20px;
    border-width: 0;
  }
  #top_kv .kv_contact .btn2 a::after {
    border-color: transparent transparent transparent #fff;
  }
  #top_kv .kv_contact .btn2 a:hover {
    opacity: .8;
  }
  #top_kv .kv_contact .btn2 a:hover img {
    opacity: 1;
  }
  #top_kv .kv_contact .btn2 img {
    position: absolute;
    right: -40px;
    bottom: -23px;
  }
  #top_kv .kv_top_slide_pc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
  }
  #top_kv .kv_top_slide_pc .kv_top_slide li {
    position: absolute !important;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .kv_slide {
    position: relative;
    overflow: hidden;
  }
  .kv_slide .no_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kv_slide .list {
    position: relative;
    margin: 0 auto;
  }
  .kv_slide .item {
    display: inline-block;
    margin-right: 30px;
  }
  .kv_slide .item img {
    width: 100%;
  }
  .kv_slide a {
    display: block;
  }
  .kv_slide .slick-prev,
  .kv_slide .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 32px;
    height: 72px;
    z-index: 10;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    background: url(../images/top/slide_btn.jpg) center center/100% no-repeat;
  }
  .kv_slide .slick-prev:hover,
  .kv_slide .slick-next:hover {
    opacity: .8;
  }
  .kv_slide .slick-prev {
    left: calc(50% - 500px - 32px);
  }
  .kv_slide .slick-next {
    right: calc(50% - 500px - 32px);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .bg_wrap {
    overflow: hidden;
  }

  #information {
    position: relative;
    padding-top: 100px;
    margin-bottom: 60px;
  }
  #information::before {
    position: absolute;
    top: -400px;
    left: calc(50% - 500px - 600px);
    content: '';
    display: inline-block;
    width: 996px;
    height: 996px;
    background: url("../images/top/information_bg.png");
    z-index: -1;
  }
  #information::after {
    position: absolute;
    bottom: -400px;
    right: calc(50% - 500px - 600px);
    content: '';
    display: inline-block;
    width: 996px;
    height: 996px;
    background: url("../images/top/information_bg.png");
    z-index: -1;
  }
  #information .inner {
    position: relative;
    background-color: #fff;
    padding: 45px 40px 60px;
    -webkit-box-shadow: 1px 0 18px rgba(85, 85, 85, 0.3);
            box-shadow: 1px 0 18px rgba(85, 85, 85, 0.3);
  }
  #information .information_head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
  #information .information_head .lead {
    width: 525px;
  }
  #information .information_head .lead .title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    color: #00406c;
    text-align: center;
    margin-bottom: 20px;
  }
  #information .information_head .lead .desc {
    font-size: 1.5rem;
    line-height: 2;
  }
  #information .information_head .image {
    width: 560px;
  }
  #information .information_head .image img {
    display: block;
  }
  #information .information_body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px;
  }
  #information .information_body .block1 {
    width: 525px;
  }
  #information .information_body .block2 {
    width: 560px;
  }
  #information .information_body .table {
    width: 100%;
    font-size: 1.2rem;
  }
  #information .information_body .table tr {
    border-bottom: 1px solid #888;
  }
  #information .information_body .table th, #information .information_body .table td {
    line-height: 1.3;
  }
  #information .information_body .table th {
    text-align: left;
    padding: 0 5px 13px;
  }
  #information .information_body .table td {
    padding: 13px 5px;
    vertical-align: middle;
  }
  #information .information_body .table td.open {
    color: #57c0e3;
  }
  #information .information_body .pic .table th:nth-child(1), #information .information_body .pic .table td:nth-child(1) {
    width: 130px;
  }
  #information .information_body .pic .table th:nth-child(2), #information .information_body .pic .table td:nth-child(2) {
    width: 190px;
  }
  #information .information_body .pic .table th:nth-child(3), #information .information_body .pic .table td:nth-child(3) {
    width: 190px;
  }
  #information .information_body .note {
    font-size: 1.2rem;
    color: #888888;
    margin-bottom: 8px;
  }
  #information .information_body .note:first-of-type {
    margin-top: 15px;
  }
  #information .information_body .note:last-child {
    margin-bottom: 38px;
  }
  #information .information_body .map {
    width: 100%;
    height: 470px;
    margin-bottom: 10px;
  }
	#information .information_body .map img{
		width:100%;
		margin-bottom:10px;
	}
  #information .information_body .address {
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  #information .contact {
    width: 900px;
    background: url("../images/top/information_img2.jpg") center center/100% no-repeat;
    padding: 40px 0;
    margin: 0 auto;
  }
  #information .contact .title {
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
    margin-bottom: 13px;
  }
  #information .contact .desc {
    font-size: 1.5rem;
    line-height: 1.86667;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
  }
  #information .contact .reserve {
    width: 660px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #information .contact .note {
    font-size: 1.2rem;
    color: #fff;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 25px;
  }
  #information .contact .btn {
    width: 310px;
  }
  #information .contact .btn a {
    display: block;
    padding: 24px 20px 24px 0;
  }
  #information .contact .btn a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #information .contact .btn1 a {
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#bfa201), color-stop(50%, #dbbd1b), to(#bfa201));
    background: -o-linear-gradient(left, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
    background: linear-gradient(to right, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
  }
  #information .contact .btn1 img {
    display: inline-block;
    width: 18px;
    margin-right: 18px;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  #information .contact .btn2 a {
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: .025em;
    text-align: center;
    background-color: #00406c;
  }
  #information .contact .btn2 img {
    display: inline-block;
    width: 16px;
    margin-right: 13px;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  #information .contact .btn1 a {
    font-size: 1.7rem;
    padding: 30px 20px 30px 10px;
  }
  #information .contact .btn1 img {
    width: 18px;
    margin-right: 15px;
  }
  #information .contact .btn1 span {
    display: block;
    font-size: 1.4rem;
    margin-top: 13px;
  }
  #information .contact .btn2 a {
    padding: 21px 20px 21px 10px;
  }
  #information .contact .btn2 img {
    width: 16px;
    margin-right: 13px;
  }
  #information .contact .btn2 .num {
    display: block;
    font-size: 2.2rem;
    letter-spacing: .1em;
  }
  #information .contact .btn2 .desc1 {
    display: block;
    font-size: 1.3rem;
    letter-spacing: .025em;
    margin-bottom: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2a712), color-stop(50%, #ded43c), to(#c2a712));
    background: -o-linear-gradient(top, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    background: linear-gradient(180deg, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  #information .contact .btn2 .desc2 {
    display: block;
    font-size: 1.3rem;
    letter-spacing: .025em;
    margin-top: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2a712), color-stop(50%, #ded43c), to(#c2a712));
    background: -o-linear-gradient(top, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    background: linear-gradient(180deg, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    -webkit-background-clip: text;
    color: transparent;
  }

  #news {
    margin-bottom: 100px;
  }
  #news .inner {
    background-color: #f8f8f8;
    padding: 65px 150px 70px;
    -webkit-box-shadow: 1px 0 18px rgba(85, 85, 85, 0.3);
            box-shadow: 1px 0 18px rgba(85, 85, 85, 0.3);
  }
  #news .sec_title::before {
    width: 30px;
  }
  #news .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #news .cat_list .item {
    min-width: 140px;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  #news .cat_list .item:last-child {
    margin-right: 0;
  }
  #news .cat_list .item button {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.2;
    background-color: #fff;
    padding: 10px;
    color: #333;
    border: 2px solid #c2a712;
    -o-border-image: -o-linear-gradient(top, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#debf5f), color-stop(50%, #f5ee7e), to(#debf5f));
       border-image: linear-gradient(to bottom, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
    border-image-slice: 1;
    border-width: 1px;
  }
  #news .cat_list .item button:hover {
    text-decoration: none;
    opacity: .8;
    background-color: #f7f1d2;
  }
  #news .cat_list .item.on button {
    background-color: #00406c;
    color: #fff;
    -o-border-image: none;
       border-image: none;
    border: 1px solid #00406c;
  }
  #news .cat_list .item.on button:hover {
    background-color: #00406c;
  }
  #news .news_list {
    margin-bottom: 40px;
    border-top: 1px solid #888;
  }
  #news .news_list .item {
    border-bottom: 1px solid #888;
  }
  #news .news_list .item a {
    display: block;
    padding: 22px 15px;
  }
  #news .news_list .item a:hover {
    background-color: rgba(247, 241, 210, 0.5);
  }
  #news .news_list article a {
    display: block;
  }
  #news .news_list article a:hover {
    background-color: rgba(247, 241, 210, 0.5);
    text-decoration: none;
  }
  #news .news_list article .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news .news_list article .date {
    width: 75px;
    font-size: 1.4rem;
    margin-right: 18px;
  }
  #news .news_list article .cats {
    width: 100px;
    margin-right: 20px;
  }
  #news .news_list article .cat {
    display: inline-block;
    min-width: 70px;
    max-width: 100px;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#bfa201), color-stop(50%, #c4aa1a), to(#bfa201));
    background: -o-linear-gradient(top, #bfa201 0%, #c4aa1a 50%, #bfa201 100%);
    background: linear-gradient(to bottom, #bfa201 0%, #c4aa1a 50%, #bfa201 100%);
    padding: 6px 5px;
  }
  #news .news_list article .cat + .cat {
    margin-top: 5px;
  }
  #news .news_list article .title {
    width: 680px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  #news .news_list_wrap .news_list {
    display: none;
  }
  #news .news_list_wrap .news_list.on {
    display: block;
  }
  #news .btn {
    width: 200px;
  }
  #news .btn a {
    font-size: 1.4rem;
    padding: 17px 10px 17px 20px;
  }

  #feature {
    position: relative;
    margin-bottom: 85px;
  }
  #feature::after {
    position: absolute;
    top: -500px;
    left: calc(50% - 500px - 600px);
    content: '';
    display: inline-block;
    width: 996px;
    height: 996px;
    background: url("../images/top/information_bg.png");
    z-index: -1;
  }
  #feature .list .item {
    position: relative;
    height: 566px;
    padding-top: 60px;
  }
  #feature .list .item::after {
    position: absolute;
    bottom: 25px;
    content: '';
    display: inline-block;
    background: url("../images/top/feature_logo.png") center center/cover no-repeat;
    width: 273px;
    height: 340px;
  }
  #feature .list .item .detail {
    position: relative;
    width: 600px;
    padding-top: 50px;
  }
  #feature .list .item .detail::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
  }
  #feature .list .item .title {
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
    padding-bottom: 22px;
    border-bottom: 1px solid #c2a712;
    -o-border-image: -o-linear-gradient(left, #c2a712 0%, #c2a712 70%, rgba(0, 0, 0, 0) 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(#c2a712), color-stop(70%, #c2a712), to(rgba(0, 0, 0, 0)));
       border-image: linear-gradient(to right, #c2a712 0%, #c2a712 70%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    margin-bottom: 13px;
  }
  #feature .list .item .detail_wrap {
    width: 1200px;
    margin: 0 auto;
  }
  #feature .list .item .desc {
    font-size: 1.6rem;
    line-height: 2.25;
    color: #555;
  }
  #feature .list .item:nth-child(odd) .detail {
    margin-left: auto;
  }
  #feature .list .item:nth-child(odd)::after {
    right: 40px;
  }
  #feature .list .item:nth-child(even) .detail {
    margin-right: auto;
  }
  #feature .list .item:nth-child(even)::after {
    left: 20px;
  }
  #feature .list .item.item1 {
    background: url("../images/top/feature_bg1.jpg") center center/cover no-repeat;
  }
  #feature .list .item.item1 .detail::before {
    background: url("../images/top/feature_num1.svg") center center/100% no-repeat;
    width: 116px;
    height: 74px;
  }
  #feature .list .item.item2 {
    padding-top: 90px;
    background: url("../images/top/feature_bg2.jpg") center center/cover no-repeat;
  }
  #feature .list .item.item2 .detail::before {
    background: url("../images/top/feature_num2.svg") center center/100% no-repeat;
    width: 133px;
    height: 76px;
  }
  #feature .list .item.item3 {
    padding-top: 110px;
    background: url("../images/top/feature_bg3.jpg") center center/cover no-repeat;
  }
  #feature .list .item.item3 .detail::before {
    background: url("../images/top/feature_num3.svg") center center/100% no-repeat;
    width: 129px;
    height: 123px;
    top: 0;
    left: 96px;
  }

  #obsession {
    margin-bottom: 80px;
  }
  #obsession .bg_wrap {
    background: url("../images/top/obsession_bg.jpg") center center/cover no-repeat;
    padding: 80px 0 60px;
  }
  #obsession .lead_title {
    position: relative;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #obsession .lead_title::before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #c2a712;
  }
  #obsession .lead {
    font-size: 1.6rem;
    line-height: 2;
    color: #fff;
    text-align: center;
    margin-bottom: 90px;
  }
  #obsession .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #obsession .item {
    position: relative;
    width: 530px;
    margin-bottom: 105px;
  }
  #obsession .item::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 123px;
    height: 123px;
    left: 10px;
    top: -62px;
  }
  #obsession .item .title {
    position: relative;
    font-size: 2.8rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.42857;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #obsession .item .title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 80px;
    height: 1px;
    background-color: #c2a712;
  }
  #obsession .item .desc {
    font-size: 1.5rem;
    line-height: 2.4;
  }
  #obsession .item .item_detail {
    width: 540px;
    background-color: #fff;
    padding: 45px 30px;
    -webkit-transform: translate3d(40px, -40px, 0);
            transform: translate3d(40px, -40px, 0);
  }
  #obsession .item1 {
    width: 100%;
    background: url("../images/top/obsession_img1.jpg") center center/cover no-repeat;
    padding: 70px 50px 60px;
  }
  #obsession .item1 .item_detail {
    width: 590px;
    background-color: transparent;
    padding: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #obsession .item1::before {
    background: url("../images/top/obsession_num1.svg") center center/cover no-repeat;
  }
  #obsession .item2::before {
    background: url("../images/top/obsession_num2.svg") center center/cover no-repeat;
  }
  #obsession .item3::before {
    background: url("../images/top/obsession_num3.svg") center center/cover no-repeat;
  }
  #obsession .item4 {
    margin-bottom: 0;
  }
  #obsession .item4::before {
    background: url("../images/top/obsession_num4.svg") center center/cover no-repeat;
  }
  #obsession .item5 {
    margin-bottom: 0;
  }
  #obsession .item5::before {
    background: url("../images/top/obsession_num5.svg") center center/cover no-repeat;
  }

  #treatment {
    margin-bottom: 80px;
  }
  #treatment .wrap {
    margin-bottom: 40px;
  }
  #treatment .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #treatment .item {
    position: relative;
    width: calc(100% / 3);
    height: 850px;
    padding: 55px 38px 60px;
    overflow: hidden;
  }
  #treatment .item::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
  }
  #treatment .item .title {
    font-family: "Noto Serif JP", serif;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    margin-bottom: 35px;
  }
  #treatment .item .desc {
    max-width: 500px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2;
    margin: 0 auto;
  }
  #treatment .item .btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 60px;
    width: 310px;
    margin: 0 auto;
  }
  #treatment .item .btn a {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px 10px 25px 20px;
  }
  #treatment .item1 {
    background: url("../images/top/treatment_bg1.jpg") center top/cover no-repeat;
  }
  #treatment .item1::before {
    background: url("../images/top/treatment_img1.png") left top no-repeat;
    width: 484px;
    height: 482px;
    bottom: -50px;
    left: calc(50% - 250px);
  }
  #treatment .item2 {
    background: url("../images/top/treatment_bg2.jpg") center top/cover no-repeat;
  }
  #treatment .item2::before {
    background: url("../images/top/treatment_img2.png?id=20230329") center top/100% no-repeat;
    width: 452px;
    max-width: 90%;
    height: 291px;
    bottom: 138px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #treatment .item3 {
    background: url("../images/top/treatment_bg3.jpg") center top/cover no-repeat;
    padding: 55px 60px 60px 38px;
  }
  #treatment .item3::before {
    background: url("../images/top/treatment_img3.png?id=20230329") left top no-repeat;
    width: 291px;
    height: 599px;
    bottom: -170px;
    left: calc(50% - 140px);
  }
  #treatment .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #treatment .links .btn {
    width: 310px;
    margin: 0;
  }
  #treatment .links .btn + .btn {
    margin-left: 20px;
  }

  #greeting {
    margin-bottom: 100px;
  }
  #greeting .inner {
    background: url("../images/top/greeting_bg.png") center top no-repeat;
    padding-top: 70px;
    padding-bottom: 45px;
  }
  #greeting .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #greeting .sec_title {
    margin-bottom: 35px;
  }
  #greeting .title {
    text-align: left;
    line-height: 1.3;
  }
  #greeting .block {
    width: 600px;
    padding-left: 50px;
  }
  #greeting .block .title {
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #greeting .block .desc {
    width: 500px;
    font-size: 1.5rem;
    line-height: 2.13333;
    margin-bottom: 20px;
  }
  #greeting .block .btn {
    width: 200px;
  }
  #greeting .block .btn a {
    font-size: 1.4rem;
  }
  #greeting .profiles {
    width: 600px;
  }
  #greeting .profile {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 1px 0 11px rgba(85, 85, 85, 0.5);
            box-shadow: 1px 0 11px rgba(85, 85, 85, 0.5);
    background: url("../images/top/greeting_img1.jpg") center top no-repeat;
    padding-top: 100px;
    padding-bottom: 174px;
    -webkit-transform: translate3d(55px, 0, 0);
            transform: translate3d(55px, 0, 0);
  }
  #greeting .profile .kana {
    position: absolute;
    top: 80px;
    left: 150px;
    width: 11px;
    height: 105px;
  }
  #greeting .profile .kana img {
    width: 100%;
  }
  #greeting .profile .name {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
    color: #00406c;
    font-size: 3rem;
    letter-spacing: .15em;
    margin-left: 100px;
  }
  #greeting .profile .name span {
    display: inline-block;
    color: #00406c;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #greeting .careers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background-color: rgba(0, 64, 108, 0.95);
    padding: 40px 30px 30px;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
  #greeting .career {
    width: 260px;
  }
  #greeting .career .career_title {
    margin-bottom: 15px;
  }
  #greeting .career .career_title strong {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2a712), color-stop(50%, #ded43c), to(#c2a712));
    background: -o-linear-gradient(top, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    background: linear-gradient(180deg, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 1.8rem;
    letter-spacing: .125em;
  }
  #greeting .career .list .item {
    font-size: 1.4rem;
    color: #fff;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px;
  }
  #greeting .career .list .item:last-child {
    margin-bottom: 0;
  }
  #greeting .btn {
    margin: 0;
    margin-right: auto;
  }
  #greeting .btn a {
    padding: 18px 5px 18px 10px;
  }
}
@media print, screen and (max-width: 1700px) {
  #treatment .item3::before {
    bottom: -220px;
  }
}
@media print, screen and (max-width: 1400px) {
  #top_kv .kv_contact {
    width: 500px;
    padding: 43px 95px;
    right: 0;
  }
}
@media print, screen and (max-width: 1580px) {
  #treatment .item3::before {
    bottom: -220px;
  }
}
@media print, screen and (max-width: 1470px) {
  #treatment .item3::before {
    bottom: -260px;
  }

  #treatment .item2::before {
    bottom: 88px;
  }
}
@media print, screen and (max-width: 1380px) {
  #treatment .item1::before {
    bottom: -100px;
  }

  #treatment .item2::before {
    bottom: 18px;
  }

  #treatment .item3::before {
    bottom: -295px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 750px) {
  #main {
    padding-top: 16vw;
  }

  #top_kv {
    position: relative;
    width: 100%;
    z-index: 1;
    padding-top: 57.33333vw;
    margin-bottom: 75.2vw;
    margin-bottom: 13.33333vw;
  }
  #top_kv .kv_desc {
    position: relative;
    z-index: 2000;
    margin-bottom: 57.33333vw;
  }
  #top_kv .kv_lead {
    width: 100%;
    font-family: "Noto Serif JP", serif;
    font-size: 8.53333vw;
    line-height: 1.25;
    color: #fff;
    text-align: center;
    text-shadow: 3px 0 8px #000;
    margin-bottom: 3.33333vw;
  }
  #top_kv .kv_lead span {
    display: inline-block;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -.3em;
  }
  #top_kv .kv_lead .acce1 {
    -webkit-transform: translateX(-2vw);
        -ms-transform: translateX(-2vw);
            transform: translateX(-2vw);
  }
  #top_kv .kv_list {
    width: 86.66667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
  #top_kv .kv_list .item {
    width: 26.66667vw;
    height: 26.66667vw;
    font-size: 4vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 1px 0 11px rgba(85, 85, 85, 0.5);
            box-shadow: 1px 0 11px rgba(85, 85, 85, 0.5);
    padding-top: 7.33333vw;
  }
  #top_kv .kv_list .item span {
    color: #c2a712;
    font-size: 4vw;
    font-weight: 500;
  }
  #top_kv .kv_list .item .fz1 {
    font-size: 4vw;
  }
  #top_kv .kv_list .item .fz2 {
    font-size: 6.66667vw;
    line-height: 1;
  }
  #top_kv .kv_list .item:first-child {
    line-height: 1.2;
  }
  #top_kv .kv_contact {
    position: relative;
    z-index: 2000;
    width: 86.66667vw;
    background-color: rgba(0, 64, 108, 0.9);
    padding: 8vw 11.33333vw 10.66667vw;
    margin: 0 auto;
    -webkit-box-shadow: 1px 0 18px rgba(85, 85, 85, 0.6);
            box-shadow: 1px 0 18px rgba(85, 85, 85, 0.6);
  }
  #top_kv .kv_contact .contact_title {
    font-size: 3.2vw;
    color: #c2a712;
    text-align: center;
    margin-bottom: 2.66667vw;
  }
  #top_kv .kv_contact .contact_title span {
    font-size: 3.2vw;
    color: #c2a712;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2a712), color-stop(50%, #ded43c), to(#c2a712));
    background: -o-linear-gradient(top, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    background: linear-gradient(180deg, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  #top_kv .kv_contact .tel {
    font-size: 8.53333vw;
    margin-bottom: 3.33333vw;
    pointer-events: none;
  }
  #top_kv .kv_contact .tel img {
    width: 4.66667vw;
    margin-right: 2.66667vw;
  }
  #top_kv .kv_contact .tel a {
    color: #fff;
  }
  #top_kv .kv_contact .item {
    font-size: 3.2vw;
    text-align: center;
    color: #c2a712;
    margin-bottom: 4vw;
  }
  #top_kv .kv_contact .item span {
    font-size: 3.2vw;
    color: #c2a712;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2a712), color-stop(50%, #ded43c), to(#c2a712));
    background: -o-linear-gradient(top, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    background: linear-gradient(180deg, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  #top_kv .kv_contact .btn1 {
    width: 64vw;
    margin: 0 auto 4vw;
    background-color: #fff;
  }
  #top_kv .kv_contact .btn1 a {
    display: block;
    width: 100%;
    min-width: inherit;
    font-size: 3.2vw;
    color: #c2a712;
    padding: 2.66667vw;
  }
  #top_kv .kv_contact .btn1 a::after {
    display: none;
  }
  #top_kv .kv_contact .btn1 a img {
    display: inline-block;
    width: 3.46667vw;
    margin-right: 2.66667vw;
  }
  #top_kv .kv_contact .btn1 a span {
    display: block;
    font-size: 3.2vw;
    line-height: 1;
    text-align: center;
    margin-top: 1.33333vw;
  }
  #top_kv .kv_contact .btn2 {
    width: 64vw;
  }
  #top_kv .kv_contact .btn2 a {
    min-width: inherit;
    position: relative;
    font-size: 3.2vw;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#bfa201), color-stop(50%, #dbbd1b), to(#bfa201));
    background: -o-linear-gradient(left, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
    background: linear-gradient(to right, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
    padding: 5.33333vw 2.66667vw;
    border-width: 0;
  }
  #top_kv .kv_contact .btn2 a::after {
    border-color: transparent transparent transparent #fff;
  }
  #top_kv .kv_contact .btn2 a:hover {
    opacity: .8;
  }
  #top_kv .kv_contact .btn2 a:hover img {
    opacity: 1;
  }
  #top_kv .kv_contact .btn2 img {
    position: absolute;
    width: 16.8vw;
    position: absolute;
    right: -8vw;
    bottom: -5vw;
  }
  #top_kv .kv_top_slide_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
  }
  #top_kv .kv_top_slide_sp .kv_top_slide li {
    position: absolute !important;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .kv_slide {
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .kv_slide .list {
    position: relative;
    margin: 0 auto;
  }
  .kv_slide .item {
    display: inline-block;
    width: 69.6vw;
    padding-right: 4.8vw;
  }
  .kv_slide .item img {
    width: 100%;
  }
  .kv_slide .slick-prev,
  .kv_slide .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 8vw;
    height: 13.33333vw;
    z-index: 10;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    background: url(../images/top/slide_btn.jpg) center center/100% no-repeat;
  }
  .kv_slide .slick-prev:hover,
  .kv_slide .slick-next:hover {
    opacity: .8;
  }
  .kv_slide .slick-prev {
    left: calc(50% - 38.93vw);
  }
  .kv_slide .slick-next {
    right: calc(50% - 38.93vw);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .bg_wrap {
    overflow: hidden;
  }

  #information {
    position: relative;
    padding-top: 16vw;
    margin-bottom: 13.33333vw;
  }
  #information::before {
    position: absolute;
    top: -36vw;
    right: 0;
    content: '';
    display: inline-block;
    width: 100vw;
    height: 130.4vw;
    background: url("../images/top/sp_information_bg.jpg") center top/100% no-repeat;
    z-index: -1;
  }
  #information .sec_title {
    width: 86.66667vw;
    margin: 0 auto 9.33333vw;
  }
  #information .inner {
    width: 100%;
    position: relative;
  }
  #information .information_head {
    width: 86.66667vw;
    margin: 0 auto 10.66667vw;
  }
  #information .information_head .lead .title {
    font-family: "Noto Serif JP", serif;
    font-size: 6.13333vw;
    color: #00406c;
    margin-bottom: 4vw;
  }
  #information .information_head .lead .desc {
    font-size: 3.46667vw;
    line-height: 1.84615;
    margin-bottom: 6.66667vw;
  }
  #information .information_head .image {
    width: 100%;
  }
  #information .information_body {
    width: 86.66667vw;
    margin: 0 auto 12vw;
  }
  #information .information_body .block1 {
    margin-bottom: 6.66667vw;
  }
  #information .information_body .table {
    width: 100%;
    font-size: 3.2vw;
  }
  #information .information_body .table tr {
    border-bottom: 0.26667vw solid #ddd;
  }
  #information .information_body .table th, #information .information_body .table td {
    line-height: 1.66667;
  }
  #information .information_body .table th:first-child, #information .information_body .table td:first-child {
    width: 23.07%;
    padding-left: 2vw;
  }
  #information .information_body .table th {
    text-align: left;
    padding: 0 1.33333vw 2.66667vw;
  }
  #information .information_body .table td {
    padding: 2vw 1.33333vw;
    vertical-align: middle;
  }
  #information .information_body .table td.open {
    color: #57c0e3;
  }
  #information .information_body .exam td {
    text-align: left;
  }
  #information .information_body .pic .table th:nth-child(1), #information .information_body .pic .table td:nth-child(1) {
    width: 26.15%;
  }
  #information .information_body .pic .table th:nth-child(2), #information .information_body .pic .table td:nth-child(2) {
    width: 36.92%;
  }
  #information .information_body .pic .table th:nth-child(3), #information .information_body .pic .table td:nth-child(3) {
    width: 36.92%;
  }
  #information .information_body .pic .table td {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  #information .information_body .pic .table td:last-child {
    border-bottom: none;
  }
  #information .information_body .note {
    font-size: 2.93333vw;
    line-height: 1.63636;
    color: #888888;
    margin-bottom: 2vw;
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 2.66667vw;
  }
  #information .information_body .note:last-child {
    padding-bottom: 5.33333vw;
  }
  #information .information_body .map {
    position: relative;
    width: 86.66667vw;
    height: auto;
    padding-top: 0;
    margin: 0 auto 5.33333vw;
  }
	#information .information_body .map img{
		width:100%;
		margin-bottom:5px;
	}
  #information .information_body .map iframe {
/*     position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #information .information_body .address {
    font-size: 3.46667vw;
    line-height: 1.61538;
  }
  #information .information_body .name {
    font-size: 4.26667vw;
    margin-bottom: 3.33333vw;
  }
  #information .contact {
    width: 100%;
    background: url("../images/top/sp_information_img2.jpg") center center/cover no-repeat;
    padding: 9.33333vw 6.66667vw 10.66667vw;
    margin: 0 auto;
  }
  #information .contact .title {
    font-size: 5.33333vw;
    color: #fff;
    text-align: center;
    margin-bottom: 4vw;
  }
  #information .contact .desc {
    font-size: 3.46667vw;
    line-height: 1.53846;
    color: #fff;
    text-align: center;
    margin-bottom: 6.66667vw;
  }
  #information .contact .btn {
    margin-bottom: 5.33333vw;
  }
  #information .contact .btn:last-child {
    margin-bottom: 0;
  }
  #information .contact .btn a {
    display: block;
    padding: 6vw 4vw;
  }
  #information .contact .btn a:hover {
    text-decoration: none;
    opacity: .8;
  }
  #information .contact .btn1 a {
    font-size: 4vw;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#bfa201), color-stop(50%, #dbbd1b), to(#bfa201));
    background: -o-linear-gradient(left, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
    background: linear-gradient(to right, #bfa201 0%, #dbbd1b 50%, #bfa201 100%);
  }
  #information .contact .btn1 img {
    display: inline-block;
    width: 4.26667vw;
    margin-right: 3.2vw;
    vertical-align: middle;
    -webkit-transform: translateY(-0.5vw);
        -ms-transform: translateY(-0.5vw);
            transform: translateY(-0.5vw);
  }
  #information .contact .btn2 a {
    font-size: 4.8vw;
    color: #fff;
    letter-spacing: .025em;
    text-align: center;
    background-color: #00406c;
  }
  #information .contact .btn2 img {
    display: inline-block;
    width: 3.46667vw;
    margin-right: 1.6vw;
    vertical-align: middle;
    -webkit-transform: translateY(-0.5vw);
        -ms-transform: translateY(-0.5vw);
            transform: translateY(-0.5vw);
  }
  #information .contact .btn1 a {
    font-size: 4.26667vw;
    padding: 7.33333vw 2.66667vw 7.2vw 1.33333vw;
  }
  #information .contact .btn1 img {
    width: 4.13333vw;
    margin-right: 3.2vw;
  }
  #information .contact .btn1 span {
    display: block;
    font-size: 3.46667vw;
    margin-top: 3.2vw;
  }
  #information .contact .btn2 a {
    letter-spacing: .1em;
    padding: 4.66667vw 2.66667vw 4.53333vw 1.33333vw;
  }
  #information .contact .btn2 img {
    width: 3.46667vw;
    margin-right: 1.6vw;
  }
  #information .contact .btn2 .num {
    display: block;
    font-size: 5.33333vw;
    letter-spacing: .1em;
  }
  #information .contact .btn2 .desc1 {
    display: block;
    font-size: 3.2vw;
    letter-spacing: .025em;
    margin-bottom: 2.66667vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2a712), color-stop(50%, #ded43c), to(#c2a712));
    background: -o-linear-gradient(top, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    background: linear-gradient(180deg, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    -webkit-background-clip: text;
    color: transparent;
  }
  #information .contact .btn2 .desc2 {
    display: block;
    font-size: 3.2vw;
    letter-spacing: .025em;
    margin-top: 2.13333vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2a712), color-stop(50%, #ded43c), to(#c2a712));
    background: -o-linear-gradient(top, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    background: linear-gradient(180deg, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    -webkit-background-clip: text;
    color: transparent;
  }

  #news {
    margin-bottom: 20vw;
  }
  #news .sec_title::before {
    width: 8vw;
  }
  #news .cat_list {
    width: 86.66667vw;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 2.66667vw;
    margin-bottom: 4vw;
  }
  #news .cat_list .item {
    display: inline-block;
    min-width: 20vw;
    text-align: center;
    margin-right: 1.33333vw;
    margin-bottom: 1.33333vw;
  }
  #news .cat_list .item:last-child {
    margin-right: 0;
  }
  #news .cat_list .item button {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.2;
    background-color: #fff;
    padding: 2.66667vw 1.33333vw;
    color: #333;
    border: 0.26667vw solid #c2a712;
    -o-border-image: -o-linear-gradient(top, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#debf5f), color-stop(50%, #f5ee7e), to(#debf5f));
       border-image: linear-gradient(to bottom, #debf5f 0%, #f5ee7e 50%, #debf5f 100%);
    border-image-slice: 1;
    border-width: 0.26667vw;
  }
  #news .cat_list .item button:hover {
    text-decoration: none;
    opacity: .8;
    background-color: #f7f1d2;
  }
  #news .cat_list .item.on button {
    background: #00406c;
    color: #fff;
    border: 0.26667vw solid #00406c;
  }
  #news .news_list {
    margin-bottom: 10.66667vw;
    border-top: 1px solid #888;
  }
  #news .news_list .item {
    border-bottom: 1px solid #888;
  }
  #news .news_list .item a {
    display: block;
    padding: 5.33333vw 2.66667vw;
  }
  #news .news_list .item a:hover {
    background-color: rgba(247, 241, 210, 0.5);
  }
  #news .news_list article a {
    display: block;
    padding: 5.33333vw 2.66667vw 4vw;
  }
  #news .news_list article a:hover {
    background-color: rgba(247, 241, 210, 0.5);
    text-decoration: none;
  }
  #news .news_list article .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #news .news_list article .date {
    width: 20vw;
    font-size: 3.46667vw;
    margin-right: 2.4vw;
  }
  #news .news_list article .cats {
    width: calc(100% - 22.66vw);
  }
  #news .news_list article .cat {
    display: inline-block;
    min-width: 18.66667vw;
    font-size: 3.2vw;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#bfa201), color-stop(50%, #c4aa1a), to(#bfa201));
    background: -o-linear-gradient(top, #bfa201 0%, #c4aa1a 50%, #bfa201 100%);
    background: linear-gradient(to bottom, #bfa201 0%, #c4aa1a 50%, #bfa201 100%);
    padding: 1.6vw 1.33333vw;
    margin-right: 1.33333vw;
    margin-bottom: 1.33333vw;
  }
  #news .news_list article .title {
    width: 100%;
    font-size: 3.73333vw;
    line-height: 1.5;
    margin-top: 2vw;
  }
  #news .news_list_wrap .news_list {
    display: none;
  }
  #news .news_list_wrap .news_list.on {
    display: block;
  }
  #news .btn {
    width: 73.33333vw;
    margin: 0 auto;
  }
  #news .btn a {
    padding: 5.73333vw 2.66667vw 5.73333vw 4vw;
  }

  #feature {
    position: relative;
    margin-bottom: 24vw;
  }
  #feature .sec_title {
    margin-left: 6.66667vw;
  }
  #feature .list .item {
    background-color: #f5fafe;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #feature .list .item::after {
    position: absolute;
    bottom: 2.66667vw;
    right: 2.66667vw;
    content: '';
    display: inline-block;
    background: url("../images/top/feature_logo.png") center center/cover no-repeat;
    width: 36.4vw;
    height: 46.66667vw;
  }
  #feature .list .item .image {
    margin-bottom: 6vw;
  }
  #feature .list .item .detail {
    position: relative;
    width: 86.66667vw;
    margin: 0 auto;
    padding-top: 5.33333vw;
    padding-bottom: 10vw;
  }
  #feature .list .item .detail::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
  }
  #feature .list .item .title {
    font-family: "Noto Serif JP", serif;
    font-size: 8.66667vw;
    padding-bottom: 5.33333vw;
    border-bottom: 1px solid transparent;
    -o-border-image: -o-linear-gradient(left, #c2a712 0%, #c2a712 70%, rgba(0, 0, 0, 0) 100%);
       border-image: -webkit-gradient(linear, left top, right top, from(#c2a712), color-stop(70%, #c2a712), to(rgba(0, 0, 0, 0)));
       border-image: linear-gradient(to right, #c2a712 0%, #c2a712 70%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    margin-bottom: 4vw;
  }
  #feature .list .item .desc {
    font-size: 3.6vw;
    line-height: 1.96296;
    color: #555;
  }
  #feature .list .item.item1 .detail::before {
    background: url("../images/top/feature_num1.svg") center center/100% no-repeat;
    width: 17.2vw;
    height: 11.06667vw;
    left: 10.66667vw;
  }
  #feature .list .item.item2 .detail::before {
    background: url("../images/top/feature_num2.svg") center center/100% no-repeat;
    width: 19.2vw;
    height: 11.46667vw;
    left: 12vw;
  }
  #feature .list .item.item3 .detail::before {
    background: url("../images/top/feature_num3.svg") center center/100% no-repeat;
    width: 18.13333vw;
    height: 17.33333vw;
    top: 0;
    left: 20.8vw;
  }

  #obsession {
    margin-bottom: 20vw;
  }
  #obsession .sec_title {
    margin-left: 6.66667vw;
  }
  #obsession .lead_title {
    position: relative;
    font-size: 5.33333vw;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding-bottom: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
  #obsession .lead_title::before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: '';
    display: inline-block;
    width: 10.66667vw;
    height: 0.26667vw;
    background-color: #c2a712;
  }
  #obsession .bg_wrap {
    background: url("../images/top/sp_obsession_bg.jpg") center center/cover no-repeat;
    padding: 16vw 0;
  }
  #obsession .lead {
    font-size: 3.46667vw;
    line-height: 1.84615;
    color: #fff;
    text-align: center;
    margin-bottom: 18.66667vw;
  }
  #obsession .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #obsession .item {
    position: relative;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20vw;
  }
  #obsession .item:last-child {
    margin-bottom: 0;
  }
  #obsession .item::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 21.06667vw;
    height: 21.06667vw;
    left: 2.66667vw;
    top: -10.54vw;
  }
  #obsession .item .title {
    position: relative;
    font-size: 5.33333vw;
    font-family: "Noto Serif JP", serif;
    line-height: 1.42857;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  #obsession .item .title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 10.66667vw;
    height: 0.26667vw;
    background-color: #c2a712;
  }
  #obsession .item .desc {
    font-size: 3.46667vw;
    line-height: 2;
  }
  #obsession .item .item_detail {
    padding: 8vw 6.66667vw;
  }
  #obsession .item1::before {
    background: url("../images/top/obsession_num1.svg") center center/cover no-repeat;
  }
  #obsession .item2::before {
    background: url("../images/top/obsession_num2.svg") center center/cover no-repeat;
  }
  #obsession .item3::before {
    background: url("../images/top/obsession_num3.svg") center center/cover no-repeat;
  }
  #obsession .item4::before {
    background: url("../images/top/obsession_num4.svg") center center/cover no-repeat;
  }
  #obsession .item5::before {
    background: url("../images/top/obsession_num5.svg") center center/cover no-repeat;
  }

  #treatment {
    margin-bottom: 20vw;
  }
  #treatment .sec_title {
    margin-left: 6.66667vw;
  }
  #treatment .wrap {
    margin-bottom: 8vw;
  }
  #treatment .item {
    position: relative;
    width: 100%;
    padding: 13.33333vw 6.66667vw 10.66667vw;
    overflow: hidden;
  }
  #treatment .item::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
  }
  #treatment .item .title {
    font-family: "Noto Serif JP", serif;
    font-size: 7.2vw;
    color: #fff;
    text-align: center;
    margin-bottom: 6.66667vw;
  }
  #treatment .item .desc {
    color: #fff;
    font-size: 3.73333vw;
    line-height: 1.78571;
    margin-bottom: 10.66667vw;
  }
  #treatment .item .btn {
    width: 73.33333vw;
    margin: 0 auto;
  }
  #treatment .item .btn a {
    background-color: rgba(255, 255, 255, 0.9);
  }
  #treatment .item1 {
    background: url("../images/top/sp_treatment_bg1.jpg") center top/cover no-repeat;
  }
  #treatment .item1::before {
    background: url("../images/top/sp_treatment_img1.png") left top/100% no-repeat;
    width: 95.6vw;
    height: 182.26667vw;
    top: 97.33333vw;
    left: 0;
  }
  #treatment .item1 .desc {
    padding-bottom: 53.33333vw;
  }
  #treatment .item2 {
    background: url("../images/top/sp_treatment_bg2.jpg") center top/cover no-repeat;
  }
  #treatment .item2::before {
    background: url("../images/top/sp_treatment_img2.png?id=20230329") center top/100% no-repeat;
    width: 83.06667vw;
    height: 44.93333vw;
    top: 117.33333vw;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #treatment .item2 .desc {
    padding-bottom: 53.33333vw;
  }
  #treatment .item3 {
    background: url("../images/top/sp_treatment_bg3.jpg") center top/cover no-repeat;
  }
  #treatment .item3::before {
    background: url("../images/top/sp_treatment_img3.png?id=20230329") left top/100% no-repeat;
    width: 53.46667vw;
    height: 110.13333vw;
    top: 113.33333vw;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  #treatment .item3 .desc {
    padding-bottom: 53.33333vw;
  }
  #treatment .links .btn {
    width: 73.33333vw;
    margin: 0 auto 4vw;
  }
  #treatment .links .btn:last-child {
    margin-bottom: 0;
  }

  #greeting {
    background: url("../images/top/sp_greeting_bg.jpg") center top/100% no-repeat;
    padding-top: 14vw;
    margin-bottom: 24vw;
  }
  #greeting .sec_title {
    margin-left: 6.66667vw;
  }
  #greeting .inner {
    width: 100%;
  }
  #greeting .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #greeting .title {
    text-align: left;
  }
  #greeting .block {
    width: 86.66667vw;
    margin: 0 auto;
  }
  #greeting .block .title {
    font-family: "Noto Serif JP", serif;
    font-size: 7.46667vw;
    line-height: 1.5;
    margin-bottom: 9.33333vw;
  }
  #greeting .block .desc {
    font-size: 3.73333vw;
    line-height: 1.78571;
    margin-bottom: 12vw;
  }
  #greeting .block .btn {
    width: 73.33333vw;
    margin: 0 auto;
  }
  #greeting .profile {
    position: relative;
    width: 93.33333vw;
    background: url("../images/top/greeting_img1.jpg") center top/100% no-repeat;
    padding-top: 12vw;
    padding-bottom: 17.33333vw;
  }
  #greeting .profile .kana {
    position: absolute;
    top: 6vw;
    left: 26.13333vw;
    width: 2.93333vw;
    height: 26.4vw;
  }
  #greeting .profile .kana img {
    width: 100%;
  }
  #greeting .profile .name {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
    color: #00406c;
    font-size: 7.2vw;
    letter-spacing: .15em;
    margin-left: 14vw;
  }
  #greeting .profile .name span {
    display: inline-block;
    color: #00406c;
    font-size: 4.26667vw;
    margin-bottom: 4vw;
  }
  #greeting .careers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 93.33333vw;
    background-color: rgba(0, 64, 108, 0.95);
    padding: 4vw;
    -webkit-transform: translate3d(6.66vw, -9.3vw, 0);
            transform: translate3d(6.66vw, -9.3vw, 0);
  }
  #greeting .career {
    width: 40vw;
    margin-right: 2.66667vw;
  }
  #greeting .career .career_title {
    margin-bottom: 3.33333vw;
  }
  #greeting .career .career_title strong {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2a712), color-stop(50%, #ded43c), to(#c2a712));
    background: -o-linear-gradient(top, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    background: linear-gradient(180deg, #c2a712 0%, #ded43c 50%, #c2a712 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 4vw;
    letter-spacing: .125em;
  }
  #greeting .career .list .item {
    font-size: 3.2vw;
    color: #fff;
    line-height: 1.3;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 2vw;
  }
  #greeting .career .list .item:last-child {
    margin-bottom: 0;
  }
  #greeting .btn {
    margin: 0;
    margin-right: auto;
  }
}
