@charset "UTF-8";
/* CSS Document */

.webfont {
  transform: rotate(0.001deg);
}

.over {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.aspect {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.Head {}

.Head h1 {
  font-size: clamp(1.8rem, 4.0vw, 4.8rem);
  line-height: 1.3em;
  font-weight: 700;
}

.Head .textWrap {
  background: #C30C18;
  color: #FFFFFF;
  width: 32%;
  height: 100%;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.Head .textWrap>*:not(:last-child) {
  margin-bottom: 4px;
}

.Head .textWrap .en {
  font-size: clamp(1.0rem, 2.0vw, 2.0rem);
  line-height: 1.3em;
}

.Head .textWrap::after {
  content: '';
  background: #C30C18;
  height: 100%;
  width: 20%;
  display: block;
  clip-path: polygon(100% 0, 0 100%, 0 0);
  position: absolute;
  right: calc(-20% + 1px);
  top: 0;
}

.subHead {
  margin-bottom: 32px;
  text-align: center;
}

.subHead>*:not(:last-child) {
  margin-bottom: 8px;
}

.subHead h2 {
  border-bottom: #C30C18 2px solid;
  font-size: clamp(1.8rem, 4.0vw, 4.0rem);
  line-height: 1.3em;
  font-weight: 700;
  padding-bottom: 8px;
  display: inline-block;
}

.titleWrap {
  margin-bottom: 48px;
}

.titleWrap>*:not(:last-child) {
  margin-bottom: 16px;
}

.titleWrap .en {
  font-size: clamp(2.0rem, 7.6vw, 7.6rem);
  line-height: 1.2em;
  font-weight: 500;
}

.titleWrap h2 {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.3em;
  font-weight: 400;
}

.Page .inner>h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.65em;
}

.date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.textR {
  text-align: right;
}

.width1 {
  max-width: 924px;
}

/* flex */
.flex,
.column2,
.column3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.column2,
.column3 {
  grid-gap: 24px 16px;
}

.column2>*,
.column3>* {
  width: 100%;
}

/* COLOR */
.col1 {
  color: #C30C18;
}

/* BG */
.bg1 {
  background: #EFF0F1;
}

.bg2 {
  background: #C30C18;
}

.bg2 * {
  border-color: #FFFFFF !important;
  color: #FFFFFF;
}

.bb {
  border-bottom: #EFF0F1 1px solid;
}

/* BTN */
.btn {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

.btn>* {
  background: #C30C18;
  color: #FFFFFF;
  width: 100%;
  height: 50px;
  padding: 0 32px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
}

.btn>*::after {
  content: "";
  border-top: #FFFFFF 1px solid;
  width: 24px;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}

/* SLICK */
.slick-dots li button::before {
  display: none;
}

/* UL */
main ul:not([class]) {
  padding-left: 1.6em;
}

main ul:not([class])>li {
  list-style: disc;
  text-align: justify;
}

.ul1 {}

.ul1>li {
  border-bottom: #CCCCCC 1px solid;
  padding-bottom: 24px;
  display: flex;
  grid-gap: 8px 16px;
}

.ul1>li:not(:last-child) {
  margin-bottom: 24px;
}

.ul1>li>* {
  display: block;
}

.ul1 .date {
  color: #CCCCCC;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
}

.ul1 .tag {
  border: #221716 1px solid;
  color: #221716;
  width: 70px;
  height: 20px;
  font-size: clamp(1.0rem, 1.3vw, 1.3rem);
  line-height: 18px;
  text-align: center;
}

.ul2>li a {
  background: #FFFFFF;
  color: #221716;
}

.ul2 .note {
  padding: 16px;
}

.ul2 h3 {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.3em;
  text-align: center;
}

.ul3>li {
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
}

.ul3>li:not(:last-child) {
  margin-bottom: 32px;
}

.ul3 .note {
  padding: 32px 24px;
}

.ul3 .note>*:not(:last-child) {
  margin-bottom: 16px;
}

.ul3 .note h3 {
  color: #C30C18;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.2em;
}

.ul3 .note h4 {
  font-size: clamp(1.5rem, 2.0vw, 2.0rem);
  line-height: 1.5em;
}

.ul3 .note p {
  text-align: justify;
}

.ol1 {
  counter-reset: item;
}

.ol1>li {
  padding-left: 2.0em;
}

.ol1>li:not(:last-child) {
  margin-bottom: 24px;
}

.ol1>li::before {
  counter-increment: item;
  content: counter(item)'.';
  color: #C30C18;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 400;
  font-style: italic;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* DL */
dl:not([class]) {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em 2.0em;
}

.dl1 {
  border-bottom: #CCCCCC 1px solid;
}

.dl1>* {
  border-top: #CCCCCC 1px solid;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
}

.dl1 dt {
  width: 25%;
  max-width: 200px;
}

.dl1 dd {
  flex: 1;
}

.dl2 div {
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.dl2 dt {
  font-size: clamp(2.0rem, 2.4vw, 2.4rem);
}

.dl2 dd {
  font-weight: 700;
  padding: 13px;
}

/* iframe */
.embed {
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Page */
.Page .cont>*:not(:last-child) {
  margin-bottom: 48px;
}

/* Main */
.Main .img img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

/* section */
section {
  position: relative;
}

/* About */
.home .About .listWrap>*:not(:last-child) {
  margin-bottom: 24px;
}

.About .name {
  text-align: right;
}

.About .name p {
  text-align: left;
  display: inline-block;
}

.btnGreeting a {
  background: #FFFFFF;
  color: #221716;
  display: flex;
  flex-wrap: wrap;
}

.btnGreeting .note {
  padding: 24px;
}

.btnGreeting .note>*:not(:last-child) {
  margin-bottom: 24px;
}

.btnGreeting .note h3 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.2em;
}

/* Business */
.home .Business .imgBg {
  width: 100%;
  height: 100vw;
  position: absolute;
  left: 0;
  top: 0;
}

.home .Business .imgBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home .Business .titleWrap * {
  color: #FFFFFF;
}

.home .Business .inner {
  z-index: 2;
  position: relative;
}


/* News */
.home .News>.inner>*:not(:last-child) {
  margin-bottom: 48px;
}

.Post {}

.Post .inner>article:not(:last-child) {
  border-bottom: #E6E6E6 1px solid;
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.Post article>*:not(:last-child) {
  margin-bottom: 24px;
}

.Post .dateWrap {
  line-height: 18px;
  display: flex;
  align-items: center;
}

.Post .dateWrap>* {
  display: block;
}

.Post .date {
  border-right: #CCCCCC 1px solid;
  color: #CCCCCC;
  margin-right: 1.0em;
  padding-right: 1.0em;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
}

.Post .tag {
  color: #C30C18;
  font-size: clamp(1.0rem, 1.4vw, 1.4rem);
}

.Post h1 {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  line-height: 1.5em;
}

.Post .imgWrap {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 24px;
}

.Post .imgWrap>* {
  width: 100%;
}

/* Contact */
.formWrap {
  text-align: center;
}

/* 241001追加分 */
.number{
  color: #C30C18;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 400;
  font-style: italic;
  margin-right: 1em;
}

/*SP
-------------------------------------------------------*/
@media screen and (max-width: 767px) {

  .Head .main img {
    aspect-ratio: 5 / 2;
    object-fit: cover;
  }

  /* flex */
  .flex:not(.flexFix) {
    flex-direction: column;
  }

  /* iframe */
  .gmap {
    padding-top: 76.25%;
  }

  /* BTN*/

  /* UL */
  .ul1>li {
    flex-wrap: wrap;
  }

  .ul1 .date {
    height: 20px;
    line-height: 18px;
  }

  .ul1>li>p {
    width: 100%;
  }

  .home .ul2 {
    justify-content: space-between;
  }

  .home .ul2>* {
    width: calc((100% - 16px) / 2);
  }

  .home .ul2 .note {
    padding: 12px 16px;
  }

  /* DL */
  .dl2 dt,
  .dl2 dd {
    width: 100%;
  }

  .dl2 dt {
    text-align: left;
  }

  /* Page */

  /* Main */

  /* About */
  .btnGreeting .img img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
  }

  /* Business */

  /* News */

  /* Contact */
  .formWrap iframe {
    height: 980px !important;
  }
  /* 241001追加分 */
  .dl2>*:not(:last-child) {
    margin-bottom: 10px;
  }
  .dl2 div:nth-of-type(1){
    margin-bottom: 30px;
  }
  .dl2 dd {
    text-align: left;
  }
}



/*pc
-------------------------------------------------------*/
@media print,
screen and (min-width: 768px) {

  .Head {}

  .Head h1 {}

  .Head .textWrap {
    width: 28%;
    padding-left: 8%;
  }

  .Head .textWrap>*:not(:last-child) {
    margin-bottom: 8px;
  }

  .subHead {}

  .titleWrap {
    margin-bottom: 64px;
  }

  .lead {
    text-align: center;
  }

  /* flex */
  .flex.sb {
    justify-content: space-between;
  }

  .flex.center {
    justify-content: center;
  }

  .flex.vcenter {
    align-items: center;
  }

  .column2,
  .column3 {
    grid-gap: 32px 32px;
  }

  .column2>* {
    width: calc((100% - 32px) / 2);
    height: auto;
  }

  .column3>* {
    width: calc((100% - (32px * 2)) / 3);
    height: auto;
  }

  /* BG */

  /* BTN */
  .btn {
    max-width: 235px;
  }

  .btn>* {
    padding: 0 40px;
  }

  .btn>*::after {
    width: 24px;
  }

  .btn>*:hover {
    background: #E6454E;
    color: #FFFFFF;
  }

  /* UL */
  .ul1>li {
    padding-bottom: 32px;
    grid-gap: 24px 40px;
  }

  .ul1>li:not(:last-child) {
    margin-bottom: 32px;
  }

  .ul1 .tag {
    width: 90px;
    margin: 7px 0;
  }

  .ul3>li {
    align-items: stretch;
  }

  .ul3>li:not(:last-child) {
    margin-bottom: 56px;
  }

  .ul3 .img {
    width: 50%;
    order: 2;
  }

  .ul3 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ul3 .note {
    padding: 64px;
    flex: 1;
    order: 1;
  }

  .ul3 .note>*:not(:last-child) {
    margin-bottom: 24px;
  }

  .ol1>li {
    position: relative;
  }

  .ol1>li:not(:last-child) {
    margin-bottom: 32px;
  }

  /* DL */
  dl:not([class]),
  .dl1 {
    grid-gap: 1.5em 2.0em;
  }

  .dl1 dt,
  .dl2 dt {}

  .dl2>*:not(dt) {
    padding: 32px 40px;
  }

  .dl2 div {
    margin-bottom: 40px;
  }

  .dl2 dt {
    width: 25%;
    max-width: 215px;
    margin-bottom: 10px;
  }

  .dl2 dd {
    flex: 1;
  }

  /* Page */
  .Page>.cont>*:not(:last-child) {
    margin-bottom: 72px;
  }

  .gridWrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 48px 64px;
  }

  /* Main */
  .Main .img img {
    aspect-ratio: 6 / 2.4;
  }

  /* About */
  .home .About .listWrap>*:not(:last-child) {
    margin-bottom: 32px;
  }

  .btnGreeting a {
    align-items: stretch;
  }

  .btnGreeting .img {
    width: 60%;
    order: 2;
  }

  .btnGreeting .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .btnGreeting .note {
    padding: 64px;
    flex: 1;
    order: 1;
  }

  .btnGreeting .note .btn {
    margin-left: 0;
  }

  .btnGreeting a:hover .note .btn>* {
    background: #E6454E;
    color: #FFFFFF;
  }

  .btnGreeting a:hover h3 {
    color: #C30C18;
  }


  /* Business */
  .home .Business .imgBg {
    height: 520px;
  }

  /* News */
  .home .News .btn {
    margin-right: 0;
  }

  .home .News>.inner>*:not(:last-child) {
    margin-bottom: 64px;
  }

  .Post .dateWrap {
    line-height: 20px;
  }

  .Post .inner>article:not(:last-child) {
    margin-bottom: 104px;
    padding-bottom: 104px;
  }

  .Post article>*:not(:last-child) {
    margin-bottom: 32px;
  }

  .Post .imgWrap {}

  .Post .imgWrap>* {
    width: calc((100% - 24px) / 2);
  }

  /* Contact */
  .dl2 dd{
    text-align: center;
  }

}