body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #38342F;
}

.fnt-noto-san {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fnt-roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.fnt-aboreto {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}

.fnt-rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fnt-zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.elementor-widget-wrap {
  padding: 0 !important;
}

#wrapper {
  padding-top: 80px;
}

#header {
  background: #FFF;
  height: 80px;
}

#header .logo {
  position: absolute;
  top: 14px;
  left: 24px;
  z-index: 1;
  width: 264px;
}

#header .header_menu {
  position: absolute;
  top: 24px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 70px;
  }
  #header {
    height: 70px;
  }
  #header .logo {
    width: 220px;
    top: 13px;
    left: 16px;
  }
  #header .header_menu {
    position: relative;
    inset: 0;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
}

#header .header_menu {
  box-sizing: border-box;
  z-index: 1;
}

#header .header_menu .g_nav ul {
  display: flex;
  justify-content: space-between;
}

#header .header_menu .g_nav ul li {
  margin-right: 25px;
}

#header .header_menu .g_nav li a {
  display: block;
  font-size: 16px;
  color: #585344;
}

#header .header_menu .g_nav li a span {
  color: #D2B97A;
}

#header .header_menu .g_nav li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1139px) and (min-width: 768px) {
  #header .logo {
    position: absolute;
    top: 19px;
    left: 24px;
    z-index: 1;
    width: 210px;
  }
  #header .header_menu .g_nav li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #header .logo {
    position: absolute;
    top: 22px;
    left: 15px;
    z-index: 1;
    width: 170px;
  }
  #header .header_menu .g_nav ul li {
    margin-right: 15px;
  }
  #header .header_menu .g_nav li a {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  #header .header_menu {
    padding: 0px;
    border-bottom: none;
    position: unset;
  }
  #header .header_menu .g_nav {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    background: #FFF;
    padding: 13px 0px 0px;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    padding-bottom: 30vw;
  }

  

  #header .header_menu .g_nav .menu-logo {
    width: 220px;
    margin: 0px 0px 4vw 16px;
  }
  #header .header_menu .g_nav ul {
    width: 85%;
    margin: 0px auto 12vw;
    display: block;
  }
  #header .header_menu .g_nav ul li {
    margin: 0;
  }
  #header .header_menu .g_nav li a {
    display: block;
    font-size: 16px;
    padding: 12px 0px;
    text-align: left;
    border-bottom: 1px solid #DBD0C1;
    font-weight: 400;
  }
  #header .header_menu .g_nav .menu-box {
    box-sizing: border-box;
    background: #DBD0C1;
    padding: 16vw 6% 16vw;
    color: #fff;
  }
  #header .header_menu .g_nav .menu-box h3 {
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
  }
  #header .header_menu .g_nav .menu-box h3 span {
    font-size: 45px;
    font-weight: 100;
  }
  #header .header_menu .g_nav .menu-box .menu-txt1 {
    text-align: center;
    font-size: 15px;
    font-size: 500;
    margin: 6vw 0px 3vw;
  }
  #header .header_menu .g_nav .menu-box .menu-listbtn {
    margin: 0px 0px 10vw;
  }
  #header .header_menu .g_nav .menu-box .menu-listbtn p {
    width: 49%;
  }
  .navOpen .logo {
    opacity: 0;
  }
  .toggleMenu {
    width: 55px;
    height: 50px;
    box-sizing: border-box;
    position: fixed;
    right: 10px;
    top: 11px;
    z-index: 9999;
    background: transparent;
    transition: 0.7s all ease-in-out;
    background: #FFF;
    border-radius: 2px;
  }
  .toggleMenu.active {
    background: none;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    background: none;
    border: none;
  }
  .menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .menu-trigger span {
    position: absolute;
    right: 8px;
    width: 32px;
    height: 1px;
    border-radius: 5px;
    background: #1F4C84;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 25px;
    left: 15px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 35px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 34px;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(-2px) rotate(-30deg);
    transform: translateY(-2px) rotate(-30deg);
    left: 10px;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(8px) rotate(30deg);
    transform: translateY(8px) rotate(30deg);
  }
}

#content-top .elementor-container {
  max-width: 100% !important;
}

#key-visual {
  min-height: 560px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/key.jpg) no-repeat center/cover;
}

#key-visual ul {
  padding: 0 5%;
}

#key-visual ul li {
  max-width: 1090px;
}

@media screen and (min-width: 768px) {
  .txt-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-pc .txt-latin {
    cursor: vertical-text;
    direction: rtl;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: sideways-right;
    -o-text-orientation: sideways-right;
    -ms-text-orientation: upright;
    -ms-text-orientation: sideways-right;
    -moz-text-orientation: sideways-right;
    -webkit-text-orientation: sideways-right;
    letter-spacing: .25em;
  }
}

.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

.txt-vertical .int {
  writing-mode: lr-tb;
  -o-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -moz-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
}

.txt-normal .int {
  height: 1.1em;
}

.txt-vertical-x > * {
  writing-mode: rl-tb;
  -o-writing-mode: vertical-tb;
  -ms-writing-mode: vertical-tb;
  -ms-writing-mode: rl-tb;
  -moz-writing-mode: vertical-tb;
  -webkit-writing-mode: vertical-tb;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  display: inline-block;
  white-space: nowrap;
  word-wrap: break-word;
  width: 1px;
  line-height: 1;
}

.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways-right;
  -o-text-orientation: sideways-right;
  -ms-text-orientation: upright;
  -ms-text-orientation: sideways-right;
  -moz-text-orientation: sideways-right;
  -webkit-text-orientation: sideways-right;
  letter-spacing: .25em;
}

@media screen and (max-width: 767px) {
  #key-visual {
    min-height: auto;
    display: block;
    background: none;
  }
  #key-visual ul {
    padding: 0;
  }
  #key-visual ul li {
    max-width: 100%;
  }
}

.cl {
  color: #C6BB9C;
}

.cl1 {
  color: #958D84;
}

.cl2 {
  color: #6F8DB3;
}

#sec1-box {
  position: relative;
  background: url(../img/bg_01.jpg) no-repeat center/cover;
  padding: 95px 20px 265px;
}

#sec1-box .inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

#sec1-box .inner .slide-mobi {
  display: flex;
  justify-content: space-between;
}

#sec1-box .inner .slide-mobi .photo {
  max-width: 328px;
  width: calc(33.333% - 25px);
}

#sec1-box .text {
  padding: 100px 0 35px;
}

#sec1-box .text h2 {
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 38px;
}

#sec1-box .text .txt {
  color: #AC9C88;
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
}

#sec1-box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

#sec1-box .list::before {
  background: url(../img/i_1.png) no-repeat;
  background-size: 100% auto;
  width: 77px;
  height: 77px;
  content: "";
  position: absolute;
  bottom: -108px;
  left: -42px;
}

#sec1-box .list .item {
  max-width: 530px;
  width: calc(50% - 10px);
  background: #FFF;
  box-sizing: border-box;
  position: relative;
  padding: 25px 35px 20px 100px;
}

#sec1-box .list .item::before {
  width: 1px;
  height: 55px;
  background: #6F8DB3;
  position: absolute;
  content: "";
  top: -25px;
  left: 25px;
}

#sec1-box .list .item h3 {
  font-size: 28px;
  position: absolute;
  top: 35px;
  left: 35px;
}

#sec1-box .list .item dl {
  padding: 10px 0;
}

#sec1-box .list .item dl + dl {
  border-top: 1px solid #dbd0c1;
}

#sec1-box .list .item dl dt {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 5px;
}

#sec1-box .list .item dl dd {
  font-size: 15px;
  color: #958D84;
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  #sec1-box .list .item {
    padding: 25px 30px 20px 100px;
  }
  #sec1-box .list .item dl dd {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #sec1-box {
    position: relative;
    background: url(../img/bg_01.jpg) no-repeat center/cover;
    padding: 95px 20px 265px;
  }
  #sec1-box .inner .slide-mobi .photo {
    width: calc(33.333% - 10px);
  }
  #sec1-box .text {
    padding: 80px 0 35px;
  }
  #sec1-box .text h2 {
    font-size: 34px;
    letter-spacing: 0.1em;
    line-height: 38px;
  }
  #sec1-box .text .txt {
    color: #AC9C88;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
  }
  #sec1-box .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  #sec1-box .list::before {
    background: url(../img/i_1.png) no-repeat;
    background-size: 100% auto;
    width: 77px;
    height: 77px;
    content: "";
    position: absolute;
    bottom: -108px;
    left: -20px;
  }
  #sec1-box .list .item {
    max-width: 530px;
    width: calc(50% - 10px);
    background: #FFF;
    box-sizing: border-box;
    position: relative;
    padding: 25px 25px 20px 80px;
  }
  #sec1-box .list .item::before {
    width: 1px;
    height: 55px;
    background: #6F8DB3;
    position: absolute;
    content: "";
    top: -25px;
    left: 20px;
  }
  #sec1-box .list .item h3 {
    font-size: 24px;
    position: absolute;
    top: 35px;
    left: 25px;
  }
  #sec1-box .list .item dl {
    padding: 10px 0;
  }
  #sec1-box .list .item dl + dl {
    border-top: 1px solid #dbd0c1;
  }
  #sec1-box .list .item dl dt {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 9px;
    letter-spacing: 0;
  }
  #sec1-box .list .item dl dd {
    font-size: 15px;
    color: #958D84;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  #sec1-box {
    padding: 30px 0 420px 15px;
  }
  #sec1-box .inner .slide-mobi {
    display: block;
  }
  #sec1-box .slick-slide {
    margin: 0 5px;
    width: 330px !important;
  }
  #sec1-box .slick-dots {
    display: flex !important;
    justify-content: center;
    padding-top: 10px;
  }
  #sec1-box .slick-dots li {
    width: 55px;
    height: 3px;
    background: #958D84;
    cursor: pointer;
    border: none;
  }
  #sec1-box .slick-dots li button {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  #sec1-box .slick-dots li.slick-active {
    background: #B9C6D6;
  }
  #sec1-box .text {
    padding: 12vw 40px 8vw 25px;
  }
  #sec1-box .text h2 {
    font-size: 32px;
  }
  #sec1-box .text .txt {
    font-size: 18px;
  }
  #sec1-box .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 0 5px;
  }
  #sec1-box .list::before {
    width: 45px;
    height: 45px;
    content: "";
    position: absolute;
    bottom: -55px;
    left: -15px;
  }
  #sec1-box .list .item {
    max-width: 100%;
    width: 100%;
    padding: 30px 20px 13px;
  }
  #sec1-box .list .item + .item {
    margin-top: 12vw;
  }
  #sec1-box .list .item::before {
    width: 1px;
    height: 35px;
    background: #6F8DB3;
    position: absolute;
    content: "";
    top: -18px;
    left: 20px;
  }
  #sec1-box .list .item h3 {
    font-size: 28px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
  #sec1-box .list .item dl {
    padding: 10px 0;
  }
  #sec1-box .list .item dl dt {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 12px;
    letter-spacing: 0;
    width: 105%;
  }
  #sec1-box .list .item dl dd {
    line-height: 18px;
  }
}

.top-title {
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}

.top-title::before {
  width: 2px;
  background: #6F8DB3;
  height: 135px;
  content: "";
  position: absolute;
  top: -80px;
  left: 130px;
}

.top-title::after {
  width: 1px;
  background: #DBD0C1;
  height: 35px;
  content: "";
  position: absolute;
  top: 65px;
  left: 130px;
}

.top-title span {
  font-size: 22px;
  letter-spacing: 0;
  color: #AC9C88;
  order: 2;
  margin-left: 14px;
font-weight: 500;
}

.top-title i {
  font-style: normal !important;
}

.btn-common {
  display: flex;
}

.btn-common a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  background: #15548F;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  transition: all 0.3s ease;
  min-width: 155px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px 0 15px;
}

.btn-common a span {
  background: url(../img/arr_btn1.png) no-repeat center right;
  background-size: 20px auto;
  padding-right: 30px;
  display: block;
  box-sizing: border-box;
  min-width: 132px;
}

.btn-common a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .top-title {
    font-size: 32px;
    line-height: 32px;
    display: block;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }
  .top-title::before {
    width: 135px;
    background: #6F8DB3;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    top: inherit;
  }
  .top-title::after {
    width: 35px;
    background: #DBD0C1;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 145px;
    top: inherit;
  }
  .top-title span {
    font-size: 18px;
    margin-left: 0;
  }
  .top-title i {
    font-style: normal !important;
  }
  .btn-common {
    display: flex;
  }
  .btn-common a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    background: #15548F;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    transition: all 0.3s ease;
    min-width: 155px;
    text-align: left;
    box-sizing: border-box;
    padding: 0 10px 0 15px;
  }
  .btn-common a span {
    background: url(../img/arr_btn1.png) no-repeat center right;
    background-size: 20px auto;
    padding-right: 30px;
    display: block;
    box-sizing: border-box;
    min-width: 132px;
  }
  .btn-common a:hover {
    opacity: 0.8;
  }
}

#information-box {
  position: relative;
  background: url(../img/bg_02.jpg) no-repeat center;
  background-size: cover;
  padding: 0 20px 320px;
}

#information-box .inner {
  max-width: 1080px;
  margin: 0 auto;
}

#information-box img {
  width: 100%;
  height: auto;
}

#information-box .blk {
  padding: 55px 60px 50px 220px;
  display: flex;
  justify-content: space-between;
  background: #FFF;
  position: relative;
  box-sizing: border-box;
  color: #5F5952;
  top: -190px;
  margin-bottom: -190px;
  z-index: 1;
}

#information-box .blk .title-common {
  position: absolute;
  top: 55px;
  left: 40px;
}

#information-box .coll {
  max-width: 485px;
width: 58%;
}

#information-box .box-table1 {
  font-style: normal;
  font-size: 15px;
  line-height: 24px;
}

#information-box .box-table1 table.timetable1 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 20px;
}

#information-box .box-table1 .timetable1 th,
#information-box .box-table1 .timetable1 td {
  padding: 15px 0 15px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #DBD0C1;
  border-top: 1px solid #DBD0C1;
}

#information-box .box-table1 .timetable1 th .big,
#information-box .box-table1 .timetable1 td .big {
  font-size: 18px;
}

#information-box .box-table1 .timetable1 thead th {
  padding: 13px 0 13px;
  font-weight: normal;
}

#information-box .box-table1 .timetable1 thead th:first-child {
  width: 28%;
  text-align: center;
  font-weight: 500;
  color: #78644C;
}

#information-box .box-table1 .timetable1 thead th:last-child {
  width: 70px;
  letter-spacing: -0.1em;
  padding-right: 10px;
}

#information-box .txt-table {
  position: relative;
  color: #61676E;
}

#information-box .vcards {
  font-size: 15px;
  line-height: 24px;
}

#information-box .vcards .title {
  font-weight: 500;
  display: flex;
  color: #5F5952;
  color: #78644C;
  margin-bottom: 15px;
}

#information-box .vcards .title h1 {
  margin-left: 15px;
  font-weight: 400;
  color: #5F5952;
}

#information-box .vcards dl {
  font-size: 15px;
  line-height: 24px;
  display: flex;
  font-weight: 400;
  margin-bottom: 20px;
}

#information-box .vcards dl:last-child {
  margin-top: 35px;
  margin-bottom: 30px;
}

#information-box .vcards dl:last-child dd {
  color: #958D84;
}

#information-box .vcards dl dt {
  width: 88px;
  font-weight: 500;
  color: #78644C;
}

#information-box .vcards dl dd {
  width: calc(100% - 98px);
}

#information-box .vcards dl dd a {
  font-weight: 600;
  color: #15548F;
  font-size: 18px;
  letter-spacing: 0;
}

.new-label {
  display: none;
}

#information-box .gmap {
  width: 100%;
  height: 230px;
}

#information-box .gmap iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}

#information-box .colr {
  max-width: 320px;
    width: 40%;
}

#information-box .colr .block {
  padding-top: 10px;
}

#information-box .colr .block p {
  margin: 0;
  padding: 0;
  text-align: right;
}

#information-box .colr a {
  display: inline-block;
  letter-spacing: 0;
  color: #78644C;
  font-size: 15px;
  background: url(../img/i_map.png) no-repeat left center;
  background-size: 24px auto;
  padding-left: 30px;
  transition: all 0.3s ease;
  line-height: 36px;
  text-decoration: underline;
}

#information-box .colr a:hover {
  opacity: 0.7;
}

#information-box .blog-bg {
  max-width: 1080px;
  margin: 12px auto 0;
  background: #FFF;
  position: relative;
  box-sizing: border-box;
  color: #5F5952;
  padding: 35px 60px 45px 220px;
}

#information-box .blog-bg::before {
  background: url(../img/i_2.png) no-repeat;
  background-size: 100% auto;
  width: 53px;
  height: 53px;
  content: "";
  position: absolute;
  bottom: 30px;
  left: 30px;
}

#information-box .blog-bg .post-box__header {
  position: absolute;
  top: 50px;
  left: 40px;
  padding: 0;
  border-bottom: none;
}

#information-box .blog-bg .post-box__header h2 {
  font-size: 38px;
  color: #38342F;
  letter-spacing: 0.1em;
}

#information-box .blog-bg .post-box__header .top-title span {
  font-size: 14px;
  text-align: left;
  padding-top: 3px;
font-weight: 700;
}

#information-box .blog-bg .post-box {
  padding-top: 10px;
  min-height: 265px;
}

#information-box .blog-bg dl {
  padding: 0 0 20px;
  border-bottom: 1px solid #DBD0C1;
  display: flex;
  font-size: 15px;
}

#information-box .blog-bg dl + dl {
  padding-top: 20px;
}

#information-box .blog-bg dl dt {
  color: #C6BEB4;
  width: 120px;
}

#information-box .blog-bg dl dt i {
  font-style: normal;
}

#information-box .blog-bg dl dd {
  width: calc(100% - 120px);
}

#information-box .blog-bg dl dd a {
  font-weight: 500;
}

#information-box .blog-bg dl dd a:hover {
  text-decoration: underline;
}

#information-box .blog-bg .more {
  padding-top: 25px;
  text-align: right;
}

#information-box .blog-bg .more a {
  color: #78644C;
  background: url(../img/arr.png) no-repeat center left;
  background-size: 18px;
  padding: 0 0 0 25px;
  transition: all 0.3s ease;
  text-decoration: underline;
}

#information-box .blog-bg .more a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
  #information-box .blk {
    padding: 55px 25px 50px 210px;
  }
  #information-box .coll {
    max-width: 435px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #information-box {
    position: relative;
    background: url(../img/bg_02.jpg) no-repeat center;
    background-size: cover;
    padding: 0 20px 320px;
  }
  #information-box .blk {
    padding: 55px 40px 50px 220px;
    display: flex;
    justify-content: center;
    background: #FFF;
    position: relative;
    box-sizing: border-box;
    color: #5F5952;
    top: -190px;
    margin-bottom: -190px;
    flex-wrap: wrap;
    z-index: 1;
  }
  #information-box .blk .title-common {
    position: absolute;
    top: 55px;
    left: 40px;
  }
  #information-box .coll {
    max-width: 100%;
width: 100%;
    margin: 0 0 35px;
  }
  #information-box .box-table1 {
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
  }
  #information-box .box-table1 table.timetable1 {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  #information-box .box-table1 .timetable1 th,
  #information-box .box-table1 .timetable1 td {
    padding: 15px 0 15px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #DBD0C1;
    border-top: 1px solid #DBD0C1;
  }
  #information-box .box-table1 .timetable1 th .big,
  #information-box .box-table1 .timetable1 td .big {
    font-size: 18px;
  }
  #information-box .box-table1 .timetable1 thead th {
    padding: 13px 0 13px;
    font-weight: normal;
  }
  #information-box .box-table1 .timetable1 thead th:first-child {
    width: 28%;
    text-align: center;
    font-weight: 500;
    color: #78644C;
  }
  #information-box .box-table1 .timetable1 thead th:last-child {
    width: 70px;
    letter-spacing: -0.1em;
    padding-right: 10px;
  }
  #information-box .txt-table {
    position: relative;
    color: #61676E;
  }
  #information-box .vcards {
    font-size: 15px;
    line-height: 24px;
  }
  #information-box .vcards .title {
    font-weight: 500;
    display: flex;
    color: #5F5952;
    color: #78644C;
    margin-bottom: 15px;
  }
  #information-box .vcards .title h1 {
    margin-left: 15px;
    font-weight: 400;
    color: #5F5952;
  }
  #information-box .vcards dl {
    font-size: 15px;
    line-height: 24px;
    display: flex;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #information-box .vcards dl:last-child {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  #information-box .vcards dl dt {
    width: 88px;
    font-weight: 500;
    color: #78644C;
  }
  #information-box .vcards dl dd {
    width: calc(100% - 98px);
  }
  #information-box .vcards dl dd a {
    font-weight: 600;
    color: #15548F;
    font-size: 18px;
    letter-spacing: 0;
  }
  #information-box .gmap {
    width: 100%;
    height: 400px;
  }
  #information-box .gmap iframe {
    width: 100%;
    height: 100%;
    border: none !important;
  }
  #information-box .colr {
    max-width: 100%;
    width: 100%;
  }
  #information-box .colr .block {
    padding-top: 10px;
  }
  #information-box .colr .block p {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  #information-box .colr a {
    display: inline-block;
    letter-spacing: 0;
    color: #78644C;
    font-size: 15px;
    background: url(../img/i_map.png) no-repeat left center;
    background-size: 24px auto;
    padding-left: 30px;
    transition: all 0.3s ease;
    line-height: 36px;
    text-decoration: underline;
  }
  #information-box .colr a:hover {
    opacity: 0.7;
  }
  #information-box .blog-bg {
    max-width: 1080px;
    margin: 12px auto 0;
    background: #FFF;
    position: relative;
    box-sizing: border-box;
    color: #5F5952;
    padding: 35px 60px 45px 220px;
  }
  #information-box .blog-bg::before {
    background: url(../img/i_2.png) no-repeat;
    background-size: 100% auto;
    width: 53px;
    height: 53px;
    content: "";
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  #information-box .blog-bg .post-box__header {
    position: absolute;
    top: 50px;
    left: 40px;
    padding: 0;
    border-bottom: none;
  }
  #information-box .blog-bg .post-box__header h2 {
    font-size: 38px;
    color: #38342F;
    letter-spacing: 0.1em;
  }
  #information-box .blog-bg .post-box__header .top-title span {
    font-size: 14px;
    text-align: left;
    padding-top: 3px;
  }
  #information-box .blog-bg .post-box {
    padding-top: 10px;
    min-height: 265px;
  }
  #information-box .blog-bg dl {
    padding: 0 0 20px;
    border-bottom: 1px solid #DBD0C1;
    display: flex;
    font-size: 15px;
  }
  #information-box .blog-bg dl + dl {
    padding-top: 20px;
  }
  #information-box .blog-bg dl dt {
    color: #C6BEB4;
    width: 120px;
  }
  #information-box .blog-bg dl dt i {
    font-style: normal;
  }
  #information-box .blog-bg dl dd {
    width: calc(100% - 120px);
  }
  #information-box .blog-bg dl dd a {
    font-weight: 500;
  }
  #information-box .blog-bg dl dd a:hover {
    text-decoration: underline;
  }
  #information-box .blog-bg .more {
    padding-top: 25px;
    text-align: right;
  }
  #information-box .blog-bg .more a {
    color: #78644C;
    background: url(../img/arr.png) no-repeat center left;
    background-size: 18px;
    padding: 0 0 0 25px;
    transition: all 0.3s ease;
  }
  #information-box .blog-bg .more a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  #information-box {
    padding: 0 20px 65px;
    background: url(../img/bg_02_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #information-box .inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  #information-box img {
    width: 100%;
    height: auto;
  }
  #information-box .blk {
    padding: 20px 20px 30px;
    display: block;
    top: -380px;
    margin-bottom: -380px;
    z-index: 1;
  }
  #information-box .blk .title-common {
    position: relative;
    top: 0;
    left: 0;
  }
  #information-box .coll {
    max-width: 100%;
width: 100%;
  }
  #information-box .box-table1 table.timetable1 {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  #information-box .box-table1 .timetable1 th,
  #information-box .box-table1 .timetable1 td {
    padding: 9px 0 9px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #DBD0C1;
    border-top: 1px solid #DBD0C1;
  }
  #information-box .box-table1 .timetable1 th .big,
  #information-box .box-table1 .timetable1 td .big {
    font-size: 18px;
  }
  #information-box .box-table1 .timetable1 thead th {
    padding: 8px 0 8px;
    font-weight: normal;
  }
  #information-box .box-table1 .timetable1 thead th span {
    display: none;
  }
  #information-box .box-table1 .timetable1 tbody th {
    text-align: left;
  }
  #information-box .box-table1 .timetable1 thead th:first-child {
    width: 28%;
    text-align: left;
    font-weight: 500;
    color: #78644C;
  }
  #information-box .box-table1 .timetable1 thead th:last-child {
    width: 50px;
    letter-spacing: -0.1em;
    padding-right: 5px;
  }
  #information-box .txt-table {
    position: relative;
    color: #61676E;
  }
  #information-box .vcards {
    letter-spacing: -0.025em;
    width: 104%;
  }
  #information-box .vcards .title {
    font-weight: 500;
    display: flex;
    color: #5F5952;
    color: #78644C;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  #information-box .vcards .title h1 {
    margin-left: 15px;
    font-weight: 400px;
    color: #5F5952;
  }
  #information-box .vcards dl {
    font-size: 15px;
    line-height: 24px;
    display: flex;
    font-weight: 400;
    margin-bottom: 20px;
  }
  #information-box .vcards dl:last-child {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  #information-box .vcards dl dt {
    width: 80px;
    font-weight: 500;
    color: #78644C;
  }
  #information-box .vcards dl dd {
    width: calc(100% - 88px);
  }
  #information-box .vcards dl dd a {
    font-weight: 600;
    color: #15548F;
    font-size: 18px;
    letter-spacing: 0;
  }
  #information-box .gmap {
    margin-top: 30px;
    width: 100%;
    height: 295px;
  }
  #information-box .gmap iframe {
    width: 100%;
    height: 100%;
    border: none !important;
  }
  #information-box .colr {
    max-width: 100%;
width: 100%;
  }
  #information-box .colr .block {
    padding-top: 10px;
  }
  #information-box .colr .block p {
    margin: 0;
    padding: 0;
    text-align: right;
  }
  #information-box .colr a {
    display: inline-block;
    letter-spacing: 0;
    color: #78644C;
    font-size: 15px;
    background: url(../img/i_map.png) no-repeat left center;
    background-size: 24px auto;
    padding-left: 30px;
    transition: all 0.3s ease;
    line-height: 36px;
  }
  #information-box .colr a:hover {
    opacity: 0.7;
  }
  #information-box .blog-bg {
    margin: 2px auto 0;
    padding: 10px 20px 25px;
  }
  #information-box .blog-bg::before {
    background: url(../img/i_2.png) no-repeat;
    background-size: 100% auto;
    width: 53px;
    height: 53px;
    content: "";
    position: absolute;
    bottom: inherit;
    left: inherit;
    right: 20px;
    top: 20px;
  }
  #information-box .blog-bg .post-box__header {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    border-bottom: none;
  }
  #information-box .blog-bg .post-box__header h2 {
    font-size: 22px;
  }
  #information-box .blog-bg .post-box__header .top-title span {
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
  }
  #information-box .blog-bg .post-box {
    padding-top: 10px;
    min-height: auto;
  }
  #information-box .blog-bg dl {
    padding: 0 0 10px;
    display: block;
  }
  #information-box .blog-bg dl + dl {
    padding-top: 10px;
  }
  #information-box .blog-bg dl dt {
    color: #C6BEB4;
    width: 100%;
  }
  #information-box .blog-bg dl dt i {
    font-style: normal;
  }
  #information-box .blog-bg dl dd {
    width: 100%;
  }
  #information-box .blog-bg dl dd a {
    line-height: 24px;
    display: inline-block;
  }
  #information-box .blog-bg dl dd a:hover {
    text-decoration: underline;
  }
  #information-box .blog-bg .more {
    padding-top: 20px;
  }
  #information-box .blog-bg .more a {
    font-size: 15px;
  }
}

#feature-box {
  position: relative;
  background: url(../img/bg_03.jpg) no-repeat center/cover;
  padding: 0 20px 82px;
}

#feature-box .fea-box {
  max-width: 1200px;
  margin: 0 auto -195px;
  background: url(../img/cv_bg1.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #FFF;
  position: relative;
  top: -220px;
  min-height: 460px;
  box-sizing: border-box;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#feature-box .fea-box .item {
  max-width: 960px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#feature-box .fea-box .item::before {
  width: 1px;
  background: #6F8DB3;
  height: 135px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
}

#feature-box .fea-box .item::after {
  width: 1px;
  background: #DBD0C1;
  height: 35px;
  content: "";
  position: absolute;
  top: 150px;
  left: 50%;
}

#feature-box .fea-box .item h2 {
  font-size: 38px;
  line-height: 170%;
  letter-spacing: 0;
}

#feature-box .fea-box .item .txt {
  font-size: 20px;
  line-height: 160%;
font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #E1E8F1;
letter-spacing: 0;

}

#feature-box .fea-box .item .txt span {
  display: block;
  margin-top: 20px;
}

#feature-box .contact-box {
  max-width: 1200px;
  margin: 0 auto -230px;
  background: url(../img/cv_bg2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #FFF;
  position: relative;
  min-height: 460px;
  box-sizing: border-box;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
top: -230px;
}

#feature-box .contact-box .inner {
  max-width: 960px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#feature-box .contact-box .inner h2 {
  font-size: 34px;
  line-height: 170%;
  letter-spacing: 0;
}

#feature-box .contact-box .inner .txt {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  color: #E1E8F1;
  margin-top: 15px;
}

#feature-box .contact-box .inner ul {
  max-width: 458px;
}

#feature-box .contact-box .inner ul li + li {
  margin-top: 20px;
}

#feature-box .list {
  max-width: 1080px;
  margin: 165px auto 0;
  position: relative;
}

#feature-box .list .inner {
  position: relative;
  padding-right: 220px;
}

#feature-box .list .title {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

#feature-box .list .title::before {
  background: url(../img/i_3.png) no-repeat;
  background-size: 100% auto;
  width: 139px;
  height: 214px;
  content: "";
  position: absolute;
  top: 360px;
  left: 95px;
}

#feature-box .list .title h2 {
  order: 2;
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
  position: relative;
  top: -5px;
  font-size: 38px;
  letter-spacing: 0.09em;
  color: #38342F;
}

#feature-box .list .title h2 i {
  font-style: normal !important;
}

#feature-box .list .title h2 .txt-latin {
  font-size: 14px;
  color: #AC9C88;
  text-align: left;
  text-transform: uppercase;
  padding-top: 5px;
  font-weight: bold;
  margin-left: 5px;
}

#feature-box .list .title h3 {
  font-size: 20px;
  color: #5F5952;
  margin-right: 25px;
}

#feature-box .list .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#feature-box .list .block .photo {
  width: 100%;
  margin: 13px 0;
}

#feature-box .list .block .item {
  background: #FFF;
  width: calc(50% - 6px);
  box-sizing: border-box;
  padding: 35px 40px;
  position: relative;
margin: 20px 0 25px;
}

#feature-box .list .block .item .photo1 {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#feature-box .list .block .item .photo1 img {
width: 100% !important;
    height: 100%;
    object-fit: cover;
}

#feature-box .list .block .item .num {
  background: url(../img/i_n.png) no-repeat;
  background-size: 100% 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  box-sizing: border-box;
  padding: 0 0 10px 10px;
  font-size: 32px;
  color: #FFF;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: -30px;
  left: 10px;
}

#feature-box .list .block .item .num.is {
  top: inherit;
  bottom: -35px;
}

#feature-box .list .block .item dl {
  letter-spacing: 0;
}

#feature-box .list .block .item dl dt {
  font-size: 24px;
  margin-bottom: 15px;
}

#feature-box .list .block .item dl dd {
  color: #5F5952;
  font-size: 18px;
  line-height: 160%;
}

@media screen and (max-width: 1119px) and (min-width: 768px) {
  #menu-box .item .box ul li {
    font-size: 15px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
  #feature-box .list .inner {
    position: relative;
    padding-right: 190px;
  }
  #feature-box .list .block .item {
    padding: 35px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #feature-box .fea-box {
    max-width: 1200px;
    margin: 0 auto -195px;
    background: url(../img/cv_bg1.jpg) no-repeat center top;
    background-size: 100% 100%;
    color: #FFF;
    position: relative;
    top: -220px;
    min-height: 325px;
    box-sizing: border-box;
    padding: 35px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #feature-box .fea-box .item {
    max-width: 960px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #feature-box .fea-box .item::before {
    width: 1px;
    background: #6F8DB3;
    height: 135px;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
  }
  #feature-box .fea-box .item::after {
    width: 1px;
    background: #DBD0C1;
    height: 35px;
    content: "";
    position: absolute;
    top: 150px;
    left: 50%;
  }
  #feature-box .fea-box .item h2 {
    font-size: 30px;
    line-height: 170%;
    letter-spacing: 0;
  }
  #feature-box .fea-box .item .txt {
    font-size: 16px;
    line-height: 160%;
  }
  #feature-box .fea-box .item .txt span {
    display: block;
    margin-top: 20px;
  }
  #feature-box .contact-box {
    max-width: 1200px;
    margin: 0 auto -170px;
    background: url(../img/cv_bg2.jpg) no-repeat center top;
    background-size: 100% 100%;
    color: #FFF;
    position: relative;
    min-height: 325px;
    box-sizing: border-box;
    padding: 35px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
top: -170px;
  }
  #feature-box .contact-box .inner {
    max-width: 960px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  #feature-box .contact-box .inner .text {
    max-width: 100%;
    width: 48%;
  }
  #feature-box .contact-box .inner h2 {
    font-size: 30px;
    line-height: 170%;
    letter-spacing: 0;
  }
  #feature-box .contact-box .inner .txt {
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0;
    color: #E1E8F1;
    margin-top: 15px;
  }
  #feature-box .contact-box .inner ul {
    max-width: 100%;
    width: 46%;
  }
  #feature-box .contact-box .inner ul li + li {
    margin-top: 20px;
  }
  #feature-box .list {
    max-width: 1080px;
    margin: 165px auto 0;
    position: relative;
  }
  #feature-box .list .inner {
    position: relative;
    padding-right: 180px;
  }
  #feature-box .list .title {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
  }
  #feature-box .list .title::before {
    background: url(../img/i_3.png) no-repeat;
    background-size: 100% auto;
    width: 139px;
    height: 214px;
    content: "";
    position: absolute;
    top: 380px;
    left: 25px;
  }
  #feature-box .list .title h2 {
    order: 2;
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
    position: relative;
    top: -5px;
    font-size: 38px;
    letter-spacing: 0.09em;
    color: #38342F;
  }
  #feature-box .list .title h2 i {
    font-style: normal !important;
  }
  #feature-box .list .title h2 .txt-latin {
    font-size: 14px;
    color: #AC9C88;
    text-align: left;
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: bold;
    margin-left: 5px;
  }
  #feature-box .list .title h3 {
    font-size: 20px;
    color: #5F5952;
    margin-right: 25px;
  }
  #feature-box .list .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #feature-box .list .block .photo {
    width: 100%;
    margin: 13px 0;
  }
  #feature-box .list .block .item {
    background: #FFF;
    width: calc(50% - 6px);
    box-sizing: border-box;
    padding: 35px 20px;
    position: relative;
  }
  #feature-box .list .block .item .num {
    background: url(../img/i_n.png) no-repeat;
    background-size: 100% 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    box-sizing: border-box;
    padding: 0 0 10px 10px;
    font-size: 32px;
    color: #FFF;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: -30px;
    left: 10px;
  }
  #feature-box .list .block .item .num.is {
    top: inherit;
    bottom: -35px;
  }
  #feature-box .list .block .item dl {
    letter-spacing: 0;
  }
  #feature-box .list .block .item dl dt {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #feature-box .list .block .item dl dd {
    color: #5F5952;
    font-size: 16px;
    line-height: 160%;
  }
}

@media screen and (max-width: 767px) {
  #feature-box {
    background: url(../img/bg_03_sp.jpg) no-repeat bottom center #f0ebe5;
    background-size: 100% auto;
    padding: 0;
  }
  #feature-box .fea-box {
    margin: 0 auto;
    background: url(../img/cv_bg1_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    min-height: 100px;
    box-sizing: border-box;
    padding: 35px 30px 45px;
    display: block;
    top: 0;
  }
  #feature-box .fea-box .item {
    max-width: 960px;
    width: 100%;
    display: block;
  }
  #feature-box .fea-box .item::before {
    width: 135px;
    background: #6F8DB3;
    height: 1px;
    content: "";
    position: absolute;
    top: 165px;
    left: 45px;
  }
  #feature-box .fea-box .item::after {
    width: 35px;
    background: #DBD0C1;
    height: 1px;
    content: "";
    position: absolute;
    top: 165px;
    left: 0;
  }
  #feature-box .fea-box .item h2 {
    font-size: 30px;
    line-height: 160%;
    margin-bottom: 45px;
  }
  #feature-box .fea-box .item .txt {
    font-size: 18px;
    letter-spacing: 0;
  }
  #feature-box .fea-box .item .txt span {
    display: block;
    margin-top: 18px;
  }
  #feature-box .contact-box {
    background: url(../img/cv_bg1_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    min-height: 100px;
    padding: 35px 30px 45px;
    display: block;
    margin-top: -1px;
top: 0px;
margin-bottom: 0px;

  }
  #feature-box .contact-box .inner {
    display: block;
  }
  #feature-box .contact-box .inner h2 {
    font-size: 30px;
    line-height: 160%;
    margin-bottom: 20px;
  }
  #feature-box .contact-box .inner .txt {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    color: #E1E8F1;
    margin: 0 0 30px;
  }
  #feature-box .contact-box .inner .txt span {
    display: block;
    padding-top: 10px;
  }
  #feature-box .contact-box .inner ul {
    max-width: 100%;
  }
  #feature-box .contact-box .inner ul li + li {
    margin-top: 12px;
  }
  #feature-box .list {
    max-width: 1080px;
    margin: 50px auto 0;
    position: relative;
  }
  #feature-box .list .inner {
    position: relative;
    padding-right: 0;
  }
  #feature-box .list .title {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    height: 280px;
  }
  #feature-box .list .title::before {
    background: url(../img/i_3.png) no-repeat;
    background-size: 100% auto;
    width: 92px;
    height: 214px;
    content: "";
    position: absolute;
    top: 115px;
    left: inherit;
    right: 10px;
  }
  #feature-box .list .title h2 {
    order: 2;
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
    position: relative;
    top: -5px;
    font-size: 32px;
    line-height: 44px;
  }
  #feature-box .list .title h2 .txt-latin {
    font-size: 14px;
    color: #AC9C88;
    text-align: left;
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: bold;
    margin-left: 2px;
    letter-spacing: 0.15em;
  }
  #feature-box .list .title h3 {
    font-size: 20px;
    color: #5F5952;
    margin-right: 30px;
    line-height: 34px;
  }
  #feature-box .list .block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
  }
  #feature-box .list .block .photo {
    width: 100%;
    margin: 12px 0 50px;
  }
  #feature-box .list .block .item {
    width: 100%;
    padding: 35px 20px;
min-height: 185px;
  }
  #feature-box .list .block .item .num {
    background: url(../img/i_n.png) no-repeat;
    background-size: 100% 100%;
    width: 55px;
    height: 55px;
    position: absolute;
    box-sizing: border-box;
    padding: 0 0 10px 10px;
    font-size: 32px;
    color: #FFF;
    text-align: center;
    line-height: 43px;
    position: absolute;
    top: -26px;
    left: 10px;
  }
  #feature-box .list .block .item .num.is {
    top: -26px;
    left: 10px;
    bottom: inherit;
  }
  #feature-box .list .block .item dl {
    letter-spacing: 0;
  }
  #feature-box .list .block .item dl dt {
    font-size: 22px;
    margin-bottom: 15px;
  }
  #feature-box .list .block .item dl dd {
    color: #5F5952;
    font-size: 18px;
    line-height: 160%;
  }
}

#menu-box {
  background: url(../img/bg_04.jpg) no-repeat center/cover;
  padding: 85px 20px 130px;
}

#menu-box .inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

#menu-box .inner h2 {
  font-size: 38px;
  letter-spacing: 0.1em;
  color: #111827;
  position: absolute;
  top: 0;
  left: 0;
}

#menu-box .item {
  margin-left: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#menu-box .item .ttl {
  width: 100%;
  font-size: 20px;
  color: #5F5952;
  margin-bottom: 40px;
}

#menu-box .item .box {
  background: #FFF;
  max-width: 320px;
  width: calc(33.333% - 10px);
  box-sizing: border-box;
  padding: 22px 20px;
  position: relative;
}

#menu-box .item .box::before {
  background: url(../img/arr.png) no-repeat center/cover;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  content: "";
}

#menu-box .item .box .photo {
  width: 105px;
  margin: 0 auto -22px;
  position: relative;
  top: -47px;
}

#menu-box .item .box dl {
  text-align: center;
}

#menu-box .item .box dl dt {
  font-size: 32px;
  color: #38342F;
  line-height: 110%;
}

#menu-box .item .box dl dd {
  color: #6F8DB3;
  font-size: 24px;
  padding: 12px 0 24px;
}

#menu-box .item .box ul {
  font-size: 16px;
  line-height: 18px;
  background: #F3EEDB;
  padding: 15px 10px 15px 18px;
}

#menu-box .item .box ul.bg1 {
  background: #E6F3DB;
}

#menu-box .item .box ul.bg2 {
  background: #ECE3F5;
}

#menu-box .item .box ul li {
  padding: 3px 0 3px 20px;
  color: #5F5952;
  position: relative;
}

#menu-box .item .box ul li::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #B9C6D6;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
}

#menu-box .sec-tap {
  margin-top: 165px;
  position: relative;
}

#menu-box .sec-tap::before {
  background: #B9C6D6;
  width: 180px;
  height: 1px;
  position: absolute;
  top: -70px;
  left: -65px;
  content: "";
}

#menu-box .sec-tap::after {
  background: url(../img/i_4.png) no-repeat center/cover;
  width: 177px;
  height: 141px;
  position: absolute;
  top: -75px;
  right: -65px;
  content: "";
}

#menu-box .sec-tap h3 {
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 110%;
}

#menu-box .sec-tap h4 {
  text-transform: uppercase;
  font-size: 16px;
  color: #958D84;
  line-height: 110%;
  padding: 18px 0 45px;
}

#menu-box .tabs {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

#menu-box .tab {
  text-decoration: none;
  padding: 5;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  box-sizing: border-box;
  font-size: 28px;
  height: 92px;
  border: none;
  margin-bottom: -2px;
  border: 3px solid transparent;
  padding: 10px;
  color: #70757C;
}

#menu-box .tab span {
  background: #AAB0B8;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#menu-box .tab i {
  font-style: normal !important;
}

#menu-box .tab:hover {
  opacity: 0.8;
}

#menu-box .tab.active {
  background: none;
  border: 2px solid #6F8DB3;
  background: #FFF;
  border-bottom: 1px solid #6F8DB3;
}

#menu-box .tab.active {
  position: relative;
  color: #38342F;
}

#menu-box .tab.active span {
  background: none;
}

#menu-box .content {
  display: none;
  border: 2px solid #6F8DB3;
  background: #FFF;
  min-height: 270px;
}

#menu-box .content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}

#menu-box .content ul li {
  width: 25%;
  border-top: 1px solid #B9C6D6;
  border-left: 1px solid #B9C6D6;
  display: flex;
  align-items: center;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
  min-height: 90px;
  justify-content: center;
  box-sizing: border-box;
  padding-right: 20px;
  font-weight: 500;
}

#menu-box .content ul li a {
 display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;

}

#menu-box .content ul li:nth-child(1), #menu-box .content ul li:nth-child(2), #menu-box .content ul li:nth-child(3) {
  width: 33.33334%;
}

#menu-box .content ul li i {
  display: inline-block;
  display: flex;
  justify-content: center;
}

#menu-box .content ul li i img {
  max-width: 50%;
}

#menu-box .content ul li small {
  display: block;
  font-size: 17px;
}

#menu-box .content ul li .lt {
  letter-spacing: -0.05em;
}

#menu-box .show {
  display: block;
}

#menu-box .show .fadein {
  animation: fadein 0.7s ease;
}

@media screen and (max-width: 1129px) and (min-width: 768px) {
  #menu-box .content ul li {
    font-size: 17px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #menu-box {
    background: url(../img/bg_04.jpg) no-repeat center/cover;
    padding: 85px 20px 130px;
  }
  #menu-box .inner {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  #menu-box .inner h2 {
    font-size: 38px;
    letter-spacing: 0.1em;
    color: #111827;
    position: absolute;
    top: 0;
    left: 0;
  }
  #menu-box .item {
    margin-left: 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #menu-box .item .ttl {
    width: 100%;
    font-size: 20px;
    color: #5F5952;
    margin-bottom: 40px;
  }
  #menu-box .item .box {
    background: #FFF;
    max-width: 320px;
    width: calc(33.333% - 10px);
    box-sizing: border-box;
    padding: 20px 15px;
    position: relative;
  }
  #menu-box .item .box::before {
    background: url(../img/arr.png) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    content: "";
  }
  #menu-box .item .box .photo {
    width: 105px;
    margin: 0 auto -22px;
    position: relative;
    top: -47px;
  }
  #menu-box .item .box dl {
    text-align: center;
  }
  #menu-box .item .box dl dt {
    font-size: 30px;
    color: #38342F;
    line-height: 110%;
  }
  #menu-box .item .box dl dd {
    color: #6F8DB3;
    font-size: 22px;
    padding: 12px 0 24px;
  }
  #menu-box .item .box ul {
    font-size: 13px;
    line-height: 18px;
    background: #F3EEDB;
    padding: 15px 10px 15px 15px;
    box-sizing: border-box;
    min-height: 120px;
  }
  #menu-box .item .box ul.bg1 {
    background: #E6F3DB;
  }
  #menu-box .item .box ul.bg2 {
    background: #ECE3F5;
  }
  #menu-box .item .box ul li {
    padding: 3px 0 3px 20px;
    color: #5F5952;
    position: relative;
    font-size: 15px;
  }
  #menu-box .item .box ul li::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #B9C6D6;
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
  }
  #menu-box .sec-tap {
    margin-top: 165px;
    position: relative;
  }
  #menu-box .sec-tap::before {
    background: #B9C6D6;
    width: 180px;
    height: 1px;
    position: absolute;
    top: -70px;
    left: -65px;
    content: "";
  }
  #menu-box .sec-tap::after {
    background: url(../img/i_4.png) no-repeat center/cover;
    width: 177px;
    height: 141px;
    position: absolute;
    top: -75px;
    right: -5px;
    content: "";
  }
  #menu-box .sec-tap h3 {
    font-size: 38px;
    letter-spacing: 0.1em;
    line-height: 110%;
  }
  #menu-box .sec-tap h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #958D84;
    line-height: 110%;
    padding: 18px 0 45px;
  }
  #menu-box .tabs {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  #menu-box .tab {
    text-decoration: none;
    padding: 5;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    box-sizing: border-box;
    font-size: 26px;
    height: 92px;
    border: none;
    margin-bottom: -2px;
    border: 3px solid transparent;
    padding: 10px;
    color: #70757C;
  }
  #menu-box .tab span {
    background: #AAB0B8;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-box .tab i {
    font-style: normal !important;
  }
  #menu-box .tab:hover {
    opacity: 0.8;
  }
  #menu-box .tab.active {
    background: none;
    border: 2px solid #6F8DB3;
    background: #FFF;
    border-bottom: 1px solid #6F8DB3;
  }
  #menu-box .tab.active {
    position: relative;
    color: #38342F;
  }
  #menu-box .tab.active span {
    background: none;
  }
  #menu-box .content {
    display: none;
    border: 2px solid #6F8DB3;
    background: #FFF;
    min-height: 270px;
  }
  #menu-box .content ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
  #menu-box .content ul li {
    width: 25%;
    border-top: 1px solid #B9C6D6;
    border-left: 1px solid #B9C6D6;
    display: flex;
    align-items: center;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0;
    line-height: 22px;
    min-height: 90px;
    justify-content: center;
    box-sizing: border-box;
    padding-right: 10px;
    font-weight: 500;
  }
  #menu-box .content ul li:nth-child(1), #menu-box .content ul li:nth-child(2), #menu-box .content ul li:nth-child(3) {
    width: 33.33334%;
  }
  #menu-box .content ul li i {
    display: inline-block;
    display: flex;
    justify-content: center;
    width: 80px;
    margin: 0 -10px;
  }
  #menu-box .content ul li i img {
    max-width: 50%;
  }
  #menu-box .content ul li small {
    display: block;
    font-size: 11px;
  }
  #menu-box .content ul li .lt {
    letter-spacing: -0.05em;
  }
  #menu-box .show {
    display: block;
  }
  #menu-box .show .fadein {
    animation: fadein 0.7s ease;
  }
}

@media screen and (max-width: 767px) {
  #menu-box {
    background: url(../img/bg_04.jpg) no-repeat center/cover;
    padding: 20px 30px 45px;
  }
  #menu-box .inner h2 {
    font-size: 32px;
    position: relative;
    line-height: 160%;
    top: 0;
    left: 0;
  }
  #menu-box .item {
    margin-left: 0;
    display: block;
  }
  #menu-box .item .ttl {
    width: 100%;
    font-size: 18px;
    line-height: 160%;
    margin: 20px 0 46px;
  }
  #menu-box .item .box {
    max-width: 100%;
    width: 100%;
    margin-bottom: 55px;
  }
  #menu-box .item .box::before {
    background: url(../img/arr.png) no-repeat center/cover;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
    content: "";
  }
  #menu-box .item .box .photo {
    width: 105px;
    margin: 0 auto -22px;
    position: relative;
    top: -47px;
  }
  #menu-box .item .box dl {
    text-align: center;
  }
  #menu-box .item .box dl dt {
    font-size: 32px;
    color: #38342F;
    line-height: 110%;
  }
  #menu-box .item .box dl dd {
    color: #6F8DB3;
    font-size: 24px;
    padding: 12px 0 24px;
  }
  #menu-box .item .box ul {
    font-size: 16px;
    line-height: 18px;
    background: #F3EEDB;
    padding: 15px 10px 15px 18px;
  }
  #menu-box .item .box ul.bg1 {
    background: #E6F3DB;
  }
  #menu-box .item .box ul.bg2 {
    background: #ECE3F5;
  }
  #menu-box .item .box ul li {
    padding: 3px 0 3px 20px;
    color: #5F5952;
    position: relative;
  }
  #menu-box .item .box ul li::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #B9C6D6;
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
  }
  #menu-box .sec-tap {
    margin-top: 120px;
    position: relative;
  }
  #menu-box .sec-tap::before {
    background: #B9C6D6;
    width: 90px;
    height: 1px;
    position: absolute;
    top: -55px;
    left: -15px;
    content: "";
  }
  #menu-box .sec-tap::after {
    background: url(../img/i_4.png) no-repeat top right;
    background-size: 100% auto;
    width: 90px;
    height: 141px;
    position: absolute;
    top: -65px;
    right: -15px;
    content: "";
  }
  #menu-box .sec-tap h3 {
    font-size: 32px;
    line-height: 160%;
  }
  #menu-box .sec-tap h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #958D84;
    line-height: 110%;
    padding: 10px 0 45px;
  }
  #menu-box .tabs {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  #menu-box .tab {
    text-decoration: none;
    padding: 5;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    box-sizing: border-box;
    font-size: 22px;
    height: 52px;
    border: none;
    margin-bottom: -2px;
    border: 3px solid transparent;
    padding: 4px;
    color: #70757C;
  }
  #menu-box .tab i {
    display: none;
  }
  #menu-box .tab span {
    background: #AAB0B8;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-box .tab:hover {
    opacity: 0.8;
  }
  #menu-box .tab.active {
    background: none;
    border: 2px solid #6F8DB3;
    background: #FFF;
    border-bottom: 1px solid #6F8DB3;
    z-index: 1;
  }
  #menu-box .tab.active {
    position: relative;
    color: #38342F;
  }
  #menu-box .tab.active span {
    background: none;
  }
  #menu-box .content {
    display: none;
    border: 2px solid #6F8DB3;
    background: #FFF;
    min-height: 270px;
  }
  #menu-box .content ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
  #menu-box .content ul li {
    width: 100%;
    border-top: 1px solid #B9C6D6;
    border-left: none;
    display: flex;
    align-items: center;
    font-size: 18px;
    text-align: left;
    letter-spacing: 0;
    line-height: 26px;
    min-height: 56px;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-right: 20px;
    font-weight: 500;
  }
  #menu-box .content ul li:nth-child(1), #menu-box .content ul li:nth-child(2), #menu-box .content ul li:nth-child(3) {
    width: 100%;
  }
  #menu-box .content ul li i {
    display: inline-block;
    display: flex;
    justify-content: flex-start;
    padding-left: 15px;
    width: 75px;
    position: relative;
    overflow: hidden;
  }
  #menu-box .content ul li i img {
    max-width: 65%;
  }
  #menu-box .content ul li i img.small {
    max-width: 51%;
    margin-left: 5px;
  }
  #menu-box .content ul li small {
    display: inline;
    font-size: 14px;
  }
  #menu-box .content ul li .lt {
    letter-spacing: -0.05em;
  }
  #menu-box .show {
    display: block;
  }
  #menu-box .show .fadein {
    animation: fadein 0.7s ease;
  }
}

#greet-box {
  position: relative;
  background: #EBE5DE;
  padding: 130px 20px 445px;
}

#greet-box .inner {
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
}

#greet-box .top-title {
  position: absolute;
  top: -5px;
  right: 0;
}

#greet-box .top-title::before, #greet-box .top-title::after {
  display: none;
}

#greet-box .top-title span {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding-top: 3px;
  margin-left: 8px;
}

#greet-box .box {
  position: relative;
  display: flex;
  justify-content: space-between;
}

#greet-box .box .photo {
  max-width: 620px;
  margin-left: -100px;
}

#greet-box .box .text {
  background: #FFF;
  box-sizing: border-box;
  max-width: 720px;
  margin: 250px 0 0 -165px;
  z-index: 1;
  position: relative;
  padding: 45px;
}

#greet-box .box .text h3 {
  font-size: 32px;
  line-height: 170%;
}

#greet-box .box .text .txt {
  color: #5F5952;
  line-height: 170%;
  letter-spacing: 0;
  padding: 20px 0 25px;
}

#greet-box .box .text .list {
  line-height: 20px;
  padding: 20px;
  letter-spacing: 0;
  background: #EBE5DE;
  display: flex;
}

#greet-box .box .text .list ul {
  width: 270px;
}

#greet-box .box .text .list ul:nth-child(2) {
  width: calc(100% - 270px);
}

#greet-box .box .text .list ul li {
  padding: 6px 0 6px 20px;
  position: relative;
}

#greet-box .box .text .list ul li::before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #B9C6D6;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
}

#greet-box .box.is {
  margin-top: 90px;
padding-bottom: 180px;
}

#greet-box .box.is::after {
  background: url(../img/i_5.png) no-repeat center/cover;
  width: 144px;
  height: 214px;
  content: "";
  bottom: 0;
  right: 0;
  position: absolute;
display: none;
}

#greet-box .box.is .photo11 {
position: absolute;
    right: -55px;
    width: 364px;
    top: 210px;
}

#greet-box .box.is .text {
  margin: 0;
}

#greet-box .box.is .title p {
  font-size: 32px;
  color: #1E293B;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  top: 0;
  right: 190px;
}

#greet-box .box.is .title p::before {
  width: 1px;
  background: #6F8DB3;
  height: 180px;
  content: "";
  position: absolute;
  top: 0;
  left: 130px;
}

#greet-box .box.is .title p span {
  font-size: 20px;
  margin-left: 14px;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
#main {
position: relative;
    overflow: hidden;
}
  #greet-box .box.is .title p {
    right: 110px;
  }
  #greet-box .box .text .list ul {
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
  }
  #greet-box .box .text .list ul:nth-child(2) {
    width: 50%;
    padding: 0;
  }
#greet-box .box.is .photo11 {
    position: absolute;
    right: -20px;
    max-width: 364px;
    top: 210px;
    width: 28%;
}
  #greet-box .box.is {
    margin-top: 90px;
padding-bottom: 80px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #greet-box {
    padding: 120px 20px 385px;
  }
  #greet-box .inner {
    max-width: 1080px;
    position: relative;
    margin: 0 auto;
  }
  #greet-box .top-title {
    position: absolute;
    top: -5px;
    right: 0;
  }
  #greet-box .top-title::before, #greet-box .top-title::after {
    display: none;
  }
  #greet-box .top-title span {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    padding-top: 3px;
    margin-left: 8px;
  }
  #greet-box .box {
    position: relative;
    display: block;
  }
  #greet-box .box .photo {
    max-width: 620px;
    margin-left: -25px;
    position: relative;
    z-index: 2;
  }
  #greet-box .box .text {
    background: #FFF;
    box-sizing: border-box;
    max-width: 100%;
    margin: -20px 0 0 20px;
    z-index: 1;
    position: relative;
    padding: 40px 20px;
  }
  #greet-box .box .text h3 {
    font-size: 28px;
    line-height: 160%;
  }
  #greet-box .box .text .txt {
    color: #5F5952;
    line-height: 160%;
    letter-spacing: 0;
    padding: 20px 0 25px;
  }
  #greet-box .box .text .list {
    line-height: 20px;
    padding: 20px;
    letter-spacing: 0;
    background: #EBE5DE;
  }
  #greet-box .box .text .list ul {
    width: 50%;
  }
  #greet-box .box .text .list ul:nth-child(2) {
    width: 50%;
  }
  #greet-box .box .text .list ul li {
    padding: 6px 0 6px 20px;
    position: relative;
  }
  #greet-box .box .text .list ul li::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #B9C6D6;
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
  }
#greet-box .box.is .photo11 {
    position: absolute;
    right: -20px;
    max-width: 364px;
    top: 210px;
    width: 28%;
}
  #greet-box .box.is {
    margin-top: 90px;
padding-bottom: 10px;
  }
  #greet-box .box.is::after {
    background: url(../img/i_5.png) no-repeat center/cover;
    width: 144px;
    height: 214px;
    content: "";
    bottom: 0;
    right: 0;
    position: absolute;
  }
  #greet-box .box.is .text {
    margin: 0 200px 0 0;
  }
  #greet-box .box.is .title p {
    font-size: 32px;
    color: #1E293B;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    top: 0;
    right: 80px;
  }
  #greet-box .box.is .title p::before {
    width: 1px;
    background: #6F8DB3;
    height: 180px;
    content: "";
    position: absolute;
    top: 0;
    left: 130px;
  }
  #greet-box .box.is .title p span {
    font-size: 20px;
    margin-left: 14px;
  }
}

@media screen and (max-width: 767px) {
  #greet-box {
    position: relative;
    background: #EBE5DE;
    padding: 55px 0 25px;
  }
  #greet-box .top-title {
    position: absolute;
    top: -5px;
    right: 15px;
    display: flex;
    flex-direction: column-reverse;
    z-index: 3;
  }
  #greet-box .top-title::before, #greet-box .top-title::after {
    display: none;
  }
  #greet-box .top-title span {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    padding-top: 3px;
    margin-left: 8px;
  }
  #greet-box .box {
    display: block;
  }
  #greet-box .box .photo {
    max-width: 620px;
    margin: 0;
    padding-top: 100px;
    position: relative;
    z-index: 2;
  }
  #greet-box .box .text {
    background: #FFF;
    box-sizing: border-box;
    max-width: 100%;
    margin: -45px 15px 0 0;
    z-index: 1;
    position: relative;
    padding: 60px 15px 30px 30px;
  }
  #greet-box .box .text h3 {
    font-size: 24px;
    line-height: 170%;
  }
  #greet-box .box .text .txt {
    font-size: 16px;
    padding: 16px 0 25px;
  }
  #greet-box .box .text .list {
    line-height: 20px;
    font-size: 16px;
    padding: 20px 18px;
    display: block;
  }
  #greet-box .box .text .list ul {
    width: 100%;
  }
  #greet-box .box .text .list ul:nth-child(2) {
    width: 100%;
  }
  #greet-box .box .text .list ul li {
    padding: 6px 0 6px 20px;
    position: relative;
  }
  #greet-box .box .text .list ul li::before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #B9C6D6;
    position: absolute;
    top: 9px;
    left: 0;
    content: "";
  }
  #greet-box .box.is {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap-reverse;
padding-bottom: 60px;
  }
  #greet-box .box.is::after {
    background: url(../img/i_7.png) no-repeat center top;
    background-size: 100% auto;
    width: 125px;
    height: 150px;
    content: "";
    bottom: inherit;
    right: inherit;
    top: 0;
    left: 35px;
    position: absolute;
  }
#greet-box .box.is .photo11 {
    position: absolute;
    right: inherit;
    width: 44%;
    left: 5%;
    top: 8vw;
    z-index: 2;
}
  #greet-box .box.is .text {
    margin: 0 0 0 15px;
  }
  #greet-box .box.is .title {
    height: 155px;
    width: 100%;
    position: relative;
    z-index: 2;
margin-bottom: 20vw;
  }
  #greet-box .box.is .title p {
    font-size: 28px;
    color: #1E293B;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    top: 0;
    right: 50px;
  }
  #greet-box .box.is .title p::before {
    width: 1px;
    background: #6F8DB3;
    height: 185px;
    content: "";
    position: absolute;
    top: 0;
    left: -35px;
  }
  #greet-box .box.is .title p span {
    font-size: 20px;
    margin-left: 14px;
  }
}

#footer {
  background: url(../img/bg_ft.jpg) no-repeat top center/cover;
  padding: 0 20px;
  z-index: 9;
}

#footer .inner {
  max-width: 1200px;
  margin: auto;
}

#footer .inner .p-top {
  position: relative;
  top: -285px;
  margin-bottom: -260px;
  text-align: right;
  padding-right: 60px;
}

#footer .inner .p-top li a {
  font-size: 24px;
  background: url(../img/p_top.png) no-repeat center left;
  background-size: 30px auto;
  padding-left: 38px;
  transition: all 0.3s ease;
}

#footer .inner .p-top li a:hover {
  opacity: 0.7;
}

#footer .p-top {
  position: relative;
}

#footer .contact-info {
  max-width: 1200px;
  margin: 0 auto 0;
  background: url(../img/cv_ft.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: #FFF;
  position: relative;
  min-height: 460px;
  box-sizing: border-box;
  padding: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .contact-info::before {
  background: url(../img/i_6.png) no-repeat center/cover;
  width: 77px;
  height: 77px;
  position: absolute;
  content: "";
  top: -40px;
  left: -40px;
}

#footer .contact-info .block {
  max-width: 960px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#footer .contact-info .block h2 {
  font-size: 44px;
  line-height: 170%;
  letter-spacing: 0;
  color: #FFF;
}

#footer .contact-info .block .txt {
  font-size: 22px;
  line-height: 160%;
  letter-spacing: 0;
  color: #E1E8F1;
  margin: 10px 0 15px;
}

#footer .contact-info .block dl dt {
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 15px;
}

#footer .contact-info .block dl dt a {
  color: #FFF;
  display: block;
  line-height: 40px;
  background: url(../img/ico_tel.png) no-repeat left center;
  background-size: 43px auto;
  padding: 2px 0 2px 52px;
}

#footer .contact-info .block dl dt a span {
  color: #B9C6D6;
  position: relative;
  top: -5px;
}

#footer .contact-info .block dl dd {
  letter-spacing: 0;
}

#footer .contact-info .block ul {
  max-width: 458px;
}

#footer .contact-info .block ul li + li {
  margin-top: 20px;
}

#footer .footer-content .title {
  padding: 60px 0 55px;
  display: flex;
  letter-spacing: 0;
}

#footer .footer-content .title dl {
  width: 650px;
}

#footer .footer-content .title dl dt {
  font-size: 24px;
  color: #8D897E;
  margin-bottom: 12px;
}

#footer .footer-content .title dl dd {
  font-size: 33px;
  color: #585344;
}

#footer .footer-content .title p {
  font-size: 15px;
  line-height: 24px;
  color: #5F5952;
}

#footer .footer-content .list {
  display: flex;
}

#footer .footer-content .list dl {
  display: flex;
  align-items: center;
  margin-right: 20px;
  border: 1px solid #C6BEB4;
  box-sizing: border-box;
  width: 370px;
}

#footer .footer-content .list dl dt {
  width: 93px;
}

#footer .footer-content .list dl dd {
  font-size: 12px;
  letter-spacing: 0;
  box-sizing: border-box;
  padding: 0 10px 0 18px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#footer .footer-content .list dl dd span {
  font-size: 20px;
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

#footer .footer-content .list dl dd i {
  font-style: normal !important;
}

#footer .footer-content .block-bottom {
  padding: 50px 0 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .footer-content .block-bottom .copyright {
  color: #61676E;
  font-size: 10px;
  padding-right: 50px;
}

#footer .footer-content .block-bottom .sitemap a {
  font-size: 15px;
  color: #78644C;
  position: relative;
  letter-spacing: 0;
  background: url(../img/arr.png) no-repeat center right;
  background-size: 18px auto;
  padding-right: 26px;
  transition: all 0.3s ease;
}

#footer .footer-content .block-bottom .sitemap a span {
  line-height: 20px;
  border-bottom: 1px solid;
  transition: all 0.3s ease;
}

#footer .footer-content .block-bottom .sitemap a:hover {
  opacity: 0.8;
}

#footer .footer-content .block-bottom .sitemap a:hover span {
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 1499px) and (min-width: 768px) {
  .footer-content {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1229px) and (min-width: 768px) {
  #footer .footer-content .list dl dt {
    width: 80px;
  }
  #footer .footer-content .list dl dd span {
    font-size: 16px;
  }
  #footer .footer-content .list dl dd {
    font-size: 10px;
    padding: 0 5px 0 15px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
#footer .footer-content .list dl {
 
  width: 315px;
}

}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #footer .inner .p-top {
    position: relative;
    top: -285px;
    margin-bottom: -260px;
    text-align: right;
    padding-right: 60px;
  }
  #footer .inner .p-top li a {
    font-size: 20px;
    background: url(../img/p_top.png) no-repeat center left;
    background-size: 26px auto;
    padding-left: 35px;
    transition: all 0.3s ease;
  }
  #footer .inner .p-top li a:hover {
    opacity: 0.7;
  }
  #footer .p-top {
    position: relative;
  }
  #footer .contact-info {
    max-width: 1200px;
    margin: 0 auto 0;
    background: url(../img/cv_ft.jpg) no-repeat center top;
    background-size: 100% 100%;
    color: #FFF;
    position: relative;
    min-height: 360px;
    box-sizing: border-box;
    padding: 35px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #footer .contact-info::before {
    background: url(../img/i_6.png) no-repeat center/cover;
    width: 57px;
    height: 57px;
    position: absolute;
    content: "";
    top: -20px;
    left: -20px;
  }
  #footer .contact-info .block {
    max-width: 960px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  #footer .contact-info .block h2 {
    font-size: 34px;
    line-height: 170%;
    letter-spacing: 0;
    color: #FFF;
  }
  #footer .contact-info .block .txt {
    font-size: 17px;
    line-height: 160%;
    letter-spacing: 0;
    color: #E1E8F1;
    margin: 10px 0 15px;
  }
  #footer .contact-info .block .text {
    width: 46%;
  }
  #footer .contact-info .block dl dt {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  #footer .contact-info .block dl dt a {
    color: #FFF;
    display: block;
    line-height: 32px;
    background: url(../img/ico_tel.png) no-repeat left center;
    background-size: 32px auto;
    padding: 2px 0 2px 46px;
  }
  #footer .contact-info .block dl dt a span {
    color: #B9C6D6;
    position: relative;
    top: -5px;
  }
  #footer .contact-info .block dl dd {
    letter-spacing: 0;
  }
  #footer .contact-info .block ul {
    max-width: 458px;
    width: 46%;
  }
  #footer .contact-info .block ul li + li {
    margin-top: 20px;
  }
  #footer .footer-content .title {
    padding: 60px 0 55px;
    display: flex;
    letter-spacing: 0;
  }
  #footer .footer-content .title dl {
    width: 650px;
  }
  #footer .footer-content .title dl dt {
    font-size: 22px;
    color: #8D897E;
    margin-bottom: 12px;
  }
  #footer .footer-content .title dl dd {
    font-size: 30px;
    color: #585344;
  }
  #footer .footer-content .title p {
    font-size: 15px;
    line-height: 24px;
    color: #5F5952;
  }
  #footer .footer-content .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
#footer .footer-content .list a {
display: block;
width: 48%;
}
  #footer .footer-content .list dl {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    border: 1px solid #C6BEB4;
    box-sizing: border-box;
    width: 100%;
  }

  #footer .footer-content .list dl dt {
    width: 90px;
  }
  #footer .footer-content .list dl dd {
    font-size: 12px;
    letter-spacing: 0;
    box-sizing: border-box;
    padding: 0 10px 0 18px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  #footer .footer-content .list dl dd span {
    font-size: 18px;
    display: block;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  #footer .footer-content .list dl dd i {
    font-style: normal !important;
  }
  #footer .footer-content .block-bottom {
    padding: 50px 0 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .footer-content .block-bottom .copyright {
    color: #61676E;
    font-size: 10px;
    padding-right: 50px;
  }
  #footer .footer-content .block-bottom .sitemap a {
    font-size: 15px;
    color: #78644C;
    position: relative;
    letter-spacing: 0;
    background: url(../img/arr.png) no-repeat center right;
    background-size: 18px auto;
    padding-right: 26px;
    transition: all 0.3s ease;
  }
  #footer .footer-content .block-bottom .sitemap a span {
    line-height: 20px;
    border-bottom: 1px solid;
    transition: all 0.3s ease;
  }
  #footer .footer-content .block-bottom .sitemap a:hover {
    opacity: 0.8;
  }
  #footer .footer-content .block-bottom .sitemap a:hover span {
    border-bottom: 1px solid transparent;
  }
}


.contact-info .item {
  max-width: 960px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.contact-info .item::before {
  width: 1px;
  background: #6F8DB3;
  height: 135px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
}

.contact-info .item::after {
  width: 1px;
  background: #DBD0C1;
  height: 35px;
  content: "";
  position: absolute;
  top: 150px;
  left: 50%;
}

.contact-info .item h2 {
  font-size: 38px;
  line-height: 170%;
  letter-spacing: 0;
}

.contact-info .item .txt {
  font-size: 20px;
  line-height: 160%;
font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
    color: #E1E8F1;
letter-spacing: 0;

}

.contact-info .item .txt span {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  
  .contact-info .item::before {
    width: 1px;
    background: #6F8DB3;
    height: 135px;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
  }
  .contact-info .item::after {
    width: 1px;
    background: #DBD0C1;
    height: 35px;
    content: "";
    position: absolute;
    top: 150px;
    left: 50%;
  }
  .contact-info .item h2 {
    font-size: 30px;
    line-height: 170%;
    letter-spacing: 0;
  }
  .contact-info .item .txt {
    font-size: 16px;
    line-height: 160%;
  }
  .contact-info .item .txt span {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  
  .contact-info .item {
    max-width: 960px;
    width: 100%;
    display: block;
  }
  .contact-info .item::before {
    width: 135px;
    background: #6F8DB3;
    height: 1px;
    content: "";
    position: absolute;
    top: 165px;
    left: 45px;
  }
  .contact-info .item::after {
    width: 35px;
    background: #DBD0C1;
    height: 1px;
    content: "";
    position: absolute;
    top: 165px;
    left: 0;
  }
  .contact-info .item h2 {
    font-size: 30px;
    line-height: 160%;
    margin-bottom: 45px;
  }
  .contact-info .item .txt {
    font-size: 18px;
    letter-spacing: 0;
  }
  .contact-info .item .txt span {
    display: block;
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    background: url(../img/bg_ft.jpg) no-repeat bottom center;
    background-size: 200% auto;
    padding: 0 0 18vw;
    z-index: 9;
  }
  #footer .inner {
    max-width: 1200px;
    margin: auto;
  }
  #footer .inner .p-top {
    position: relative;
    top: -285px;
    margin-bottom: -260px;
    text-align: right;
    padding-right: 60px;
  }
  #footer .inner .p-top li a {
    font-size: 24px;
    background: url(../img/p_top.png) no-repeat center left;
    background-size: 30px auto;
    padding-left: 38px;
    transition: all 0.3s ease;
  }
  #footer .inner .p-top li a:hover {
    opacity: 0.7;
  }
  #footer .p-top {
    position: relative;
  }
  #footer .contact-info {
    background: url(../img/cv_bg1_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #FFF;
    position: relative;
    min-height: 100px;
    padding: 35px 30px 45px;
    display: block;
  }
  #footer .contact-info::before {
    opacity: 0;
  }
  #footer .contact-info .block {
    display: block;
  }
  #footer .contact-info .block h2 {
    font-size: 30px;
    line-height: 160%;
    margin-bottom: 15px;
  }
  #footer .contact-info .block .txt {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    color: #E1E8F1;
    margin: 0 0 25px;
  }
  #footer .contact-info .block .txt span {
    display: block;
    padding-top: 10px;
  }
  #footer .contact-info .block dl {
    margin-bottom: 30px;
  }
  #footer .contact-info .block dl dt {
    color: #FFF;
    font-size: 31px;
    margin-bottom: 15px;
  }
  #footer .contact-info .block dl dt a {
    color: #FFF;
    display: block;
    line-height: 32px;
    background: url(../img/ico_tel.png) no-repeat left center;
    background-size: 36px auto;
    padding: 2px 0 2px 48px;
  }
  #footer .contact-info .block dl dt a span {
    color: #B9C6D6;
    position: relative;
    top: -5px;
  }
  #footer .contact-info .block dl dd {
    letter-spacing: 0;
  }
  #footer .contact-info .block ul {
    max-width: 100%;
  }
  #footer .contact-info .block ul li + li {
    margin-top: 12px;
  }
  #footer .footer-content {
    padding: 0 30px;
  }
  #footer .footer-content .title {
    padding: 35px 0 40px;
    display: block;
  }
  #footer .footer-content .title dl {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-content .title dl dt {
    font-size: 5.4vw;
    color: #8D897E;
    margin-bottom: 2px;
  }
  #footer .footer-content .title dl dd {
    font-size: 7.2vw;
    color: #585344;
  }
  #footer .footer-content .title p {
    font-size: 15px;
    line-height: 24px;
    color: #5F5952;
  }
  #footer .footer-content .list {
    display: flex;
    flex-wrap: wrap;
  }
#footer .footer-content .list a {
display: block;
width: 100%;
}

  #footer .footer-content .list dl {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    border: 1px solid #C6BEB4;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 0;
  }
  #footer .footer-content .list dl dt {
    width: 85px;
  }
  #footer .footer-content .list dl dd {
    font-size: 12px;
    letter-spacing: 0;
    box-sizing: border-box;
    padding: 0 5px 0 15px;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  #footer .footer-content .list dl dd i {
    font-size: 16px;
    letter-spacing: -0.075em;
  }
  #footer .footer-content .list dl dd i.i-p {
    display: none;
  }
  #footer .footer-content .list dl dd span {
    font-size: 20px;
    display: block;
  }
  #footer .footer-content .block-bottom {
    padding: 20px 0 85px;
    display: block;
  }
  #footer .footer-content .block-bottom .copyright {
    color: #61676E;
    font-size: 10px;
    padding-right: 50px;
  }
  #footer .footer-content .block-bottom .sitemap {
    margin-bottom: 3px;
  }
  #footer .footer-content .block-bottom .sitemap a {
    font-size: 15px;
    color: #78644C;
    position: relative;
    letter-spacing: 0;
    background: url(../img/arr.png) no-repeat center right;
    background-size: 18px auto;
    padding-right: 26px;
    transition: all 0.3s ease;
  }
  #footer .footer-content .block-bottom .sitemap a span {
    line-height: 20px;
    border-bottom: 1px solid;
    transition: all 0.3s ease;
  }
  #footer .footer-content .block-bottom .sitemap a:hover {
    opacity: 0.8;
  }
  #footer .footer-content .block-bottom .sitemap a:hover span {
    border-bottom: 1px solid transparent;
  }
}

.fixed-banner__pc {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.fixed-banner__pc ul {
  display: flex;
}

.fixed-banner__pc ul li {
  max-width: 248px;
  margin-left: 6px;
  position: relative;
}

.fixed-banner__pc ul li:last-child {
  max-width: 50px;
}

.fixed-banner__pc ul li:last-child a {
  position: relative;
}

.fixed-banner__pc ul li:first-child a {
  box-sizing: border-box;
  padding: 0 0 4px 20px;
}

.fixed-banner__pc ul li:first-child a span {
  position: relative;
  top: -3px;
  color: #BACD1B;
}

.fixed-banner__pc ul li:nth-child(2) {
  transition: all 0.3s ease;
}

.fixed-banner__pc ul li:nth-child(2):hover {
  opacity: 0.8;
}

.fixed-banner__pc ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  line-height: 52px;
  height: 50px;
  font-weight: 500;
}

.ai-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 110px;
}

.fixed-box {
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1099px) and (min-width: 768px) {
  .ai-btn {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .fixed-banner__sp {
    position: fixed;
    bottom: 10px;
    right: 15px;
    left: 15px;
  }
  .fixed-banner__sp ul {
    display: flex;
  }
  .ai-btn {
    position: fixed;
    bottom: 22vw;
    left: 15px;
    width: 37%;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
