@charset "UTF-8";
/*
Theme Name : design-template-ver1.1
Version: 1.1
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 15px;
  color: #121212;
  position: relative;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

html {
  height: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }
}

img {
  width: 100%;
}

h2, h3, h4 {
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
}

main {
  padding-top: 60px;
  overflow: hidden;
}
@media screen and (min-width: 1100px) {
  main {
    padding-top: 100px;
  }
}

.contents_wrapper {
  position: relative;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
  .contents_wrapper {
    overflow: hidden;
  }
}

.content_block {
  width: 100%;
  padding: 180px 0;
}
@media screen and (max-width: 767px) {
  .content_block {
    width: 100%;
    padding: 40px 0 50px;
  }
}

.blog_content_block {
  width: 900px;
  margin: 130px auto 280px;
}
@media screen and (max-width: 767px) {
  .blog_content_block {
    width: 80%;
    padding: 0px 0 170px;
  }
}

.content_inner {
  width: 86%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .content_inner {
    width: 1100px;
  }
}
.content_inner .inner_section_block {
  margin-top: 70px;
}
.content_inner > .col2:not(:last-of-type) {
  margin-bottom: 110px;
}
@media screen and (min-width: 1100px) {
  .content_inner > .col2:not(:last-of-type) {
    margin-bottom: 100px;
  }
}

.col2 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 11%;
}
@media screen and (max-width: 767px) {
  .col2 {
    flex-flow: column;
  }
}
.col2 .col2_img {
  width: 41%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .col2 .col2_img {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.col2 .col2_img img {
  object-fit: cover;
  min-height: 100%;
}
.col2 .col2_content {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .col2 .col2_content {
    width: 90%;
    margin: 0 auto;
  }
}

*, ::after, ::before {
  box-sizing: border-box;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  position: fixed;
  height: 60px;
  background: #fff;
}
@media screen and (min-width: 1100px) {
  header {
    height: 100px;
  }
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 5%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  header .header_pc {
    margin: 0 0 0 2.5%;
  }
}
header .header_pc .header_item {
  display: flex;
  align-items: flex-start;
  height: 60px;
}
@media screen and (min-width: 1100px) {
  header .header_pc .header_item {
    height: 100px;
  }
}
header .header_pc .header_item .nav {
  align-self: center;
}
header .header_pc .header_item .nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 80px 0 0;
  list-style: none;
}
header .header_pc .header_item .nav ul li {
  font-size: 15px;
  margin-right: 16px;
  padding-right: 16px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
header .header_pc .header_item .nav ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
header .header_pc .header_item .nav ul li a {
  color: #121212;
  transition: all 0.5s;
}
header .header_pc .header_item .header_cta {
  width: 110px;
  height: 60px;
}
@media screen and (min-width: 1100px) {
  header .header_pc .header_item .header_cta {
    width: 195px;
    height: 100px;
  }
}
header .header_pc .header_item .header_cta a {
  height: 100%;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: #106ABF;
  color: #fff;
  font-size: 13px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  header .header_pc .header_item .header_cta a {
    font-size: 18px;
  }
}

#drawer {
  position: absolute;
  top: 14px;
  right: 2%;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* #navTgl:checked + .open {
  	transform: translateX(-250px);
  } */
  /* :::::: drawer menu :::::: */
}
@media screen and (min-width: 1100px) {
  #drawer {
    display: none;
  }
}
#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
#drawer #navTgl:checked ~ .contents_wrapper {
  transform: translateX(-250px);
}
#drawer #navTgl {
  display: none;
}
#drawer .open {
  z-index: 12;
  position: inherit;
  width: 48px;
  height: 48px;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before,
#drawer .open::after {
  content: "";
}
#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30%;
  width: 40%;
  border-bottom: 3px solid #106ABF;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .open::before {
  transform: translateY(-8px);
}
#drawer .open::after {
  transform: translateY(8px);
}
#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transition: background 0.6s;
}
#drawer #navTgl:checked + .open span {
  transform: scaleX(0);
}
#drawer #navTgl:checked + .open::before {
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}
#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
}
#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background: #106ABF;
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .menu h2,
#drawer .menu a {
  color: #fff;
}
#drawer .menu h2 {
  text-align: center;
}
#drawer .menu ul {
  margin: 0;
  padding: 0;
}
#drawer .menu li {
  font-size: 1em;
}
#drawer #navTgl:checked ~ .menu {
  transform: none;
}

.sp_menu .header_nav_block {
  padding: 0 30px;
  margin: 90px 0 10px;
}
.sp_menu .header_nav_block ul {
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
}
.sp_menu .header_nav_block ul li {
  font-size: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.sp_menu .header_nav_block ul li a {
  color: #fff;
  transition: all 0.5s;
  position: relative;
  display: block;
  padding-right: 35px;
  padding-left: 10px;
}
.sp_menu .header_nav_block ul li a::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(./assets/images/common/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.sp_menu .archive_btn {
  background: linear-gradient(to right bottom, #F2D539, #E98C1F 100%);
}

footer {
  padding: 20px 0;
  background-color: #106ABF;
}
footer .copy {
  text-align: center;
  color: #fff;
  font-size: 15px;
}

#pagetop {
  width: 70px;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 50px;
    height: 70px;
    right: 20px;
  }
}
#pagetop a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 1/1.4;
  text-decoration: none;
  background: linear-gradient(to left, #4DBFD9, #2B8BD8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  position: relative;
}
#pagetop a::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(./assets/images/common/ico_top.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  #pagetop a {
    opacity: 1 !important;
  }
}

.logo {
  width: 140px;
}
@media screen and (min-width: 1100px) {
  .logo {
    width: 200px;
  }
}
.logo a {
  display: block;
}

.breadcrumb_block {
  width: 90%;
  margin: 10px auto 0;
}
@media screen and (min-width: 1100px) {
  .breadcrumb_block {
    width: 1100px;
  }
}
.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.breadcrumb_block ul li, .breadcrumb_block ul a {
  color: #121212;
  font-size: 13px;
}
.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
}
.breadcrumb_block ul li::before {
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  transform: rotate(90deg);
}
.breadcrumb_block ul li:last-of-type::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .breadcrumb_block ul li {
    white-space: nowrap;
  }
}

.archive_btn_wrap {
  margin: 55px auto 0;
  text-align: center;
}

.archive_btn {
  border-radius: 2px;
  background: #106ABF;
  text-align: center;
  transition: 0.5s;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  color: #fff;
  min-width: 110px;
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
}
@media screen and (min-width: 1100px) {
  .archive_btn {
    font-size: 13px;
    min-width: 160px;
    padding: 12px 0;
  }
}
.archive_btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 5px;
  right: 8px;
  top: 48%;
  transform: translateY(-50%);
  background-position: left center;
  background-size: auto 100%;
  background-image: url(./assets/images/common/ico_arrow.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 1100px) {
  .archive_btn::after {
    width: 16px;
    height: 6px;
    right: 12px;
  }
}
.archive_btn span {
  color: #fff;
  margin-left: -5px;
}

.detail_btn_wrap {
  margin: 70px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .detail_btn_wrap {
    margin: 30px 0 0;
  }
}

.detail_btn {
  background: linear-gradient(to right bottom, #F2D539, #E98C1F 100%);
  border-radius: 5px;
  transition: 0.5s;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  padding: 18px 0;
  position: relative;
  font-size: 17px;
  min-width: 95%;
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .detail_btn {
    font-size: 31px;
    min-width: 550px;
    padding: 20px 0;
  }
}
.detail_btn::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 25px;
  right: 7%;
  top: 50%;
  transform: translateY(-50%);
  background-position: left center;
  background-size: auto 100%;
  background-image: url(./assets/images/common/ico_arrow.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .detail_btn::after {
    width: 10px;
    height: 13px;
  }
}
.detail_btn span {
  color: #fff;
}

.col2wrap {
  column-count: 2;
  padding: 20px;
  column-gap: 7%;
}
@media screen and (max-width: 767px) {
  .col2wrap {
    column-count: 1;
    padding: 0;
  }
}

.form_item input {
  width: auto;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.form_item .red_text {
  font-size: 14px;
}

.form_item_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .form_item_button {
    margin-top: 24px;
  }
}
.form_item_button input {
  border: none;
  background: #E8E8E8;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .form_item_button input {
    width: 110px;
  }
}
.form_item_button input:hover {
  opacity: 0.8;
}
.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

.form_block .mwform-radio-field {
  margin-bottom: 0;
  display: flex;
  text-align: center;
}
.form_block .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}
.form_block .mwform-radio-field input {
  margin-right: 5px;
}

.home_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.home_button a {
  display: block;
  border: none;
  text-decoration: none;
  background: linear-gradient(to left, #4DBFD9, #2B8BD8 100%);
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  width: 160px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}
.home_button a:hover {
  opacity: 0.8;
}

a[href*="tel:"] {
  text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width: 1100px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .card_item {
    margin-bottom: 40px;
  }
  .card_item:last-of-type {
    margin-bottom: 0;
  }
}
.card_item figure {
  margin: 0;
}
.card_item figure img {
  height: auto;
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-body {
  padding: 2rem 1rem;
}

.card_title {
  font-size: 13px;
  margin-bottom: 1rem;
  line-height: 1.6em;
}
@media screen and (min-width: 1100px) {
  .card_title {
    font-size: 15px;
  }
}

.card_text {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .card_text {
    margin-bottom: 2rem;
  }
}

.blog_post_date {
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (min-width: 1100px) {
  .blog_post_date {
    font-size: 15px;
  }
}

.card_button a {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #121212;
}
@media screen and (max-width: 767px) {
  .card_button a {
    width: 200px;
  }
}

.d_flex {
  display: flex;
}

.justify_center {
  justify-content: center;
}

.justify_between {
  justify-content: space-between;
}

.justify_around {
  justify-content: space-around;
}

.align_items_center {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sm_order1 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .sm_order2 {
    order: 2;
    margin-top: 30px;
  }
}

.pagination {
  margin-top: 40px;
  justify-content: center;
}
.pagination a {
  color: #121212;
}
.pagination .page-numbers {
  margin: 0 10px;
}
.pagination .current {
  border-bottom: 1px solid #121212;
}

.current::before {
  color: #121212 !important;
  font-size: 16px !important;
}

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 1s;
}

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

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.area_title {
  margin: 0 auto 20px;
  display: block;
  background: linear-gradient(to left, #4DBFD9, #2B8BD8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .area_title {
    font-size: 30px;
    margin: 0 auto 30px;
  }
}

.point_title {
  margin: 0 auto 30px;
  line-height: 1.6em;
  color: #106ABF;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-size: 22px;
  row-gap: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .point_title {
    text-align: center;
    font-size: 18px;
    row-gap: 10px;
    margin: 0 auto 20px;
    align-items: center;
  }
}
.point_title .point {
  font-size: 17px;
  background: linear-gradient(to left, #4DBFD9, #2B8BD8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  position: relative;
  padding-bottom: 7px;
}
@media screen and (min-width: 1100px) {
  .point_title .point {
    font-size: 20px;
    padding-bottom: 14px;
  }
}
.point_title .point::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-color: #106ABF;
  width: 85%;
  height: 2px;
}

p {
  text-justify: inter-ideograph;
  line-height: 1.9em;
  margin: 0;
}

ol, ul {
  padding-left: 1em;
}
ol li, ul li {
  line-height: 1.8em;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  ol li, ul li {
    font-size: 14px;
  }
}
ol li::marker, ul li::marker {
  font-size: 10px;
}
ol li span, ul li span {
  vertical-align: bottom;
}

.text_link {
  font-weight: 500;
  color: #121212;
  text-decoration: underline;
}

.red_text {
  background-color: #FFD4C7;
  padding: 0 0.5em;
}

.text_list li {
  font-size: 14px;
  margin-bottom: 1.3em;
}
.text_list li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .text_list li {
    font-size: 18px;
  }
}

a {
  color: #121212;
}
a:hover {
  color: #121212;
}

.note,
.quote {
  margin-top: 10px;
  font-size: 11px;
}
.note a,
.quote a {
  font-size: 11px;
}

p .note:last-of-type {
  margin-top: 0;
}

.note {
  position: relative;
  padding-left: 16px;
  font-size: 11px;
  line-height: 1.2em;
}
@media screen and (min-width: 1100px) {
  .note {
    font-size: 13px;
  }
}
.note::before {
  content: "※";
  line-height: 1.6em;
  position: absolute;
  left: 0;
  top: 0;
}

.text_center {
  text-align: center;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sm_none {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .md_none {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .lg_none {
    display: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./assets/images/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./assets/fonts/slick.eot");
  src: url("./assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/slick.woff") format("woff"), url("./assets/fonts/slick.ttf") format("truetype"), url("./assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@keyframes fadeIn {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.main_visual {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  background: #fff;
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  height: 990px;
}
@media screen and (max-width: 767px) {
  .main_visual {
    height: 460px;
  }
}
.main_visual::before {
  content: "";
  width: 70%;
  background-image: url(./assets/images/top/video/clippath.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: absolute;
  aspect-ratio: 7/6;
  height: 102%;
  z-index: -1;
  top: 20px;
  left: 32%;
}
@media screen and (min-width: 1100px) {
  .main_visual::before {
    left: 30%;
    top: 60px;
  }
}
.main_visual::after {
  content: "";
  width: 100%;
  height: 61%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .main_visual::after {
    height: 48%;
  }
}
.main_visual h1.copy {
  position: absolute;
  color: #106ABF;
  margin: 0;
  font-weight: 700;
  line-height: 1.6em;
  position: absolute;
  font-size: 54px;
  bottom: 31%;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .main_visual h1.copy {
    font-size: 24px;
    bottom: 29%;
    left: 4%;
  }
}
.main_visual h2 {
  position: absolute;
  line-height: 1.9em;
  font-size: 18px;
  bottom: 11%;
  left: 5.5%;
}
@media screen and (max-width: 767px) {
  .main_visual h2 {
    font-size: 12px;
    bottom: 8%;
    left: 4.5%;
  }
}
.main_visual #videoarea {
  z-index: 0;
  position: relative;
  width: auto;
  margin-left: 32%;
  aspect-ratio: 7/6;
  z-index: -1;
  overflow: hidden;
  mask-image: url(./assets/images/top/video/clippath.svg);
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-size: cover;
  /* Chrome, Safari用 */
  -webkit-mask-image: url(./assets/images/top/video/clippath.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  -webkit-mask-size: auto;
  height: 102%;
}
@media screen and (min-width: 1100px) {
  .main_visual #videoarea {
    width: 70%;
    margin-left: 30%;
    -webkit-mask-size: cover;
  }
}
.main_visual #videoarea video {
  width: auto;
  height: 100%;
}
.main_visual .mv_concept {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 52%;
  mix-blend-mode: multiply;
  background-color: rgba(14, 117, 212, 0.1);
}
@media screen and (min-width: 1100px) {
  .main_visual .mv_concept {
    height: 39%;
  }
}
.main_visual .mv_concept p {
  bottom: 50px;
  left: 5%;
  font-size: 21px;
  position: absolute;
  line-height: 1.7em;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  background: linear-gradient(to left, #4DBFD9, #2B8BD8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .main_visual .mv_concept p {
    bottom: 20px;
    left: 4%;
    font-size: 11px;
  }
}

.news_block {
  width: 100%;
  background-color: #fff;
}
.news_block .news_block_inner {
  padding: 40px 0;
  display: grid;
  align-items: center;
  grid-template-columns: 160px auto;
  justify-content: stretch;
  column-gap: 40px;
  width: 88%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .news_block .news_block_inner {
    max-width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 30px 0%;
  }
}
.news_block .news_block_inner .news_heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_heading {
    padding-bottom: 15px;
  }
}
.news_block .news_block_inner .news_heading h2 {
  color: #106ABF;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  line-height: 1.7em;
  text-align: center;
  font-size: 17px;
}
@media screen and (min-width: 1100px) {
  .news_block .news_block_inner .news_heading h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list {
    margin-bottom: 15px;
  }
}
.news_block .news_block_inner .news_list .no_post {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list .no_post {
    padding: 20px 0 20px;
  }
}
.news_block .news_block_inner .news_list a {
  color: #121212;
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #E8E8E8;
}
.news_block .news_block_inner .news_list a:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list a {
    font-size: 13px;
    padding: 10px 0;
  }
}
.news_block .news_block_inner .news_list a:hover {
  color: #121212;
  opacity: 0.8;
}
.news_block .news_block_inner .news_list a dl {
  margin: 0;
  column-gap: 30px;
  display: flex;
  flex-direction: row;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list a dl {
    flex-direction: column;
  }
}
.news_block .news_block_inner .news_list a dl:hover::after {
  opacity: 0.8;
}
.news_block .news_block_inner .news_list a dl:not(:last-of-type) {
  padding: 0 10px 10px;
  margin: 0;
  border-bottom: #CDCDCD 1px solid;
}
@media screen and (min-width: 1100px) {
  .news_block .news_block_inner .news_list a dl:not(:last-of-type) {
    padding: 0 10px 20px;
  }
}
.news_block .news_block_inner .news_list a dl dt,
.news_block .news_block_inner .news_list a dl dd {
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list a dl dt {
    margin: 0 0 10px 0;
  }
}
.news_block .news_block_inner .news_list a dl .cate {
  color: #fff;
  font-weight: 500;
  background-color: #4DBFD9;
  text-transform: uppercase;
  border-radius: 2px;
  text-align: center;
  margin-right: 11px;
  font-size: 10px;
  padding: 2px 6px;
}
@media screen and (min-width: 1100px) {
  .news_block .news_block_inner .news_list a dl .cate {
    padding: 4px 14px;
    font-size: 13px;
    margin-right: 25px;
  }
}
.news_block .news_block_inner .archive_btn_wrap {
  margin: 10px auto 0;
  text-align: right;
}

#top_onayami {
  position: relative;
  background: #F2F5F8;
  width: 90%;
  margin: 0 auto;
  padding: 40px 6% 50px;
}
@media screen and (min-width: 1100px) {
  #top_onayami {
    margin-left: 10%;
    padding: 110px 8%;
  }
}
#top_onayami::before {
  content: "";
  width: 11%;
  height: 100%;
  top: 0;
  left: -11%;
  position: absolute;
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #F9FCFF 50%, #F9FCFF 100%);
}
#top_onayami h2 {
  color: #286AA8;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.6em;
}
@media screen and (min-width: 1100px) {
  #top_onayami h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
#top_onayami p {
  font-size: 14px;
  line-height: 1.9em;
  text-align: justify;
}
@media screen and (min-width: 1100px) {
  #top_onayami p {
    font-size: 17px;
    line-height: 2.1em;
  }
}

#top_reason {
  position: relative;
  background: #F9FCFF;
  width: 100%;
  padding: 110px 0 0;
}
@media screen and (min-width: 1100px) {
  #top_reason {
    padding: 180px 0 0;
  }
}
#top_reason::before {
  content: "";
  width: 110px;
  height: 26px;
  top: 60px;
  left: 5%;
  position: absolute;
  background-image: url(./assets/images/top/reason_bg_txt.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
@media screen and (min-width: 1100px) {
  #top_reason::before {
    width: 215px;
    height: 52px;
    top: 130px;
    left: 10%;
  }
}
#top_reason .content_inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
#top_reason .content_inner > p {
  text-align: justify;
  margin: 0 auto 60px;
}
@media screen and (min-width: 1100px) {
  #top_reason .content_inner > p {
    font-size: 17px;
    width: 800px;
    font-size: 15px;
  }
}
#top_reason .reason_list_wrap {
  width: 100%;
  padding-bottom: 110px;
  background: linear-gradient(to bottom, #F9FCFF 0%, #F9FCFF 80px, rgba(14, 117, 212, 0.06) 80px, rgba(147, 145, 247, 0.06) 100%);
}
@media screen and (min-width: 1100px) {
  #top_reason .reason_list_wrap {
    padding-bottom: 180px;
    background: linear-gradient(to bottom, #F9FCFF 0%, #F9FCFF 10%, rgba(14, 117, 212, 0.06) 10%, rgba(147, 145, 247, 0.06) 100%);
  }
}
#top_reason .reason_list_wrap .reason_list {
  padding: 0;
  list-style: none;
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  #top_reason .reason_list_wrap .reason_list {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 6%;
    row-gap: 50px;
    justify-content: center;
  }
}
#top_reason .reason_list_wrap .reason_list li {
  width: 100%;
  text-align: center;
}
#top_reason .reason_list_wrap .reason_list li:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  #top_reason .reason_list_wrap .reason_list li:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  #top_reason .reason_list_wrap .reason_list li {
    width: 29%;
  }
}
#top_reason .reason_list_wrap .reason_list li .reason_list_img {
  border-radius: 50%;
  overflow: hidden;
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  #top_reason .reason_list_wrap .reason_list li .reason_list_img {
    width: 100%;
  }
}
#top_reason .reason_list_wrap .reason_list li h3 {
  color: #106ABF;
  position: relative;
  padding-top: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
@media screen and (min-width: 1100px) {
  #top_reason .reason_list_wrap .reason_list li h3 {
    font-size: 24px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
#top_reason .reason_list_wrap .reason_list li h3 .num {
  position: relative;
  font-size: 40px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  padding-bottom: 5px;
}
@media screen and (min-width: 1100px) {
  #top_reason .reason_list_wrap .reason_list li h3 .num {
    font-size: 60px;
    padding-bottom: 10px;
  }
}
#top_reason .reason_list_wrap .reason_list li h3 .num::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-color: #106ABF;
  width: 50%;
  height: 2px;
}
#top_reason .reason_list_wrap .reason_list li h3 .content {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 1100px) {
  #top_reason .reason_list_wrap .reason_list li h3 .content {
    font-size: 20px;
  }
}
#top_reason .reason_list_wrap .reason_list li p {
  text-align: left;
  font-size: 13px;
  text-align: justify;
}
@media screen and (min-width: 1100px) {
  #top_reason .reason_list_wrap .reason_list li p {
    font-size: 15px;
  }
}

#top_youtube {
  background-color: #fff;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top_youtube {
    padding: 90px 0 60px;
  }
}
#top_youtube::before {
  content: "";
  width: 101px;
  height: 44px;
  top: 50px;
  left: 5%;
  position: absolute;
  background-image: url(./assets/images/top/youtube_bg_txt.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  #top_youtube::before {
    top: 60px;
    left: 10%;
    width: 212px;
    height: 93px;
  }
}
#top_youtube .content_inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  #top_youtube .content_inner {
    text-align: center;
  }
}
#top_youtube .content_inner::before {
  content: "";
  position: absolute;
  transform: skewX(33deg);
  top: -155px;
  right: -95px;
  width: 110px;
  height: 150px;
  margin: 0 auto;
  opacity: 0.5;
  mix-blend-mode: multiply;
  background: linear-gradient(to right top, #FFFACB, #EFFEFF 100%);
}
@media screen and (min-width: 1100px) {
  #top_youtube .content_inner::before {
    top: -325px;
    right: auto;
    left: -285px;
    width: 170px;
    height: 260px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  #top_youtube .content_inner::before {
    top: -255px;
  }
}
#top_youtube .content_inner > p {
  font-size: 14px;
  text-align: justify;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1100px) {
  #top_youtube .content_inner > p {
    font-size: 17px;
    width: 800px;
    margin: 0 auto 60px;
  }
}
#top_youtube .col2 {
  column-gap: 10%;
}
@media screen and (min-width: 1100px) {
  #top_youtube .col2 {
    padding: 0 4%;
  }
}
#top_youtube .col2 .col2_content {
  width: 55%;
  margin-bottom: 0;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #top_youtube .col2 .col2_content {
    width: 100%;
    margin-bottom: 40px;
  }
}
#top_youtube .col2 .col2_img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #top_youtube .col2 .col2_img {
    width: 70%;
    margin: 0 0 0 auto;
  }
}
#top_youtube .col2 .area_title {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top_youtube .col2 .area_title {
    margin-bottom: 30px;
  }
}
#top_youtube .col2 .name {
  background: linear-gradient(to left, #4DBFD9, #2B8BD8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 29px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #top_youtube .col2 .name {
    font-size: 20px;
  }
}
#top_youtube .col2 .name span {
  font-size: 19px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #top_youtube .col2 .name span {
    font-size: 14px;
  }
}
#top_youtube .col2 p {
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #top_youtube .col2 p {
    font-size: 14px;
  }
}

#top_service {
  background: #fff;
  padding: 0 0 80px;
}
@media screen and (max-width: 767px) {
  #top_service {
    padding: 0 0 50px;
  }
}
#top_service .content_inner {
  border-radius: 20px;
  padding: 80px 5%;
  background: linear-gradient(to right, rgba(255, 250, 203, 0.8), rgba(239, 254, 255, 0.8) 100%);
}
@media screen and (max-width: 767px) {
  #top_service .content_inner {
    padding: 30px 2%;
    border-radius: 8px;
  }
}
#top_service .content_inner .service_title {
  font-size: 20px;
  margin-bottom: 60px;
  font-weight: 700;
  color: #106ABF;
  text-align: center;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  #top_service .content_inner .service_title {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1100px) {
  #top_service .content_inner .service_title {
    font-size: 33px;
  }
}
#top_service .content_inner .service_title span {
  display: inline;
  padding: 11px 19px;
  margin: 0 13px;
  background: linear-gradient(to right, #FDF5A7, #E0FDFD 100%);
}
@media screen and (max-width: 767px) {
  #top_service .content_inner .service_title span {
    padding: 6px 20px;
    margin: 0 auto;
  }
}
#top_service .content_inner > p {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  width: 90%;
  margin: 0 auto 40px;
  text-align: justify;
}
@media screen and (min-width: 1100px) {
  #top_service .content_inner > p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 50px;
  }
}
#top_service .content_inner .service_fig01 {
  display: grid;
  font-size: 18px;
  font-weight: 500;
  grid-template-areas: "ttl content01" "ttl content02" "ttl content03";
  grid-template-columns: 7% auto;
  column-gap: 20px;
  row-gap: 20px;
  width: 100%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  #top_service .content_inner .service_fig01 {
    row-gap: 10px;
    grid-template-columns: 1fr;
    grid-template-areas: "ttl      " "content01" "content02" "content03";
    width: 90%;
    margin-bottom: 50px;
  }
}
#top_service .content_inner .service_fig01 dt {
  grid-area: ttl;
  background: #106ABF;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media screen and (min-width: 1100px) {
  #top_service .content_inner .service_fig01 dt {
    border-radius: 15px;
    padding: 30px 0;
    writing-mode: vertical-rl;
    text-align: center;
  }
}
#top_service .content_inner .service_fig01 dt h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1.6em;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  #top_service .content_inner .service_fig01 dt h3 {
    font-size: 18px;
  }
}
#top_service .content_inner .service_fig01 dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
  padding: 10px 20px;
  font-size: 18px;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  #top_service .content_inner .service_fig01 dd {
    display: block;
    border-radius: 8px;
    margin: 0;
    padding: 15px 7%;
    font-size: 14px;
  }
}
#top_service .content_inner .service_fig01 dd:first-of-type {
  grid-area: content01;
}
#top_service .content_inner .service_fig01 dd:nth-of-type(2) {
  grid-area: content02;
}
#top_service .content_inner .service_fig01 dd:nth-of-type(3) {
  grid-area: content03;
}
#top_service .content_inner .service_fig01 dd .num {
  width: 68px;
  color: #106ABF;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(14, 117, 212, 0.1);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #top_service .content_inner .service_fig01 dd .num {
    margin: 0;
    width: 48px;
    font-size: 22px;
    margin: 0 auto 15px;
  }
}
#top_service .content_inner .service_fig02.sm_none {
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  #top_service .content_inner .service_fig02.sm_none {
    display: none;
  }
}
#top_service .content_inner .service_fig02.sm_none li {
  width: 26.5%;
  display: flex;
  color: #fff;
  align-items: center;
  list-style: none;
  justify-content: center;
}
#top_service .content_inner .service_fig02.sm_none li:not(:last-of-type) {
  padding: 0 1% 0 0;
}
#top_service .content_inner .service_fig02.sm_none li:not(:last-of-type)::after {
  display: block;
  content: "";
  width: 15%;
  padding: 10%;
  background-image: url(./assets/images/common/ico_arrow_b.svg);
  background-size: 70% auto;
  background-position: 83% center;
  background-repeat: no-repeat;
}
#top_service .content_inner .service_fig02.sm_none li:last-of-type {
  justify-content: flex-start;
  padding: 0;
  width: 20.5%;
}
#top_service .content_inner .service_fig02.sm_none li span {
  font-size: 2vw;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: linear-gradient(to left, rgba(77, 191, 217, 0.7), rgba(43, 139, 216, 0.7) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-weight: 500;
}
#top_service .content_inner .service_fig02.lg_none {
  display: none;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #top_service .content_inner .service_fig02.lg_none {
    display: block;
  }
}
#top_service .content_inner .service_fig02.lg_none ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#top_service .content_inner .service_fig02.lg_none ul:first-of-type {
  margin-right: 22%;
  margin-bottom: 5%;
}
#top_service .content_inner .service_fig02.lg_none ul:last-of-type {
  margin-left: 22%;
  margin-bottom: 0;
}
#top_service .content_inner .service_fig02.lg_none ul:last-of-type li:first-of-type::after {
  bottom: auto;
  top: -15%;
  right: 10%;
  transform: rotate(-57deg);
}
#top_service .content_inner .service_fig02.lg_none ul:last-of-type li:last-of-type::after {
  content: none;
}
#top_service .content_inner .service_fig02.lg_none li {
  width: 42%;
  color: #fff;
  align-items: center;
  list-style: none;
  justify-content: center;
  position: relative;
}
#top_service .content_inner .service_fig02.lg_none li::after {
  display: block;
  content: "";
  width: 15%;
  background-image: url(./assets/images/common/ico_arrow_b.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(57deg);
  position: absolute;
  bottom: -15%;
  right: 10%;
  aspect-ratio: 1/1;
}
#top_service .content_inner .service_fig02.lg_none li:last-of-type {
  justify-content: flex-start;
  padding: 0;
  width: 42%;
}
#top_service .content_inner .service_fig02.lg_none li span {
  font-size: 15px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: linear-gradient(to left, rgba(77, 191, 217, 0.7), rgba(43, 139, 216, 0.7) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  font-weight: 500;
}
#top_service .content_inner .summary_txt {
  font-size: 14px;
  text-align: center;
  padding: 7px;
  font-weight: 500;
  margin: 40px auto 10px;
  width: 90%;
  background: linear-gradient(to right, #FDF5A7, #E0FDFD 100%);
}
@media screen and (min-width: 1100px) {
  #top_service .content_inner .summary_txt {
    font-size: 23px;
    width: 100%;
    margin: 60px 0 40px;
  }
}

#top_price {
  padding: 0 0 80px;
}
@media screen and (min-width: 1100px) {
  #top_price {
    padding: 0 0 160px;
  }
}
#top_price .content_inner {
  padding: 70px 4% 20px;
  background-color: #f8f8f8;
  border: #106ABF 3px solid;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 1100px) {
  #top_price .content_inner {
    padding: 80px 4% 50px;
    border-radius: 20px;
  }
}
#top_price .content_inner::before {
  content: "";
  width: 110px;
  height: 45px;
  top: 30px;
  left: 5%;
  position: absolute;
  background-image: url(./assets/images/top/price_bg_txt.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}
@media screen and (min-width: 1100px) {
  #top_price .content_inner::before {
    width: 173px;
    height: 73px;
    top: 50px;
    left: 4%;
  }
}
#top_price .content_inner .area_title {
  color: #106ABF;
  -webkit-text-fill-color: initial;
}
#top_price .top_price_table {
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 4%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table {
    flex-direction: row;
    margin-bottom: 50px;
  }
}
#top_price .top_price_table dt {
  width: 100%;
  border-radius: 5px;
  background: linear-gradient(to left, rgba(77, 191, 217, 0.7), rgba(43, 139, 216, 0.7) 100%);
  text-align: center;
  color: #fff;
  padding: 8px 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table dt {
    width: 15%;
    padding: 16px 15px;
    border-radius: 12px;
    margin-bottom: 0;
  }
}
#top_price .top_price_table dt h3 {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table dt h3 {
    font-size: 18px;
  }
}
#top_price .top_price_table dd {
  color: #106ABF;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table dd {
    font-size: 27px;
  }
}
#top_price .top_price_table dd .num {
  font-size: 36px;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table dd .num {
    font-size: 57px;
  }
}
#top_price .top_price_table dd .tax {
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_table dd .tax {
    font-size: 21px;
  }
}
#top_price .top_price_contents_wrap {
  display: grid;
  row-gap: 20px;
}
#top_price .top_price_contents_wrap .top_price_contents {
  display: grid;
  font-size: 14px;
  font-weight: 500;
  column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 0;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_contents_wrap .top_price_contents {
    font-size: 18px;
    grid-template-columns: 7% auto;
    row-gap: 20px;
  }
}
#top_price .top_price_contents_wrap .top_price_contents dt {
  background: #106ABF;
  padding: 8px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_contents_wrap .top_price_contents dt {
    writing-mode: vertical-rl;
    padding: 30px 0;
    border-radius: 15px;
  }
}
#top_price .top_price_contents_wrap .top_price_contents dt h3 {
  font-size: 15px;
  color: #fff;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_contents_wrap .top_price_contents dt h3 {
    font-size: 18px;
  }
}
#top_price .top_price_contents_wrap .top_price_contents dd {
  border-radius: 5px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 10px 20px;
  column-gap: 30px;
  padding: 14px 5%;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  #top_price .top_price_contents_wrap .top_price_contents dd {
    border-radius: 20px;
    padding: 25px 4%;
  }
}
#top_price .top_price_contents_wrap .top_price_contents dd p {
  text-align: justify;
}
#top_price .top_price_contents_wrap .top_price_contents dd p:first-of-type:not(:last-of-type) {
  margin-bottom: 10px;
}

#top_contact {
  position: relative;
  background-color: #FBFBFB;
}
@media screen and (max-width: 767px) {
  #top_contact {
    padding: 60px 0 50px;
  }
}
#top_contact .contact_lead p {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  #top_contact .contact_lead p:first-of-type {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1100px) {
  #top_contact .contact_lead p {
    text-align: center;
    font-size: 18px;
  }
}
#top_contact::before {
  content: "";
  position: absolute;
  transform: skewX(33deg);
  top: -40px;
  right: 0%;
  width: 110px;
  height: 150px;
  margin: 0 auto;
  opacity: 0.8;
  mix-blend-mode: multiply;
  background: linear-gradient(to right top, #FFFACB, #EFFEFF 100%);
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  #top_contact::before {
    top: -50px;
    right: 0%;
    width: 210px;
    height: 300px;
  }
}
#top_contact::after {
  content: "";
  position: absolute;
  transform: skewX(33deg);
  top: 0%;
  right: 70px;
  width: 67px;
  height: 80px;
  margin: 0 auto;
  opacity: 0.8;
  mix-blend-mode: multiply;
  background: linear-gradient(to right top, rgba(77, 191, 217, 0.15), rgba(43, 139, 216, 0.15) 100%);
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  #top_contact::after {
    top: 0%;
    right: 8%;
    width: 147px;
    height: 200px;
  }
}
#top_contact .content_inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 5%;
}
@media screen and (min-width: 1100px) {
  #top_contact .content_inner {
    padding: 100px 6%;
  }
}

.company_wrap {
  padding: 50px 0 40px;
  color: #106ABF;
  background: #E3ECF4;
}
@media screen and (min-width: 1100px) {
  .company_wrap {
    padding: 60px 0;
  }
}
.company_wrap dl {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
@media screen and (min-width: 1100px) {
  .company_wrap dl {
    flex-direction: row;
  }
}
.company_wrap dl dt {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .company_wrap dl dt {
    padding-right: 5vw;
    margin-right: 5vw;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.company_wrap dl dt h2 {
  font-size: 16px;
  color: #106ABF;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  align-items: flex-start;
  row-gap: 10px;
}
@media screen and (min-width: 1100px) {
  .company_wrap dl dt h2 {
    align-items: center;
    font-size: 24px;
    row-gap: 20px;
  }
}
.company_wrap dl dt h2 span {
  font-size: 20px;
  background: linear-gradient(to left, #4DBFD9, #2B8BD8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}
.company_wrap dl dt::after {
  content: "";
  right: 0;
  width: 100%;
  height: 2px;
  transform: none;
  bottom: 0;
  position: absolute;
  background-color: #106ABF;
}
@media screen and (min-width: 1100px) {
  .company_wrap dl dt::after {
    top: 50%;
    bottom: auto;
    width: 2px;
    height: 100%;
    transform: translateY(-50%);
  }
}
.company_wrap dl dd {
  font-size: 14px;
  margin: 0;
  line-height: 1.9em;
  font-weight: 500;
}
@media screen and (min-width: 1100px) {
  .company_wrap dl dd {
    font-size: 20px;
  }
}
.company_wrap dl dd a {
  color: #106ABF;
}

.subpage {
  background: #F9FCFF;
}
.subpage .area_title {
  margin: 0 auto 50px;
}
.subpage .sec_title {
  margin: 0 auto 20px;
  background: linear-gradient(to left, #4DBFD9, #2B8BD8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6em;
}
@media screen and (min-width: 1100px) {
  .subpage .sec_title {
    font-size: 24px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .subpage .content_block {
    padding: 50px 0;
  }
}
.subpage .no_post {
  text-align: center;
}
.subpage .no_post p {
  text-align: center;
}
.subpage .no_post .archive_btn_wrap {
  margin-top: 30px;
}
.subpage .note,
.subpage .quote {
  font-size: 13px;
}
.subpage .note a,
.subpage .quote a {
  font-size: 13px;
}
.subpage .note {
  line-height: 1.6em;
}
.subpage .note::before {
  line-height: 1.6em;
}
.subpage .note span {
  line-height: 1.6em;
}

.wpcf7 {
  margin: 0 auto;
  width: 100%;
}
.wpcf7 .form_row:not(:nth-last-of-type(2)) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #CDCDCD;
}
@media screen and (min-width: 1100px) {
  .wpcf7 .form_row:not(:nth-last-of-type(2)) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.wpcf7 .form_consent {
  text-align: center;
  font-size: 14px;
  margin: 30px auto;
}
@media screen and (min-width: 1100px) {
  .wpcf7 .form_consent {
    font-size: 18px;
    margin: 50px auto;
  }
}
.wpcf7 .form_consent .form_item:first-of-type {
  margin-bottom: 20px;
}
.wpcf7 .form_btn_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .wpcf7 .form_btn_wrap {
    width: 280px;
  }
}
.wpcf7 .form_btn_wrap .wpcf7-spinner {
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  position: absolute;
  background-color: #fff !important;
}
.wpcf7 .wpcf7-submit {
  border: none;
  transition: all 0.5s;
  width: 240px;
  display: block;
  color: #fff;
  padding: 12px;
  border-radius: 3px;
  text-align: center;
  background: linear-gradient(to left, #4DBFD9, #2B8BD8 100%);
  margin: 40px auto 0;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
.wpcf7 .wpcf7-submit:focus, .wpcf7 .wpcf7-submit:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1100px) {
  .wpcf7 .wpcf7-submit {
    font-size: 18px;
    margin: 50px auto 0;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}
.wpcf7 .wpcf7-submit::after {
  content: "";
  width: 22px;
  height: 14px;
  background-image: url(./assets/images/common/ico_arrow.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-submit::after {
    width: 18px;
    height: 11px;
    right: 10px;
  }
}
.wpcf7 .form_btn[value=back] {
  background: #fff;
  color: #121212;
}
.wpcf7 .form_btn[value=back]::after {
  left: 20px;
  right: auto;
  transform: scale(-1, 1) translateY(-50%);
}
.wpcf7 label {
  margin-bottom: 8px;
  position: static;
  font-size: 13px;
  display: flex;
  align-items: center;
  line-height: 1.2em;
}
@media screen and (min-width: 1100px) {
  .wpcf7 label {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.wpcf7 .wpcf7-list-item-label {
  font-weight: 400;
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  font-size: 16px;
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  padding: 6px;
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  .wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 textarea {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 input:not([type=checkbox], [type=radio], [type=submit]),
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 textarea {
    width: 100%;
  }
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit])::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 textarea::placeholder {
  color: #121212;
}
.wpcf7 .select_wrap {
  position: relative;
}
.wpcf7 .select_wrap::after {
  content: "";
  position: absolute;
  top: 31%;
  right: 20px;
  width: 9px;
  aspect-ratio: 1/1;
  border-right: 2px solid #AFD0E8;
  border-bottom: 2px solid #AFD0E8;
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}
.wpcf7 select {
  border: 1px solid #434343;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
  color: #121212;
  background: #fff;
  font-size: 16px;
}
.wpcf7 input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.wpcf7 .wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7 span .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wpcf7 span .wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 3px;
  border: 2px solid #E4E4E4;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.wpcf7 span .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 2px;
  width: 12px;
  height: 12px;
  background-color: #4dbfd9;
  left: 4px;
  top: 48%;
  transform: translateY(-50%);
  display: none;
}
.wpcf7 input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block; /*ラジオボタンがチェックされたとき表示*/
}
.wpcf7 .required {
  background-color: #4DBFD9;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  margin-left: 10px;
  padding: 4px 8px;
  vertical-align: middle;
  word-break: keep-all;
}
.wpcf7 .input_long {
  width: 100%;
}

.input_none {
  display: none;
  speak: normal;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #4DBFD9 !important;
  margin: 3em 0.5em;
}

.wpcf7-not-valid-tip {
  color: #ff6c01 !important;
  font-size: 0.9em !important;
}

.select .error {
  display: inline-block !important;
}

/* reCAPTCHAマーク非表示 */
.grecaptcha-badge {
  z-index: 10;
  visibility: hidden;
}

article {
  position: relative;
}
.archive article {
  background-color: #E8E8E8;
}

.pg_wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_wrapper {
    padding: 0 5%;
  }
}
.pg_title {
  font-size: 30px;
  margin: 0 0 50px;
  color: #121212;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pg_title {
    font-size: 20px;
  }
}
.pg_contents {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pg_contents {
    padding: 50px 0;
  }
}

.posts_item_list {
  display: flex;
  flex-wrap: wrap;
}
.posts_item_list .posts_item {
  width: 100%;
}
.posts_item_list .posts_item a {
  display: block;
}
.posts_item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.posts_item:last-of-type {
  margin-bottom: 0;
}
.posts_item .col a {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media screen and (max-width: 767px) {
  .posts_item .col a {
    flex-direction: column;
    align-items: start;
  }
}
.posts_tmb {
  margin: 0;
}
.posts_tmb img {
  border-radius: 0.25rem;
  height: 180px;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .posts_tmb img {
    /* height: calc(((100vw - 40px) / 160) * 90); */
    width: 100%;
    border-radius: 10px;
  }
}
.posts_date {
  color: #121212;
  display: inline-block;
  font-weight: 500;
}
@media screen and (min-width: 1100px) {
  .posts_date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .posts_date {
    margin-bottom: 10px;
  }
}
.posts_title {
  font-size: 15px;
  line-height: 2;
}
.posts_cat span {
  border: 1px solid;
  color: #121212;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .no_post {
    padding: 50px 20px 20px;
  }
  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }
}
.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #121212;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.posts_content {
  margin-top: 30px;
}
.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.pg-blog .blog_tmb {
  margin: 0 0 15px 0;
}

.pg_single_title {
  color: #121212;
  margin: 30px 0;
  text-align: left;
}
.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
}
.pg_single_contents > .blog_tmb {
  margin-bottom: 30px;
}
.pg_single_contents > .blog_tmb img {
  height: 56.25%;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.pg_single_contents .breadcrumb_block {
  margin-bottom: 50px;
}
.pg_single_contents .archive_btn_wrap {
  margin-top: 110px;
  text-align: center;
}

.pg-news .posts_item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CDCDCD;
}
.pg-news .posts_title {
  margin: 0;
}

.wp-block-image {
  margin: 0 0 2em 0;
}
.wp-block-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wp-block-buttons {
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
}