@charset "UTF-8";
/*
Theme Name : design-template-ver1.1
Version: 1.1
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  font-size: 15px;
  color: #313D5A;
  position: relative;
  letter-spacing: 0.07em;
  background-color: #fff;
}
@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: 80px;
}
@media screen and (min-width: 1100px) {
  main {
    padding-top: 130px;
  }
}

.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: 120px 0 190px;
}
@media screen and (max-width: 767px) {
  .content_block {
    width: 100%;
    padding: 70px 0;
  }
}

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

.content_inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .content_inner {
    max-width: 1100px;
  }
}
.content_inner .inner_section_block {
  margin-top: 70px;
}

*, ::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 {
  position: fixed;
  transition: all 0.3s;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height: 70px;
}
@media screen and (min-width: 1100px) {
  header {
    height: 100px;
  }
}
header.is-show {
  background-color: rgba(255, 255, 255, 0.9);
}
header .header_pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 5%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  header .header_pc {
    margin: 0 2.5% 0 2.5%;
  }
}
header .header_pc .header_item {
  display: flex;
  align-items: center;
  background-color: #F7F9FC;
  border-radius: 50px;
  font-family: "Roboto", sans-serif;
  padding: 15px 15px 15px 50px;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  header .header_pc .header_item {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .header_pc .header_item {
    display: none;
  }
}
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 30px 0 0;
  list-style: none;
}
header .header_pc .header_item .nav ul li {
  font-size: 15px;
  margin-right: 20px;
  font-weight: 500;
}
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: #313D5A;
  transition: all 0.5s;
}
header .header_pc .header_item .header_cta a {
  transition: all 0.5s;
  padding: 10px 30px;
  display: block;
  background: #0070A4;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
}

#drawer {
  position: absolute;
  top: 14px;
  right: 4%;
  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 #A3822F;
  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 #A3822F;
}
#drawer #navTgl:checked + .open::after {
  transform: rotate(-45deg);
  border-bottom: 3px solid #A3822F;
}
#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: #F2F1ED;
  transform: translateX(200%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#drawer .menu h2,
#drawer .menu a {
  color: #313D5A;
}
#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 {
  transition: all 0.5s;
  display: block;
  padding-right: 35px;
  padding-left: 10px;
}
.sp_menu .header_nav_block ul li a span {
  color: #282828;
}
.sp_menu .archive_btn {
  background: linear-gradient(to right bottom, #FF87BC, #FFBC7F 100%);
}

footer {
  background-color: #F6F6F6;
}
footer .footer_inner {
  display: none;
  margin: 0 auto;
  padding: 40px 6% 10px;
}
@media screen and (min-width: 1100px) {
  footer .footer_inner {
    display: flex;
    justify-content: space-between;
    padding: 50px 7%;
  }
}
footer .footer_info {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  footer .footer_info {
    font-size: 14px;
  }
}
footer .footer_info .logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  footer .footer_info .logo {
    width: 150px;
  }
}
footer .foot_nav .nav {
  align-self: center;
}
footer .foot_nav .nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .foot_nav .nav ul li {
  font-size: 15px;
  margin-right: 20px;
  font-weight: 500;
}
footer .foot_nav .nav ul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
footer .foot_nav .nav ul li a {
  color: #313D5A;
  transition: all 0.5s;
}
footer .copy {
  text-align: center;
  background-color: #C5C2B9;
  color: #fff;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  footer .copy {
    font-size: 12px;
    padding: 20px 20px 80px;
  }
}
@media screen and (min-width: 1100px) {
  footer .copy {
    margin-top: 0;
  }
}

.pagetop_block {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: 0;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .pagetop_block {
    display: flex;
    flex-wrap: wrap;
    bottom: 0;
    right: 0;
  }
}
.pagetop_block .contact_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .pagetop_block .contact_sp {
    display: none !important;
  }
}
.pagetop_block .contact_sp a {
  background: #A3822F;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }
}
.pagetop_block #pagetop {
  width: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 20;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }
}
.pagetop_block #pagetop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #A3822F;
  position: relative;
  background-color: transparent;
}
.pagetop_block #pagetop a span {
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop a {
    background: #fff;
  }
  .pagetop_block #pagetop a span {
    display: block;
  }
}
.pagetop_block #pagetop a img {
  position: absolute;
  width: 17px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop a img {
    display: none;
  }
}
.pagetop_block #pagetop a::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #AAA67B;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop a::after {
    display: none;
  }
}
.pagetop_block #pagetop a::before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop a::before {
    content: "\e800";
  }
}
@media screen and (max-width: 767px) {
  .pagetop_block #pagetop a {
    opacity: 1 !important;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
  }
}

.logo {
  width: 170px;
}
@media screen and (min-width: 1100px) {
  .logo {
    width: 260px;
  }
}
.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: #313D5A;
  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 {
  content: "";
  border-radius: 50px;
  text-align: center;
  transition: 0.5s;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  padding: 7px 0;
  position: relative;
  width: 80%;
  display: inline-block;
  background-color: rgba(0, 112, 164, 0.3);
}
@media screen and (min-width: 1100px) {
  .archive_btn {
    width: 270px;
    padding: 12px 0;
  }
}
.archive_btn::after {
  position: absolute;
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-position: left center;
  background-size: 16px 10px;
  background-image: url(./assets/images/common/ico_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0070A4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .archive_btn::after {
    width: 22px;
    background-size: 12px 9px;
  }
}
.archive_btn span {
  margin-left: -5px;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .archive_btn span {
    font-size: 16px;
  }
}

.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 {
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
  text-align: center;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  padding: 15px 0;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 300;
  min-width: 95%;
  display: inline-block;
}
@media screen and (min-width: 1100px) {
  .detail_btn {
    font-size: 35px;
    min-width: 480px;
    padding: 20px 0;
  }
}
.detail_btn::after {
  position: absolute;
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-position: left center;
  background-size: 27px 17px;
  background-image: url(./assets/images/common/ico_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0070A4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .detail_btn::after {
    width: 22px;
    background-size: 12px 9px;
  }
}
.detail_btn span {
  color: #0070A4;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .detail_btn span {
    margin-left: -5px;
  }
}

.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: #F6F6F6;
  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;
}

.home_button {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.home_button a {
  display: block;
  border: none;
  text-decoration: none;
  background: linear-gradient(to right, #37B3CE, #4988C2 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: none;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
@media screen and (min-width: 1100px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@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: #313D5A;
}
@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: #313D5A;
}
.pagination .page-numbers {
  margin: 0 10px;
}
.pagination .current {
  border-bottom: 1px solid #313D5A;
}

.current::before {
  color: #313D5A !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;
}

.sec_title_wrap {
  border-bottom: 1px solid #A3822F;
}
.sec_title_wrap .sec_title {
  width: 90%;
  margin: 0 auto 40px;
  display: block;
}
@media screen and (min-width: 1100px) {
  .sec_title_wrap .sec_title {
    max-width: 1100px;
    margin: 0 auto 60px;
  }
}

.sec_title {
  display: inline-block;
  font-size: 29px;
  color: #A3822F;
  margin-bottom: 40px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec_title {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.sec_title span {
  margin-right: 30px;
  font-size: 80px;
  display: inline-block;
  font-weight: 200;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .sec_title span {
    display: block;
    font-size: 35px;
    margin-bottom: 5px;
  }
}

p {
  font-size: 13px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.9em;
  margin: 0;
}
@media screen and (min-width: 1100px) {
  p {
    font-size: 18px;
  }
}

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 {
  color: #313D5A;
  text-decoration: underline;
}

a {
  color: #313D5A;
}
a:hover {
  color: #313D5A;
}

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

.note {
  position: relative;
  padding-left: 16px;
  font-size: 11px;
  line-height: 1.2em;
}
.note::before {
  content: "※";
  line-height: 1.2em;
  position: absolute;
  left: 0;
  top: 0;
}
.note span {
  vertical-align: initial;
  line-height: 1.2em;
  font-weight: 500;
}

.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#toppage {
  padding-top: 0;
}

.main_visual {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  flex-direction: column-reverse;
  margin-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  .main_visual {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.main_visual .copy {
  width: 100%;
  padding: 80px 2.5% 0;
  align-self: start;
}
@media screen and (min-width: 1100px) {
  .main_visual .copy {
    width: 40.58%;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .main_visual .copy {
    padding: 40px 5% 0;
  }
}
.main_visual .copy h1 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main_visual .copy h1 span {
  color: #A3822F;
  font-size: 1.7vw;
  font-family: "Roboto", sans-serif;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .main_visual .copy h1 span {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .main_visual .copy h1 span {
    font-size: 22px;
  }
}
.main_visual .copy h1 p {
  color: #313D5A;
  font-size: 3.25vw;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .main_visual .copy h1 p {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .main_visual .copy h1 p {
    font-size: 44px;
  }
}
.main_visual .copy .slide_dots {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .main_visual .copy .slide_dots {
    margin-top: 20px;
  }
}
.main_visual .copy .slide_dots .slick-dots {
  text-align: left;
}
.main_visual .copy .slide_dots .slick-dots li {
  height: 10px;
  width: 105px;
}
@media screen and (max-width: 767px) {
  .main_visual .copy .slide_dots .slick-dots li {
    width: 45px;
  }
}
.main_visual .copy .slide_dots .slick-dots li button::before {
  content: "";
  background-color: #CFE4ED;
  opacity: 1;
  height: 2px;
  width: 105px;
}
@media screen and (max-width: 767px) {
  .main_visual .copy .slide_dots .slick-dots li button::before {
    width: 45px;
  }
}
.main_visual .copy .slide_dots .slick-dots li.slick-active button::before {
  background-color: #0070A4;
}
.main_visual .slider {
  transition: all 0.5s;
  padding: 0;
  width: 90vw;
  overflow: hidden;
  border-radius: 0 0 0 90px;
  height: 710px;
  margin: 0;
  align-self: end;
}
@media screen and (min-width: 1100px) {
  .main_visual .slider {
    width: 59.42vw;
    border-radius: 0 0 0 130px;
  }
}
@media screen and (max-width: 767px) {
  .main_visual .slider {
    height: 390px;
  }
}
.main_visual .slider .slick-track {
  height: 710px;
}
.main_visual .slider img {
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .main_visual .slider img {
    height: 390px;
  }
}

.news_block {
  opacity: 0;
  animation: 1s fadeIn 0.5s forwards;
  width: 100%;
}
.news_block .news_block_inner {
  display: block;
  align-items: center;
  margin: 0 auto;
  grid-template-columns: 20% auto;
  justify-content: stretch;
  column-gap: 20px;
  width: 90%;
  padding: 30px 2% 60px;
  max-width: 1100px;
  margin: 0 auto;
  column-gap: 210px;
}
@media screen and (min-width: 1100px) {
  .news_block .news_block_inner {
    padding: 70px 0;
    display: grid;
  }
}
.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: 20px;
  }
}
.news_block .news_block_inner .news_heading h2 {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_heading h2 {
    margin-bottom: 10px;
  }
}
.news_block .news_block_inner .news_heading h2 span {
  font-weight: 400;
  line-height: 1.7em;
  color: #A3822F;
}
.news_block .news_block_inner .news_heading h2 span:first-of-type {
  font-size: 60px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_heading h2 span:first-of-type {
    font-size: 35px;
    margin-bottom: 5px;
  }
}
.news_block .news_block_inner .news_heading h2 span:last-of-type {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_heading h2 span:last-of-type {
    font-size: 16px;
  }
}
.news_block .news_block_inner .news_list {
  margin-bottom: 30px;
}
@media screen and (min-width: 1100px) {
  .news_block .news_block_inner .news_list {
    margin-bottom: 0;
  }
}
.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: #313D5A;
  padding-bottom: 15px;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D7D7D7;
}
.news_block .news_block_inner .news_list a:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .news_list a {
    font-size: 13px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.news_block .news_block_inner .news_list a:hover {
  color: #313D5A;
  opacity: 0.8;
}
.news_block .news_block_inner .news_list a dl {
  margin: 0;
  column-gap: 50px;
  display: flex;
  flex-direction: row;
}
@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: 400;
  margin: 0;
  line-height: 1.9em;
}
.news_block .news_block_inner .news_list a dl dt {
  color: #A3822F;
}
.news_block .news_block_inner .news_list a dl dd {
  flex: 1;
}
.news_block .news_block_inner .archive_btn_wrap {
  margin: 10px auto 0;
  text-align: right;
}
.news_block .news_block_inner .archive_btn_wrap .archive_btn {
  min-width: 205px;
  width: 205px;
}
@media screen and (max-width: 767px) {
  .news_block .news_block_inner .archive_btn_wrap .archive_btn {
    min-width: 185px;
    width: 185px;
  }
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#about {
  padding: 20px 0 70px;
  position: relative;
  background-color: rgba(0, 112, 164, 0.17);
}
@media screen and (min-width: 1100px) {
  #about {
    padding: 50px 0 150px;
  }
}
#about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url(./assets/images/top/about_bg.png);
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #about::before {
    top: 0;
    width: 100%;
    height: 43%;
  }
}
#about .flowing_txt {
  align-items: center;
  color: #fff;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #about .flowing_txt {
    margin-bottom: 10px;
  }
}
#about .flowing_txt ul {
  animation: flowing 60s linear infinite;
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
#about .flowing_txt ul li {
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  display: inline-block;
  font-weight: 200;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  #about .flowing_txt ul li {
    font-size: 30px;
    padding-right: 30px;
  }
}
#about .content_inner .sec_title {
  color: #0070A4;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #about .content_inner .sec_title {
    font-size: 16px;
  }
}
#about .content_inner .sec_title span {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  #about .content_inner .sec_title span {
    font-size: 35px;
  }
}
#about .content_inner > p:not(:last-of-type) {
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  #about .content_inner > p:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

#service {
  padding: 40px 0 170px;
  background-color: rgba(144, 136, 105, 0.12);
}
@media screen and (min-width: 1100px) {
  #service {
    padding: 60px 0 280px;
  }
}
#service .sec_title_wrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  #service .sec_title_wrap {
    margin-bottom: 130px;
  }
}
#service .col2 {
  position: relative;
}
#service .col2:not(:last-of-type) {
  margin-bottom: 150px;
}
#service .col2::before {
  content: "";
  background-color: #fff;
  width: 75%;
  aspect-ratio: 3/2;
  position: absolute;
  bottom: -60px;
}
@media screen and (min-width: 1100px) {
  #service .col2::before {
    bottom: auto;
    top: 50px;
    width: 45%;
  }
}
#service .col2:nth-of-type(even)::before {
  right: 0;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 1100px) {
  #service .col2:nth-of-type(even)::before {
    border-radius: 30px 0 0 30px;
  }
}
#service .col2:nth-of-type(odd)::before {
  left: 0;
  border-radius: 0 20px 20px 0;
}
@media screen and (min-width: 1100px) {
  #service .col2:nth-of-type(odd)::before {
    border-radius: 0 30px 30px 0;
  }
}
#service .col2 .col2_inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column;
}
@media screen and (min-width: 1100px) {
  #service .col2 .col2_inner {
    max-width: 1100px;
    flex-flow: row;
  }
}
#service .col2 .col2_img {
  display: flex;
  flex-direction: row-reverse;
  column-gap: 8px;
  align-items: flex-start;
  order: 1;
  margin: 0 auto 10px;
}
@media screen and (min-width: 1100px) {
  #service .col2 .col2_img {
    width: 53%;
    order: unset;
    padding-left: 0;
    margin: 0;
  }
}
#service .col2 .col2_img span {
  font-size: 13px;
  color: #A3822F;
  font-weight: 200;
  writing-mode: vertical-rl;
  position: relative;
  padding-bottom: 66px;
  line-height: 1em;
}
@media screen and (min-width: 1100px) {
  #service .col2 .col2_img span {
    font-size: 19px;
    padding-bottom: 116px;
  }
}
#service .col2 .col2_img span::after {
  content: "";
  background-color: #A3822F;
  width: 1px;
  height: 56px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px) {
  #service .col2 .col2_img span::after {
    height: 106px;
  }
}
#service .col2 .col2_img img {
  object-fit: cover;
  min-height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (min-width: 1100px) {
  #service .col2 .col2_img img {
    border-radius: 30px;
  }
}
#service .col2 .col2_content {
  align-self: center;
  margin: 0 auto 40px;
}
@media screen and (min-width: 1100px) {
  #service .col2 .col2_content {
    width: 41%;
    margin: 0;
  }
}
#service .col2 .col2_content h3 {
  margin-bottom: 30px;
}
#service .col2 .col2_content h3 span {
  color: #A3822F;
  display: block;
}
#service .col2 .col2_content h3 span:first-of-type {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
  #service .col2 .col2_content h3 span:first-of-type {
    font-size: 30px;
  }
}
#service .col2 .col2_content h3 span:first-of-type::before {
  content: "";
  border: 4px solid #A3822F;
  width: 15px;
  aspect-ratio: 1/1;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
}
@media screen and (min-width: 1100px) {
  #service .col2 .col2_content h3 span:first-of-type::before {
    border-width: 5px;
    width: 19px;
  }
}
#service .col2 .col2_content h3 span:last-of-type {
  font-size: 13px;
  font-weight: 300;
}
@media screen and (min-width: 1100px) {
  #service .col2 .col2_content h3 span:last-of-type {
    font-size: 16px;
  }
}

#contact {
  background: linear-gradient(to bottom, rgba(144, 136, 105, 0.12) 50%, #fff 50%, #fff 100%);
}
#contact .contact_inner {
  border-radius: 30px 0 0 30px;
  background-color: rgba(0, 112, 164, 0.7);
  padding: 30px 0 60px;
  margin-left: auto;
  width: 95%;
}
@media screen and (max-width: 767px) {
  #contact .contact_inner {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1100px) {
  #contact .contact_inner {
    width: 86%;
  }
}
#contact .contact_inner .sec_title_wrap {
  padding: 0 60px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  #contact .contact_inner .sec_title_wrap {
    padding: 0 30px;
  }
}
#contact .contact_inner .sec_title_wrap .sec_title {
  color: #fff;
  margin: 0 0 30px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #contact .contact_inner .sec_title_wrap .sec_title {
    margin: 0 0 20px;
    font-size: 16px;
  }
}
#contact .contact_inner .sec_title_wrap .sec_title span {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  #contact .contact_inner .sec_title_wrap .sec_title span {
    font-size: 35px;
  }
}
#contact .contact_inner .contact_content {
  padding: 30px 0 0 30px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  position: relative;
}
@media screen and (min-width: 1100px) {
  #contact .contact_inner .contact_content {
    display: flex;
    max-width: 1100px;
    padding: 30px 0 0 60px;
  }
}
#contact .contact_inner .contact_content p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contact .contact_inner .detail_btn {
    margin-top: 20px;
  }
}

#outline .info_list_wrap {
  margin-top: 30px;
}
@media screen and (min-width: 1100px) {
  #outline .info_list_wrap {
    margin-top: 100px;
  }
}
#outline .info_list_wrap dl {
  line-height: 1.9em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #D7D7D7 solid 1px;
}
@media screen and (min-width: 1100px) {
  #outline .info_list_wrap dl {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#outline .info_list_wrap dl dt {
  display: flex;
  font-weight: 400;
  padding: 0 10px;
  color: #313D5A;
}
@media screen and (min-width: 1100px) {
  #outline .info_list_wrap dl dt {
    width: 20%;
    font-size: 16px;
  }
}
#outline .info_list_wrap dl dd {
  margin: 0;
  font-weight: 400;
  padding: 0 10px;
}
@media screen and (min-width: 1100px) {
  #outline .info_list_wrap dl dd {
    font-size: 18px;
  }
}

.main_visual_subpage {
  width: 100%;
  height: 400px;
  background-image: url(assets/images/subpage/main_visual_sample.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .main_visual_subpage {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .main_visual_subpage {
    height: 250px;
    margin-top: 0;
  }
}

.subpage {
  padding-top: 0;
}
.subpage .sec_title {
  padding-top: 79px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .subpage .sec_title {
    margin: 0 auto 30px;
  }
}
.subpage .sec_title span {
  font-size: 45px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .subpage .sec_title span {
    font-size: 20px;
  }
}
.subpage .title {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .subpage .title {
    margin-bottom: 10px;
  }
}
.subpage .title span {
  font-size: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .subpage .title span {
    font-size: 16px;
  }
}
.subpage .title span::before {
  content: "";
  display: inline-block;
  width: 17px;
  aspect-ratio: 1/1;
  background-color: #313D5A;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .subpage .title span::before {
    width: 13px;
  }
}
.subpage .content_block:not(:last-child) {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .subpage .content_block:not(:last-child) {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .subpage .content_block {
    padding: 50px 0;
  }
}
.subpage .content_block .content_inner {
  width: 85%;
}
@media screen and (min-width: 1100px) {
  .subpage .content_block .content_inner {
    max-width: 1100px;
  }
}
.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.invalid .wpcf7-response-output {
  border-color: #0070A4 !important;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #f9716b;
  font-size: 13px;
}
.wpcf7 .form_row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #313D5A;
}
.wpcf7 .form_row:last-child {
  margin-bottom: 0;
}
.wpcf7 .form_btn_wrap {
  position: relative;
  width: 90%;
  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 .form_btn_wrap {
  position: relative;
}
.wpcf7 .form_btn_wrap::after {
  position: absolute;
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-position: left center;
  background-size: 16px 10px;
  background-image: url(./assets/images/common/ico_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0070A4;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form_btn_wrap::after {
    width: 22px;
    background-size: 12px 9px;
    right: 11%;
  }
}
.wpcf7 .form_btn_wrap .wpcf7-spinner {
  display: none;
}
.wpcf7 .form_btn_wrap .wpcf7-submit {
  border: none;
  transition: all 0.5s;
  width: 90%;
  display: block;
  color: #fff;
  padding: 12px;
  border-radius: 50px;
  text-align: center;
  background-color: rgba(0, 112, 164, 0.3);
  margin: 50px auto 0;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.08em;
  font-size: 17px;
  cursor: pointer;
}
.wpcf7 .form_btn_wrap .wpcf7-submit:focus, .wpcf7 .form_btn_wrap .wpcf7-submit:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1100px) {
  .wpcf7 .form_btn_wrap .wpcf7-submit {
    width: 280px;
    font-size: 20px;
    padding: 15px 0;
  }
}
.wpcf7 .form_btn[value=back] {
  background: #fff;
  color: #313D5A;
}
.wpcf7 .form_btn[value=back]::after {
  left: 20px;
  right: auto;
  transform: scale(-1, 1) translateY(-50%);
}
.wpcf7 label {
  display: block;
  margin-bottom: 10px;
  position: static;
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .wpcf7 label {
    font-size: 14px;
  }
}
.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 {
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  padding: 10px;
  max-width: 100%;
}
@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%;
    font-size: 16px;
  }
}
.wpcf7 input:not([type=checkbox], [type=radio], [type=submit])::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 textarea::placeholder {
  color: #313D5A;
}
.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 #CDCDCD;
  border-radius: 3px;
  padding: 10px 40px 10px 10px;
  color: #313D5A;
  background: #fff;
  font-size: 16px;
}
.wpcf7 .required {
  background-color: #A3822F;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 4px 8px;
  vertical-align: middle;
  word-break: keep-all;
}
.wpcf7 .input_long {
  width: 100%;
}

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

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

/* reCAPTCHAマークをずらして表示 */
.grecaptcha-badge {
  bottom: 74px !important;
}
@media screen and (min-width: 1100px) {
  .grecaptcha-badge {
    bottom: 110px !important;
  }
}

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

.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: #313D5A;
  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;
  border-bottom: #D7D7D7 solid 1px;
}
.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: #313D5A;
  display: inline-block;
  font-weight: 400;
  line-height: 2;
  align-self: start;
}
@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: 14px;
  font-weight: 400;
  line-height: 2;
  flex: 1;
}
@media screen and (min-width: 1100px) {
  .posts_title {
    font-size: 16px;
  }
}
.posts_cat span {
  border: 1px solid;
  color: #313D5A;
  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: #313D5A;
  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: #313D5A;
  margin: 30px 0;
  text-align: left;
  line-height: 1.7em;
}
.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;
  }
}