@charset "UTF-8";
/*
Theme Name : Suzu City Tourism Revival Plan
Theme URI : https://
Author: SCARAMANGA INC.
Author URI: https://scaramanga.jp
Description:
Version: 1.0
*/
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

q:after,
q:before {
  content: "";
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #171717;
  background-color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.88;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
    line-height: 1.79;
  }
}

a {
  color: #171717;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
}
a img {
  transition-property: all;
  transition-duration: 0.5s;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

/* all
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

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

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

/* animate
---------------------------------------------------------------------------------------*/
.fade_in {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated_bounce {
  -webkit-animation-duration: 0.95s;
  animation-duration: 0.95s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*!------------------------------------*
fadeIn
\*!------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* _header
---------------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  margin: auto;
}
.header .header_inr {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
}
.header .header_inr .header_logo {
  width: 480px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .header .header_inr .header_logo {
    width: 60%;
  }
}
.header .header_inr .header_logo a {
  display: block;
}
.header .header_inr .header_logo a:hover {
  opacity: 0.6;
}
.header .header_inr .nav_area {
  margin-top: 40px;
  margin-right: 5%;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .header .header_inr .nav_area {
    display: none;
  }
}
.header .header_inr .nav_area .header_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.header .header_inr .nav_area .header_nav li {
  margin: 0 10px;
  line-height: 50px;
}
.header .header_inr .nav_area .header_nav li a {
  font-weight: 600;
  font-size: 110%;
  font-family: "Oswald", sans-serif;
  color: #0010AD;
}
.header .header_inr .nav_area .header_nav li a span {
  display: block;
  font-size: 1.1rem;
  color: #8E91AC;
  line-height: 1;
}
.header .header_inr .nav_area .header_nav li a:hover {
  color: #8E91AC;
}
.header .header_inr .nav_area .btn_nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: 16px;
}
.header .header_inr .nav_area .btn_nav li {
  margin: 0 4px;
  border-radius: 50px;
}
.header .header_inr .nav_area .btn_nav li a {
  display: block;
  width: 170px;
  height: 50px;
  padding: 0 8px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 90%;
  line-height: 50px;
}
.header .header_inr .nav_area .btn_nav li a:hover {
  letter-spacing: 0.2rem;
}
.header .header_inr .nav_area .btn_nav li.btn_volunteer {
  background: #D9202B;
}
.header .header_inr .nav_area .btn_nav li.btn_donation {
  background: #0010AD;
}

.add_fixed .header_inr .header_logo {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .add_fixed .header_inr .header_logo {
    width: 120px;
  }
}
.add_fixed .header_inr .nav_area {
  margin-top: 10px;
}

/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
.hamburger {
  position: fixed;
  top: 1.5%;
  right: 1.5%;
  width: 60px;
  height: 60px;
  z-index: 9999;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin-top: 30px;
  cursor: pointer;
  background: none;
  transition-property: all;
  transition-duration: 0.5s;
  background: #0010AD;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    top: 0;
    right: 0;
    margin-top: 0;
  }
}

.hamburger span,
.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  content: "";
}

.hamburger span::before {
  top: -5px;
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  margin: 0 0 0 20px;
  background-color: #FFFFFF;
  transition: all 0.5s;
}

.hamburger span::after {
  bottom: -5px;
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  margin: 0 0 0 20px;
  background-color: #FFFFFF;
  transition: all 0.5s;
}

.hamburger.open {
  border: 2px solid #FFFFFF;
}

.hamburger.open span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #FFFFFF;
}

.hamburger.open span::after {
  bottom: -2px;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

/* ===============================================
メニューのスタイリング
=============================================== */
.gnav {
  position: fixed;
  width: 50%;
  min-width: 480px;
  height: 100vh;
  top: 0;
  right: -100%;
  background-color: #0010AD;
  transition: all 0.5s;
  z-index: 999;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .gnav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gnav {
    width: 100%;
    min-width: auto;
  }
}
.gnav .gnav_inr {
  padding: 50px;
  height: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .gnav .gnav_inr {
    padding: 5%;
  }
}
.gnav .gnav_inr a {
  color: #FFFFFF;
}
.gnav .gnav_inr a:hover {
  opacity: 0.6;
}
.gnav .gnav_inr .title {
  font-family: "Oswald", sans-serif;
  color: #8E91AC;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .gnav .gnav_inr .title {
    padding: 20px 5%;
  }
}
.gnav .gnav_inr .manu_block {
  border-top: 1px solid #A0A0A0;
  padding: 25px 50px;
}
@media screen and (max-width: 767px) {
  .gnav .gnav_inr .manu_block {
    padding: 20px 5%;
  }
}
.gnav .gnav_inr .nav li {
  margin: 1em 0;
}
.gnav .gnav_inr .nav li a {
  display: block;
}
.gnav .gnav_inr .nav li a span {
  display: block;
  font-size: 70%;
}
.gnav .gnav_inr .nav li a:hover {
  opacity: 0.6;
}
.gnav .gnav_inr .contact_nav {
  display: flex;
  gap: 0 20px;
}
.gnav .gnav_inr .contact_nav li {
  font-size: 90%;
}
.gnav .gnav_inr .address {
  font-size: 90%;
}
.gnav .gnav_inr .address p {
  margin-bottom: 0.6em;
}
.gnav .gnav_inr .address a {
  text-decoration: underline;
}
.gnav .gnav_inr .sns_area {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-top: 30px;
}
.gnav .gnav_inr .sns_area li a {
  display: block;
  width: 25px;
}
.gnav .gnav_inr .sns_area li a:hover svg {
  opacity: 0.6;
}
.gnav .gnav_inr .sns_area li a img {
  vertical-align: middle;
}
.gnav .gnav_inr .sns_area li a svg {
  fill: #171717;
}

.gnav.open {
  right: 0;
}

/* _page
---------------------------------------------------------------------------------------*/
/*---base------------------------------------------------------------------*/
.container {
  max-width: 1680px;
  margin: auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 6.5%;
  }
}

.container_md {
  max-width: 1480px;
  margin: auto;
}
.container_sm {
  max-width: 860px;
  margin: auto;
}
.page_wrapper {
  width: 100%;
  margin: 160px auto 0;
}
@media screen and (max-width: 767px) {
  .page_wrapper {
    margin: 60px auto 0;
  }
}
.page_wrapper .breadcrumbs {
  font-size: 1.2rem;
  padding: 20px 0;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page_wrapper .breadcrumbs {
    font-size: 1rem;
    text-align: right;
    display: none;
  }
}
.page_wrapper .breadcrumbs a {
  color: #8E91AC;
}
.page_wrapper .page_header {
  margin-bottom: 5em;
  padding: 0 3%;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_header {
    padding: 0;
  }
}
.page_wrapper .page_header .reed_area {
  max-width: 680px;
  margin: 3.5em auto;
}
.page_wrapper .page_title {
  background: #F7F7F5;
  padding: 130px 5% 90px;
  text-align: center;
}
.page_wrapper .page_title p {
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
  font-family: "Oswald", sans-serif;
  color: #0010AD;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_title p {
    font-size: 3.2rem;
  }
}
.page_wrapper .page_title h1 {
  font-size: 1.4rem;
  color: #8E91AC;
}
.page_wrapper .page_wrapper_inr {
  background: #FFFFFF;
  border-radius: 50px;
  margin-top: -80px;
  padding: 90px 0 45px;
}
.page_wrapper .section_reed {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .page_wrapper .section_reed {
    display: block;
  }
}
.page_wrapper .section_reed .img {
  flex: 1;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .section_reed .img {
    width: 45%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.page_wrapper .section_reed .txt {
  flex: 2;
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .page_wrapper .section_reed .txt {
    margin-right: 0;
    font-size: 90%;
  }
}

.page_section {
  margin-top: -160px;
  padding-top: 160px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .page_section {
    margin-top: -90px;
    padding-top: 90px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .page_section {
    display: flex;
    align-items: start;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .page_section .page_section_title {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    width: 30%;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 1023px) {
  .page_section .page_section_title {
    width: 100%;
    margin-bottom: 25px;
  }
}
.page_section .page_section_title h2 {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .page_section .page_section_title h2 {
    font-size: 2.4rem;
  }
}
.page_section .page_section_title h2:after {
  content: "";
  width: 42px;
  height: 3px;
  background: #0010AD;
  display: block;
  margin-top: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .page_section .page_section_title h2:after {
    width: 29px;
    margin-top: 13px;
  }
}
.page_section .page_section_title .txt {
  margin-top: 2em;
  font-size: 90%;
}

.page_nav {
  margin-top: 100px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .page_nav {
    margin-top: 0;
    margin-bottom: 45px;
  }
}
.page_nav ul {
  display: flex;
  justify-content: space-between;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 1023px) {
  .page_nav ul {
    border-top: 1px solid #CECECE;
    border-right: none;
    display: block;
  }
}
.page_nav ul li {
  border-left: 1px solid #000000;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page_nav ul li {
    border-left: none;
    border-bottom: 1px solid #CECECE;
  }
}
.page_nav ul li a {
  padding: 0 0 5px 0;
  width: 100%;
  display: block;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_nav ul li a {
    font-size: 1.2rem;
    text-align: left;
    padding: 12px 0;
  }
}
.page_nav ul li a:after {
  content: "";
  display: block;
  margin: 5px auto 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .page_nav ul li a:after {
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -5px;
  }
}
.page_nav ul li a:hover {
  color: #8E91AC;
}
.page_nav ul .current a {
  color: #0010AD;
}
.page_nav ul .current a:after {
  content: "";
  display: block;
  margin: 5px auto 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0010AD;
  border-right: 1px solid #0010AD;
  transform: rotate(135deg);
}

.btn_more {
  margin: 45px auto 0;
}
@media screen and (max-width: 767px) {
  .btn_more {
    margin: 30px auto 0;
  }
}
.btn_more.btn_center {
  text-align: center;
}
.btn_more.btn_center a {
  margin: auto;
}
.btn_more a {
  display: inline-block;
  color: #FFFFFF;
  background: #0010AD;
  padding: 14px 55px 14px 65px;
  position: relative;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .btn_more a {
    padding: 14px 35px 14px 45px;
  }
}
.btn_more a .outlink:after {
  content: "";
  display: block;
  background: url(images/outlink.svg) center no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .btn_more a .outlink:after {
    width: 12px;
    height: 11px;
    margin-top: -4px;
  }
}
.btn_more a:hover span:after {
  right: 0;
}
.btn_more a span {
  padding-right: 30px;
  display: block;
  position: relative;
}
.btn_more a span:after {
  content: "";
  display: block;
  background: url(images/ico_arrow_w.png) center no-repeat;
  background-size: cover;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
  transition-property: all;
  transition-duration: 0.5s;
}

.btn_more_back {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn_more_back {
    margin: 45px auto 0;
  }
}
.btn_more_back.btn_center a {
  margin: auto;
}
.btn_more_back a {
  display: inline-block;
  color: #FFFFFF;
  background: #8E91AC;
  padding: 16px 65px;
  position: relative;
  border-radius: 50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .btn_more_back a {
    width: 90%;
    margin: auto;
  }
}
.btn_more_back a:hover:after {
  left: 25px;
}
.btn_more_back a:after {
  transition-property: all;
  transition-duration: 0.5s;
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -5px;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid #FFFFFF;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(225deg);
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 45px 5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .row {
    gap: 35px 0;
  }
}
.row .col_3 {
  width: 30%;
}
@media screen and (max-width: 1023px) {
  .row .col_3 {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .row .col_3 {
    width: 100%;
  }
}
.row .col_2 {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .row .col_2 {
    width: 100%;
  }
}
.row a {
  display: block;
}
.row a .thum {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .row a .thum {
    margin: auto;
  }
}
.row a .thum img {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  width: 100%;
}
.row a:hover .thum img {
  transform: scale(1.05);
}

.cat_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  .cat_list {
    width: 100%;
    gap: 5px;
    margin: 30px 0 60px;
  }
}
.cat_list li:last-child a:after {
  display: none;
}
.cat_list li.current a {
  background: #0010AD;
  color: #FFFFFF;
}
.cat_list li a {
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 1.2rem;
  display: block;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
@media screen and (max-width: 767px) {
  .cat_list li a {
    padding: 6px 25px;
    font-size: 1rem;
  }
}
.cat_list li a:hover {
  background: #8E91AC;
  color: #FFFFFF;
}

.topics_list li {
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #CECECE;
}
@media screen and (max-width: 767px) {
  .topics_list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.topics_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .topics_list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.topics_list li a {
  display: block;
  position: relative;
  width: 100%;
}
.topics_list li a:hover {
  opacity: 0.6;
}
.topics_list li a:hover:after {
  right: 0;
}
.topics_list li a:after {
  content: "";
  display: block;
  background: url(images/ico_arrow_b.png) center no-repeat;
  background-size: cover;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
  transition-property: all;
  transition-duration: 0.5s;
}
@media screen and (min-width: 768px) {
  .topics_list li .inr {
    display: flex;
    flex-wrap: wrap;
  }
}
.topics_list li .inr .date {
  display: inline-block;
  width: 90px;
  color: #9D9D9D;
}
@media screen and (max-width: 767px) {
  .topics_list li .inr .date {
    width: 55px;
    font-size: 1rem;
  }
}
.topics_list li .inr .cat {
  border: 2px solid #171717;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  font-size: 1.3rem;
  margin: 0 20px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .topics_list li .inr .cat {
    font-size: 1rem;
  }
}
.topics_list li h3 {
  font-size: 1.8rem;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .topics_list li h3 {
    font-size: 1.5rem;
    margin-left: 0;
    margin-top: 5px;
  }
}
.topics_list li .the_excerpt {
  margin: 10px 0 0;
  font-size: 90%;
}

.plan_list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 45px 5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .plan_list {
    gap: 35px 0 50px;
  }
}
.plan_list .plan_card {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .plan_list .plan_card {
    width: 100%;
  }
}
.plan_list .plan_card a {
  display: block;
}
.plan_list .plan_card a .thum {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.plan_list .plan_card a .thum img {
  border-radius: 20px;
  overflow: hidden;
}
.plan_list .plan_card a .inr {
  transition-property: all;
  transition-duration: 0.5s;
  position: relative;
  padding: 1.5em 0 0;
  text-align: center;
}
.plan_list .plan_card a .inr .title h3 {
  font-size: 130%;
  color: #0010AD;
  font-weight: 600;
  margin-bottom: 0.35em;
}
.plan_list .plan_card a .inr .title p {
  font-size: 90%;
}
.plan_list .plan_card a .inr .tag_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
.plan_list .plan_card a .inr .tag_area li {
  font-size: 75%;
}
.plan_list .plan_card a .inr .tag_area li span {
  color: #8E91AC;
}
.plan_list .plan_card a .inr .tag_area li span::before {
  content: "#";
}
.plan_list .plan_card a:hover .thum img {
  transform: scale(1.05);
  overflow: hidden;
}

.column_list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 45px 5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column_list {
    gap: 35px 0;
  }
}
.column_list .column_card {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .column_list .column_card {
    width: 100%;
  }
}
.column_list .column_card a {
  display: block;
}
.column_list .column_card a .thum {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.column_list .column_card a .thum img {
  border-radius: 20px;
  overflow: hidden;
}
.column_list .column_card a .inr {
  transition-property: all;
  transition-duration: 0.5s;
  position: relative;
  padding: 1.5em 0 0;
}
.column_list .column_card a .inr .post_cat {
  position: absolute;
  top: -15px;
  left: 0px;
  font-size: 85%;
  background: #0010AD;
  padding: 2px 20px;
  border-radius: 20px;
  color: #FFFFFF;
}
.column_list .column_card a .inr .date {
  font-size: 90%;
  color: #8E91AC;
  margin-bottom: 0.4em;
}
.column_list .column_card a .inr .title {
  font-size: 120%;
  color: #0010AD;
  font-weight: 500;
}
.column_list .column_card a:hover .thum img {
  transform: scale(1.05);
  overflow: hidden;
}

.article_404 {
  margin: 120px auto;
  text-align: center;
}

/* pagination
---------------------------------------------------------------------------------------*/
.pagination {
  clear: both;
  text-align: center;
  margin: 65px 0 0;
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 35px 0 0;
    padding-bottom: 35px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers {
  color: #171717;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-size: 90%;
}
.pagination .page-numbers:hover {
  opacity: 0.6;
}
.pagination .current {
  background: #F7F7F5;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
}

/* swiper
---------------------------------------------------------------------------------------*/
.swiper-controller {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  z-index: 9;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.swiper-controller .swiper-button-next,
.swiper-controller .swiper-rtl .swiper-button-prev {
  right: -3% !important;
}
.swiper-controller .swiper-button-prev,
.swiper-controller .swiper-rtl .swiper-button-next {
  left: -3% !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 2% !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 2% !important;
}

.swiper-pagination-bullet {
  height: 8px !important;
  width: 8px !important;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px 5px !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px !important;
}

.swiper-button-prev,
.swiper-button-next {
  height: 40px !important;
  width: 40px !important;
  font-size: 0 !important;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    width: 40px !important;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 40px;
  margin: auto;
  width: 40px;
  font-size: 0 !important;
}

.swiper-button-prev::after {
  background-image: url(images/ico_prev.png) !important;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(images/ico_next.png) !important;
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* _footer
---------------------------------------------------------------------------------------*/
.footer {
  padding-bottom: 60px;
  margin: 160px auto 0;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 90px;
  }
}
.footer .footer_inr {
  width: 94%;
  background: #0010AD;
  border-radius: 30px;
  margin: 0 auto 45px;
  padding: 5% 0;
}
.footer .footer_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .footer_block {
    display: block;
  }
}
.footer .footer_block .footer_logo {
  max-width: 260px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .footer .footer_block .footer_logo {
    width: 30%;
    margin: 30px auto;
  }
}
.footer .footer_block .footer_nav {
  width: 60%;
  margin-left: 5%;
}
@media screen and (max-width: 767px) {
  .footer .footer_block .footer_nav {
    width: 100%;
    margin-left: 0;
  }
}
.footer .footer_block .footer_nav .nav {
  border-top: 1px solid #A0A0A0;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer .footer_block .footer_nav .nav {
    padding: 20px 0%;
    display: none;
  }
}
.footer .footer_block .footer_nav .nav li {
  margin: 0.6em 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer .footer_block .footer_nav .nav li {
    width: 100%;
  }
}
.footer .footer_block .footer_nav .nav li a {
  display: block;
  font-size: 95%;
  color: #FFFFFF;
}
.footer .footer_block .footer_nav .nav li a span {
  display: none;
}
.footer .footer_block .footer_nav .nav li a:hover {
  opacity: 0.6;
}
.footer .footer_block .footer_nav .contact_nav {
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer_block .footer_nav .contact_nav {
    justify-content: center;
    margin-bottom: 20px;
  }
}
.footer .footer_block .footer_nav .contact_nav li {
  font-size: 90%;
}
.footer .footer_block .footer_nav .contact_nav li a {
  color: #FFFFFF;
}
.footer .footer_block .footer_nav .contact_nav li a:hover {
  opacity: 0.6;
}
.footer .footer_outer {
  text-align: center;
}
.footer .footer_outer .copyright {
  font-size: 1.2rem;
  color: #8E91AC;
}