* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* location
--------------------- */
.location .inner .list {
  width: 100%;
}
.location .inner .list .item {
  position: relative;
  width: 100%;
  padding: 5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--gray);
}
.location .inner .list .item::before {
  content: "";
  position: absolute;
  width: 2.5%;
  height: 1px;
  top: -1px;
  left: 0;
  background-color: var(--red);
}
.location .inner .list .item:nth-last-of-type(1) {
  border-bottom: 1px solid var(--gray);
}
.location .inner .list .item:nth-last-of-type(1)::after {
  content: "";
  position: absolute;
  width: 2.5%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--red);
}
.location .inner .list .item h3 {
  font-size: 2.2rem;
  line-height: 3.3rem;
}
.location .inner .list .item .red-around {
  position: relative;
  padding-left: 2.4rem;
}
.location .inner .list .item .red-around::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0.5rem;
  width: 0.7vw;
  height: 0.7vw;
  border-radius: 100%;
  background: var(--red);
}
.location .inner .list .item .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 74%;
}
.location .inner .list .item .box .tell-border {
  margin-right: 1.5rem;
  transition: var(--hover_ani_time);
  border-bottom: 1px solid #000000;
}
.location .inner .list .item .box .tell-border:hover {
  opacity: 0.5;
}
.location .inner .list .item .box .tel {
  display: block;
  margin-top: 1.5rem;
}
.location .inner .list .item .box .btn {
  width: 15vw;
}
.location .inner .list .item .box .btn a {
  background: var(--red) url("../img/access/map_item_white.svg") no-repeat center right 1.9rem/1.2rem;
}
.location .inner .list .item .box .btn a:hover {
  background: var(--white) url("../img/access/map_item_red.svg") no-repeat center right 1.9rem/1.2rem;
}
.location .inner .list .item .box {
  /*.btn*/
}
.location .inner .list .item {
  /*.box*/
}
.location .inner .list .item.item02 {
  border-top: none;
  border-bottom: none;
  background: var(--orange);
}
.location .inner .list .item.item02::before {
  display: none;
}
.location .inner .list .item.item02::after {
  display: none;
}
.location .inner .list .item.item02 h3 {
  padding-left: 2rem;
  line-height: 1.2;
}
.location .inner .list .item.item02 h3 .h3-sub {
  font-weight: 700;
}
.location .inner .list .item.item02 .box p {
  font-weight: 700;
}
.location .inner .list .item.item02 .box p .tell-border {
  font-weight: 700;
  border-bottom: 1px solid var(--white);
}

@media screen and (max-width: 768px) {
  .location .inner .list .item {
    display: block;
    padding: 3rem 0 3rem 0;
  }
  .location .inner .list .item::before {
    content: "";
    width: 6%;
  }
  .location .inner .list .item:nth-last-of-type(1) {
    border-bottom: 1px solid var(--gray);
  }
  .location .inner .list .item:nth-last-of-type(1)::after {
    width: 6%;
  }
  .location .inner .list .item h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .location .inner .list .item .red-around {
    padding-left: 2rem;
  }
  .location .inner .list .item .red-around::before {
    top: 1.2rem;
    left: 0.5rem;
    width: 2vw;
    height: 2vw;
  }
  .location .inner .list .item .box {
    display: block;
    width: 100%;
  }
  .location .inner .list .item .box .en-p {
    text-align: justify;
    overflow-wrap: break-word;
    word-break: normal;
  }
  .location .inner .list .item .box .tel {
    margin-top: 1.5rem;
  }
  .location .inner .list .item .box .btn {
    width: 58vw;
  }
  .location .inner .list .item .box .btn a:hover {
    background: var(--red) url("../img/access/map_item_white.svg") no-repeat center right 1.9rem/1.2rem;
  }
  .location .inner .list .item.item02 {
    border-top: none;
    border-bottom: none;
    background: var(--orange);
  }
  .location .inner .list .item.item02::before {
    display: none;
  }
  .location .inner .list .item.item02::after {
    display: none;
  }
  .location .inner .list .item.item02 h3 {
    padding-left: 2rem;
    line-height: 1.15;
  }
  .location .inner .list .item.item02 .box {
    padding-left: 2rem;
  }
}
/* message
--------------------- */
#message .inner .pht-warpper {
  margin-bottom: 8rem;
}
#message .inner .pht-warpper .txt-box {
  margin-top: -9rem;
}
#message .inner .pht-warpper .txt-box h2 {
  font-size: 3.2rem;
  font-weight: 600;
  width: 71.4vw;
  margin: 0 auto 5.5rem auto;
}
#message .inner .pht-warpper .txt-box h2 .jp {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 1.1rem 1.2rem 1.1rem;
  background: var(--red);
}
#message .inner .pht-warpper .txt-box h2 .jp:nth-of-type(1) {
  margin-bottom: 0.7rem;
}
#message .inner .pht-warpper .txt-box .txt {
  width: 71.4vw;
  margin: 0 auto;
}
#message .inner .wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-left: 10rem;
}
#message .inner .wrapper .txt-box {
  width: 35.2vw;
}
#message .inner .wrapper .txt-box h3 {
  font-size: 3.2rem;
  line-height: 5.5rem;
  margin-bottom: 4rem;
}
#message .inner .wrapper .txt-box p:not(:nth-last-of-type(1)) {
  margin-bottom: 4rem;
}
#message .inner .wrapper .txt-box .name {
  width: 33%;
  margin-top: 3.5rem;
  margin-left: auto;
}
#message .inner .wrapper .pht-box {
  width: 37.5vw;
}
#message .inner .wrapper .pht-box .pht {
  width: 100%;
  margin-bottom: 2.3rem;
}

@media screen and (max-width: 768px) {
  #message .inner .pht-warpper {
    margin-bottom: 5rem;
  }
  #message .inner .pht-warpper .pht {
    height: 51vw;
  }
  #message .inner .pht-warpper .txt-box {
    margin-top: -5.5rem;
  }
  #message .inner .pht-warpper .txt-box h2 {
    font-size: 1.8rem;
    width: 100%;
    margin: 0 auto 3rem auto;
  }
  #message .inner .pht-warpper .txt-box h2 .jp {
    padding: 0.7rem 0.8rem 0.7rem 0.8rem;
  }
  #message .inner .pht-warpper .txt-box h2 .jp:nth-of-type(1) {
    margin-bottom: 0.4rem;
  }
  #message .inner .pht-warpper .txt-box .txt {
    width: 100%;
    margin: 0 auto;
  }
  #message .inner .wrapper {
    display: block;
    padding-left: 0;
  }
  #message .inner .wrapper .txt-box {
    width: 100%;
  }
  #message .inner .wrapper .txt-box h3 {
    font-size: 1.95rem;
    line-height: 3.3rem;
    margin-bottom: 1.2rem;
  }
  #message .inner .wrapper .txt-box p:not(:nth-last-of-type(1)) {
    margin-bottom: 2rem;
  }
  #message .inner .wrapper .txt-box .name {
    width: 40%;
    margin-top: 2rem;
  }
  #message .inner .wrapper .pht-box {
    width: 100%;
    margin-bottom: 3.2rem;
  }
  #message .inner .wrapper .pht-box .pht {
    width: 100%;
    height: 80vw;
    margin-bottom: 1.5rem;
  }
}
/* philosophy
--------------------- */
#philosophy {
  position: relative;
}
#philosophy .inner .title {
  position: relative;
}
#philosophy .inner .title .en {
  display: block;
  font-size: 10rem;
  line-height: 0.7;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8rem;
}
#philosophy .inner .title h2 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
#philosophy .inner .box.strat {
  margin-bottom: 7rem;
}
#philosophy .inner .box.end h3 {
  margin-bottom: 4rem;
}
#philosophy .inner .box .sub {
  display: block;
  text-align: center;
  margin: 0 auto 2.3rem auto;
  width: 14rem;
  background: url("../img/philosophy/bg_item.svg") no-repeat center/cover;
}
#philosophy .inner .box .sub .jp {
  text-align: center;
  font-weight: 700;
}
#philosophy .inner .box h3 {
  font-size: 2.8rem;
  line-height: 4.7rem;
  text-align: center;
}
#philosophy .inner .box .btn-box {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#philosophy .inner .box .btn-box .btn:nth-of-type(1) {
  margin-right: 2rem;
}
#philosophy .inner .box .btn-box .btn a {
  line-height: 2rem;
  background: var(--red) url("../img/philosophy/btn_icon_white.svg") no-repeat center right 1.9rem/1.4rem;
}
#philosophy .inner .box .btn-box .btn a:hover {
  background: var(--white) url("../img/philosophy/btn_icon_red.svg") no-repeat center right 1.9rem/1.4rem;
}
#philosophy {
  /*.inner*/
}
#philosophy .item {
  position: absolute;
}
#philosophy .item01 {
  position: absolute;
  width: 16vw;
  top: 17.5rem;
  left: -7rem;
}
#philosophy .item02 {
  position: absolute;
  width: 10vw;
  bottom: -0.2rem;
  left: 30rem;
}
#philosophy .item03 {
  position: absolute;
  width: 16vw;
  top: 45rem;
  right: 12rem;
}
#philosophy .item04 {
  position: absolute;
  width: 20vw;
  top: -15rem;
  right: 5rem;
}

@media screen and (max-width: 768px) {
  #philosophy .inner .title {
    margin-bottom: 6rem;
  }
  #philosophy .inner .title .en {
    font-size: 5.7rem;
    margin-bottom: 5rem;
  }
  #philosophy .inner .title h2 {
    font-size: 2rem;
  }
  #philosophy .inner .box.strat {
    margin-bottom: 5rem;
  }
  #philosophy .inner .box.end h3 {
    margin-bottom: 3rem;
  }
  #philosophy .inner .box .sub {
    width: 15rem;
    margin-bottom: 1.4rem;
    padding: 0 0 0.2rem 0;
  }
  #philosophy .inner .box h3 {
    font-size: 2rem;
    line-height: 3.7rem;
    text-align: center;
  }
  #philosophy .inner .box .btn-box {
    display: block;
  }
  #philosophy .inner .box .btn-box .btn:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  #philosophy .inner .box .btn-box .btn {
    width: 60vw;
  }
  #philosophy .inner .box .btn-box .btn a {
    margin: 0;
    line-height: 2rem;
    background: var(--red) url("../img/philosophy/btn_icon_white.svg") no-repeat center right 1.9rem/1.4rem;
  }
  #philosophy .inner .box .btn-box .btn a:hover {
    background: var(--white) url("../img/philosophy/btn_icon_red.svg") no-repeat center right 1.9rem/1.4rem;
  }
  #philosophy {
    /*.inner*/
  }
  #philosophy .item01 {
    width: 16vw;
    top: 10rem;
    left: 36rem;
  }
  #philosophy .item02 {
    width: 23vw;
    bottom: -4rem;
    left: 15rem;
  }
  #philosophy .item03 {
    display: none;
  }
  #philosophy .item04 {
    width: 23vw;
    top: -5rem;
    right: 35.5rem;
  }
  /*#philosophy*/
}
/* profile
--------------------- */
#profile .inner .wrapper {
  width: 100%;
}
#profile .inner .wrapper .item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#profile .inner .wrapper .item .left {
  position: relative;
  display: block;
  font-weight: 700;
  vertical-align: top;
  width: 23%;
  padding: 3rem 0;
}
#profile .inner .wrapper .item .left::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F8B2B7;
}
#profile .inner .wrapper .item .right {
  position: relative;
  display: block;
  width: 77%;
  padding: 3rem 0;
  margin-left: 4rem;
  border-top: 1px solid var(--gray);
}
#profile .inner .wrapper .item .right .ph {
  margin-top: 1rem;
  width: 25%;
}
#profile .inner .wrapper .item .right .link-txt {
  border-bottom: 1px solid var(--red);
  transition: var(--hover_ani_time);
}
#profile .inner .wrapper .item .right .link-txt:hover {
  opacity: 0.6;
}
#profile .inner .wrapper .item.end .left {
  border-bottom: 1px solid #F8B2B7;
}
#profile .inner .wrapper .item.end .right {
  border-bottom: 1px solid var(--gray);
}
#profile .inner .wrapper .item {
  /*.end*/
}
#profile .inner .wrapper {
  /*.item*/
}
#profile .inner {
  /*.wrapper*/
}
#profile {
  /*.inner*/
} /*profile*/
@media screen and (max-width: 768px) {
  #profile .inner .wrapper .item {
    display: block;
  }
  #profile .inner .wrapper .item .left {
    width: 100%;
    padding: 3rem 0 0.5rem 0;
    border-top: 1px solid var(--gray);
    font-size: 1.65rem;
  }
  #profile .inner .wrapper .item .left::before {
    display: none;
  }
  #profile .inner .wrapper .item {
    /*.left*/
  }
  #profile .inner .wrapper .item .right {
    width: 100%;
    padding: 0 0 3rem 0;
    margin-left: 0;
    border-top: none;
  }
  #profile .inner .wrapper .item .right .ph {
    width: 55%;
  }
  #profile .inner .wrapper .item {
    /*.right*/
  }
  #profile .inner .wrapper .item.end .left {
    border-bottom: none;
  }
  #profile .inner .wrapper .item.end .right {
    border-bottom: 1px solid var(--gray);
  }
  #profile .inner .wrapper .item.end .right::before {
    display: none;
  }
  #profile .inner .wrapper .item {
    /*.end*/
  }
  #profile .inner .wrapper {
    /*.item*/
  }
  #profile .inner {
    /*.warpper*/
  }
  #profile {
    /*.inner*/
  } /*profile*/
}
/* officer
--------------------- */
#officer .inner .wrapper {
  width: 100%;
}
#officer .inner .wrapper .item {
  position: relative;
  display: flex;
  width: 100%;
  border-top: 1px solid var(--gray);
}
#officer .inner .wrapper .item::after {
  content: "";
  position: absolute;
  width: 2.2%;
  height: 1px;
  top: -1px;
  left: 0;
  background-color: var(--red);
}
#officer .inner .wrapper .item .left {
  position: relative;
  font-weight: 500;
  vertical-align: top;
  width: 30%;
  padding: 5rem 0;
}
#officer .inner .wrapper .item {
  /*.left*/
}
#officer .inner .wrapper .item .right {
  position: relative;
  width: 70%;
  padding: 5rem 0;
}
#officer .inner .wrapper .item .right .box {
  display: flex;
  align-items: flex-end;
}
#officer .inner .wrapper .item .right .box .name {
  font-weight: 500;
}
#officer .inner .wrapper .item .right .box .jp {
  display: block;
  color: #575757;
  margin-left: 1.3rem;
  padding-bottom: 0.1rem;
}
#officer .inner .wrapper .item .right {
  /*.box*/
}
#officer .inner .wrapper .item .right p {
  color: #575757;
}
#officer .inner .wrapper .item .right p:not(:nth-last-of-type(1)) {
  margin-bottom: 2.5rem;
}
#officer .inner .wrapper .item {
  /*.right*/
}
#officer .inner .wrapper .item.end {
  border-bottom: 1px solid var(--gray);
}
#officer .inner .wrapper .item.end::before {
  content: "";
  position: absolute;
  width: 2.2%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--red);
}
#officer .inner .wrapper .item {
  /*.end*/
}
#officer .inner .wrapper {
  /*.item*/
}
#officer .inner {
  /*.wrapper*/
}
#officer {
  /*.inner*/
}

@media screen and (max-width: 768px) {
  #officer .inner .wrapper .item {
    display: block;
    border-top: 1px solid var(--gray);
  }
  #officer .inner .wrapper .item::after {
    width: 7%;
  }
  #officer .inner .wrapper .item .left {
    display: block;
    width: 100%;
    padding: 3rem 0 1.2rem 0;
    font-size: 1.9rem;
  }
  #officer .inner .wrapper .item {
    /*.left*/
  }
  #officer .inner .wrapper .item .right {
    width: 100%;
    padding: 0 0 3rem 0;
  }
  #officer .inner .wrapper .item .right .box {
    margin-bottom: 0.1rem;
  }
  #officer .inner .wrapper .item .right .box .jp {
    margin-left: 1rem;
  }
  #officer .inner .wrapper .item .right {
    /*.box*/
  }
  #officer .inner .wrapper .item .right p {
    color: #575757;
  }
  #officer .inner .wrapper .item .right p:not(:nth-last-of-type(1)) {
    margin-bottom: 0.7rem;
  }
  #officer .inner .wrapper .item {
    /*.right*/
  }
  #officer .inner .wrapper .item.end::before {
    width: 7%;
  }
  #officer .inner .wrapper .item {
    /*.end*/
  }
  #officer .inner .wrapper {
    /*.item*/
  }
  #officer .inner {
    /*.wrapper*/
  }
  #officer {
    /*.inner*/
  } /*#officer*/
}
/* history
--------------------- */
#history {
  background: linear-gradient(to bottom right, #f6dccd, #FEF5EE);
}
#history .inner .con-title h2 {
  color: #F9A473;
}
#history .inner .con-title .jp::before {
  background: url("../../common/img/title_item_orange.svg") no-repeat center/cover;
}
#history .inner .wrapper {
  width: 100%;
  border-spacing: 0;
}
#history .inner .wrapper .item {
  width: 100%;
  display: flex;
}
#history .inner .wrapper .item .left {
  font-size: 7rem;
  font-weight: 700;
  vertical-align: top;
  line-height: 0.65;
  width: 30%;
  padding-top: 7rem;
  color: rgba(249, 164, 115, 0.8);
}
#history .inner .wrapper .item .left.top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
#history .inner .wrapper .item .left .year {
  margin-left: 0.1rem;
}
#history .inner .wrapper .item .right {
  position: relative;
  width: 70%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#history .inner .wrapper .item .right .box {
  position: relative;
  display: flex;
  padding: 7rem 0 6.5rem 0;
}
#history .inner .wrapper .item .right .box::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2.5%;
  height: 1px;
  background: #F69E69;
}
#history .inner .wrapper .item .right .box .month {
  display: block;
  font-weight: 700;
  white-space: nowrap;
  margin-right: 9rem;
}
#history .inner .wrapper .item .right .box p {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #history .inner .wrapper .item {
    display: block;
  }
  #history .inner .wrapper .item .left {
    font-size: 4rem;
    line-height: 1;
    width: 100%;
    padding-top: 3rem;
  }
  #history .inner .wrapper .item {
    /*.left*/
  }
  #history .inner .wrapper .item .right {
    width: 100%;
  }
  #history .inner .wrapper .item .right .box {
    position: relative;
    display: block;
    padding: 2rem 0 3rem 0;
  }
  #history .inner .wrapper .item .right .box::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 5%;
    height: 1px;
  }
  #history .inner .wrapper .item .right .box .month {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
/* organization
--------------------- */
#organization.slanting-item {
  position: relative;
}
#organization.slanting-item::before {
  content: "";
  position: absolute;
  top: -11.4rem;
  left: 100rem;
  width: 22.5vw;
  height: 29vw;
  transform: translateX(-50%);
  background: url("../../common/img/item_white_orange.svg") no-repeat center/cover;
}
#organization {
  /*.slanting-item*/
} /*#organization*/
@media screen and (max-width: 768px) {
  #organization.slanting-item {
    position: relative;
  }
  #organization.slanting-item::before {
    top: -6.2rem;
    left: 26.8rem;
    width: 54vw;
    height: 61vw;
  }
  #organization {
    /*.slanting-item*/
  }
  #organization .inner .figure {
    overflow: hidden;
  }
  #organization .inner .figure img {
    width: 180%;
  }
  #organization {
    /*.inner*/
  } /*#organization*/
}
/* sustainability
--------------------- */
#sustainability .inner .warpper {
  margin-bottom: 6rem;
}
#sustainability .inner .warpper .item {
  padding-bottom: 3.7rem;
  border-bottom: 1px dotted var(--gray);
}
#sustainability .inner .warpper .item:not(:nth-last-of-type(1)) {
  margin-bottom: 3.7rem;
}
#sustainability .inner .warpper .item h3 {
  margin-bottom: 0.9rem;
}
#sustainability .inner .btn-box {
  display: flex;
  margin-top: 2rem;
}
#sustainability .inner .btn-box .btn.btn-01 {
  width: 22vw;
}
#sustainability .inner .btn-box .btn.btn-02 {
  width: 31.5vw;
}
#sustainability .inner .btn-box .btn:nth-of-type(1) {
  margin-right: 2rem;
}
#sustainability .inner .btn-box .btn:nth-of-type(1) a {
  background: var(--red) url("../../common/img/pdf_white.svg") no-repeat center right 1.9rem/1.4rem;
}
#sustainability .inner .btn-box .btn:nth-of-type(1) a:hover {
  background: var(--white) url("../../common/img/pdf_red.svg") no-repeat center right 1.9rem/1.4rem;
}
#sustainability .inner .btn-box .btn a {
  height: 5vw;
  line-height: 2rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #sustainability .inner .warpper {
    margin-bottom: 5.5rem;
  }
  #sustainability .inner .warpper .item {
    padding-bottom: 3.5rem;
  }
  #sustainability .inner .warpper .item:not(:nth-last-of-type(1)) {
    margin-bottom: 3.5rem;
  }
  #sustainability .inner .warpper .item h3 {
    font-size: 1.65rem;
    margin-bottom: 0.91rem;
  }
  #sustainability .inner .btn-box {
    display: block;
  }
  #sustainability .inner .btn-box .btn {
    width: 100%;
  }
  #sustainability .inner .btn-box .btn.btn-01 {
    width: 72.5vw;
  }
  #sustainability .inner .btn-box .btn.btn-02 {
    width: 72.5vw;
  }
  #sustainability .inner .btn-box .btn.btn-02 a {
    height: 20.5vw;
  }
  #sustainability .inner .btn-box .btn:nth-of-type(1) {
    margin: 0;
  }
  #sustainability .inner .btn-box .btn:nth-of-type(1) a {
    margin: 0;
    background: var(--red) url("../../common/img/pdf_white.svg") no-repeat center right 1.9rem/1.4rem;
  }
  #sustainability .inner .btn-box .btn:nth-of-type(1) a:hover {
    background: var(--red) url("../../common/img/pdf_white.svg") no-repeat center right 1.9rem/1.4rem;
  }
  #sustainability .inner .btn-box .btn a {
    height: 15vw;
  }
}/*# sourceMappingURL=style.css.map */