@charset "UTF-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

/* モジュール */
.sp_only {
  display: none;
}

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

.c_contain img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.Roboto {
  font-family: 'Roboto', sans-serif;
}

::placeholder {
  color: #969696;
}

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

.text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
}

.text:not(:first-child) {
  margin-top: 10px;
}

.text:not(:last-child) {
  margin-bottom: 10px;
}

.text-center {
  text-align: center !important;
}

.wrap {
  max-width: 1512px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 120px;
  box-sizing: border-box;
}

.icon-link {
  font-weight: 400;
  font-size: 14px;
  transition: .3s;
}

.icon-link:hover {
  color: #14559E;
}

a[target="_blank"].icon-link::after {
  content: "";
  width: 10.5px;
  height: 9.5px;
  background-image: url("/wp-content/themes/meijidori-theme/assets/images/common/Icon_kink_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-left: 5px;
  transition: .3s;
}

a[target="_blank"].icon-link:hover::after {
  background-image: url("/wp-content/themes/meijidori-theme/assets/images/common/icon_link_blue.svg");
}

.border-box {
  border: 1px solid #DCE0E2;
  padding: 25px 25px 20px;
  border-radius: 10px;
}
@media(max-width:767px) {
  .border-box {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-top: 0;
    width: 100% !important;
  }
}

.border-box:not(:first-child) {
  margin-top: 40px;
}
@media(max-width:767px) {
  .border-box:not(:first-child) {
    margin-top: 30px;
  }
}

.border-heading {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 1px solid #DCE0E2;
  position: relative;
}

.border-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 80px;
  background: #14559E;
}

/* ヘッダー */
header {
  padding: 50px 0;
}

header .wrap {
  width: 1392px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
}

header .logos {
  z-index: 101;
}

header .logos .text {
  font-size: 11px;
  margin-bottom: 10px;
}

header .logos .logo {
  width: 416px;
}
@media(max-width:1250px) and (min-width: 1050px) {
  header .logos .logo {
    width: 210px;
  }
}

@media(max-width:1250px) and (min-width: 1050px) {
  header nav {
    width: calc(100% - 243px);
  }
}

header nav .navwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav .navwrap .serch {
  width: 280px;
}

header nav .navwrap .serch .text {
  font-size: 14px;
  font-weight: bold;
  color: #14559E;
  margin-bottom: 8px;
}

header nav .navwrap .serch form {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  padding: 0;
}

header nav .navwrap .serch input {
  font-size: 14px;
  line-height: 30px;
  width: calc(100% - 34px);
  padding: 0 10px;
  box-sizing: border-box;
  border: 2px solid #14559E;
  border-right:none;
  border-radius: 0;
  font-weight: 400;
}

header nav .navwrap .serch button {
  width: 34px;
  line-height: 32px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
  background: #14559E;
  border: 2px solid #14559E;
  border-left:none;
}

header nav .navwrap .serch button .img {
  display: block;
  width: 15px;
  line-height: 100%;
  margin: 0 auto;
}

header nav .navwrap .serch button .btn {
  display: none;
}

header nav .navwrap .links01 {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

header nav .navwrap .links01 .links01_01 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

header nav .navwrap .links01 .links01_01 .sptext {
  display: none
}

header nav .navwrap .links01 .tel,
.fixed-nav .tel {
  display: flex;
  align-items: center;
  margin-right: 15px;

}
@media(max-width:1250px) and (min-width: 1050px) {
  header nav .navwrap .links01 .tel,
  .fixed-nav .tel {
    display: block;
    padding-top: 10px;
  }
}

@media(min-width: 1050px) {
  header nav .navwrap .links01 .tel,
  .fixed-nav .tel {
    margin-top: 10px;
  }
  .fixed-nav {
    display: none;
  }
}


header nav .navwrap .links01 .tel .link,
.fixed-nav .tel .link {
  display: flex;
  align-items: center;
  letter-spacing: .02em;
}

header nav .navwrap .links01 .tel .num,
.fixed-nav .tel .num {
  font-size: 30px;
  line-height: 100%;
  color: #14559E;
  font-weight: bold;
  margin-right: 15px;
}
@media(max-width:1250px) {
  header nav .navwrap .links01 .tel .num,
  .fixed-nav .tel .num {
    font-size: 20px;
  }
}

header nav .navwrap .links01 .tel .img,
.fixed-nav .tel .img {
  width: 22px;
  height: 25px;
  margin-right: 5px;
}

header nav .navwrap .links01 .tel .text,
.fixed-nav .tel .text {
  font-size: 12px;
  text-align: right;
  font-weight: 400;
  margin-top: 0;
}

header nav .navwrap .links01 .tel .text .week,
.fixed-nav .tel .text .week {
  display: block;
  line-height: 1.3;
}

header nav .navwrap .links01 .contact,
.fixed-nav .contact {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  background: #253AA8;
  border-radius: 10px;
  align-self: flex-start;
  transition: 0.5s;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  box-sizing: border-box;
  display: inline-block;
  text-transform: uppercase;
}

header nav .navwrap .links01 .contact:hover,
.fixed-nav .contact:hover {
  background: #455EC3;
}

header nav .navwrap .links01 .contact .link,
.fixed-nav .contact .link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
}

header nav .navwrap .links01 .contact .img,
.fixed-nav .contact .img {
  line-height: 100%;
  margin-right: 10px;
}

header nav .navwrap .links01 .contact .img img,
.fixed-nav .contact .img img {
  width: 20px;
}

header nav .navwrap .links01 .links01_02 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}

header nav .navwrap .links01 .links01_02 .link {
  font-size: 14px;
  position: relative;
  overflow: visible;
  position: relative;
  transition: color .3s;
}
@media(max-width:1250px) {
  header nav .navwrap .links01 .links01_02 .link {
    font-size: 14px;

  }
}

header nav .navwrap .links01 .links01_02 .link::before {
  content: "";
  position: absolute;
  bottom: -5px;;
  left: 0;
  width: 100%;
  height: 2px;
  background: #14559E;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99),-webkit-transform 0.6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

@media(min-width:1050px) {
  header nav .navwrap .links01 .links01_02 .link:hover {
    color: #294496;
  }
  header nav .navwrap .links01 .links01_02 .link:hover::before {
    border-color: #294496;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

header nav .navwrap .links01 .links01_03 {
  display: none;
}

header #humb {
  display: none;
}

@media(max-width:1049px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 12px 10px 10px;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    z-index: 100;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
  header .logos .text {
    display: none;
  }
  header .logos .logo {
    width: 200px;
  }
  header #humb {
    color: #FFF;
    font-size: 10px;
    cursor: pointer;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    background: #14559E;
  }
  header #humb .button {
    width: 50px;
    height: 50px;
    position: relative;
  }
  header #humb .button .border {
    width: 30px;
    height: 2px;
    background: #FFF;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
  }
  header #humb .button .border:nth-child(1) {
    top: 10px;
  }
  header #humb .button .border:nth-child(3) {
    top: 26px;
  }
  header #humb.active .button .border:nth-child(1) {
    top: 18px;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  header #humb.active .button .border:nth-child(2) {
    width: 0;
    ;
  }
  header #humb.active .button .border:nth-child(3) {
    top: 18px;
    transform: translate(-50%, -50%) rotate(-135deg);
  }
  header #humb .name {
    font-size: 10px;
    line-height: 20px;
    height: 20px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
  }
  header #humb .name span {
    display: block;
    transition: 0.5s;
  }
  header #humb.active .name span {
    transform: translateY(-20px);
  }
  header #humb.active+nav {
    width: 100%;
  }
  header nav {
    width: 0;
    height: 100vh;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background: #FFF;
    transition: width .5s;
  }
  header nav .navwrap {
    width: 100vw;
    display: block;
    padding: 60px 10px 150px;
    box-sizing: border-box;
  }
  header nav .navwrap .serch {
    width: 100%;
  }
  header nav .navwrap .serch input {
    font-size: 12px;
    line-height: 36px;
    width: calc(100% - 80px);
    padding: 0 5px;
  }
  header nav .navwrap .serch button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    width: 80px;
  }

  header nav .navwrap .serch button .img {
    margin: 0 5px 0 0;
  }
  header nav .navwrap .serch button .btn {
    display: inline;
  }
  header nav .navwrap .links01 {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    display: block;
  }
  header nav .navwrap .links01 .links01_01 {
    width: 100%;
    order: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #E6F2FF;
    padding: 10px;
    box-sizing: border-box;
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.5s;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    display: flex;
    z-index: 999;
    display: none;
  }

  .fixed-nav {
    width: 100%;
    order: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #E6F2FF;
    padding: 10px;
    box-sizing: border-box;
    justify-content: center;
    flex-wrap: wrap;
    transition: 0.5s;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    display: flex;
    z-index: 999;
    transform: translateY(100%);
    -webkit-transition: transform 0.3s 0s ease-in-out,opacity 0.3s 0s ease-in-out,visibility 0.3s 0s ease-in-out;
    opacity: 0;
    position: fixed;
    visibility: hidden;
  }

  .fixed-nav.is-active {
    transform: translateY(0);
    opacity: 1;
    visibility: inherit;
  }

  .fixed-nav.nav-active {
    transform: translateY(0);
    opacity: 1 !important;
    visibility: inherit;
  }

  header nav .navwrap .links01 .links01_01 .sptext,
  .fixed-nav .sptext {
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    transition: 0.5s;
  }
  header nav .navwrap .links01 .tel,
  .fixed-nav .tel {
    flex-wrap: wrap;
    width: 219px;
    justify-content: center;
    background: #FFF;
    border-radius: 4px;
  }
  header nav .navwrap .links01 .tel .num,
  .fixed-nav .tel .num {
    font-size: 26px;
    margin-right: 0;
  }
  header nav .navwrap .links01 .tel .text,
  .fixed-nav .tel .text {
    font-size: 10px;
    text-align: center;
    border-top: 1px solid #E6F2FF;
    width: 100%;
  }
  header nav .navwrap .links01 .tel .text .week,
  .fixed-nav .tel .text .week {
    display: inline;
  }
  header nav .navwrap .links01 .tel .text .sp,
  .fixed-nav .tel .text .sp {
    display: none;
  }
  header nav .navwrap .links01 .contact,
  .fixed-nav .contact {
    font-size: 12px;
    line-height: 46px;
    width: 120px;
    border-radius: 4px;
  }
  header nav .navwrap .links01 .contact .img,
  .fixed-nav  .contact .img {
    width: 20px;
  }
  header nav .navwrap .links01 .links01_02 {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 5px;
  }
  header nav .navwrap .links01 .links01_02 .link {
    font-size: 16px;
    line-height: 28px;
    padding: 10px;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #E7EBED;
  }
  header nav .navwrap .links01 .links01_02 .link+.link {
    margin-left: 0;
  }
  header nav .navwrap .links01 .links01_02 .link.active::before {
    display: none;
  }
  header nav .navwrap .links01 .links01_02 .link::after {
    content: "";
    width: 9px;
    height: 9px;
    background: url("/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_chevron_right_blue.svg") no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(50%, -50%);
  }
  header nav .navwrap .links01 .links01_03 {
    display: flex;
    justify-content: center;
  }
  header nav .navwrap .links01 .links01_03 .link {
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0;
  }
  header nav .navwrap .links01 .links01_03 .link:first-child {
    margin-right: 40px;
    position: relative;
    overflow: visible;
  }
  header nav .navwrap .links01 .links01_03 .link:first-child::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #E7EBED;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
  }

  .entry-header {
    display: none;
  }
  main {
    padding-top: 50px;
  }
}

/* メインビジュアル */
.mv {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  padding-bottom: 100px;
  box-sizing: border-box;
  overflow: hidden;
}

.mv::before {
  content: "";
  width: 109px;
  height: 30px;
  background-color: #141918;
  position: absolute;
  left: 0;
  bottom: 30px;
}

.mv .en_text {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: .06em;
  font-size: 72px;
  text-transform: uppercase;
}

.mv_title {
  font-weight: bold;
  font-size: 30px;
}

.mv_bg {
  width: calc(100% - 380px);
  position: absolute;
  right: 0;
  bottom: 0;
}

/* フッター */
footer .sec_footer {
  background-color: #1D2F52;
  padding: 90px 0 20px;
}

footer .sec_footer .wrap {
  display: flex;
  box-sizing: border-box;
}

footer .sec_footer .logos .logo {
  width: 277px;
  max-width: 100%;
}

footer .sec_footer .links01 {
  margin-left: 80px;
}

footer .sec_footer .links01 p {
  font-size: 12px;
  color: #fff;
}

footer .sec_footer .links01 p:not(:last-child) {
  margin-bottom: 1rem;
}

.footer_nav {
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 50px;
  margin-left: 50px;
  display: flex;
  gap: 30px;
}

.footer_nav .footer_nav_list > li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer_nav .footer_nav_upper .footer_nav_list > li > a {
  border-left: 1px solid #fff;
  padding-left: 5px;
  display: inline-block;
}

.footer_nav .footer_nav_list > li ul li {
  padding-left: 1rem;
}

footer .sec_footer .copyright {
  color: #fff;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

@media(max-width:1050px) {
  footer .sec_footer {
    padding-bottom: 90px;
  }
  footer .sec_items .wrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  footer .sec_footer .wrap {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 0 60px;
  }
  footer .sec_footer .links01 {
    position: static;
    box-sizing: border-box;
  }
  footer .sec_footer .links01 .link {
    min-width: 102px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  footer .sec_footer .links01 .link:last-child {
    margin-right: 0;
  }
  footer .sec_footer .links01 .link:last-child::before {
    display: none;
  }
  footer .sec_footer .links02 {
    width: 100%;
    margin-top: 20px;
  }
  footer .sec_footer .links02 .title {
    font-size: 14px;
  }
  footer .sec_footer .links02 .links {
    justify-content: space-between;
  }
  footer .sec_footer .links02 .links::after {
    content: "";
    width: 30%;
  }
  footer .sec_footer .links02 .link {
    padding: 10px 0;
    width: 30%;
    box-sizing: border-box;
    margin-right: 0;
    border-bottom: 1px solid #DCE0E2;
    text-align: center;
  }
  footer .sec_footer .links02 .link::after {
    display: inline-block;
    position: static;
    transform: translateY(-1px);
    margin-left: 5px;
  }
  footer .sec_footer .links03 {
    border-top: none;
  }
  footer .sec_footer .links03 .links {
    flex-wrap: wrap;
  }
  footer .sec_footer .links03 .link+.link::before {
    display: none;
  }
}

@media(max-width:834px) {
  footer .sec_contact {
    padding: 30px 0 50px;
  }
  footer .sec_contact .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  footer .sec_contact .wrap {
    padding: 15px;
    width: calc(100% - 30px);
    box-sizing: border-box;
    justify-content: center;
  }
  footer .sec_contact .text {
    font-size: 12px;
    text-align: justify;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  footer .sec_contact .texts .link {
    font-size: 36px;
  }
  footer .sec_contact .texts .caption {
    margin-bottom: 20px;
  }
  footer .sec_contact .links .link{
    padding-right:20px;
    box-sizing:border-box;
  }
  footer .sec_contact .links .link::before {
    right: 15px;
  }
  footer .sec_items {
    padding: 25px 15px 30px;
  }
  footer .sec_items .items {
    justify-content: space-between;
  }
  footer .sec_items .item {
    width: calc(50% - 15px);
    padding: 10px 5px 10px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #E7EBED;
    margin: 0;
  }
  footer .sec_footer .wrap {
    display: block;
    padding: 25px 15px 60px;
    box-sizing: border-box;
  }
  footer .sec_footer .links01 {
    width: 100%;
  }
  footer .sec_footer .logos {
    width: 100%;
  }
  footer .sec_footer .logos .logo {
    margin: 0 auto 30px;
  }
  footer .sec_footer .logos .name {
    display: block;
  }
  footer .sec_footer .logos .hours {
    letter-spacing: -0.05em;
  }
  footer .sec_footer .links02 .links {
    border-top: 1px solid #E7EBED;
  }
  footer .sec_footer .links02 .link {
    width: calc(50% - 5px);
    margin: 0;
    text-align: left;
  }
  footer .sec_footer .links02 .link::after {
    transform: translateY(1px);
  }
  footer .sec_footer .links02 .link::before {
    display: none;
  }
  footer .sec_footer .links03 .copyright {
    width: 100%;
    margin-top: 10px;
  }
}

@media(max-width:767px) {
  footer .sec_footer .links01 {
    margin-bottom: 35px;
  }
  footer .sec_footer .links01 .link {
    margin-right: 13px;
  }
}


/* パンくず */
.breadcrumb {
  padding: 20px 0;
}
.breadcrumb .bread{display:flex;flex-wrap:wrap;}
.breadcrumb .bread .list{font-size:14px;list-style-type: none;}
.breadcrumb .bread .list a {color: #141918;}

@media(max-width:834px) {
  .breadcrumb .bread .list{
    font-size: 10px;
    margin-right: 3px;
  }
}

.breadcrumb .bread .list a {
  position: relative;
  font-weight: 400;
}

.breadcrumb .bread .list a::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #14559E;
  opacity: 0;
  transition: .5s;
}

.breadcrumb .bread .list a:hover::after {
  opacity: 1;
}

.breadcrumb .bread .list p{color:#999B9B;}

.breadcrumb .bread .list + .list::before{
  content:"";
}
@media(max-width:767px) {
  .breadcrumb .bread .list + .list::before{
    width:6px !important;
    height:6px !important;
  }
}

.breadcrumb .bread .list + .list:last-child:before {
  content:"/";
  margin: 0 10px;
}

.natural h1 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.667;
  letter-spacing: .05em;
}
@media(max-width:767px) {
  .natural h1 {
    font-size: 26px;
    line-height: 1.385;
  }
}
.natural h1:not(:last-child) {
  margin-bottom: 20px;
}

.natural h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #14559E;
  letter-spacing: .05em;
}
@media(max-width:767px) {
  .natural h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.444;
  }
}

.natural h2:not(:last-child) {
  margin-bottom: 20px;
}
@media(max-width:767px) {
  .natural h2:not(:last-child) {
    margin-bottom: 10px;
  }
}

.natural h2.border {
  border-bottom: 2px solid #14559E;
  padding-bottom: 5px;
}
.natural h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
}
@media(max-width:767px) {
  .natural h3 {
    font-size: 16px;
  }
}

.natural h3:not(:last-child) {
  margin-bottom: 20px;
}
@media(max-width:767px) {
  .natural h3:not(:last-child) {
    margin-bottom: 10px;
  }
}

.natural h3.border {
  font-size: 14px;
  border-bottom: 1px solid #DCE0E2;
  padding-bottom: 7px;
  position: relative;
}
@media(max-width:767px) {
  .natural h3.border {
    font-size: 14px;
  }
}

.natural h3:not(:last-child) {
  margin-bottom: 10px;
}

.natural h3.border::before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #14559E;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.natural h3.border:not(:last-child) {
  margin-bottom: 10px;
}

.natural p:not(:first-child) {
  margin-top: 20px;
}

.natural p:not(:last-child) {
  margin-bottom: 40px;
}
@media(max-width:767px) {
  .natural p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.natural p {
  line-height: 1.875;
}
@media(max-width:767px) {
  .natural p {
    font-size: 14px;
  }
}

.natural .note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5;
}
@media(max-width:767px) {
  .natural .note {
    font-size: 12px;
    line-height: 1.333;
  }
}

.natural .note::before {
  content: "※";
}

.natural p.border {
  border: 1px solid #DCE0E2;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 30px;
}
@media(max-width:767px) {
  .natural p.border {
    padding: 15px;
  }
}

.natural a {
  color: #14559E;
  border-bottom: 1px solid transparent;
  transition: .3s;
}

.natural a:hover {
  border-bottom: 1px solid #14559E;
}

.natural a[target="_blank"] {
  color: #000;
  transition: color .3s;
}

.natural a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS41IiBoZWlnaHQ9IjEwLjQiIHZpZXdCb3g9IjAgMCAxMS41IDEwLjQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDk1LjUgLTQ1MjkpIj48cGF0aCBkPSJNMSwxVjYuN0g3LjhWMUgxTTAsMEg4LjhWNy43SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDk4LjIgNDUyOSkiIGZpbGw9IiMxMTEiLz48cGF0aCBkPSJNMzI3OS4yNzMsNDQ4NC4wNTNoLTkuM3YtOC4yaDF2Ny4yaDguM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTc0LjQ3MyA1NS4zNDcpIiBmaWxsPSIjMTExIi8+PC9nPjwvc3ZnPg==);
  background-size: contain;
  background-position: center;
  margin-left: 10px;
}

.natural a[target="_blank"]:hover {
  border-bottom: none;
  color: #14559E;
}

.natural .icon-right a,
.natural .icon-left a {
  font-size: 14px;
  color: #000;
}
@media(max-width:767px) {
  .natural .icon-right a,
  .natural .icon-left a {
    font-size: 12px;
  }
}

.natural .icon-right a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjU1OCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNS41NTggOSI+PHBhdGggZD0iTTEzLjk0Myw5bC0xLjA1OCwxLjA1OEwxNi4zMiwxMy41bC0zLjQzNSwzLjQ0M0wxMy45NDMsMThsNC41LTQuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMi44ODUgLTkpIiBmaWxsPSIjMTQ1NTllIi8+PC9zdmc+);
  background-size: contain;
  background-position: center;
  margin-left: 10px;
  background-repeat: no-repeat;
}

.natural .icon-right a:hover,
.natural .icon-left a:hover {
  color: #14559E;
}

.natural .icon-left a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjU1OCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNS41NTggOSI+PHBhdGggZD0iTTEzLjk0Myw5bC0xLjA1OCwxLjA1OEwxNi4zMiwxMy41bC0zLjQzNSwzLjQ0M0wxMy45NDMsMThsNC41LTQuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMi44ODUgLTkpIiBmaWxsPSIjMTQ1NTllIi8+PC9zdmc+);
  background-size: contain;
  background-position: center;
  transform: rotate(180deg);
  margin-left: 10px;
  transform-origin: left center;
  background-repeat: no-repeat;
}


@media screen and (max-width: 767px) {
  .natural th,
  .natural td {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.natural p,ul li {
  font-weight: 400;
}

.natural ul:not(:first-child),
.natural ol:not(:first-child) {
  margin-top: 20px;
}

.natural ul:not(:last-child),
.natural ol:not(:last-child) {
  margin-bottom: 20px;
}

.natural ul li:not(:first-child),
.natural ol li:not(:first-child) {
  margin-top: 5px;
}

.natural ul li:not(:last-child),
.natural ol li:not(:last-child) {
  margin-bottom: 5px;
}

.natural ul > li {
  position: relative;
  padding-left: 15px;
}

.natural ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
}

@media all and (-ms-high-contrast: none) {
  .natural ul > li::before {
    top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .natural ul > li::before {
    top: 10px;
  }
}

.natural ol {
  counter-reset: number;
}

.natural ol li {
  font-size: 16px;
  line-height: 1.5;
}

.natural ol li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  left: 0;
  top: 0;
}


@-moz-document url-prefix() {
  .natural ol {
    padding-inline-start: 25px;
  }
}

@media all and (-ms-high-contrast: none) {
  .natural ol {
    padding-left: 10px;
  }
  .natural ol li {
    list-style-position: inside;
  }
}

.wp-block-button:not(:last-child) {
  margin-bottom: 30px;
}

.wp-block-button a.wp-block-button__link {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .05em;
  border: 2px solid #14559E;
  color: #14559E;
  background: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  transition: .5s;
  min-width: 305px;
  padding: 14px 40px 14px 20px;
  box-sizing: border-box;
}
@media(max-width:767px) {
  .wp-block-button a.wp-block-button__link {
    padding: 14px 30px 14px 10px;
  }
}

.wp-block-button a.wp-block-button__link::before {
  content: "";
  width: 6px;
  height: 9px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjU1OCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNS41NTggOSI+PHBhdGggZD0iTTEzLjk0Myw5bC0xLjA1OCwxLjA1OEwxNi4zMiwxMy41bC0zLjQzNSwzLjQ0M0wxMy45NDMsMThsNC41LTQuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMi44ODUgLTkpIiBmaWxsPSIjMTQ1NTllIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(50%, -50%);
}
@media(max-width:767px) {
  .wp-block-button a.wp-block-button__link::before {
    right: 13px;
  }
}

.wp-block-button a.wp-block-button__link:hover {
  background: #14559E;
  color: #fff;
}

.wp-block-button a.wp-block-button__link:hover::before {
  background: url(/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_chevron_right_white.svg) no-repeat;
}

.wp-block-button.contact a.wp-block-button__link {
  color: #fff;
  background: #14559E;
  border: none;
  padding: 16px 40px 16px 20px;
  min-width: 350px;
  letter-spacing: .02em;
}
@media(max-width:767px) {
  .wp-block-button.contact a.wp-block-button__link {
    letter-spacing: 0;
    padding: 16px 30px 16px 10px;
  }
}

.wp-block-button.contact a.wp-block-button__link:hover {
  background: #455EC3;
}

.wp-block-button.contact a.wp-block-button__link::before {
  background: url(/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_chevron_right_white.svg) no-repeat;
}

.wp-block-button.download a.wp-block-button__link {
  color: #fff;
  background: #FF4B59;
  border: none;
  padding: 16px 59px;
  min-width: 350px;
  letter-spacing: .02em;
}
@media(max-width:767px) {
  .wp-block-button.download a.wp-block-button__link {
    letter-spacing: .05em;
    padding: 16px 50px;
  }
}

.wp-block-button.download a.wp-block-button__link:hover {
  background: #FF8646;
}

.wp-block-button.download a.wp-block-button__link::before {
  content: "";
  width: 19px;
  height: 23px;
  background: url(/wp-content/themes/meijidori-theme/assets/images/common/Icon_material_document.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
}
@media(max-width:767px) {
  .wp-block-button.download a.wp-block-button__link::before {
    left: 25px;
  }
}

.wp-block-button.download a.wp-block-button__link::after {
  content: "";
  width: 14px;
  height: 13px;
  background: url(/wp-content/themes/meijidori-theme/assets/images/common/Icon-material-download.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(50%, -50%);
}
@media(max-width:767px) {
  .wp-block-button.download a.wp-block-button__link::after {
    right: 25px;
  }
}

.wp-block-buttons {
  display: block !important;
}

.wp-block-buttons:not(:first-child) {
  margin-top: 30px;
}

.wp-block-buttons:not(:last-child) {
  margin-bottom: 30px;
}

.natural hr {
  border-top: 1px solid #DCE0E2;
}

.natural hr:not(:first-child) {
  margin-top: 20px;
}
@media(max-width:767px) {
  .natural hr:not(:first-child) {
    margin-top: 10px;
  }
}

.natural hr:not(:last-child) {
  margin-bottom: 60px;
}
@media(max-width:767px) {
  .natural hr:not(:last-child) {
    margin-bottom: 30px;
  }
}

.natural hr.is-style-wide {
  border-top: 2px solid #F5FAFF;
}

.ie-image {
  display: none;
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
}

.table-scroll table {
  width: 1000px !important;
}

.table-scroll table td {
  width: 10% !important;
}

/* IE11対応 */
@media all and (-ms-high-contrast:none){
  main,footer {
    position: relative;
    top: 110px;
  }
  header nav .navwrap .serch input {
    line-height: 1;
  }

  .sec_hero .slick-slider {
    display: none
  }

  .ie-image {
    display: block;
    width: 590px;
    margin: 20px auto 40px;
  }
  .ie-image img {
    border-radius: 10px;
  }
}

.entry-content h3 {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.entry-content h3.border {
  margin-top: 80px;
  margin-bottom: 80px;
  border-left: 6px solid #141918;
  padding-left: 15px;
}


.entry-content h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.66;
}

.h4_col {
  display: flex;
  gap: 30px;
  padding: 0 30px;
}

.col_head {
  flex: 6;
}

.col_text {
  flex: 11;
  font-weight: 400;
  font-size: 18px;
  line-height: 2.6;
}

.img_col1 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.img_col2 {
  display: flex;
  gap: 20px;
}

.img_col2 div {
  width: calc(50% - 10px);
}