@charset "UTF-8";

/*
Theme Name: seishinseii
Author: Airily
Version: 1.0
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

div,
pre,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
figure,
figcaption,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

@media (max-width: 1680px) {
  html {
    font-size: 54.6%;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 45.5%;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 41.6%;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 33.3%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

p {
  margin-bottom: 1.2em;
}

p.mb0 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a {
  color: #000;
}

a[href^="tel:"] {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a img:hover {
  opacity: 0.6;
}

#header {
  width: 100%;
  height: 12rem;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  /*border-top: solid 1px #BFBFBF;*/
  position: fixed;
  top: 0;
  letter-spacing: 0.1rem;
  transition: 1s;
  z-index: 10;
}

#header.hide {
  transform: translateY(calc(-120px - 1px));
}

@media (max-width: 840px) {
  #header {
    /*height: 90px;*/
    height: 80px;
    background-color: rgba(255, 255, 255, 1) !important;
  }
}

#header .header-in {
  width: 100%;
}

#header .header-in.header-01 {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

@media (max-width: 840px) {
  #header .header-in.header-01 {
    display: block;
  }

  #header .header-in.header-01 .header-l {
    width: 280px;
  }
}

#header .header-in.header-01 .header-l {
  width: 22%;
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-left: 2.08333%;
}

@media (max-width: 840px) {
  #header .header-in.header-01 .header-l {
    width: 100%;
    height: 100%;
    padding-right: 0;
    padding-left: 20px;
  }
}

/*
#header .header-in.header-01 .header-l .logo img {
  aspect-ratio: 353/80;
}
*/
/*
@media (max-width: 840px) {
  #header .header-in.header-01 .header-l .logo img {
    width: auto;
    max-width: none;
    height: 60px;
  }
}
*/
#header .header-in.header-01 .header-r {
  width: calc(100% - 22%);
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 840px) {
  #header .header-in.header-01 .header-r {
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

#header .header-in.header-01 .header-r .in-r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 310px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: rgba(0, 32, 96, 0.8);
  color: #fff;
}

@media screen and (max-width: 1423px) {
  #header .header-in.header-01 .header-r .in-r {
    width: 25%;
  }
}

@media (max-width: 840px) {
  #header .header-in.header-01 .header-r .in-r {
    display: none;
  }
}

#header .header-in.header-01 .header-r .in-r p.tit {
  margin-bottom: 0;
  font-size: 1.3rem;
  letter-spacing: 1.5px;
}

#header .header-in.header-01 .header-r .in-r p.time {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 200;
}

#header .header-in.header-01 .header-r .in-r a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
  margin-bottom: 4px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  line-height: 1.2;
  letter-spacing: 2px;
}

#header .header-in.header-01 .header-r .in-r a::before {
  content: url("img/header_icon-phone-01.png");
  display: block;
  margin-right: 1.5rem;
}

#header .header-in.header-01 .header-r .in-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  width: calc(100% - 310px);
  padding-top: 1.5rem;
  padding-bottom: 1.6rem;
  padding-right: 3%;
}

@media screen and (max-width: 1423px) {
  #header .header-in.header-01 .header-r .in-l {
    width: 75%;
  }
}

@media (max-width: 840px) {
  #header .header-in.header-01 .header-r .in-l {
    width: 100%;
    background: none;
    padding: 0;
  }
}

#nav-content {
  height: 100%;
  contain: paint;
}

@media (max-width: 840px) {
  #nav-content {
    /*margin-top: calc(90px - 1px);*/
    margin-top: 80px;
    width: 65%;
    max-width: 350px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
  }
}

#nav-content ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

@media (min-width: 1280px) {
  #nav-content ul {
    gap: 3%;
  }
}

@media (min-width: 841px) {
  #nav-content ul {
    align-items: center;
    justify-content: space-between;
    gap: 1%;
  }
}

@media (max-width: 840px) {
  #nav-content ul {
    flex-direction: column;
    flex-wrap: unset;
  }
}

#nav-content ul li {
  padding-top: 1.3rem;
  padding-bottom: 12px;
  line-height: 1;
}

@media (min-width: 841px) {
  #nav-content ul li {
    min-width: 80px;
  }
}

#nav-content ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.9rem;
}

@media (min-width: 841px) {
  #nav-content ul li a.on .pick::before {
    content: "";
    width: 70px;
    border-bottom: 1px solid #423E3D;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -12px;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  #nav-content ul li a.on .pick::before {
    bottom: -10px;
  }
}

@media (min-width: 841px) and (max-width: 1279px) {
  #nav-content ul li a.on .pick::before {
    width: 40px;
  }
}

@media (min-width: 841px) {
  #nav-content ul li a .pick {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  #nav-content ul li a .pick:hover::before {
    content: "";
    width: 70px;
    border-bottom: 1px solid #423E3D;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -12px;
    margin: 0 auto;
  }
}

@media (min-width: 841px) and (max-width: 1279px) {
  #nav-content ul li a .pick:hover::before {
    width: 40px;
  }
}

@media (min-width: 841px) {
  #nav-content ul li a .pick .eng {
    font-size: 1.9rem;
    font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
    letter-spacing: 1.4px;
  }

  #nav-content ul li a .pick .jp {
    padding-top: 8px;
    font-size: 1.2rem;
  }
}

@media (max-width: 840px) {
  #nav-content ul li a {
    padding: 20px 5px;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.1s;
    font-size: 14px;
    /*color: #fff;*/
    font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  }

  #nav-content ul li a .eng {
    display: none;
  }

  #nav-content ul li a:active {
    color: #344699;
  }

  #nav-content ul {
    margin-top: 25px;
  }
}

.footer_bg {
  width: 100%;
  position: relative;
  background: url(img/bg-footer.webp) no-repeat right top;
  background-size: cover;
}


@media all and (max-width: 1100px) {
  .footer_bg {
    background: #f7faff;
  }
}


.footer_bg .footer-inner {
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1780px;
}

.footer_bg .footer-inner .col-l {
  flex: 1;
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.footer_bg .footer-inner .col-l .in-col-02 {
  width: 28.5rem;
}

@media all and (max-width: 1366px) {
  .footer_bg .footer-inner {
    width: 98%;
  }
}

@media all and (max-width: 1100px) {
  .footer_bg .footer-inner {
    width: 100%;
  }

  .footer_bg .footer-inner .col-l {
    flex: auto;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.footer_bg .footer-inner .col-l .in-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10rem;
}

.footer_bg.footer-inner .col-l .in-col-01 {
  padding-right: 1rem;
  color: #000;
  width: 53rem;
}

@media all and (max-width: 1100px) {
  .footer_bg .footer-inner .col-l .in-col {
    gap: 4rem;
  }

  .footer_bg .footer-inner .col-l .in-col-01 {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}

.footer_bg .footer-inner .col-l .in-col-01 .txt-footer-01 {
  display: block;
  font-size: 1.87rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  margin-bottom: 0;
}

.footer_bg .footer-inner .col-l .in-col-01 dl.footer-address {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
  margin-bottom: 6.5rem;
}

.footer_bg .footer-inner .col-l .in-col-01 dl.footer-address dt,
.footer_bg .footer-inner .col-l .in-col-01 dl.footer-address dd {
  margin: 0;
  padding: 0;
}

.footer_bg .footer-inner .col-l .in-col-01 dl.footer-address dt {
  margin-bottom: 2.5rem;
}

.footer_bg .footer-inner .col-l .in-col-01 dl.footer-address dt img {
  width: 70%;
  max-width: 373px;
  aspect-ratio: 700/150;
}

@media all and (max-width: 1100px) {
  .footer_bg .footer-inner .col-l .in-col-01 .txt-footer-01 {
    font-size: 1.7rem;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }

  .footer_bg .footer-inner .col-l .in-col-01 dl.footer-address dt img {
    width: 100%;
    max-width: 350px;
  }

  .footer-logo a {
    margin: 0 auto;
  }

  .footer-logo .com-name p:nth-of-type(1) {
    font-size: 2.13rem !important;
  }

  .footer-logo .com-name p:nth-of-type(2) {
    font-size: 3.73rem;
  }

  .footer-logo .com-busi {
    font-size: 1.3rem;
    width: 28rem;
  }
}

.footer_bg .footer-inner .col-l .in-col-01 dl.footer-address dd {
  line-height: 1.7;
}

.footer_bg .footer-inner .col-l .in-col-01 dl.footer-address dd a {
  text-decoration: none;
  margin-right: 1rem;
  color: #fff;
}

@media all and (max-width: 1100px) {
  .footer_bg .footer-inner .col-l .in-col-02 {
    flex: auto;
    padding-top: 0;
    max-width: 280px;
    margin: 0 auto;
  }
}

.footer_bg .footer-inner .col-l .in-col-02 .calendar-title {
  display: block;
  font-size: 1.5rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 200;
  margin-bottom: 1rem;
}

.footer_bg .footer-inner .col-l .in-col-02 .calendar-title2 {
  display: block;
  font-size: 1.33rem;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 0.08rem;
  margin-top: 0.5rem;
}

@media all and (max-width: 1100px) {
  .footer_bg .footer-inner .col-l .in-col-02 .calendar-title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 8px;
  }
}

@media all and (min-width: 769px) {
  .footer-navi {
    display: none !important;
  }
}

.footer-navi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 1.49rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  margin-bottom: 3rem;
}

@media all and (max-width: 1100px) {
  .footer-navi {
    font-size: 14px;
    border-top: solid 1px #fff;
    margin-bottom: 0;
    background-color: #002060;
  }
}

.footer-navi li {
  padding: 0 5px;
  border-right: solid 1px #fff;
  line-height: 1;
}

.footer-navi li:first-child {
  padding-left: 0;
}

.footer-navi li:nth-last-of-type(1) {
  border-right: none;
}

@media all and (max-width: 1100px) {
  .footer-navi li {
    width: 50%;
    padding: 0;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    text-align: center;
  }

  .footer-navi li:nth-child(even) {
    border-right: none;
  }
}

.footer-navi li a {
  text-decoration: none;
  color: #fff;
}

@media all and (max-width: 1100px) {
  .footer-navi li a {
    display: block;
    padding: 15px 5px;
  }
}

.footer-navi li a:hover {
  opacity: 0.7;
}

.copyright {
  display: block;
  color: #000;
  font-size: 1.3rem;
}

span.copyright.pc_on {
  display: block;
}

span.copyright.sp_on {
  display: none;
}

@media all and (max-width: 1100px) {
  .copyright {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: 13px;
  }

  span.copyright.pc_on {
    display: none;
  }

  span.copyright.sp_on {
    display: block;
  }
}

.footer-sp-img {
  display: none;
}

@media all and (max-width: 1100px) {
  .footer-sp-img {
    display: block;
  }
}

.xo-event-calendar {
  min-width: 240px;
  max-width: 283px;
  padding-bottom: 5px;
  letter-spacing: 0;
  overflow: hidden;
}

@media all and (max-width: 1100px) {
  .xo-event-calendar {
    margin-right: auto;
    margin-left: auto;
  }
}

.xo-event-calendar .xo-month-wrap {
  border: solid 1px #fff;
  padding: 0;
}

.xo-event-calendar table.xo-month {
  margin-bottom: 0;
  border-color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.xo-event-calendar table.xo-month caption {
  background: #fff;
}

.xo-event-calendar table.xo-month .calendar-caption {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.xo-event-calendar table.xo-month button span.nav-prev,
.xo-event-calendar table.xo-month button span.nav-next {
  height: 9px;
  width: 9px;
}

.xo-event-calendar table.xo-month th,
.xo-event-calendar table.xo-month td {
  border-color: #fff;
}

.xo-event-calendar table.xo-month>thead th {
  border-width: 0 3px 0 0;
  background: #D9D9D9;
  padding: 4px 0 5px !important;
  font-size: 12px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
}

.xo-event-calendar table.xo-month>thead th.sunday {
  color: #C00000;
}

.xo-event-calendar table.xo-month>thead th.saturday {
  color: #0070C0;
}

.xo-event-calendar table.xo-month .month-dayname-space {
  height: 0.8em;
}

.xo-event-calendar table.xo-month .month-dayname td {
  border-width: 3px 3px 0 0;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  padding: 5px;
  text-align: center;
}

.xo-event-calendar table.xo-month .month-dayname td div.holiday-all {
  color: #fff;
  font-weight: 400;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #FF0000;
  font-weight: bold !important;
  text-decoration: underline !important;
}

.xo-event-calendar p.holiday-title {
  padding-top: 10px;
  font-size: 12px;
  font-weight: 400;
}

.xo-event-calendar p.holiday-title span {
  border: 2px solid #fff;
  padding: 3px 0 3px 30px;
}

.slick-wrap {
  /*margin-top: 120px;*/
  margin-bottom: 14rem;
  position: relative;
}

@media (max-width: 800px) {
  .slick-wrap {
    /*margin-top: 90px;*/
    margin-top: 80px;
    margin-bottom: 60px;
  }
}

.slick-img {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  aspect-ratio: 1920 / 990;
  position: relative;
}

.slick-img img {
  width: 100%;
  max-width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .slick-img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.add-animation {
  animation: zoomUp 7s linear 0s normal both;
}

.slick-txt {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding-right: 4rem;
  padding-left: 4rem;
  text-align: left;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.6);
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  padding-bottom: 10rem;
  padding-top: 5rem;
}

.slick-txt p {
  margin-bottom: 0;
  font-weight: bold;
}

.slick-txt,
.slick-txt p,
.slick-txt p.txt1,
.slick-txt p.txt1 span,
.slick-txt p.txt2 {
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

.slick-txt p.txt1 {
  font-size: 5.87rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  line-height: 1.5;
}

.slick-txt p.txt1 span {
  font-size: 7.2rem;
}

.slick-txt p.txt2 {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 1.4px;
}

@media (max-width: 768px) {
  .slick-txt {
    display: block;
    padding: 20px;
    position: static;
    background: #333;
    text-shadow: none;
  }

  .slick-txt p.txt1 {
    font-size: 16px;
    word-break: break-word;
    margin-bottom: 1rem;
  }

  .slick-txt p.txt1 span {
    font-size: 16px;
  }

  .slick-txt p.txt2 {
    font-size: 16px;
  }
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 1.9rem;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  letter-spacing: 0.1rem;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
    font-weight: 400;
  }
}

#nav-container {
  width: 77rem;
  padding-right: 1rem;
}

@media screen and (max-width: 1200px) {
  #nav-container {
    width: 95%;
  }
}

@media (max-width: 840px) {
  #nav-container {
    width: 100%;
    position: fixed;
    height: 100vh;
    pointer-events: none;
  }
}

@media (max-width: 840px) {
  #nav-container .bg {
    position: absolute;
    /*top: calc(90px - 1px);*/
    top: 80px;
    left: 0;
    width: 100%;
    /*height: calc(100% - 90px - 1px);*/
    height: calc(100% - 80px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #000;
  }

  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: 0.6;
  }
}

#nav-container * {
  visibility: visible;
}

@media (max-width: 840px) {
  .button {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 11;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    /*height: 90px;*/
    height: 80px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: auto;
    margin-right: 10px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #423E3D;
    transition: 0.3s;
  }

  .icon-bar+.icon-bar {
    margin-top: 8px;
  }

  #nav-container:focus-within .button {
    pointer-events: none;
  }

  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 11px, 0) rotate(45deg);
  }

  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
  }

  #nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -11px, 0) rotate(-45deg);
  }
}

@media (max-width: 840px) {
  #nav-container:focus-within #nav-content {
    transform: none;
    /*background-color: #333;*/
  }
}

section,
.section_box {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 7rem;
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 768px) {

  section,
  .section_box {
    margin-bottom: 30px;
  }
}

section.full,
.section_box.full {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

section.full.home-about,
.section_box.full.home-about {
  margin-bottom: 4rem;
}

@media (max-width: 768px) {

  section.full.home-about,
  .section_box.full.home-about {
    margin-bottom: 30px;
  }
}

section.home,
.section_box.home {
  margin-bottom: 14rem;
}

.section_box.home-news {
  margin-bottom: 16rem;
}

section.home-news {
  padding-top: 5rem;
  margin-bottom: 10rem;
}

@media (max-width: 768px) {

  section.home-news,
  .section_box.home-news {
    margin-bottom: 12rem;
  }

  .section_box.home {
    margin-bottom: 0;
  }

}

section>p:last-child,
.section_box>p:last-child {
  margin-bottom: 0;
}

main {
  width: 100%;
  overflow: hidden;
}

main.sub-box {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  main.sub-box {
    margin-top: 0;
    margin-bottom: 0;
  }
}

main.sub-box .section-box {
  margin-bottom: 10rem;
}

main.sub-box section {
  padding-top: 14rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {

  main.sub-box section,
  main.sub-box .section-box {
    padding-top: 0;
    margin-bottom: 12rem;
  }
}

main.sub-box section:nth-last-of-type(1),
main.sub-box .section-box:nth-last-of-type(1) {
  margin-bottom: 16rem;
}

/*@media (max-width: 768px) {

  main.sub-box section:nth-last-of-type(1),
  main.sub-box .section-box:nth-last-of-type(1) {
    margin-bottom: 100px;
  }
}*/

h1 {
  font-size: 1.05rem;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0.13rem;
  padding-right: 1rem;
  letter-spacing: 1.5px;
}

@media (max-width: 840px) {
  h1 {
    display: none;
  }
}

.txt-c {
  text-align: center;
}

.pc_on {
  display: block;
}

@media (max-width: 768px) {
  .pc_on {
    display: none;
  }
}

.sp_on {
  display: none;
}

@media (max-width: 768px) {
  .sp_on {
    display: block;
  }
}

.pc_br {
  display: block;
}

@media (max-width: 768px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}

@media (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.s2v {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

@media (max-width: 768px) {
  .s2v {
    bottom: 0;
    right: 0;
  }
}

.s2v img {
  width: 50px;
  height: 50px;
}

.pageNum {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 768px) {
  .pageNum {
    font-size: 14px;
  }
}

.pageNum a {
  text-decoration: none;
}

.pageNum a.numb2 {
  padding: 0 2em;
}

.pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  clear: both;
  background-color: transparent;
}

.pagination a {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}

.pagination a:hover {
  background-color: #e8e8e8;
}

.pagination span {
  padding: 5px 10px;
  display: inline-block;
}

.pagination span.current {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

.fadeIn {
  opacity: 0;
  transition-duration: 1.3s;
  transition-property: opacity, transform;
}

.fadeIn-up {
  transform: translate(0, 50px);
}

.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

a .img-ov {
  display: block;
  overflow: hidden;
  position: relative;
}

a .img-ov img {
  transition: ease 0.35s;
}

a .img-ov::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

a .img-ov:hover::before {
  animation: ring 0.8s;
}

a:hover .img-ov img {
  transform: scale(1.1, 1.1);
}

@keyframes ring {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

#h2-bg {
  width: 100%;
  /*padding-top: 48rem;*/
  background-position: center top;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  line-height: 1;
  overflow: hidden;
  position: relative;
}

@media (max-width: 800px) {
  #h2-bg {
    /*margin-top: 90px;*/
    margin-top: 80px;
    /*height: 150px;*/
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px) {
  #h2-bg {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #h2-bg {
    margin-bottom: 8rem;
  }
}

.path-bg {
  display: flex;
  width: 100%;
  height: 40px;
  background: #F2F2F2;
  font-size: 1.7rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .path-bg {
    display: none;
  }
}

.path-bg .path-wrap {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

ol.topic-path {
  margin: 0;
  padding: 0;
  margin-right: 15px;
  list-style: none;
  display: flex;
  color: #000;
  line-height: 1;
}

ol.topic-path dt,
ol.topic-path dd {
  margin: 0;
  padding: 0;
}

ol.topic-path li {
  background: url(img/path-arrow.webp) no-repeat left center;
  padding-left: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

ol.topic-path li a {
  text-decoration: none;
  color: #000;
}

ol.topic-path li a:hover {
  text-decoration: underline;
}

ol.topic-path li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none;
}

ol.topic-path li:first-child a {
  padding-left: 0;
  background: none;
}

.page-path {
  display: flex;
  align-items: center;
  flex: 1;
  line-height: 1;
}

.page-path a {
  margin-left: 25px;
  padding-left: 25px;
  background: url(img/path-arrow.webp) no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #000;
}

.page-path a:first-child {
  margin-left: 0;
}

.page-path a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

div.wpcf7 form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  padding: 7px 0 6px;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1;
}

div.wpcf7 form dl dt,
div.wpcf7 form dl dd {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  div.wpcf7 form dl {
    border-bottom: none;
    font-size: 1.4rem;
  }
}

div.wpcf7 form dl.v-top {
  align-items: flex-start;
}

div.wpcf7 form dl.v-top dt {
  padding-top: 8px;
}

div.wpcf7 form dl>dt {
  padding-top: 11px;
}

@media (max-width: 768px) {
  div.wpcf7 form dl>dt {
    width: 100%;
    float: none;
    font-weight: bold;
    padding: 8px 5px 5px;
  }
}

@media (max-width: 768px) {
  div.wpcf7 form dl>dd {
    width: 100%;
    margin-left: 0;
    padding: 5px;
  }
}

div.wpcf7 form dl>dd input,
div.wpcf7 form dl>dd textarea {
  width: 100%;
  background: none;
  border: solid 1px #D9D9D9;
  padding: 9px;
  margin-top: 2px;
  margin-bottom: 2px;
}

@media (max-width: 768px) {

  div.wpcf7 form dl>dd input,
  div.wpcf7 form dl>dd textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }
}

div.wpcf7 form dl>dd input[type=file],
div.wpcf7 form dl>dd textarea[type=file] {
  border: none;
}

div.wpcf7 form dl>dd input.wsiz-s,
div.wpcf7 form dl>dd textarea.wsiz-s {
  width: 60px;
}

div.wpcf7 form dl>dd input.wsiz-m,
div.wpcf7 form dl>dd textarea.wsiz-m {
  width: 120px;
}

div.wpcf7 form dl>dd input.spc-mt,
div.wpcf7 form dl>dd textarea.spc-mt {
  margin-top: 5px;
}

div.wpcf7 form dl>dd input.fbox-age,
div.wpcf7 form dl>dd textarea.fbox-age {
  margin-left: 15%;
}

@media (max-width: 768px) {

  div.wpcf7 form dl>dd input.fbox-age,
  div.wpcf7 form dl>dd textarea.fbox-age {
    margin-top: 5px;
    margin-left: 0;
  }
}

div.wpcf7 form dl>dd textarea {
  height: 250px;
}

div.wpcf7 form dl>dd .wpcf7-list-item {
  margin: 0 30px 0 0;
}

div.wpcf7 form dl>dd .wpcf7-list-item input {
  width: auto;
}

div.wpcf7 form dl>dd .list-colm {
  display: block;
  line-height: 1.5;
}

div.wpcf7 form dl>dd .list-colm .wpcf7-list-item {
  display: block;
}

div.wpcf7 form dl>dd .list-row {
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

div.wpcf7 form dl p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
  }

  .wpcf7-spinner {
    display: block;
    margin: 0 auto;
  }
}

input[type=submit] {
  display: block;
  width: auto;
  margin: auto;
  padding: 3px 10px;
  background: #EFEFEF;
  border: solid 1px #787878;
  border-radius: 2px;
}

input[type=submit]:hover {
  background: #E5E5E5;
}

.form-inner {
  padding: 2.2em 4.2% 0 5.5%;
  border-bottom: solid 1px #BFBFBF;
}

@media (max-width: 768px) {
  .form-inner {
    padding: 1.9em 20px;
  }
}

.form-wrap.ctct {
  width: 100%;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding-top: 4rem;
  margin-top: 1.5em;
}

@media (max-width: 768px) {
  .form-wrap.ctct {
    width: 100%;
    max-width: none;
    padding-top: 2rem;
  }
}

.form-wrap.ctct div.wpcf7 form dl {
  width: 82%;
}

@media (max-width: 768px) {
  .form-wrap.ctct div.wpcf7 form dl {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .form-wrap.ctct div.wpcf7 form dl:nth-of-type(1) {
    border-top: none;
  }
}

.form-wrap.ctct div.wpcf7 form dl.last {
  margin-bottom: 2.8rem;
}

.form-wrap.ctct div.wpcf7 form dl dt {
  width: 32%;
}

@media (max-width: 768px) {
  .form-wrap.ctct div.wpcf7 form dl dt {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.form-wrap.ctct div.wpcf7 form dl dd {
  width: 68%;
}

@media (max-width: 768px) {
  .form-wrap.ctct div.wpcf7 form dl dd {
    width: 100%;
    padding: 10px 0;
  }
}

.form-wrap.ctct div.wpcf7 form dl dd input,
.form-wrap.ctct div.wpcf7 form dl dd textarea {
  padding: 8px;
}

.form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
  color: #A6A6A6;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
}

.form-wrap.ctct div.wpcf7 form ::placeholder {
  color: #A6A6A6;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  font-size: 1.7rem;
}

@media (max-width: 768px) {
  .form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
    font-size: 1.4rem;
  }

  .form-wrap.ctct div.wpcf7 form ::placeholder {
    font-size: 1.4rem;
  }
}

.form-wrap.ctct div.wpcf7 form p.btn-send {
  margin-bottom: 0.7rem;
}

@media (max-width: 768px) {
  .form-wrap.ctct div.wpcf7 form p.btn-send {
    margin-top: 2rem;
  }
}

.acc_wrap {
  border-top: solid 1px #BFBFBF;
  padding-top: 3rem;
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .acc_wrap {
    font-size: 1.4rem;
    margin: 0;
  }
}

.acc_wrap p {
  margin-bottom: 0;
}

.acc_wrap p.acc-txt {
  margin-bottom: 1.2em;
}

.acc_wrap p.acc-check {
  margin-bottom: 2em;
}

.form-wrap.app {
  width: 71%;
  max-width: 1160px;
  margin: 0 auto;
  margin-top: 2em;
}

@media (max-width: 768px) {
  .form-wrap.app {
    width: 100%;
    max-width: none;
  }

  .contact .acc_wrap p.acc-txt {
    text-align: left;
  }
}

.form-wrap.app form dl {
  border-bottom: solid 1px #BFBFBF;
}

.form-wrap.app form dl:nth-of-type(1) {
  border-top: solid 1px #BFBFBF;
}

.form-wrap.app form dl>dt {
  width: 37%;
  padding-top: 0;
  padding-left: 3%;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .form-wrap.app form dl>dt {
    width: 100%;
    padding-left: 5px;
  }
}

.form-wrap.app form dl>dd {
  width: 63%;
  padding-right: 8.5%;
}

@media (max-width: 768px) {
  .form-wrap.app form dl>dd {
    width: 100%;
    padding-right: 10px;
  }
}

.form-wrap.app form dl>dd input,
.form-wrap.app form dl>dd textarea {
  border: solid 1px #D9D9D9;
  padding: 7px;
}

.form-wrap.app form dl>dd textarea {
  height: 100px;
}

.wpcf7 .wpcf7-submit:disabled {
  color: #000;
}

.surr {
  width: 100%;
  margin: 0 auto 3em;
  text-align: center;
}

.surr p {
  letter-spacing: -0.001rem;
}

.surr p:last-child {
  margin-bottom: 0;
}

.surr .surr-box {
  border-bottom: solid 1px #BFBFBF;
  padding: 25px 10px 25px 10px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .surr .surr-box {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}

.surr .surr-box p {
  line-height: unset;
}

.surr .surr-box p.surr-tit {
  margin-bottom: 0.3em;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: unset;
}

@media (max-width: 768px) {
  .surr .surr-box p.surr-tit {
    font-size: 1.8rem;
  }
}

.surr .surr-box ul {
  list-style: none;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: left;
}

.surr .surr-box ul>li {
  margin-bottom: 1.5em;
  padding-left: 2rem;
  position: relative;
}

.surr .surr-box ul>li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.surr .surr-box ul>li p {
  margin-bottom: 0;
  line-height: 1.6;
}

.surr .surr-box .surr-contact {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .surr .surr-box .surr-contact {
    font-size: 1.4rem;
  }
}

.surr .surr-box .surr-contact p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.surr .surr-box.und {
  padding: 1.6em 1.5em 1.5em;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .surr .surr-box.und {
    padding: 20px 10px;
    font-size: 1.4rem;
  }
}

.surr .surr-box.und p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

.surr .surr-box .tit,
.surr .surr-box .txt-b {
  font-weight: bold;
  font-size: 1.6rem;
}

@media (max-width: 768px) {

  .surr .surr-box .tit,
  .surr .surr-box .txt-b {
    font-size: 1.4rem;
  }
}

.surr .surr-box .tit p,
.surr .surr-box .txt-b p {
  margin-bottom: 0;
}

.form-wrap .surr+.surr {
  margin-bottom: 2.5em;
}

.surr-txt-c {
  margin-bottom: 2em;
  text-align: center;
}

.surr-txt-em {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .surr-txt-em {
    font-size: 1.4rem;
  }
}

.txt_req::after {
  content: "(必須)";
  display: inline-block;
  margin-left: 5px;
  color: #FF0000;
}

p.txt-red-smal {
  margin-bottom: 0.5em;
  color: #C00000;
  line-height: 1.4 !important;
}

.txt-ex {
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .txt-ex {
    display: block;
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

span.icon {
  display: inline-block;
  width: 120px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  line-height: 1;
  padding: 6px 5px;
}

@media (max-width: 768px) {
  span.icon {
    font-size: 1.4rem;
  }
}

.col2_news_wrap {
  width: 100%;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.col2_news_wrap>div .box_txt {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  gap: 0 2rem;
}

.col2_news_wrap>div .box_txt .entry-wrapp .entry-day {
  font-size: 1.6rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  margin-right: 2rem;
}

.col2_news_wrap>div .box_txt p.news_tit {
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .col2_news_wrap>div .box_txt {
    display: block;
    margin-bottom: 2rem;
  }

  .col2_news_wrap>div .box_txt p.news_tit {
    font-weight: bold;
  }
}

.col2_news_wrap>div .box_txt p.news_tit a {
  text-decoration: none;
}

#layout {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  #layout {
    width: 100%;
    flex-direction: column;
  }
}

#layout .main-box {
  width: calc(100% - 40px - 380px);
  margin-right: 40px;
}

@media (max-width: 768px) {
  #layout .main-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

#layout .side-box {
  width: 380px;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  #layout .side-box {
    width: 100%;
    margin: 0 auto;
  }
}

#layout .side-box h3 {
  font-weight: 400;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  line-height: 1;
}

#layout .side-box ul {
  list-style: none;
  margin-bottom: 50px;
  padding-left: 35px;
}

#layout .side-box ul li {
  margin-bottom: 10px;
  border: solid 1px #BFBFBF;
}

#layout .side-box ul li:first-child {
  display: flex;
  align-items: center;
}

#layout .side-box ul li a {
  display: block;
  width: 100%;
  padding: 15px;
  text-decoration: none;
}

#layout .side-box ul li a:hover {
  background: #7F7F7E;
  color: #fff;
}

#layout .side-box ul li.current-cat {
  background-color: #7F7F7E;
}

#layout .side-box ul li.current-cat a {
  color: #ffffff;
}

.col2-archive {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 4rem;
  border-bottom: solid 1px #BFBFBF;
  padding: 3rem 0;
}

.col2-archive:nth-child(1) {
  border-top: solid 1px #BFBFBF;
}

.col2-archive .img-box {
  width: 19.672%;
  max-width: 240px;
}

@media (max-width: 768px) {
  .col2-archive .img-box {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}

.col2-archive .img-box a {
  display: block;
}

.col2-archive .txt-box {
  flex: 1;
}

@media (max-width: 768px) {
  .col2-archive .txt-box {
    flex: auto;
    width: 100%;
  }
}

.side-calen-wrap {
  width: 100%;
  padding-left: 35px;
}

.side-calen-wrap h2 {
  display: none;
}

.wp-calendar {
  width: 100%;
  border: solid 1px #BFBFBF;
}

.wp-calendar th {
  font-weight: normal;
}

.wp-calendar td {
  text-align: center;
}

.wp-calendar td.today {
  color: #E5000E;
  border-bottom: none;
}

.wp-calendar td a {
  display: block;
  color: #014DA1;
  font-weight: bold;
}

.wp-calendar td a:hover {
  background: #014DA1;
  color: #fff;
}

.wp-calendar-nav {
  position: relative;
}

.wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  right: 0;
}

.wp-calendar-nav .wp-calendar-nav-next a {
  text-decoration: none;
}

.wp-calendar-nav .wp-calendar-nav-prev a {
  text-decoration: none;
}

.col2-single {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.entry-box {
  margin-bottom: 2rem;
  font-size: 0;
}

@media (max-width: 768px) {
  .entry-box {
    margin-bottom: 1rem;
  }
}

.entry-box .entry-day {
  padding-left: 2rem;
}

.entry-day {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .entry-day {
    font-size: 1.4rem;
  }
}

p.txt-contents {
  margin-bottom: 0;
}

p.txt-contents a {
  text-decoration: none;
}

.col2-greeting {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 0;
}

@media (max-width: 768px) {
  .col2-greeting {
    flex-direction: column-reverse;
  }
}

.col2-greeting .col-l {
  flex: 1;
  padding-right: 4rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .col2-greeting .col-l {
    flex: auto;
    padding-right: 0;
    width: 100%;
  }
}

.col2-greeting .col-l .greeting-title {
  display: block;
  font-size: 4.27rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .col2-greeting .col-l .greeting-title {
    font-size: 21px;
  }
}

.col2-greeting .col-l .txt-wrapp {
  margin-bottom: 4rem;
  font-size: 1.9rem;
}

@media (max-width: 768px) {
  .col2-greeting .col-l .txt-wrapp {
    margin-bottom: 0;
    padding-left: 0;
  }
}

.col2-greeting .col-l p {
  font-size: 2.13rem;
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .col2-greeting .col-l p {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
  }
}

.col2-greeting .col-r {
  width: 23.17073170731707%;
  max-width: 380px;
}

@media (max-width: 768px) {
  .col2-greeting .col-r {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}

.ceo-name {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .ceo-name {
    font-size: 18px;
  }
}

.ceo-name .pad-rl {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .ceo-name .pad-rl {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}

.rinen-box {
  background: #F8F8F8;
  padding: 4rem 2rem;
  text-align: center;
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .rinen-box {
    font-size: 2rem;
  }
}

.rinen-box p {
  margin-bottom: 0;
}

div.col2 {
  display: flex;
  flex-wrap: wrap;
}

div.col2.company {
  display: block;
}

div.col2.company>div {
  width: 53.65853658536585%;
  margin: 0 auto;

}

.tbl-company {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}

.tbl-company>tbody>tr>th,
.tbl-company>tbody>tr>td {
  border-top: solid 1px #BFBFBF;
  padding: 1rem 0 1rem 1rem;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

@media (max-width: 768px) {
  div.col2.company>div {
    width: 100%;
  }

  .tbl-company>tbody>tr>th,
  .tbl-company>tbody>tr>td {
    display: block;
    line-height: 1.3;
  }
}

.tbl-company>tbody>tr>th p,
.tbl-company>tbody>tr>td p {
  margin-bottom: 0;
}

.tbl-company>tbody>tr>th {
  width: 16.25%;
}

@media (max-width: 768px) {
  .tbl-company>tbody>tr>th {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    font-weight: bold;
  }
}

.tbl-company>tbody>tr>td {
  width: 83.75%;
  padding-left: 2rem;
}

@media (max-width: 768px) {
  .tbl-company>tbody>tr>td {
    width: 100%;
    border-top: none;
    padding-top: 0;
    padding-bottom: 17px;
    padding-left: 1rem;
  }
}

.tbl-company.company-profile .fax {
  position: relative;
}

.tbl-company.company-profile .fax::before {
  content: "／";
}

.tbl-company.company-history td {
  padding-left: 3rem;
}

@media (max-width: 768px) {
  .tbl-company.company-history td {
    padding-left: 1rem;
  }
}

ul.company-transaction {
  list-style: none;
  border-top: solid 1px #BFBFBF;
  border-bottom: solid 1px #BFBFBF;
  padding: 1rem;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  ul.company-transaction {
    margin-bottom: 3rem;
  }
}

ul.company-transaction li {
  position: relative;
}

ul.company-transaction li::before {
  content: "・";
}

.company-chart {
  width: 100%;
  padding-left: 14rem;
}

@media (max-width: 768px) {
  .company-chart {
    padding-left: 0;
    overflow: auto;
    overflow-y: hidden;
  }
}

.company-chart figure {
  width: 80%;
  max-width: 1196px;
}

@media (max-width: 768px) {
  .company-chart figure {
    width: 1000px;
  }
}

/*.environment-box {
  background: #F8F8F8;
  padding-top: 37%;
}*/

p.txt-recruit-01 {
  text-align: center;
  color: #C00000;
  font-size: 3.2rem;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  p.txt-recruit-01 {
    font-size: 18px;
  }
}

p.txt-recruit-02 {
  margin-bottom: 3.5rem;
  letter-spacing: -0.001rem;
}

@media (max-width: 768px) {
  p.txt-recruit-02 {
    letter-spacing: normal;
    line-height: 1.7;
  }
}

.col4-recruit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 2.439%;
  gap: 3.5rem 2.439%;
  margin-bottom: 6rem;
}

.col4-recruit>div {
  width: 23.17075%;
}

@media (max-width: 768px) {
  .col4-recruit>div {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .col4-recruit>div {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
}

.col4-recruit figure {
  margin-bottom: 2rem;
}

.col4-recruit .title-wrapp {
  display: flex;
  margin-bottom: 1rem;
}

.col4-recruit .title-wrapp .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: solid 1px #BFBFBF;
  border-radius: 50%;
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media (max-width: 768px) {
  .col4-recruit .title-wrapp .number {
    width: 3rem;
    height: 3rem;
    font-size: 1.8rem;
  }
}

.col4-recruit .title-wrapp .title {
  flex: 1;
  padding-left: 2rem;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .col4-recruit .title-wrapp .title {
    padding-top: 5px;
    padding-left: 1rem;
    text-align: left;
    font-size: 1.8rem;
  }
}

.col4-recruit p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .col4-recruit p {
    text-align: left;
    line-height: 1.6;
  }
}

.col4-recruit.v2 .title-wrapp .number {
  border-radius: 0;
}

.col4-recruit.v2 p {
  font-size: 1.6rem;
}

.tab-recruit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.tab-recruit input[type=radio] {
  display: none;
}

.tab-recruit input[type=radio]:checked+label {
  border: solid 2px #7F7F7F;
  border-bottom-color: #fff;
  z-index: 1;
}

.tab-recruit label {
  text-align: center;
  width: 16%;
  max-width: 260px;
  margin-left: -1px;
  padding: 25px 10px;
  border: solid 1px #D9D9D9;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .tab-recruit label {
    width: 30%;
    font-size: 1.4rem;
  }
}

.tab-recruit label:first-of-type {
  margin-left: 39px;
}

@media (max-width: 768px) {
  .tab-recruit label:first-of-type {
    margin-left: 5px;
  }
}

.tab-recruit .tab-box {
  width: 100%;
  clear: both;
  border-top: solid 2px #7F7F7F;
  border-bottom: solid 2px #7F7F7F;
  padding-top: 6rem;
  padding-bottom: 5rem;
  position: relative;
  top: -2px;
  z-index: 0;
}

@media (max-width: 768px) {
  .tab-recruit .tab-box {
    height: auto;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}

.tab-recruit .tab-box>div {
  display: none;
}

#bostab1:checked~.tab-box>#bosTabView1 {
  display: block;
}

#bostab2:checked~.tab-box>#bosTabView2 {
  display: block;
}

#bostab3:checked~.tab-box>#bosTabView3 {
  display: block;
}

.col2-bosyu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.1em 2.439%;
}

.col2-bosyu>div {
  width: 48.7805%;
}

@media (max-width: 768px) {
  .col2-bosyu>div {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .col2-bosyu>div {
    width: 100%;
  }

  .col2-bosyu>div p {
    line-height: 1.6;
  }
}

.col2-bosyu>div.col2-l p {
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .col2-bosyu>div.col2-l p {
    margin-bottom: 1.5em;
  }
}

.col2-bosyu>div.col2-r {
  padding-left: 2rem;
}

@media (max-width: 768px) {
  .col2-bosyu>div.col2-r {
    padding-left: 0;
  }
}

.col2-bosyu>div h3 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  margin-bottom: 2rem;
  color: #344699;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .col2-bosyu>div h3 {
    font-size: 18px;
  }
}

.col2-bosyu>div h3::before {
  content: "";
  display: block;
  background: url(img/icon-h3.png) no-repeat left top;
  background-size: cover;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 0;
}

@media (max-width: 768px) {
  .col2-bosyu>div h3::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

.tbl-bosyu {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #BFBFBF;
}

.tbl-bosyu th,
.tbl-bosyu td {
  padding: 1rem 0;
  border-bottom: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

@media (max-width: 768px) {

  .tbl-bosyu th,
  .tbl-bosyu td {
    display: block;
    line-height: 1.6;
  }
}

.tbl-bosyu th {
  width: 16.25%;
}

@media (max-width: 768px) {
  .tbl-bosyu th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
    font-weight: bold;
  }
}

.tbl-bosyu td {
  width: 83.75%;
  padding-left: 1rem;
}

@media (max-width: 768px) {
  .tbl-bosyu td {
    width: 100%;
    padding-left: 0;
  }
}

div.contact {
  width: 65.8537%;
  max-width: 1120px;
  margin: 0 auto;
}

div.contact p {
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  div.contact {
    width: 100%;
  }

  div.contact p {
    line-height: 1.7;
  }
}

.office-name {
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .office-name {
    font-size: 1.8rem;
  }
}

a.office-phone {
  display: flex;
  align-items: center;
  width: auto;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  text-decoration: none;
  color: #000;
  font-size: 4.8rem;
  line-height: 1;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

@media (max-width: 800px) {
  a.office-phone {
    width: 100%;
  }
}

@media (max-width: 768px) {
  a.office-phone {
    justify-content: center;
    font-size: 2.8rem;
  }
}

a.office-phone::before {
  content: url("img/icon-phone.webp");
  margin-right: 1rem;
}

span.time-phone {
  display: block;
  padding-top: 10px;
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 768px) {
  span.time-phone {
    font-size: 1.4rem;
  }
}

/*
.bg-01 {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.7) 100%);
}*/



.home-pic-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  letter-spacing: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}

.home-pic-wrap>div {
  width: 50%;
  position: relative;
}

@media (max-width: 768px) {
  .home-pic-wrap>div {
    width: 100%;
  }
}

.home-pic-wrap>div picture {
  display: block;
}

.home-pic-wrap>div .txt-box {
  max-width: 650px;
  background: transparent;
  position: absolute;
  bottom: 5rem;
  color: #fff;
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 768px) {
  .home-pic-wrap>div .txt-box {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    top: 50%;
    bottom: auto;
    translate: 0 -50%;
    text-shadow: 0 0 5px black;
  }
}

.home-pic-wrap>div .txt-box p {
  margin-bottom: 4rem;
}

.home-pic-wrap>div.col-l .txt-box {
  right: 0;
}

@media (max-width: 768px) {
  .home-pic-wrap>div.col-l {
    margin-bottom: 30px;
  }

  .home-pic-wrap>div .txt-box p {
    font-size: 14px;
  }
}

.home-pic-wrap>div.col-r .txt-box {
  right: 0;
}

p.txt-home-about {
  text-align: center;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  p.txt-home-about {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    text-align: left;
  }
}

.bg-02 {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgb(242, 242, 242) 20%, rgb(242, 242, 242) 100%);
  height: 380px;
}

@media (max-width: 800px) {
  .bg-02 {
    height: 38rem;
  }
}

@media (max-width: 768px) {
  .bg-02 {
    background: rgb(242, 242, 242);
    padding-top: 30px;
    height: auto;
  }
}

.col4-home-navi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 2.1em 2.439%;
  max-width: 1680px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 8rem;
  margin-right: auto;
  margin-left: auto;
}

.col4-home-navi li {
  width: 23.17075%;
}

@media (max-width: 768px) {
  .col4-home-navi li {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .col4-home-navi {
    justify-content: center;
    padding-bottom: 30px;
  }
}

.col4-home-navi li {
  max-width: 380px;
}

.col4-home-navi li a {
  display: block;
  text-decoration: none;
}

.col4-home-navi li a picture {
  background: #fff;
}

.col4-home-navi li a figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .col4-home-navi li a figcaption {
    font-size: 1.6rem;
  }
}

.col4-home-navi li a figcaption::before {
  content: url(img/btn-arrow-bk.png);
  display: block;
  width: 6px;
  height: 9px;
  margin-right: 1rem;
  line-height: 0;
}

.col4-home-navi li a:hover figcaption {
  opacity: 0.6;
}

.col4-home-navi li a img:hover {
  opacity: 1;
}

.txt-work {
  margin-bottom: 1.8em;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .txt-work {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.col3-work {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 2.439%;
  margin-bottom: 5rem;
}

.col3-work>figure {
  width: 31.7073333333%;
}

@media (max-width: 768px) {
  .col3-work>figure {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.col3-work figcaption {
  margin-top: 1.5rem;
  text-align: center;
}

@media (max-width: 768px) {
  .col3-work figcaption {
    margin-top: 1rem;
  }
}

.col4-work {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1em 2.439%;
  margin-bottom: 7rem;
}

.col4-work>figure {
  width: 23.17075%;
}

@media (max-width: 768px) {
  .col4-work>figure {
    width: 100%;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.col4-work figure {
  position: relative;
}

.col4-work figure .label-01 {
  width: 50%;
  max-width: 120px;
  height: 40px;
  position: absolute;
  top: 1rem;
  left: -1rem;
}

.col4-work figure figcaption {
  margin-top: 1rem;
  text-align: center;
}

.tbl-work-01 {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #BFBFBF;
}

.tbl-work-01 th,
.tbl-work-01 td {
  padding: 1.1rem 1rem;
  border-bottom: solid 1px #BFBFBF;
  vertical-align: top;
  text-align: left;
  font-size: 2.2rem;
  font-weight: normal;
}

@media (max-width: 768px) {

  .tbl-work-01 th,
  .tbl-work-01 td {
    font-size: 1.6rem;
  }
}

.tbl-work-01 th {
  width: 8.53659%;
}

@media (max-width: 768px) {
  .tbl-work-01 th {
    white-space: nowrap;
  }
}

.tbl-work-01 td.td-section {
  width: 8.53659%;
}

@media (max-width: 768px) {
  .tbl-work-01 td.td-section {
    white-space: nowrap;
  }
}

.number-work {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #BFBFBF;
  padding: 2rem 0;
}

@media (max-width: 768px) {
  .number-work {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.number-work .img-box {
  width: 25.6098%;
  padding-right: 4rem;
}

@media (max-width: 768px) {
  .number-work .img-box {
    width: 100%;
    padding-top: 1.5rem;
    padding-right: 0;
    text-align: center;
  }
}

.number-work>div.txt-box {
  flex: 1;
  padding-right: 9rem;
  padding-left: 1rem;
}

@media (max-width: 768px) {
  .number-work>div.txt-box {
    flex: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.number-work>div.txt-box .title-in-wrapp {
  display: flex;
  margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
  .number-work>div.txt-box .title-in-wrapp {
    margin-bottom: 1.5rem;
  }
}

.number-work>div.txt-box .title-in-wrapp .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border: solid 1px #3399FF;
  color: #3399FF;
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
}

@media (max-width: 768px) {
  .number-work>div.txt-box .title-in-wrapp .number {
    width: 3rem;
    height: 3rem;
    font-size: 1.8rem;
  }
}

.number-work>div.txt-box .title-in-wrapp .title {
  flex: 1;
  padding-left: 2rem;
  color: #3399FF;
  font-size: 3.2rem;
}

@media (max-width: 768px) {
  .number-work>div.txt-box .title-in-wrapp .title {
    padding-top: 5px;
    padding-left: 1rem;
    font-size: 1.8rem;
  }
}

.number-work>div.txt-box p {
  margin-bottom: 0;
  padding-left: 7rem;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .number-work>div.txt-box p {
    padding-left: 4rem;
    font-size: 16px;
    line-height: 1.7;
  }
}

.number-work:nth-last-of-type(1) {
  border-bottom: solid 1px #BFBFBF;
}

.number-work.v2>div.txt-box {
  padding-right: 1rem;
}

.btn-wrapp-newslist {
  text-align: right;
}

a.btn-02 {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
}

a.btn-02::before {
  content: url(img/btn-arrow-bk.png);
  display: block;
  width: 6px;
  height: 9px;
  margin-right: 1rem;
  line-height: 0;
}

a.btn-02.right {
  justify-content: end;
}

a.btn-02:hover {
  opacity: 0.6;
}

dl.privacy {
  margin: 0;
  padding: 0;
}

dl.privacy dt,
dl.privacy dd {
  margin: 0;
  padding: 0;
}

dl.privacy dt {
  counter-increment: title;
  font-weight: bold;
}

dl.privacy dt::before {
  content: counter(title) "．";
}

dl.privacy dd {
  margin: 0 0 30px 25px;
}

@media (max-width: 768px) {
  .scr-in-tbl {
    width: 100%;
    height: 400px;
    overflow: scroll;
  }

  .scr-in-tbl table {
    width: 900px;
  }
}

.tab-group {
  display: flex;
  list-style: none;
  flex-flow: row nowrap;
  padding-left: 20px;
  overflow-y: hidden !important;
}

@media only screen and (max-width: 1899px) {
  .tab-group {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .tab-group {
    padding-left: 5px;
  }
}

.tab-group .tab {
  flex-shrink: 0;
  width: 260px;
  background: #fff;
  margin-left: -2px;
  padding: 8px 8px 20px;
  border-top: solid 2px #D9D9D9;
  border-right: solid 2px #D9D9D9;
  border-left: solid 2px #D9D9D9;
  color: #000;
  list-style: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 1px;
  z-index: 0;
}

@media screen and (max-width: 1629px) {
  .tab-group .tab {
    width: calc((100% - 20px) / 6);
  }
}

@media (max-width: 768px) {
  .tab-group .tab {
    width: 260px;
  }
}

.tab-group .tab.is-active {
  border-top: solid 2px #7F7F7F;
  border-right: solid 2px #7F7F7F;
  border-left: solid 2px #7F7F7F;
  border-bottom: 2px solid #FFFFFF;
  z-index: 1;
}

.tab-group .tab img {
  width: 100%;
  max-width: 240px;
  height: auto;
  margin-bottom: 15px;
}

.tab-group .tab .caption-01 {
  display: block;
  text-align: center;
}

.tab-group .tab .caption-02 {
  display: block;
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .tab-group .tab .caption-02 {
    font-size: 13px;
  }
}

.panel-group {
  min-height: 460px;
  background-color: #fff;
  border-top: solid 2px #7F7F7F;
  border-bottom: solid 2px #7F7F7F;
  padding: 4.5rem 0 6rem;
  position: relative;
  top: -2px;
  z-index: 0;
}

.panel-group .panel {
  display: none;
}

.panel-group .panel.is-show {
  display: block;
}

.panel-group .panel.is-show .col2-senior {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.panel-group .panel.is-show .col2-senior dt,
.panel-group .panel.is-show .col2-senior dd {
  margin: 0;
  padding: 0;
}

.panel-group .panel.is-show .col2-senior dt {
  width: 35%;
  max-width: 560px;
  padding-left: 3rem;
}

@media (max-width: 768px) {
  .panel-group .panel.is-show .col2-senior dt {
    width: 100%;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    text-align: center;
  }
}

.panel-group .panel.is-show .col2-senior dt img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.panel-group .panel.is-show .col2-senior dd {
  flex: 1;
  margin: 0;
  padding-left: 4rem;
}

@media (max-width: 768px) {
  .panel-group .panel.is-show .col2-senior dd {
    flex: auto;
    width: 100%;
    padding-left: 0;
  }

  .panel-group .panel.is-show .col2-senior dd p {
    line-height: 1.6;
  }
}

.panel-group .panel p.summary {
  margin-bottom: 1.5em;
  font-size: 2.3rem;
}

.scroll-hint-icon {
  z-index: 1;
}

h2.h2-home-02 {
  width: 100%;
  margin-bottom: 3rem;
  font-size: 2.13rem;
  font-weight: 400;
  position: relative;
  color: #002060;
}

h2.h2-home-02::after {
  display: none;
}

@media (max-width: 768px) {
  h2.h2-home-02 {
    font-size: 1.6rem;
  }
}

h2.h2-home-02 .h2-eng {
  display: block;
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  color: #002060;
}

@media (max-width: 768px) {
  h2.h2-home-02 .h2-eng {
    font-size: 2rem;
  }
}

h2.h2-home,
h2.h2-sub {
  display: block;
  margin-bottom: 3rem;
  text-align: center;
  color: #002060;
  font-size: 2.4rem;
  font-weight: 500;
}

h2.h2-home::after {
  display: none;
}

@media (max-width: 768px) {

  h2.h2-home,
  h2.h2-sub {
    margin-bottom: 3rem;
    font-size: 18px;
  }
}

h2.h2-home .h2-eng,
h2.h2-sub .h2-eng {
  display: block;
  margin-bottom: 1rem;
  font-size: 3.73rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 200;
  position: relative;
  line-height: 1;
}

@media (max-width: 768px) {

  h2.h2-home .h2-eng,
  h2.h2-sub .h2-eng {
    font-size: 2.5rem;
  }
}

h2.h2-sub {
  margin-bottom: 4.5rem;
}

h3.h3-sub {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 1rem;
  margin-bottom: 2rem;
  color: #344699;
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  h3.h3-sub {
    font-size: 18px;
  }
}

h3.h3-sub::before {
  content: "";
  display: block;
  background: url(img/icon-h3.png) no-repeat left top;
  background-size: cover;
  width: 2.1rem;
  height: 2.1rem;
  line-height: 0;
}

@media (max-width: 768px) {
  h3.h3-sub::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}

h3.h3-sub.v2 {
  align-items: baseline;
  padding-left: 3.1rem;
  position: relative;
}

@media (max-width: 768px) {
  h3.h3-sub.v2 {
    flex-direction: column;
  }
}

h3.h3-sub.v2::before {
  position: absolute;
  top: 0.9rem;
  left: 0;
}

@media (max-width: 768px) {
  h3.h3-sub.v2::before {
    top: 0.2rem;
  }
}

h3.h3-sub.v2 .pad-rl {
  padding-right: 20px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  h3.h3-sub.v2 .pad-rl {
    padding-right: 0;
    padding-left: 0;
  }
}

h3.h3-sub.v2 a {
  text-decoration: none;
  color: #344699;
}

.btn-01 {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.btn-01::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  background-color: #fff;
  transform: translateX(-100%);
}

.btn-01:hover::before {
  left: 0;
  transform: translateX(0);
}

.btn-01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: solid 1px #fff;
  padding: 7px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 2.13rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.btn-01 a::after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  background-image: url(img/btn-arrow-wt.png);
  background-size: cover;
  position: absolute;
  left: 2rem;
  z-index: 1;
}

.btn-01 a:hover,
.btn-01 a:focus,
.btn-01 a:active {
  color: #000 !important;
}

.btn-01 a:hover::after {
  background-image: url(img/btn-arrow-bk.png);
}

@media (max-width: 768px) {
  .btn-01 a {
    font-size: 1.6rem;
    text-shadow: none;
  }
}

@media only screen and (pointer: coarse) and (hover: none) {
  .btn-01 a:hover {
    color: #000 !important;
    -webkit-tap-highlight-color: transparent;
    opacity: 1 !important;
  }
}

/*20251123*/
/* ------------------------------
  iPhone / タッチ端末対応
--------------------------------*/
@media (hover: none) and (pointer: coarse) {

  .top-txt .btn-01 a,
  .top-txt .btn-01 a:hover,
  .top-txt .btn-01 a:focus,
  .top-txt .btn-01 a:active {
    color: #000 !important;
    /* ホバー時は白 */
  }

  .btn-01 a,
  .btn-01 a,
  .btn-01 a,
  .btn-01 a {
    color: #fff !important;
    /* ホバー時は黒 */
  }
}

/*20251123*/


/*# sourceMappingURL=style.css.map */

/*環境への取組*/

.numbered-list {
  list-style: none;
  /* デフォルトのリストスタイルを無効化 */
  counter-reset: list-counter;
  /* カウンターをリセット */
  padding-left: 0;
  /* 左の余白を調整 */
}

.numbered-list li {
  counter-increment: list-counter;
  /* カウンターを増やす */
  position: relative;
  padding-left: 7rem;
  /* 番号とテキストの間にスペースを作る */
  margin-bottom: 5rem;
  font-size: 2.2rem;
}

.numbered-list li:last-of-type {
  margin-bottom: 0;
}

.numbered-list li:nth-of-type(3) {
  padding-top: 6px;
}

.numbered-list li::before {
  content: counter(list-counter);
  /* カウンターの値を表示 */
  display: inline-block;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  border: 1px solid #BFBFBF;
  /* 四角の枠線 */
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
  font-size: 2.4rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media (max-width: 768px) {
  .numbered-list li:nth-of-type(3) {
    padding-top: 0;
  }

  .numbered-list li {
    padding-left: 50px;
    /* 番号とテキストの間にスペースを作る */
    margin-bottom: 3rem;
    font-size: 14px;
  }

  .numbered-list li::before {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
}

/*ここから*/

#header .header-in.header-01 .header-l a {
  text-decoration-line: none;
}

#header .header-in.header-01 .header-l a:hover {
  opacity: 0.6;
}

.com-name {
  margin-bottom: 0.5rem;
}

.com-name {
  display: flex;
  align-items: center;
}

.com-name p:nth-of-type(1) {
  font-size: 2.13rem;
  margin-right: 1.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3px;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 1rem;
}

.com-name p:nth-of-type(2) {
  font-size: 3.73rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 6px;
  margin-bottom: 0.5rem;
  font-weight: 400;
  margin-bottom: 0;
}

.com-busi {
  font-size: 1.3rem;
  background-color: rgba(0, 32, 96, 0.8);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  padding-top: 0.15rem;
  margin-bottom: 0;
  width: 28rem;
}

/*TOP*/

.top-section {
  max-width: none;
  padding: 0;
  margin-bottom: 18rem !important;
}

.top-section h2.h2-home {
  margin-bottom: 5rem;
}

.top-section h2.h2-home::after {
  display: none;
}

.col2-home {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  list-style-type: none;
  /*margin-left: 13.5rem;*/
  margin-left: 7.03125%;
  align-items: center;
  margin-bottom: 14rem;
}

.col2-home li:first-of-type {
  width: 52.69121813031161%;
}

.col2-home li:nth-of-type(2) {
  width: 45.3257790368272%;
}

.col2-home li p:first-of-type {
  font-size: 2.8rem;
  font-family: "Yu Mincho", "YuMincho", "HiraMinProN", serif;
  color: #002060;
  font-weight: 400;
  margin-bottom: 2rem;
}

.col2-home li p:nth-of-type(2) {
  font-size: 3.87rem;
  font-family: "Yu Mincho", "YuMincho", "HiraMinProN", serif;
  color: #002060;
  font-weight: 400;
  margin-bottom: 6rem;
}

.top-txt {
  margin-left: 11.838%;
}

.col2-home li .top-txt p {
  color: #000;
  margin-bottom: 6rem;
  font-size: 1.9rem;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.col2-home li img {
  width: 100%;
}

.top-txt .btn-01 {
  margin-left: 0;
}

.top-txt .btn-01 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #000;
  padding: 7px 10px;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 2.13rem;
  font-family: "游明朝", "Yu Mincho", serif;
  font-weight: 400;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 0;
  -webkit-tap-highlight-color: transparent;
}

/* 背景スライド用 */
.top-txt .btn-01 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002060;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: -1;
  /* ←これが最重要！背景をテキストの下にする */
}

/* 矢印 */
.top-txt .btn-01 a::after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  background-image: url(img/btn-arrow-bk.png);
  background-size: cover;
  position: absolute;
  left: 2rem;
  z-index: 1;
}

/* hover時 */
.top-txt .btn-01 a:hover,
.top-txt .btn-01 a:focus {
  color: #fff !important;
  /* ホバー時は白 */
}

.top-txt .btn-01 a:hover::before {
  transform: translateX(0);
}

.top-txt .btn-01 a:hover::after {
  background-image: url(img/btn-arrow-wt.png);
}

@media screen and (max-width: 1680px) {
  .com-busi {
    width: 29rem;
  }
}

@media screen and (max-width: 1400px) {
  .com-busi {
    width: 29.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .com-busi {
    width: 31rem;
  }
}

@media screen and (max-width: 1497px) {
  .col2-home {
    margin-left: 5%;
  }

  .top-txt {
    margin-left: 9%;
  }

  .col2-home li p:nth-of-type(2) {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .com-name p:nth-of-type(1) {
    font-size: 14px;
  }

  .com-name p:nth-of-type(2) {
    font-size: 24px;
  }

  .com-busi {
    font-size: 9px;
    width: 200px;
    padding-bottom: 0.15rem;
  }

  .top-section {
    margin-bottom: 12rem !important;
  }

  .col2-home {
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 4rem;
  }

  .col2-home li:first-of-type,
  .col2-home li:nth-of-type(2) {
    width: 100%;
  }

  .col2-home li p:first-of-type {
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: 700;
  }

  .col2-home li p:nth-of-type(2) {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 3rem;
  }

  .top-txt {
    margin-left: 0;
  }

  .top-txt p {
    font-weight: 400 !important;
    font-size: 16px !important;
    margin-bottom: 5rem !important;
  }

  .col2-home li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 5rem;
  }

  .col2-home li:nth-of-type(2) {
    margin-bottom: 8rem;
  }

  .top-txt .btn-01 {
    margin: 0 auto;
  }

  .top-section h2.h2-home {
    margin-bottom: 3rem;
  }

  .home-pic-wrap .col-l::after,
  .home-pic-wrap .col-r::after {
    height: 100% !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2)) !important;
  }
}

/*TOP4*/

.col4_navi {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: -50px;
}

.col4_navi li {
  width: 23.17075%;
  margin-right: 2.439%;
  margin-bottom: 50px;
}

.col4_navi li:nth-of-type(4n) {
  margin-right: 0;
}

.col4_navi li {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.col4_navi li figcaption {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 2.13rem;
  font-weight: 400;
  font-family: 游明朝, "Yu Mincho", Yu Mincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.1rem;
}

.col4_navi li figcaption a {
  display: block;
  font-size: 1.8rem;
}

.col4_navi li p {
  margin-bottom: 0;
}

.col4_navi li a {
  text-decoration: none;
}

.col4_navi li .btn {
  width: 100%;
  display: flex;
  margin-top: auto;
}

.col4_navi li:hover {
  transition: all 0.3s;
}

.col4_navi li:hover .a_txt::after {
  transform: translateX(10px);
}

/* スマホ対応 */
@media (max-width: 768px) {
  .col4_navi {
    display: block;
    /* 縦並びに変更 */
    margin-bottom: 0;
  }

  .col4_navi li {
    width: 100%;
    /* li を横幅いっぱいに */
    margin-bottom: 5rem;
    /* アイテム間の余白 */
    flex: none;
    /* flexの影響をリセット */
    margin-right: 0;
  }
}

.btn_more {
  display: inline-block;
}

.btn_more a,
.btn_more .a_txt {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0 auto;
  padding: 0 80px 0 0;
  text-decoration: none;
  color: #000;
  font-weight: normal;
  font-size: 1.5rem;
  font-family: 游明朝, "Yu Mincho", Yu Mincho, "Hiragino Mincho Pro", serif;
  position: relative;
}

@media (max-width: 768px) {

  .btn_more a,
  .btn_more .a_txt {
    font-size: 1.4rem;
  }
}

.btn_more a::after,
.btn_more .a_txt::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  margin-left: 10px;
  background: #000;
  position: absolute;
  top: 49%;
  right: 0;
  transition: all 0.3s;
}

.btn_more a:hover::after,
.btn_more .a_txt:hover::after {
  transform: translateX(10px);
}

.btn_more a.center,
.btn_more .a_txt.center {
  margin-right: auto;
  margin-left: auto;
}

/*TOP2*/

.col-l,
.col-r {
  position: relative;
  overflow: hidden;
}

.col-l img,
.col-r img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.home-pic-wrap .col-l::after,
.home-pic-wrap .col-r::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 2;
  pointer-events: none;
}

.col-l .txt-box,
.col-r .txt-box {
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  z-index: 3;
  box-sizing: border-box;
}

span.icon.company {
  border: 1px solid #002060;
  background-color: #002060;
  color: #fff;
}

span.icon.recruit {
  border: 1px solid #DEEBF7;
  background-color: #DEEBF7;
  color: #000;
}

span.icon.info {
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
  color: #000;
}

.btn-wrapp-newslist .btn_more a,
.btn-wrapp-newslist .btn_more .a_txt {
  color: #BFBFBF;
}

.btn-wrapp-newslist .btn_more a::after,
.btn-wrapp-newslist .btn_more .a_txt::after {
  background: #BFBFBF;
}

/*フッター*/

.footer-logo a {
  text-decoration-line: none;
  max-width: 290px;
  width: 29rem;
  display: block;
}

.footer-logo {
  margin-bottom: 2rem;
}

.footer-address {
  margin-bottom: 1.5rem;
  letter-spacing: -0.01rem;
}

.footer-address p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.footer-busi {
  margin-bottom: 5rem;
}

.footer-busi li {
  font-size: 1.47rem;
}

/*フッター　上部*/

.footer-blue {
  background-color: #00133a;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.in_footer_bg {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  list-style-type: none;
  width: 128rem;
  margin: 0 auto;
}

.in_footer_bg dl {
  width: 20%;
  margin-right: 4rem;
}

.in_footer_bg dl:last-of-type {
  margin-right: 0;
}

.in_footer_bg dl dd {
  margin-inline-start: 2rem;
}

.in_footer_bg dt a,
.in_footer_bg dd a {
  color: #fff;
  font-size: 1.6rem;
  text-decoration-line: none;
  font-weight: 400;
}

.in_footer_bg dl.footer_navi a::before {
  content: "-";
  display: inline-block;
  padding-right: 5px;
}

@media screen and (max-width: 1680px) {
  .footer-logo a {
    width: 30rem;
  }
}

@media screen and (max-width: 1280px) {
  .footer-logo a {
    width: 280px;
  }

  .com-busi {
    width: 200px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-logo a {
    width: 32rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-blue {
    display: none;
  }

  .in_footer_bg {
    display: none;
  }

}



@media screen and (max-width: 768px) {
  .fadeIn {
    transition-duration: 0.1s;
  }
}

@media (max-width: 768px) {
  #header {
    position: fixed;
    /* スクロールしても固定 */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transform: none !important;
    /* transformでずれる場合の無効化 */
    transition: none !important;
    /* バックスクロールでのアニメーション無効化 */
  }
}

/*セカンド*/

h2 {
  font-size: 4.27rem;
  color: #002060;
  font-family: 游明朝, "Yu Mincho", Yu Mincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
  letter-spacing: 0.5rem;
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 7rem;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #002060, #11100B);
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    margin-bottom: 5rem;
    padding-bottom: 1rem;
  }
}

/*特長*/
.features {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  list-style-type: none;
  margin-bottom: 6rem;
}

.features:last-of-type {
  margin-bottom: 0;
}

.features li:first-of-type {
  width: 10rem;
  margin-right: 4rem;
}

.features li:first-of-type p {
  width: 10rem;
  height: 10rem;
  border: 1px solid #000;
  margin-right: 4rem;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: 游明朝, "Yu Mincho", Yu Mincho, "Hiragino Mincho Pro", serif;
  font-size: 1.73rem;
  line-height: 1.2;
}

.features li:first-of-type p {
  margin-bottom: 0;
}

.features li:first-of-type span {
  display: block;
  font-size: 4.13rem;
  font-family: 游明朝, "Yu Mincho", Yu Mincho, "Hiragino Mincho Pro", serif;
}

.features li:nth-of-type(2) {
  flex: 1;
  margin-right: 4rem;
}

.features li:nth-of-type(2) p.title {
  font-size: 2.8rem;
  padding-top: 0.5rem;
  margin-bottom: 4rem;
}

.features li:nth-of-type(2) p.txt {
  font-size: 1.9rem;
  font-family: 游明朝, "Yu Mincho", Yu Mincho, "Hiragino Mincho Pro", serif;
  font-weight: 400;
}

.features li:last-of-type {
  margin-right: 0;
  width: 25.60975609756098%;
}

.features li img {
  width: 100%;
}

.features-box p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .features {
    display: block;
    margin-bottom: 4rem;
  }

  .features li:first-of-type {
    margin: 0 auto 4rem;
    width: 100%;
  }

  .features li:first-of-type p {
    margin: 0 auto;
  }

  .features li:nth-of-type(2) {
    width: 100%;
    margin: 0 auto 4rem;
  }

  .features li:nth-of-type(2) p.title {
    font-size: 20px;
    margin-bottom: 4rem;
  }

  .features li:nth-of-type(2) p.txt {
    font-size: 16px;
  }

  .features li:last-of-type {
    width: 100%;
    margin: 0 auto 8rem;
  }

  .features:last-of-type li:last-of-type {
    margin-bottom: 0;
  }
}

/*採用情報*/

.rec-box p {
  text-align: center;
  margin-bottom: 4rem;
}

.rec-col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  list-style-type: none;
}

.rec-col4 li {
  width: 23.17073170731707%;
  margin-right: 4rem;
}

.rec-col4 li:last-of-type {
  margin-right: 0;
}

.rec-col4 li img {
  width: 100%;
}

.rec-title {
  margin-top: 2rem;
  margin-bottom: 1.5rem !important;
  font-size: 2.36rem;
  text-align: left !important;
}

p.rec-txt {
  margin-bottom: 0 !important;
  text-align: left !important;
  font-size: 1.8rem !important;
}

.rec-title span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  margin-right: 1.5rem;
  padding: 5.5%;
}

.rec-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  list-style-type: none;
}

.rec-col2 li:first-of-type {
  width: 40.24390243902439%;
  margin-right: 4rem;
}

.rec-col2 li:last-of-type {
  margin-right: 0;
  flex: 1;
}

.rec-col2 li img {
  width: 100%;
}

.rec-col2 p:first-of-type {
  color: #344699;
  font-size: 2.67rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.rec-col2 p:nth-of-type(2n) {
  font-size: 1.87rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.rec-col2 p:nth-of-type(1+2n) {
  margin-bottom: 2rem;
  font-size: 1.87rem;
}

.rec-col2 p:last-of-type {
  margin-bottom: 0;
  font-size: 1.87rem;
}

@media screen and (max-width: 768px) {
  .rec-box p {
    text-align: left;
  }

  .rec-col4 {
    flex-wrap: wrap;
  }

  .rec-col4 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }

  .rec-col4 li:last-of-type {
    margin-bottom: 0;
  }

  .rec-title {
    font-size: 20px;
  }

  p.rec-txt {
    font-size: 16px !important;
  }

  .rec-col2 {
    display: block;
  }

  .rec-col2 li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5rem;
  }

  .rec-col2 li:first-of-type {
    width: 100%;
    margin-right: 0;
  }

  .rec-col2 p:first-of-type {
    font-size: 21px;
    margin-bottom: 3rem;
  }

  .rec-col2 p {
    font-size: 16px;
    margin-bottom: 3rem;
  }

  .rec-col2 p:nth-of-type(2n) {
    font-size: 18px;
  }

  .rec-col2 p:last-of-type {
    font-size: 16px;
  }

  .rec-col2 li:last-of-type {
    margin-bottom: 0;
  }
}

/*お問合せ*/

.phone-box {
  display: block;
  margin: 0 auto;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

/**/

@media screen and (min-width:1025px) and (max-width:1078px) {
  .com-name p:nth-of-type(1) {
    margin-right: 1rem;
  }

  #header .header-in.header-01 .header-r .in-r {
    width: 27%;
  }
}

@media screen and (min-width:841px) and (max-width:926px) {
  #header .header-in.header-01 .header-r .in-r a {
    font-size: 3rem;
  }

  #header .header-in.header-01 .header-r .in-r {
    width: 28%;
  }
}

@media screen and (min-width:769px) and (max-width:1100px) {
  .footer-logo .com-name {
    justify-content: center;
  }

  .footer-logo .com-busi {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #header .header-in.header-01 .header-l .com-busi {
    width: 100%;
  }

  .btn-01 {
    max-width: none;
  }

  .footer-logo .com-name p:nth-of-type(1) {
    font-size: 14px;
  }

  .footer-logo .com-name p:nth-of-type(2) {
    font-size: 24px;
  }

  .footer-logo .com-busi {
    width: 100%;
    font-size: 11px;
  }

  .footer-logo .com-name {
    justify-content: center;
  }

  .footer-logo a {
    width: 90%;
    max-width: none;
    margin: 0 auto;
  }

  .features li:first-of-type p {
    width: 33%;
    height: 100%;
  }
}

@media screen and (max-width: 375px) {
  .footer-logo .com-busi {
    width: 80%;
    margin: 0 auto;
  }
}

/*企業理念*/

.philosophy-box {
  margin-bottom: 7rem;
}

.philosophy-box h3.h3-sub {
  display: block;
  text-align: center;
  color: #002060;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

.philosophy-box h3.h3-sub .h3-eng {
  display: block;
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
  font-weight: 700;
  position: relative;
  line-height: 1.2;
  color: #002060;
}

.philosophy-box h3.h3-sub::before {
  display: none;
}

p.c-title {
  font-family: "Yu Mincho", "YuMincho", "HiraMinProN", serif;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 2rem;
  letter-spacing: 0.5rem;
}

p.c-txt {
  font-size: 1.73rem;
  margin: 0 auto;
  width: 48.78048780487805%;
}

/*行動指針*/
.shishin {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  list-style-type: none;
  letter-spacing: 0 !important;
  margin-bottom: 12rem;
}

.shishin li {
  width: 31.70731707317073%;
  margin-right: 4rem;
  border: 0.5px solid #172C51;
  padding: 5rem 2rem 4rem;
  position: relative;
}

.shishin li:last-of-type {
  margin-right: 0;
}

.shishin1,
.shishin2 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-family: "Yu Mincho", "YuMincho", "HiraMinProN", serif;
}

.shishin1 {
  margin-bottom: 1.5rem;
}

.shishin2 {
  margin-bottom: 3rem;
}

.shishin3 {
  font-size: 1.73rem;
  margin-bottom: 0;
}

.shishin li:first-of-type:before {
  content: "行動指針１";
  position: absolute;
  top: -1.8rem;
  left: 2rem;
  background: #fff;
  padding: 0 1rem;
  font-size: 2.13rem;
  font-weight: 400;
  color: #000;
  font-family: "Yu Mincho", "YuMincho", "HiraMinProN", serif;
  text-align: center;
}

.shishin li:nth-of-type(2):before {
  content: "行動指針２";
  position: absolute;
  top: -1.8rem;
  left: 2rem;
  background: #fff;
  padding: 0 1rem;
  font-size: 2.13rem;
  font-weight: 400;
  color: #000;
  font-family: "Yu Mincho", "YuMincho", "HiraMinProN", serif;
  text-align: center;
}

.shishin li:nth-of-type(3):before {
  content: "行動指針３";
  position: absolute;
  top: -1.8rem;
  left: 2rem;
  background: #fff;
  padding: 0 1rem;
  font-size: 2.13rem;
  font-weight: 400;
  color: #000;
  font-family: "Yu Mincho", "YuMincho", "HiraMinProN", serif;
  text-align: center;
}

.matome {
  width: 65.85365853658537%;
  margin: 0 auto;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "HiraMinProN", serif;
  font-weight: 400;
  background: #ecf1f9;
  padding: 4rem;
}

.matome p {
  margin-bottom: 0;
}

.kyocho {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 3rem 0;
}

@media (max-width: 768px) {
  .philosophy-box h3.h3-sub {
    font-size: 12px;
    margin-bottom: 2rem;
  }

  .philosophy-box h3.h3-sub .h3-eng {
    font-size: 24px;
  }

  p.c-title {
    font-size: 20px;
    text-align: left;
    letter-spacing: 0;
    text-decoration-line: underline;
    text-decoration-color: rgb(0, 32, 96, 0.4);
  }

  p.c-txt {
    font-size: 15px;
    width: 100%;
  }

  /*行動指針*/
  .shishin {
    display: block;
    margin-bottom: 8rem;
  }

  .shishin li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }

  .shishin li:last-of-type {
    margin-right: 0;
  }

  .shishin1,
  .shishin2 {
    font-size: 24px;
  }

  .shishin3 {
    font-size: 15px;
    margin-bottom: 0;
  }

  .shishin li:first-of-type:before {
    font-size: 22px;
  }

  .shishin li:nth-of-type(2):before {
    font-size: 22px;
  }

  .shishin li:nth-of-type(3):before {
    font-size: 22px;
  }

  .matome {
    width: 100%;
    padding: 2rem;
    text-align: left;
    font-size: 15px;
  }

  .kyocho {
    font-size: 18px;
    text-align: center;
  }

}