@charset "utf-8";
html {
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
}
@media (min-width: 641px) {
  body,
  .headerPC001 {
      min-width:1200px;
  }
}

table{
  margin: 0 0 1.5em;
  width: 100%;
}

main {
	display: block;
}
:root {

  --red-color: #ff7473;
  --gray-color: #BCBCBC;
  --white-color: #fff;
  --primary-color: #182987;
  --secondary-color: #fffcdd;
}
html {
  font-size: 62.5%;
  color: #3B4043;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
a,
a img {
  transition: all 0.5s;
}
a:hover img {
  opacity: 0.5;
}
a:hover,
a:focus,
a:visited {
  color: #3B4043;
  text-decoration: none;
}
a,
a:visited,
a:hover,
a:focus,
a:active {
  color: #182987;
}
a,
a:focus,
a:hover,
a:active {
  outline: none;
}

@media (min-width: 641px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
p {
font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 641px) {
  p {
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
ul,
ol {
  margin: 0 0 1.5em 0;
  padding-left: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6,
table th {
  font-weight: 600;
}

img {
	height: auto;
	max-width: 100%;
	border-style: none;
}

table{
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

/* layout */
.container,
.container-002,
.container-003,
.container-004 {
  margin: 0 auto;
  max-width: none;
  padding: 0 15px;
}
@media (min-width: 641px) {
  .container {
    max-width: 1100px;
  }
  .container-002 {
    max-width: 1350px;
  }
  .container-003 {
    max-width: 1650px;
  } 
  .container-004 {
    max-width: 845px;
  } 
}

/* parts */
.logo-link img {
  height: 30px;
  margin-top: 5px;
}
@media (min-width: 385px) {
  .logo-link img {
    height: 43px;
  }
}
@media (min-width: 1100px) {
  .logo-link img {
    height: 58px;
  }
}
.logo-link {
  display: inline-block;
  text-decoration: none;
  line-height: 0.8;
}
.logo-link:hover {
  opacity: 0.8;
  color: rgba(59, 64, 67, 0.8);
}

/* background */
.bg {
  background: #fffcdd;
}

/* btn */
.base-btn,
input[type="submit"].base-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  flex-direction: column;
}
.bg-btn,
input[type="submit"].bg-btn {
  background: #FB7C7C;
  border: solid 3px #FB7C7C;
  color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 20px 25px;
  font-size: 16px;
  text-align: left;
}
.bg-btn:visited,
input[type="submit"].bg-btn:visited {
  color: #fff;
}
.bg-btn:hover,
input[type="submit"].bg-btn:hover {
  border: solid 3px #FB7C7C;
  color: #FB7C7C;
  background: #fff;
} 

.bg-btn.arrow {
  position: relative;
}
.bg-btn.arrow::after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow-w.svg) no-repeat;
  width: 21px;
  height: 10px;
  background-size: contain;
  right: 10px;
  transition: all 0.5s;
}
.bg-btn.arrow:hover::after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow-p.svg) no-repeat;
  width: 21px;
  height: 10px;
  background-size: contain;
  right: 15px;
}
@media (min-width: 641px) {
  .base-btn {
    width: 445px;
  }
  .bg-btn {
    padding: 30px 25px;
    font-size: 20px;
  }
  .bg-btn.arrow::after {
    content: "";
    position: absolute;
    background: url(../img/btn-arrow-w.svg) no-repeat;
    width: 34px;
    height: 16px;
    background-size: contain;
    right: 25px;
    transition: all 0.5s;
  }

  .bg-btn.arrow:hover::after {
    content: "";
    position: absolute;
    background: url(../img/btn-arrow-p.svg) no-repeat;
    width: 34px;
    height: 16px;
    background-size: contain;
    right: 35px;
  }
}
.base-btn.rounded-btn {
  background: #fff;
  border: solid 2px #5CAB7D;
  color: #5CAB7D;
  border-radius: 35px;
  padding: 10px 30px;
  max-width: 300px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
}
.base-btn.rounded-btn:visited {
  color: #5CAB7D;
}
.base-btn.rounded-btn:hover {
  background: #5CAB7D;
  color: #fff;
}
@media (min-width: 641px) {
  .base-btn.rounded-btn {
    font-size: 18px;
    padding: 15px 30px;
  }
}
.btn-3d {
    display: inline-block;
    padding: 18px 64px 18px 48px;
    background: #1A2D4E;
    /* background-color: #2196F3; */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 6px 0 #4D6896;
    /* box-shadow: 0 6px 0 #1565C0; */
    cursor: pointer;
    transition: all 0.1s ease;
    text-decoration: none;
    letter-spacing: 0.05em;
    background-image: url("../img/3d-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 24px 24px;
}
.btn-3d .wp-block-button__link {
  color: #fff;
  background-color: transparent;
  border-radius:0;
  box-shadow: none;
  text-decoration: none;
  padding:0;
  font-size: 18px;
}
.btn-3d:hover {
    box-shadow: 0 3px 0 #4D6896;
    transform: translateY(3px);
    color: #FFF;
}
.btn-3d:visited,
.btn-3d:active {
    color: #FFF;
    box-shadow: none;
    transform: translateY(6px);
}


.base-btn.rounded-btn.arrow02::after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow02-p.svg) no-repeat;
  width: 10px;
  height: 16px;
  background-size: contain;
  right: 15px;
  transition: all 0.5s;
}
.base-btn.rounded-btn.arrow02:hover::after {
  content: "";
  position: absolute;
  background: url(../img/btn-arrow02-w.svg) no-repeat;
  width: 10px;
  height: 16px;
  background-size: contain;
  right: 20px;
}
.small-btn {
  width: 180px;
}

.section {
  padding: 30px 15px;
}
.section.container{
  padding: 30px 15px;
}
.section .container-003{
  padding: 0;
}

.section.pb-0 {
  padding-bottom: 0 !important;
}
@media (min-width: 641px) {
  .section {
    padding: 80px 15px;
  }
  .section.container{
    padding: 80px 15px;
  }
}
/* headline */
/* .heading {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
} */
.heading-001 {
  /* color: #0080FF; */
  color: #1A2D4E;
  display: inline-block;
  position: relative;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  margin: 0 0 15px;
}
.heading-001::before {
  background-color: #5CAB7D;
  border-radius: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}
/* .heading-001::before {
  background-color: #5CAB7D;
  border-radius: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
} */
@media (min-width: 641px) {
  .heading-001 {
    margin: 0 0 30px;
  }
}

.heading-002 {
    padding: 0 0 15px; 
    font-size: 18px;
    margin-top: 0;
    position: relative;
}
.heading-002 span{
  padding: 0 15px;
}
.heading-002::before {
  background: #1A2D4E;
  /* background-color: #0080FF; */
  border-radius: 4px;
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}
@media (min-width:641px) {
	.heading-002 {
		font-size:20px;
	}
}
.heading-003{
  background: #2A4198;
  color: #FFF;
  font-size:18px;
  padding: 10px 30px;
  border-radius: 15px;
}
@media (min-width:641px) {
  .heading-003{
      font-size: 20px;
  }
}

.hl-icon img{
  width: 91px;
  height: 89px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hl-icon{
  color: #1A2D4E;
  /* color: #0080FF; */
  text-align: center;
}

/* font size */
.fs-1 {
  font-size: 24px;
}
.fs-2 {
  font-size: 22px;
}
.fs-3 {
  font-size: 20px;
}
.fs-4 {
  font-size: 18px;
}
.fs-5 {
  font-size: 16px;
}
@media (min-width: 641px) {
  .fs-1 {
    font-size: 36px;
  }
  .fs-2 {
    font-size: 31px;
  }
  .fs3 {
    font-size: 26px;
  }
  .fs-4 {
    font-size: 24px;
  }
  .fs-5 {
    font-size: 21px;
  }
}
/* font */
.underline {
  text-decoration: underline;
}


/* color */
.c-pink{
  color: #5CAB7D;
}

.c-base {
  color: #FB7C7C;
}
.c-yellow {
  color:#FDE67C;
}
.c-red {
  color: #FF0000;
}
.c-blue {
  /* color: #0080FF; */
  color: #1A2D4E;
}
.c-green {
  color: #a5d296;
}
.c-gray {
  color: #BCBCBC;
}
.c-black{
  color: #3B4043;
}
.c-white {
  color: #fff;
}
/* bg */
.bg-yellow{
  background:#FDE67C;
}
.bg-blue {
  background: #EAF4F9;
}

.bg-gray{
  background: #ECEEF5;
}

/* img */
.img-rounded {
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
@media (min-width: 641px) {
  .img-rounded {
    width: 600px;
    height: 400px;
  }
}
.sp{
  display: block;
}
.pc{
  display: none;
}
@media (min-width:1100px) {
  .pc{
    display: block;
  }
  .sp{
    display: none;
  }
}
/* other */

.lh{
  line-height: 1.4;
}
.new-line span {
  display: inline-block;
}

/* header */
.header {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 3;
  top: 0; 
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height: 70px;
  /* position: relative; */
}
.home .header{
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
}


.header .container {
  max-width: none;
  padding: 0 15px;
  position: relative;
  height: 70px;
}
.header .logo {
  height: 30px;
}
.header .logo-link {
  text-decoration: none;
}
.header .logo-link:hover {
  opacity: 0.8;
}

@media (min-width:1100px) {
  .header,
  .header .container {
    height:145px;
  }
  .header .logo {
    margin-top: 10px;
    height: 40px;
  }

}
@media (min-width:1500px) {
  .header .logo {
    height: 70px;
  }
}

@media (min-width: 1746px) {
  .header .container {
    max-width: 1746px;
  }
}
#g-nav {
  display: none;
}
#g-nav.panelactive {
  display: block;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.openbtn {
  display: block;
  position: fixed;
  top: 0;
  width: 55px;
  height: 70px;
  cursor: pointer;
  z-index: 999;
}

.openbtn {
  right: 0;
  background:#1A2D4E;
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 15px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 26px;
}
.openbtn span:nth-of-type(2) {
  top: 33px;
}
.openbtn span:nth-of-type(3) {
  top: 40px;
}
.openbtn.active {
  background: #fff;
}
.openbtn.active span {
  background:#008bff;
}
.openbtn.active span:nth-of-type(1) {
  top: 26px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 39px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
}

.menu-bg {
  position: fixed;
  z-index: 91;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background:#1A2D4E;
  transform: scale(0);
  left: -18px;
  top: -18px;
}
.menu-bg.menuactive {
  transform: scale(50);
}
#g-nav-list {
  display: block;
  opacity: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav.panelactive #g-nav-list {
  opacity: 1;
}

#g-nav.panelactive ul {
  opacity: 1;
}
#g-nav ul {
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: absolute;
  top: 80px;
}
#g-nav ul li {
  width: 100%;
}
#g-nav ul li a {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.2em;
  position: relative;
  display: block;
  font-size: 18px;
}
#g-nav ul li a:hover {
  color: #fff;
}
#g-nav ul li.registration-btn a{
  background: #5CAB7D;
  color: #FFF;
  width: 203px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 0 0 30px;
  margin: 10px auto 0;
}
#g-nav ul li.registration-btn a::before{
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  background:url(../img/registration-btn-icon.svg);
}
#g-nav ul li.registration-btn a::after {
  content: none;
}
@media (min-width: 641px) {
  #g-nav ul li.registration-btn a{
      margin-top: 0;
  }
}

@media (min-width: 1100px) {
  #g-nav .pc {
    display: block;
  }
  #g-nav .sp {
    display: none;
  }
  .openbtn {
    display: none;
  }
  #g-nav {
    display: block;
    margin-left: auto;
    width: 100%;
  }
  #g-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    position: relative;
    /* margin: 0; */
    margin:20px 0 0 ;
    padding: 0;
    width: initial;
    opacity: 1;
    z-index: 999;
    top: auto;
    left: auto;
    transform: none;
  }
  #g-nav ul li {
    width: initial;
  }
  #g-nav-list {
    position: static;
    opacity: 1;
    display: flex;
    justify-content: space-around;
    width: initial;
    height: initial;
  }
  #g-nav ul li a {
    margin:0 20px;
    padding:20px 0;
    color: #3B4043;
    font-size: 18px;
    font-weight: 600;
    position: relative;
  }

  #g-nav ul li a::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #5CAB7D;
    bottom: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  #g-nav ul li a:hover::after {
    visibility: visible;
    bottom: 12px;
    opacity: 1;
  }
  #g-nav ul li a:hover {
    color: #3B4043;
  }
}
@media (min-width: 1300px) {
  #g-nav ul {
    margin-top: 30px;
  }
}

@media (min-width: 1500px) {
  #g-nav {
    width: initial;
  }
  #g-nav-list {
    justify-content: flex-end;
  }
}


.top-menu-item {
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  margin-top: 80px;
  margin-bottom: 80px;
}
a.top-menu-item {
  color: #3B4043;
  text-decoration: none;
  position: relative;
}
a.top-menu-item span::after {
  position: absolute;
  display: inline-block;
  background: url(../img/btn-arrow-b.svg) no-repeat;
  content: "";
  width: 34px;
  height: 16px;
  bottom: 6px;
  right: 45px;
  transition: all 0.5s;
}
a.top-menu-item:hover span::after {
  right: 40px;
}

a.top-menu-item:hover {
  opacity: 0.5;
}

/* info */
/* .info{
  background: #fffcdd;
} */
.info-list-item:first-child {
  border-top: solid 1px none;
}
.info-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #BCBCBC;
  padding: 15px 0;
}
.info-list-time {
  font-size: 14px;
}
/* .info-list-category {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
} */
/* .info-category {
  text-align: center;
display: inline-block;
  justify-content: center;
  align-items: center;
} */
 .info-category {
    display: block;
    margin-bottom: 4px;
    text-align: center;
}
.info-category a {
  width: 80px;
  padding: 5px 0;
  background: #5CAB7D;
  border-radius: 7px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.info-category + .info-category {
    margin-bottom: 4px;
}
.info-category a:hover {
  opacity: 0.5;
}
.info-list-title {
  width: 100%;
  margin-left: 0;
  color: #3B4043;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.info-list-title a {
  color: #3B4043;
  text-decoration: none;
}
.info-list-title a:hover {
  text-decoration: underline;
}

.info .base-btn {
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .info-list-item:first-child {
    border-top: solid 1px #BCBCBC;
  }
  .info-list-item {
    padding: 30px 0;
  }
  .info-list-title {
    margin-top: 0;
    width: calc(100% - 190px - 15px);
    margin-left: 15px;
  }
  .info .base-btn {
    margin-bottom: 0;
  }
}


.list-style-none{
  list-style: none;
}

/* 強み セクション */
.strengths-section {
    padding: 80px 0 0;
    background: #ECEEF5;
}

.strengths-inner {
    position: relative;
    max-width:1500px;
    margin: 0 auto;
}

.person-left,
.person-right {
    display: none;
}

.strengths-block {
    padding-bottom: 40px;
}

.strengths-h3 {
    display: block;
    background-color: #1A2D4E;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 40px;
    margin: 0 0 8px;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    text-align: center;
}
.strengths-h4 span{
    padding-bottom: 6px;
    border-bottom: 4px solid #FEEE7D;
    border-radius: 0 0 4px 4px;

  
}
.strengths-h4{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #3b4043;
    text-align: center;
    margin: 0 0 10px;
    line-height: 2.5;
}

/* PC */
@media (min-width: 661px) {
    .strengths-inner {
         padding: 0 252px 0 337px;
    }
    .person-left,
    .person-right {
        display: block;
        position: absolute;
        bottom: -5px;

    }
    .person-left{
      left: 0;
        width: 337px;
    }
    .person-right {
      right: 0;
        width:252px;
    }


    .person-left img,
    .person-right img {
        width: 100%;
        height: auto;
    }
}
.works-section {
    display: flex;
    flex-direction: column;
}
 
.works-images {
    display: flex;
    gap: 8px;
    width: 100%;
}
 
.works-img {
    width: calc(50% - 4px);
    height: auto;
    object-fit: cover;
}
 
.works-content {
    padding: 40px 20px;
    text-align: center;
}
 
.works-text {
    margin: 16px 0 32px;
    line-height: 1.8;
}
 
@media (min-width: 641px) {
    .works-section {
        flex-direction: row;
        align-items: center;
    }
    .works-images {
        gap: 16px;
        flex-basis: 60%;
        /* flex: 2; */
    }
    .works-img {
        width: calc(50% - 8px);
    }
    .works-content {
        flex-basis: 40%;
        padding: 60px 40px;
    }
}
.tel-box {
    border: 7px solid #1A2D4E;
    border-radius: 16px;
    padding: 24px 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.tel-box p{
    line-height: 1.4;
}
.tel-box-label {
    font-weight: 600;
    color: #3B4043;
    margin: 0 0 8px;
}

.tel-box-number {
    margin: 0 0 8px;
}

.tel-box-number a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    /* font-size: 39px; */
    font-weight: 700;
    color: #1A2D4E;
    text-decoration: none;
    letter-spacing: 0.05em;
}
.tel-box-number a:hover {
    opacity: 0.7;
}

.tel-box-number img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.tel-box-hours {
    color: #3b4043;
    margin: 0;
}
/* footer */
.footer {
  /* border-top: solid 10px #1A2D4E ; */
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .footer {
    margin-bottom: 0;
  }
}
.bg-footer{
  background: url(../img/bg-footer-sp.jpg) no-repeat center center;
  width: 100%;
  padding: 30px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
    height: 250px;
}
@media (min-width: 641px) {
  .bg-footer{
    background: url(../img/bg-footer.jpg) no-repeat bottom center;
    background-size: cover;
    width: 100%;
    /* height: 460px; */
    /* height: 250px; */
  }
}
.bg-footer .footer-box{
  background: rgba(255, 255, 255, 0.9);
  border-radius: 34px;
  width:100%;
}
@media (min-width: 1100px) {
  .bg-footer .footer-box{
  /* width: 1100px; */
  }
}

.f-logo{
  width:183px;
  margin: 0 auto 10px;
  display: block;
}
@media (min-width: 641px) {
  .f-logo{
      width:322px;
  }
}
.footer-heading{
  font-size:24px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 641px) {
  .footer-heading{
  font-size: 35px;
  }
}
.f-tel{
  /* color: #0080FF; */
  color: #1A2D4E;
}
.footer-box p{
  line-height: 1.6;
}
.footer-box .address-txt{
  font-size: 18px;
}

.footer-navi {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.footer-navi li{
  margin: 0 0 10px;
  width: 100%;
  text-align: center;
}
.footer-navi a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin:0 20px;
  color: #3B4043;
  letter-spacing: 0.2em;
}

.footer-navi a:hover {
  text-decoration: underline;
}
@media (min-width: 641px) {
  .footer-navi li{
    width: auto;
  }
}
.copyright{
  color: #BCBCBC;
}

.pagetop-btn {
  position: fixed;
  z-index: 1;
  background: #CDD6DD;
  text-decoration: none;
  width: 60px;
  height: 60px;
  bottom: 55px;
  right: 15px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #CDD6DD;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagetop-btn:hover {
  opacity: 0.5;
}

/* page */
.bg-sub-navi + .main.page .page-main{
  margin-top: 0;
}
.page-main {
  margin-top: 70px;
  background-image: url(../img/page-main-bg.jpg?20260421);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 225px;
  text-align: center;
}
.page-title {
  margin: 0;
  line-height: 1.2;
}

.page-title-txt {
  font-size: 20px;
  background: rgba(26, 45,78, 0.9);
  /* background: rgba(0, 128, 255, 0.9); */
  color: #fff;
  padding: 15px ;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page-title-txt02 {
  font-size: 20px;
  background: rgba(26, 45,78, 0.9);
  /* background: rgba(0, 128, 255, 0.9); */
  color: #fff;
  padding: 5px 15px ;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (min-width: 1100px) {
  .bg-sub-navi + .page-main {
    margin-top:57px;
   }
  .page-main {
    margin-top:0;
    height: 400px;
  }
  .page-title {
    line-height: 2.2;
  }

  .page-title-txt {
    font-size: 36px;
    padding: 10px 50px;
    min-width: 330px;
    display: block;
  }

  .page-title-sub {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .page-main {
    margin-top:0;
  }
  .page.main{
    margin-top:0px;
  }
  .page.main{
    margin-top: 145px;
  }
}
.page.main a,
.page.main a.base-btn:not {
  color:#7DD0FC;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;

}
.wp-block-table.page-table th{
  background: #F6F1EC;
  font-weight: 600;
  text-align: left;
  color: #3B4043;
}
.wp-block-table.page-table td,
.wp-block-table.page-table th {
    padding: 15px;
    border-bottom: solid 1px #CCC;
}
.wp-block-table.page-table table{
    border: solid 1px #CCC;
}
.wp-block-table.page-table table td:first-child {
    background: #F6F1EC;
    font-weight: 600;
    /* width: 300px; */
}

.wp-block-table.page-table table td {
    padding: 15px;
    border: solid 1px #CCC;
    vertical-align: top;
}
@media (min-width: 641px) {
  .wp-block-table.page-table table td:first-child {
    width: 300px;
    padding-left: 70px;
  }
}
@media (max-width: 641px) {
  /* .wp-block-table.page-table{
    margin: 0 15px;
  } */
  .wp-block-table.page-table td,
  .wp-block-table.page-table th {
    display: block;
    width: 100%;
  }
}

.history{
  display: flex;
  align-items: center;
  justify-content:start;
  flex-wrap: wrap;
  margin: 0 ;
  padding: 0;
}
.history dt{
  font-weight: normal;
  margin: 0;
}
.history dd{
  margin: 0 0 15px 0;
}
@media (min-width: 641px) {
  .history dt{
      margin: 0 0 10px 0;
  }
  .history dd{
    margin: 0 0 10px 0;
  }
}

/* business content */
.business-content-block{
  margin-bottom: 100px;
}
.business-content-block h3{
  font-size: 18px;
}

/* base guide */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page.main table td a.map-btn{
  background: #5CAB7D;
  color: #FFF;
  border-radius: 7px;
  font-size: 12px;
  padding:0 15px ;
  font-weight: 600;
  margin-left: 15px;
  display: inline-block;
}

/* margin */
@media (min-width: 1100px) {
  .page.main table.margin-table th{
    width: 350px;
    padding:20px 15px 20px 70px;
    vertical-align: top;
  }
  .page.main table.margin-table td{
      padding:10px 15px 10px 60px;
  }
}
@media (max-width: 1100px) {
  .page.main table.margin-table th,
   .page.main table.margin-table td{
    width: 100%;
    display: block;
  }
}
.career-consultation-desk{
  background: #EAF4F9;
  border-radius: 26px;
  padding: 30px;
}
.career-consultation-desk .c-red{
  font-size: 18px;
}
@media (min-width: 641px) {
  .career-consultation-desk .c-red{
    font-size: 20px;
  }
}
.tel-link{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
.tel-link img{
  width: 30px;
  margin-right: 10px;
}
@media (min-width: 641px) {
  .tel-link{
  font-size: 39px;
  }
}
.list-style{
  padding-left: 0;
  margin-bottom: 0;
}

.icon-txt{
  margin-left: 1.5em;
  text-indent: 0.1em;
}
.border{
  border:solid 5px #BCBCBC;
}


/* form */
.form-must{
	background:#FB7C7C;
	color: #FFF;
	font-size: 12px;
	padding: 1px 5px 2px;
	margin-left: 5px;
	display: inline-block;
}
.form-block .form-xsmall{
	width: 80%;
}
.form-block .form-small,
.form-block .form-medium,
.form-block .form-large {
  box-sizing:border-box;
	width: 100%;
}
@media (min-width:1000px) {
	.form-block .form-xsmall {
		width: 40%;
	}
	.form-block .form-small {
		width: 60%;
	}
	.form-block .form-medium {
		width: 70%;
	}
	.form-block .form-large {
		width: 100%;
	}
}
.form-block .form-item{
  margin-bottom: 30px;
}
.form-block .form-input{
  margin-top:10px;
}
.form-block .form-txt,
.form-block .form-textarea{
	background: #FFF;
	border: solid 2px #CCC;
	font-size: 16px;
	padding: 5px 15px;
  transition: all 0.5s;
  color: #111;
}
.form-block .form-txt:focus,
.form-block .form-textarea:focus{
	border: solid 2px #182987;
  outline: none;
}
.selectbox {
  display: block;
    position: relative;
}
.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2D2D2D;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}
.selectbox select {
    appearance: none;
    width: 100%;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    background: #F4F5F6;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.btn-box input[type="submit"].base-btn{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: 15px;
  border: none;
  border-radius: 0;
  background-color:#FB7C7C;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}
input[type="submit"].base-btn:hover {
  opacity: 0.8;
}

input[type="submit"].base-btn.return-btn{
  margin-top: 10px;
}

/* single */
.headline-post {
  line-height: 1.2;
  margin: 0 0 15px;
  color: #2A4198;
  border-bottom: solid 4px #2A4198;
  padding: 0 0 8px;
  font-size: 25px;
}
.headline-post .time {
  font-size: 18px;
  color: #3B4043;
}
.single-content {
  overflow: hidden;
  margin-bottom: 50px;
}
.single-content .article-info {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
  font-weight: 600;
  margin-bottom: 15px;
  color:#5CAB7D;
}

.single-content .article-img {
  margin-bottom: 15px;
}

.single-content h2 {
  background:#5CAB7D;
  color: #fff;
  border-radius: 12px;
  padding: 5px 20px 7px;
  font-size: 18px;
}
.single-content h3 {
  padding: 0 5px;
  margin-bottom: 0;
  font-size: 20px;
  background: linear-gradient(transparent 70%, #DFEFFF 70%);
}
.single-content h4,
.single-content h5 {
  font-size: 18px;
}
.single-content h6 {
  font-size: 16px;
}
.single-content blockquote {
  position: relative;
  margin: 5px 0 15px 0;
  padding: 40px 15px 8px 15px;
  box-sizing: border-box;
  font-style: italic;
  font-size: 18px;
  background: #DFEFFF;
  color:#2A4198;
}

.single-content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 3px;
  content: "“";
  color:#2A4198;
  font-size: 90px;
  line-height: 1;
}

.single-content blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

.single-content blockquote cite {
  display: block;
  text-align: right;
  color:#2A4198;
  font-size: 1em;
}
.single-content table {
  border: solid 1px#5CAB7D;
  border-collapse: collapse;
}
.single-content table thead th {
  /* background:#0080FF; */
  background: #1A2D4E;
  color: #fff;
  padding: 5px;
  border: solid 1px #fff;
}
.single-content table tbody th {
  background: #DFEFFF;
}
.single-content table tbody th,
.single-content table tbody td {
  padding: 15px;
  border: solid 1px #BCBCBC;
}
.single-content ul,
.single-content ol {
  margin: 5px 0 15px 15px;
}
.single-content ul {
  list-style: disc;
}
.single-content ol {
  list-style: decimal;
}
.single-content img {
  margin-bottom: 15px;
}
.single-content .wp-caption .wp-caption-text {
  font-size: 14px;
  margin-top: -15px;
}
.single-content .aligncenter {
  margin-top: 15px;
}
.wp-block-table thead{
  border-bottom: none;
}

.o-pagenation {
    margin-top: 50px;
    clear: both;
    text-align: center;
    list-style: none;
    padding: 0;
}

.o-pagenation li {
    display: inline-block;
    margin: 0 2px;
}

.o-pagenation a,
.o-pagenation span {
    color: #999;
    background-color: #fff;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    white-space: nowrap;
    border-radius: 3px;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.o-pagenation a:hover {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.o-pagenation .is-active span,
.o-pagenation span.current {
    color: #fff;
    background-color: #5CAB7D;
    border-color: #5CAB7D;
    font-weight: bold;
}
.swiper-button-next, .swiper-button-prev{
  color: #FFF !important;
}


/* form */

.form-box{
  box-sizing: border-box;
  max-width: 840px;
  margin: 0 auto 30px;

}
.form-block dt{
  font-weight: 600;
  margin: 0 0 7px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.form-block dd{
  margin: 0 0 20px 0;
}

.form-must{
	background:#CF1020;
	color: #FFF;
	font-size: 11px;
	padding: 1px 5px 2px;
	margin-left: 5px;
	display: inline-block;
  border-radius: 4px;
}
.form-block .form-xsmall{
	width: 80%;
}
.form-block .form-small,
.form-block .form-medium,
.form-block .form-large {
  box-sizing:border-box;
	width: 100%;
}
@media (min-width:1000px) {
	.form-block .form-xsmall {
		width: 40%;
	}
	.form-block .form-small {
		width: 60%;
	}
	.form-block .form-medium {
		width: 70%;
	}
	.form-block .form-large {
		width: 100%;
	}
}

.form-block .form-txt,
.form-block .form-textarea{
	background:#F4F5F6;
	border: solid 2px #F4F5F6;
	font-size: 16px;
	padding: 5px 15px;
  transition: all 0.5s;
  color: #111;
}
.form-block .form-txt:focus,
.form-block .form-textarea:focus{
	border: solid 2px #FB7C7C;
  outline: none;
}

/* 初期状態で未入力の必須項目を赤くする */
.form-block .form-txt.empty, 
.form-block .form-textarea.empty {
    background: #ffcccc !important;
    border: solid 2px #FB7C7C !important;
}

/* 入力後（エラーがなくなったら白） */
.form-block .form-txt:not(.empty),
.form-block .form-textarea:not(.empty) {
    background: #F4F5F6 !important;
}
.btn-box .button-002{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: 15px;
  border: none;
  border-radius: 0;
  background-color:#5CAB7D;
  border-radius:20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s;
}
.btn-box .button-002:hover {
  opacity: 0.8;
}

.btn-box .button-002.return-btn{
  margin-top: 10px;
}

.grecaptcha-badge{left:6px!important;width:70px!important;}
.grecaptcha-badge:hover{left:6px!important;width:256px!important;}

.wp-block-columns {
  /* padding-left: 15px;
  padding-right: 15px; */
  flex-wrap: wrap;
}

.wp-block-columns {
    flex-wrap: wrap;
}
.wp-block-column {
    flex-basis: 100% !important;
}
@media (min-width: 641px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
    .wp-block-column {
        flex-basis: unset !important; 
    }
}