/*
Theme Name: twentytwentyone-child
Template: twentytwentyone
Description: Twenty Twenty-One Child Theme. 日本語フォント M PLUS 1p を適用。
Version: 1.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, i, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption, input, textarea, select, i {
  border: 0;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
body {
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #241f2c;
  overflow-y: scroll;
}
input[type="submit"], button {
  -webkit-appearance: none;
}
ul, li {
  list-style: none;
}
table {
  border-collapse: collapse;
  width: 100%;
}
a:hover, a:active, a:focus {
  outline: 0;
}
a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}
img, input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
a {
  text-decoration: none;
}
p * {
  line-height: inherit;
  font-size: 16px;
}
p, a {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.f18 {
  font-size: 18px;
}
.f13 {
  font-size: 13px;
}
.f20 {
  font-size: 20px;
}
.blue {
  color: #009fd7;
}
.bold {
  font-weight: bold;
}
.flex-end {
  justify-content: flex-end;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
#under .container .left {
  width: 100%;
  color: #000;
}
a {
  text-decoration: underline !important;
}
.sp-768 {
  display: none;
}
.outer {
  padding: 80px 0;
  width: 100% !important;
}
.inner {
  max-width: 1250px;
  margin: 0 auto;
}
.en_title {
  color: #009fd7;
  font-size: 70px;
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
}
.title {
  font-weight: bold;
  font-size: 24px;
  margin: 15px 0 30px;
}
.next_btm a {
  display: flex;
  align-items: center;
  color: #e66322;
  font-weight: bold;
  padding: 20px 100px 0 0;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.next_btm a:hover img {
  width: 100px;
}
.next_btm img {
  width: 70px;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  right: 0;
  ;
}
header a {
  text-decoration: none;
}
header li {
  list-style: none;
}
header.header-pc {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 70px;
}
header .content {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  align-items: flex-end;
  width: 95%;
  margin: 0 auto;
}
header .content .left {
  width: 410px;
}
header .content .left .logo img {
  width: 100%;
}
header .content .right {
  display: flex;
}
header .content .right ul {
  display: flex;
  align-items: flex-end;
  padding: 0 20px 5px 0;
}
header .content .right ul li {
  display: table;
}
header .content .right ul li a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  font-weight: bold;
  font-size: 16px;
}
header .content .right ul li a:hover {
  border-bottom: 3px solid #009fd7;
}
header .content .right .tel_content {
  text-align: center;
}
header .content .right .tel_content .time {
  font-size: 12px;
}
header .content .right .tel_content .tel_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #009fd7;
  font-weight: bold;
}
header .content .right .tel_content .tel_link i {
  padding: 0 5px 0 0;
  font-size: 30px;
}
header .content .right .contact_content {
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
}
header .content .right .contact_content a {
  background: #e66322;
  color: #fff;
  padding: 7px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
}
header .content .right .contact_content a:hover {
  opacity: 0.7;
}
footer a {
  text-decoration: none;
}
footer {
  display: flex;
  background: #00465f;
}
footer .left {
  width: 50%;
}
footer .right {
  width: 50%;
  background-image: url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/footer_mount.png);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  padding: 60px;
}
footer .access {
  border-right: 2px solid #fff;
  margin: 0 40px 0 0;
  padding: 0 40px 0 0;
}
footer .logo_content {
  margin: 0 0 20px 0;
}
footer .logo_content img {
  width: 300px;
}
footer .access_content p {
  color: #fff;
  font-size: 14px;
}
footer .tel_link:hover {
  opacity: 0.7;
}
footer .tel_link .tel_content {
  background: #fff;
  text-align: center;
  padding: 14px 0;
  border-radius: 50px;
  line-height: 1.2;
  margin: 40px 0 0 0;
}
footer .tel_link .time {
  font-size: 14px;
}
footer .tel_link .num {
  font-size: 28px;
  font-weight: bold;
  color: #e66322;
}
footer .tel_link .num i {
  transform: translate(-4px, 5px);
  font-size: 30px;
}
footer .contact_link:hover {
  opacity: 0.7;
}
footer .contact_content {
  background: #e66322;
  text-align: center;
  padding: 10px 0 10px 0;
  border-radius: 50px;
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 0 0;
}
footer .contact_content .time {
  background: #fff;
  padding: 15px 10px 10px;
  border-radius: 80px;
  width: 60px;
  height: 60px;
  font-size: 14px;
  margin: 0 0 0 10px;
}
footer .contact_content .txt {
  font-size: 24px;
  color: #fff;
  margin: 0 0 0 20px;
}
footer .sitemap ul {}
footer .sitemap ul li {
  padding: 0 0 10px 0;
}
footer .sitemap ul li a {
  color: #fff;
}
footer .sitemap ul li a i {
  transform: translateY(6px);
}
.copy {
  background: #3e3a39;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 1100px) {
  .pc-768 {
    display: none;
  }
  .sp-768 {
    display: block;
  }
  header {}
  header .content {
    display: block;
    padding: 10px 0;
  }
  header .content .logo {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  header .content ul {
    display: flex;
  }
  header .content ul li {
    display: table;
  }
  header .content ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    font-weight: bold;
  }
  header .content ul li a:hover {
    border-bottom: 3px solid #0bb783;
  }
  .header-sp {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    background-color: #FFFFFF;
  }
  .header-sp .logo_box {
    width: 230px;
    padding: 0 0 0 10px;
  }
  .header-sp img {
    width: 100%;
  }
  .logo {
    font-weight: 700;
    padding-left: 14px;
  }
  .hamburger-menu {
    width: 38px;
    height: 38px;
    position: relative;
    border: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
    background: #009fd7;
    border-radius: 5px;
    margin: 0 10px 0px 0;
  }
  .hamburger-menu__bar {
    display: inline-block;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
    width: 24px;
  }
  .hamburger-menu__bar:first-child {
    top: 10px;
  }
  .hamburger-menu__bar:nth-child(2) {
    top: 18px;
  }
  .hamburger-menu__bar:last-child {
    top: 26px;
  }
  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .navigation {
    display: none;
    background: #009fd7;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 9999;
    padding: 15px
  }
  .navigation__list {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  .navigation__list li {
    padding: 5px 0;
  }
  .navigation__list-item {
    border-bottom: solid 1px #474747;
  }
  .navigation__list-item:first-child {
    border-top: solid 1px #474747;
  }
  .navigation__link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    transition: .5s;
  }
  .navigation__list a {
    color: #fff !important;
  }
  .navigation__list .material-icons {
    transform: translateY(7px);
  }
  .navigation a {
    color: #fff !important;
    font-size: 16px;
  }
  .navigation a i {
    transform: translateY(6px);
  }
  footer {
    flex-direction: column;
  }
  footer .left {
    width: 100%;
  }
  footer .right {
    width: 100%;
    padding: 20px 15px;
    flex-direction: column;
    margin: 0;
  }
  footer .access {
    border-right: unset;
    border-bottom: 2px solid #fff;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
  footer .sitemap ul li {
    padding: 0;
  }
  footer .sitemap ul li a {
    font-size: 14px;
  }
  footer .tel_content {
    margin: 20px auto 0 !important;
    width: 80%;
    padding: 5px 0 !important;
  }
  footer .tel_content .time {
    font-size: 12px;
  }
  footer .tel_content .tel_link {
    font-size: 20px;
  }
  footer .contact_content {
    padding: 5px 0;
    margin: 20px auto 0;
    width: 80%;
  }
  footer .contact_content .time {
    padding: 10px 10px 10px;
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
  footer .contact_content .contact_link {
    font-size: 20px;
  }
  .copy {
    font-size: 10px;
  }
}
/****** column ******/
.column {
  padding-top: 100px;
  background: #fff;
}
.column .breadcrumbs {
  width: 1100px;
  margin: 0 auto 30px;
  color: #000;
}
.column .breadcrumbs a {
  color: #000;
  text-decoration: underline;
}
.column .breadcrumbs a:hover {
  text-decoration: none;
}
.column .container {
  width: 1100px;
  margin: 0 auto 0;
  padding: 0 0 100px;
  display: flex;
}
.column .container .left {
  width: 730px;
  margin: 0 45px 0 0;
  color: #000;
}
.single_content .container .left {
  width: 900px;
  margin: 0 auto;
}
.column .container .left h2 {
  color: #000;
  font-size: 2rem;
  margin: 0 0 20px;
}
.column .container .left a {
  margin: 0 0 30px;
}
.column .container .left ul a {
  display: flex;
  text-decoration: none;
}
.column .container .left .thumbnail {
  width: 270px;
  margin: 0 20px 0 0;
}
.column .container .left .thumbnail img {
  width: 270px;
  height: 160px;
  object-fit: cover;
}
.column .container .left .content {
  width: 440px;
}
.column .container .left .content .title {
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #000;
  margin: 0 0 10px;
  font-weight: normal;
}
.column .container .left .content .des {
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #000;
  margin: 0 0 15px;
}
.column .container .left .content .time {
  font-size: 0.8rem;
  color: #aaa;
}
.column .container .left .category p, .column .container .right .category p {
  background: #3aabd2;
  color: #fff;
  padding: 3px 10px 1px;
  border-radius: 20px;
  font-size: 12px;
  display: inline;
}
.column .container .right {
  width: 325px;
}
.column .container .right h3 {
  font-size: 1rem;
  color: #000;
  margin: 0 0 15px;
}
.column .container .right .sidebar-wrapper {
  margin: 0 0 30px;
}
.column .container .right .sidebar-wrapper .rpwe-li {
  display: flex;
  margin: 0 0 20px;
}
.column .container .right .sidebar-wrapper .rpwe-li a {
  width: 125px;
  margin: 0 15px 0 0;
  color: #000;
  text-decoration: none;
}
.column .container .right .sidebar-wrapper .rpwe-li a:hover {
  color: #3aabd2;
  text-decoration: underline;
}
.column .container .right .sidebar-wrapper .rpwe-li a img {
  width: 125px;
  height: 75px;
  object-fit: cover;
}
.column .container .right .sidebar-wrapper .rpwe-li .category {
  margin: 10px 0 0;
}
.column .container .right .sidebar-wrapper .rpwe-li .category a {
  background: #3aabd2;
  color: #fff;
  padding: 2px 10px 3px;
  border-radius: 20px;
}
.column .container .right .sidebar-wrapper .rpwe-li .category a:nth-child(n+2) {
  display: none;
}
.column .container .right .sidebar-wrapper .rpwe-li h3 {
  width: 185px;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.4rem;
  margin: 0;
}
.column .container .right .widget_categories .cat-item {
  background: #fff;
  color: #000;
  padding: 10px 10px;
  border-top: solid 1px #e5e5e5;
}
.column .container .right .widget_categories .cat-item:hover {
  background: #f5f5f5;
}
.column .container .right .widget_categories .cat-item:last-child {
  border-bottom: solid 1px #eee
}
.column .container .right .widget_categories .cat-item a {
  color: #000;
  display: flex;
  justify-content: space-between;
}
.column .container .right .widget_categories .cat-item a:hover {
  color: #3aabd2;
}
.column .wp-pagenavi {
  margin: 80px 0 0;
  color: #000;
  text-align: center;
}
.column .wp-pagenavi .current {
  color: #fff;
  background: #aaa;
  padding: 5px 15px;
  margin: 0 5px;
  border-radius: 5px;
  font-size: 1rem;
  border: none;
}
.column .wp-pagenavi .page {
  color: #000;
  padding: 5px 15px;
  margin: 0 5px;
  font-size: 1rem;
}
.column .wp-pagenavi .page:hover {
  background: #eee;
  color: #000;
  border-radius: 5px;
}
.column .wp-pagenavi .pages {
  color: #aaa;
  padding: 5px 15px;
  margin: 0 5px;
  font-size: 1rem;
}
.column .wp-pagenavi .nextpostslink, .column .wp-pagenavi .larger {
  padding: 5px 15px;
  margin: 0 5px !important;
  border-radius: 5px;
  font-size: 1rem;
}
.column .wp-pagenavi .nextpostslink, .column .wp-pagenavi .previouspostslink {
  padding: 5px 15px;
  margin: 0 5px;
  color: #aaa;
}
.column .wp-pagenavi .nextpostslink:hover, .column .wp-pagenavi .previouspostslink:hover {
  background: #eee;
  color: #000;
  border-radius: 5px;
}
.column .content p {
  font-size: 1rem;
}
.column .content .data {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
}
.column .content .data .category a {
  background: #3aabd2;
  padding: 3px 15px 5px;
  font-weight: bold;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 20px;
  margin: 0 10px 10px 0;
}
.column .content .data .time {
  padding: 5px 0;
  color: #bbb;
  font-size: 0.9rem;
}
.column .content .left h1 {
  font-size: 1.8rem;
  margin: 0 0 30px;
  line-height: 1.5;
}
.column .content .left h2 {
  background: #3aabd2;
  padding: 10px 15px;
  font-size: 1.4rem;
  color: #fff;
  margin: 70px 0 20px;
  font-weight: bold;
}
.column .content .left h3 {
  background: #f7f7f7;
  padding: 10px 20px;
  font-size: 1.2rem;
  border-left: solid 3px #3aabd2;
  margin: 40px 0 20px;
  font-weight: bold;
}
.column .content .left h4 {
  font-size: 1.2rem;
}
.column .content .left .thumbnail {
  width: 100%;
  margin: 0 0 30px;
}
.column .content .left .thumbnail img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
}
.column .content .left .a:hover {
  color: #e32959;
  text-decoration: underline;
}
.column .content .left table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 10px;
}
.column .content .left table th {
  padding: 10px;
  background: #f7f7f7;
  border: solid 1px #ccc;
  font-size: 1rem;
}
.column .content .left table td {
  padding: 10px;
  border: solid 1px #ccc;
  font-size: 1rem;
}
.column .content .left ul {
  list-style: disc;
  margin: 20px 10px;
  background: #f7f7f7;
  padding: 20px 20px 20px 50px;
  font-size: 1rem;
}
.column .content .left ol {
  list-style: decimal;
  margin: 20px 10px;
  background: #f7f7f7;
  padding: 20px 20px 20px 50px;
  font-size: 1rem;
}
.column .content #ez-toc-container {
  width: 90%;
  margin: 30px 5% 0;
  padding: 20px 30px;
  border: solid 1px #dadada;
  border-radius: 5px;
}
.column .content #ez-toc-container .ez-toc-title {
  font-size: 1rem;
  margin: 0 0 20px;
}
.column .content #ez-toc-container a {
  margin: 0 0 10px;
  font-size: 1rem;
}
.column .content #ez-toc-container a:hover {
  color: #3aabd2;
  text-decoration: underline;
}
.column .content .yarpp h3 {
  background: none;
  padding: 0;
  font-size: 1.2rem;
  border: none;
  margin: 40px 0 20px;
}
.column .content .yarpp .yarpp-thumbnails-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.column .content .yarpp a {
  width: 50% !important;
  height: auto !important;
  display: flex;
  border: none;
  margin: 0 0 20px;
}
.column .content .yarpp a img {
  width: 40% !important;
  height: 90px !important;
  object-fit: cover;
  margin: 0 15px 0 0;
}
.column .content .yarpp a .yarpp-thumbnail-title {
  width: 60% !important;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  color: #000;
  margin: 0 15px 0 0;
}
.column .kansyu {
  background: #f7f7f7;
  border: solid 1px #e5e5e5;
  padding: 30px;
  margin: 40px 0 0;
  border-radius: 5px;
}
.column .kansyu-profile-img {
  display: flex;
}
.column .kansyu-profile-img .kansyu-img {
  width: 130px;
  height: auto;
  text-align: center;
  margin: 0 30px 0 0;
}
.column .kansyu-profile-img .kansyu-img img {
  width: 100%;
  height: 130px;
  border-radius: 80px;
}
.column .kansyu-profile-img .kansyu-content {
  width: 510px;
  margin: 0;
}
.column .kansyu-profile-img .kansyu-content .kansyu-profile .txt0 {
  font-size: 1.5rem;
  color: #e3295b;
  margin: 0 0 5px;
}
.column .kansyu-profile-img .kansyu-content .kansyu-profile .txt1 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 15px;
}
.column .kansyu-profile-img .kansyu-content .kansyu-profile .txt1 span {
  font-size: 1.2rem;
  color: #000;
  font-weight: normal;
}
.column .kansyu-profile-img .kansyu-content .d1 .txt2 {
  font-size: 1.4rem;
}
.column .breadcrumbs {
  font-size: 14px;
}
.column .breadcrumbs a {
  text-decoration: none;
}
.column-archive .breadcrumbs {
  width: 1100px;
  margin: 0 auto 30px
}
@media screen and (max-width:1100px) {
  .column .container {
    width: 980px;
  }
  .column .container .left {
    width: 610px;
  }
  .column .container .left .thumbnail {
    width: auto;
  }
}
@media screen and (max-width:980px) {
  .column {
    padding-top: 0;
  }
  #bk3938 > div {
    padding: 20px 15px;
  }
  .column .breadcrumbs {
    overflow-x: scroll;
    white-space: nowrap;
    margin: 0 0px 0px;
  }
  .column .breadcrumbs {
    width: 100%;
  }
  .column .container {
    width: 100%;
    margin: 0 auto 0;
    display: block;
    padding: 30px 0 30px;
  }
  .column .container .left {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .column .container .left a {
    margin: 0 0 40px;
  }
  .column .container .left ul a {
    display: block;
  }
  .column .content .left h1 {
    font-size: 1.4rem;
  }
  .column .content .left h2 {
    font-size: 1.2rem;
  }
  .column .content .left h3 {
    font-size: 1.0rem;
  }
  .column .container .left .thumbnail {
    width: 100%;
    margin: 0 0 10px;
  }
  .column .container .left .thumbnail img {
    width: 100%;
    height: 200px;
  }
  .column .container .left .content {
    width: 100%;
  }
  .column .container .left .content .title {
    margin: 0 0 10px;
  }
  .column .container .left .content .des {
    margin: 0 0 10px;
  }
  .column .container .left .content .time {
    margin: 0;
  }
  .column .container .right {
    width: 100%;
    padding: 0 15px;
  }
  .column .container .right h3 {
    margin: 0 0 15px;
  }
  .column .container .right .sidebar-wrapper {
    margin: 0 0 30px;
  }
  .column .container .right .sidebar-wrapper .rpwe-li a {
    width: 35%;
  }
  .column .container .right .sidebar-wrapper .rpwe-li h3 {
    width: 65%;
  }
  .column .wp-pagenavi {
    margin: 40px 0;
  }
  .column .content .data {
    display: block;
    margin: 0 0 10px;
  }
  .column .content .data .category a {
    display: inline-block;
  }
  .column .content .data .time {
    margin: 10px 0 0;
  }
  .column .content .left .thumbnail img {
    height: 200px !important;
  }
  .column .content .yarpp {
    margin: 20px 0 50px;
  }
  .column .content .yarpp .yarpp-thumbnails-horizontal {
    display: block;
  }
  .column .content .yarpp a {
    width: 100% !important;
    margin: 0 0 20px;
  }
  .column .content .yarpp a img {
    width: 35% !important;
    height: 72px !important;
  }
  .column .content .yarpp a .yarpp-thumbnail-title {
    width: 65% !important;
    margin: 0 !important;
    font-size: 1.0rem;
  }
  .column .kansyu {
    padding: 20px;
  }
  .column .kansyu-profile-img {
    display: block;
  }
  .column .kansyu-profile-img .kansyu-img {
    margin: 0 auto 30px;
  }
  .column .kansyu-profile-img .kansyu-img img {
    width: 100%;
  }
  .column .kansyu-profile-img .kansyu-content {
    width: 100%;
  }
  .column .kansyu-profile-img .kansyu-content .kansyu-profile .txt0 {}
  .column .kansyu-profile-img .kansyu-content .kansyu-profile .txt1 {}
  .column .kansyu-profile-img .kansyu-content .kansyu-profile .txt1 span {}
  .column .kansyu-profile-img .kansyu-content .d1 .txt2 {}
}
/****** TOP-CSS ******/
.top_page header.header-pc {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%;
  height: 70px;
}
.top_page header .content {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.top_page header .content .left {
  width: 410px;
}
.top_page header .content .left .logo img {
  width: 100%;
}
.top_page header .content .right {
  display: flex;
}
.top_page header .content .right ul {
  display: flex;
  align-items: flex-end;
  padding: 0 20px 5px 0;
}
.top_page header .content .right ul li {
  display: table;
}
.top_page header .content .right ul li a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  font-weight: bold;
  font-size: 16px;
}
.top_page header .content .right ul li a:hover {
  border-bottom: 3px solid #009fd7;
}
.top_page header .content .right .tel_content {
  text-align: center;
}
.top_page header .content .right .tel_content .time {
  font-size: 12px;
}
.top_page header .content .right .tel_content .tel_link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #009fd7;
  font-weight: bold;
}
.top_page header .content .right .tel_content .tel_link i {
  padding: 0 5px 0 0;
  font-size: 30px;
}
.top_page header .content .right .contact_content {
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
}
.top_page header .content .right .contact_content a {
  background: #e66322;
  color: #fff;
  padding: 7px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
}
.top_page header .content .right .contact_content a:hover {
  opacity: 0.7;
}
.top_page footer {
  display: flex;
  background: #00465f;
}
.top_page footer .left {
  width: 50%;
}
.top_page footer .right {
  width: 50%;
  background-image: url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/footer_mount.png);
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  padding: 60px;
}
.top_page footer .access {
  border-right: 2px solid #fff;
  margin: 0 40px 0 0;
  padding: 0 40px 0 0;
}
.top_page footer .logo_content {
  margin: 0 0 20px 0;
}
.top_page footer .logo_content img {
  width: 300px;
}
.top_page footer .access_content p {
  color: #fff;
  font-size: 14px;
}
.top_page footer .tel_link:hover {
  opacity: 0.7;
}
.top_page footer .tel_link .tel_content {
  background: #fff;
  text-align: center;
  padding: 14px 0;
  border-radius: 50px;
  line-height: 1.2;
  margin: 40px 0 0 0;
}
.top_page footer .tel_link .time {
  font-size: 14px;
}
.top_page footer .tel_link .num {
  font-size: 28px;
  font-weight: bold;
  color: #e66322;
}
.top_page footer .tel_link .num i {
  transform: translate(-4px, 5px);
  font-size: 30px;
}
.top_page footer .contact_link:hover {
  opacity: 0.7;
}
.top_page footer .contact_content {
  background: #e66322;
  text-align: center;
  padding: 10px 0 10px 0;
  border-radius: 50px;
  line-height: 1.2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 0 0;
}
.top_page footer .contact_content .time {
  background: #fff;
  padding: 15px 10px 10px;
  border-radius: 80px;
  width: 60px;
  height: 60px;
  font-size: 14px;
  margin: 0 0 0 10px;
}
.top_page footer .contact_content .txt {
  font-size: 24px;
  color: #fff;
  margin: 0 0 0 20px;
}
.top_page footer .sitemap ul {}
.top_page footer .sitemap ul li {
  padding: 0 0 10px 0;
}
.top_page footer .sitemap ul li a {
  color: #fff;
}
.top_page footer .sitemap ul li a i {
  transform: translateY(6px);
}
.top_page .copy {
  background: #3e3a39;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.top_page main {
  padding: 70px 0 0 0;
}
.mv_content .outer {
  display: flex;
  width: 100%;
  padding: unset;
}
.mv_content .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv_content h1 {
  font-size: 50px;
  font-weight: bold;
  color: #009fd7;
  line-height: 1.5;
  letter-spacing: 1px;
}
.mv_content .main_txt img {
  width: 450px;
}
.mv_content .swiper {
  height: 700px;
  width: 100%;
  border-radius: 10px 0 0 10px;
}
.mv_content .swiper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.mv_content .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 120px !important;
  left: 50% !important;
  width: unset !important;
}
.mv_content .swiper-pagination-bullet {
  background: #fff !important;
  opacity: unset !important;
  border: 1px solid #009fd7 !important;
}
.mv_content .swiper-pagination-bullet-active {
  background: #009fd7 !important;
}
.mv_content .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px) !important;
}
.abouus_content .outer {
  background-color: #eff8ff;
  margin: 100px 0 0 0;
  background-image: url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_mount.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.abouus_content .inner {
  display: flex;
}
.abouus_content .left {
  width: 600px;
  position: relative;
}
.abouus_content .left img {
  border-radius: 10px;
}
.abouus_content .left .kv_scroll {
  position: absolute;
  z-index: 10;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  top: -50px;
  left: -30px;
}
.abouus_content .left .kv_scroll:before {
  content: "";
  width: 200px;
  aspect-ratio: 1 / 1;
  position: absolute;
  border-radius: 50%;
  background-color: #009fd7;
}
.abouus_content .left .kv_scroll:after {
  content: "";
  width: 250px;
  aspect-ratio: 1 / 1;
  background-image: url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/kv_scroll.png);
  background-size: cover;
  position: absolute;
  animation: rotate 30s linear infinite;
}
.abouus_content .left .kv_scroll p {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.abouus_content .right {
  width: 600px;
  padding: 30px;
}
.news_content .outer {
  background-image:
    url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_wave01.png), url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_wave01.png), url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_wave02.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left bottom 100px, right top 50px, center bottom;
  background-size: 300px, 300px, 1170px;
}
.news_content .inner {
  display: flex;
}
.news_content .right {
  width: 100%;
  padding: 30px 0 30px 50px;
}
.news_content .right .content {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #000;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.news_content .right .content .time {
  background: #009fd7;
  color: #fff;
  padding: 1px 10px 2px;
  border-radius: 50px;
  font-size: 14px;
}
.news_content .right .content .news_title {
  margin: 0 0 0 20px;
}
.interview_content {
  background-color: #eff8ff;
  background-image: url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_mount.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.interview_content .interview {
  background: #fff;
  display: flex;
  padding: 30px;
  border-radius: 150px 0 0 150px;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
.interview_content .interview .thumbnail img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 150px;
}
.interview_content .content {
  width: 80%;
}
.interview_content .content .time {
  background: #009fd7;
  color: #fff;
  padding: 1px 10px 2px;
  border-radius: 50px;
  font-size: 14px;
  display: inline;
}
.interview_content .content .interview_title {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.understand_content .outer {
  background-image:
    url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_wave01.png), url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_wave01.png), url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_wave02.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left bottom 100px, right top 50px, center bottom;
  background-size: 300px, 300px, 1170px;
}
.understand_content .title {
  margin: 15px 0 60px;
}
.understand_content h3 {
  font-size: 32px;
  color: #009fd7;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.understand_content .content {
  display: flex;
}
.understand_content .content .txt_box {
  padding: 0 30px;
  width: 800px;
}
.understand_content .content .txt_box .information {
  padding: 20px;
  background: #e8f5ff;
  border-radius: 10px;
  margin: 15px 0 10px 0;
}
.understand_content .content .txt_box .information span {
  font-weight: bold;
  font-size: 18px;
  color: #e66322;
}

.understand_content .content .txt_box .information a {
  color: #008ec1 !important;
  text-decoration: underline;
}
.understand_content .content .img_box {
  position: relative;
}
.understand_content .content .img_box .img {
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
}
.understand_content .content .img_box .future_icon {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 80px;
}
.flow_content {
  background-color: #eff8ff;
  background-image: url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_mount.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.flow_content .flow_list {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.flow_content .flow_list .flow_listItem {
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  margin: 0px 0 50px 0;
}
.flow_content .flow_list .flow_listItem:last-child {
  margin: 0;
}
.flow_content .flow_listItem:nth-last-of-type(n+2)::before {
  content: "";
  position: absolute;
  bottom: -60%;
  left: 50px;
  z-index: 1;
  display: block;
  width: 0;
  height: calc(100% - 40px - 0px);
  border-right: 2px dotted #009fd7;
}
.flow_content .flow_listItem .step {
  position: relative;
  z-index: 10;
  margin-right: 20px;
  padding-top: 5px;
}
.flow_content .flow_listItem .step .ic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
}
.flow_content .flow_listItem_content {
  width: calc(100% - 78px);
}
.flow_content .flow_listItem .step .ic img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.flow_content .col {
  display: flex;
}
.flow_content .flow_listItem_content img {
  width: 250px;
  object-fit: cover;
}
.flow_content .flow_listItem_content h3 {
  font-size: 32px;
  color: #009fd7;
  font-weight: bold;
  margin: 10px 0;
}
.ss_content .outer {
  background-image:
    url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_wave01.png), url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_wave01.png), url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_wave02.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left bottom 100px, right top 50px, center bottom;
  background-size: 300px, 300px, 1170px;
}
.ss_content .content {
  display: flex;
}
.ss_content .content h3 {
  font-size: 22px;
  color: #009fd7;
  font-weight: bold;
  margin: 30px 0 10px;
}
.ss_content .content .box {
  width: calc(100% / 3);
  padding: 0 0 0 30px;
}
.ss_content .content .box .box1 {
  padding: 0;
}
.ss_content .content .box img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.ss_content .next_btm p {
  display: flex;
}
.ss_content .next_btm a {
  display: block;
  padding: 20px 0 0 0;
}
.ss_content .next_btm img {
  width: 40px !important;
  height: 40px !important;
  right: unset;
}
.ss_content .next_btm a:hover img {
  width: 60px !important;
  height: 60px !important;
}
.rw_content .outer {
  background-color: #eff8ff;
  background-image: url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_mount.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.rw_content h3 {
  font-size: 30px;
  color: #009fd7;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.rw_content .residence_outer {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #fff 50%, #fff 100%);
}
.rw_content .residence_inner {
  width: 1250px;
  margin: 0 auto;
  background: #fff;
  border-radius: 0 100px 10px 0;
  padding: 30px 30px 30px 60px;
}
.rw_content .work_outer {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #fff 50%, #fff 100%);
  margin: 40px 0 0 0;
}
.rw_content .work_inner {
  width: 1250px;
  margin: 0 auto;
  background: #fff;
  border-radius: 100px 0 0 10px;
  padding: 40px 30px 30px 60px;
}
.rw_content .content .box {
  display: flex;
}
.rw_content .content .box .right {
  padding: 20px;
  width: 900px;
  box-sizing: border-box;
}
.rw_content .content .box .right a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.rw_content .content .box .right p span {
  padding: 0 10px 0 0;
  color: #9d9d9d;
  font-size: 13px;
}
.rw_content .content .box .right a.work_link {
  color: #008ec1 !important;
  text-decoration: underline;
  font-weight: bold;
}
.rw_content .content .box .right a .txt {
  font-size: 18px;
  font-weight: bold;
}
.rw_content .content .box .left {}
.rw_content .content .box .left img {
  border-radius: 10px;
  width: 350px;
  height: 200px;
  object-fit: cover;
}
.rw_content .next_btm img {
  width: 40px;
}
.rw_content .next_btm a:hover img {
  width: 60px;
}
.living_content .outer {
  background-image:
    url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_wave01.png), url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_wave01.png), url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_wave02.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left bottom 100px, right top 50px, center bottom;
  background-size: 300px, 300px, 1170px;
}
.living_content .content {
  display: flex;
}
.living_content .content .box {}
.living_content .content .box {
  width: calc(100% / 3);
  padding: 0 0 0 30px;
  box-sizing: content-box;
}
.living_content .content .box1 {
  padding: 0;
}
.living_content .content .box .img {
  position: relative;
}
.living_content .content .box .img img {
  height: 260px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.living_content .content .box .img h3 {
  position: absolute;
  bottom: 0;
  z-index: 10;
  background: #fff;
  padding: 10px 50px;
  font-size: 22px;
  color: #009fd7;
  font-weight: bold;
  border-radius: 0 10px 0 0;
}
.living_content .txt {
  margin: 20px 0 0 0;
}
.living_content .next_btm p {
  display: flex;
}
.living_content .next_btm img {
  width: 40px;
  right: unset;
}
.living_content .next_btm a:hover img {
  width: 60px;
}
.column_content {
  background-color: #eff8ff;
  background-image: url(http://iju.town.kamigori.hyogo.jp/wp2/wp-content/themes/twentytwentyone/assets/images/top/bg_mount.png);
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 10px;
}
.column_content .inner {
  padding: 30px 30px 10px 30px;
  background: #fff;
  border-radius: 10px;
}
.column_content .thumbnail img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}
.column_content .box {
  display: flex;
  flex-wrap: wrap;
}
.column_content .box a {
  width: 50%;
  display: flex;
  margin: 0 0 20px 0;
}
.column_content .box .content {
  width: 80%;
  padding: 0 30px 0 15px;
}
.column_content .box .content .column_title {
  font-size: 16px;
  font-weight: bold;
  color: #009fd7;
  margin: 0 0 10px 0;
}
.column_content .box .content .des {
  font-size: 14px;
}
.column_content .next_btm a {
  padding: 20px 100px 40px 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1100px) {
  .top_page .outer {
    width: 100%;
  }
  .top_page .pc-768 {
    display: none;
  }
  .top_page .sp-768 {
    display: block;
  }
  p {
    font-size: 16px;
  }
  .en_title {
    font-size: 50px;
  }
  .title {
    font-size: 20px;
    margin: 10px 0 30px;
  }
  .next_btm a {
    font-size: 16px;
    justify-content: flex-end;
  }
  .next_btm img {
    width: 40px;
  }
  .inner {
    width: 100%;
  }
  .outer {
    padding: 40px 0;
    padding: 40px 15px;
  }
  .abouus_content .outer, .interview_content, .flow_content, .rw_content .outer, .column_content, .top_page footer .right {
    margin: 50px 0 0 0;
    background-size: contain;
  }
  .news_content .outer, .understand_content .outer, .ss_content .outer, .living_content .outer {
    background-size: 150px, 150px, 100%;
    background-position: left bottom 30px, right top 20px, center bottom;
  }
  .top_page header {}
  .top_page header .content {
    display: block;
    padding: 10px 0;
  }
  .top_page header .content .logo {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .top_page header .content ul {
    display: flex;
  }
  .top_page header .content ul li {
    display: table;
  }
  .top_page header .content ul li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    font-weight: bold;
  }
  .top_page header .content ul li a:hover {
    border-bottom: 3px solid #0bb783;
  }
  .top_page .header-sp {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    background-color: #FFFFFF;
  }
  .top_page .header-sp .logo_box {
    width: 230px;
    padding: 0 0 0 10px;
  }
  .top_page .header-sp img {
    width: 100%;
  }
  .top_page .logo {
    font-weight: 700;
    padding-left: 14px;
  }
  .top_page .hamburger-menu {
    width: 38px;
    height: 38px;
    position: relative;
    border: none;
    appearance: none;
    padding: 0;
    cursor: pointer;
    background: #009fd7;
    border-radius: 5px;
    margin: 0 10px 0px 0;
  }
  .top_page .hamburger-menu__bar {
    display: inline-block;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s;
    width: 24px;
  }
  .top_page .hamburger-menu__bar:first-child {
    top: 10px;
  }
  .top_page .hamburger-menu__bar:nth-child(2) {
    top: 18px;
  }
  .top_page .hamburger-menu__bar:last-child {
    top: 26px;
  }
  .top_page .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }
  .top_page .hamburger-menu--open .hamburger-menu__bar:first-child {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .top_page .hamburger-menu--open .hamburger-menu__bar:last-child {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .top_page .hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
    display: none;
  }
  .top_page .navigation {
    display: none;
    background: #009fd7;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 9999;
    padding: 15px
  }
  .top_page .navigation__list {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  .top_page .navigation__list li {
    padding: 5px 0;
  }
  .top_page .navigation__list-item {
    border-bottom: solid 1px #474747;
  }
  .top_page .navigation__list-item:first-child {
    border-top: solid 1px #474747;
  }
  .top_page .navigation__link {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    display: block;
    padding: 24px 0;
    transition: .5s;
  }
  .top_page .navigation__list a {
    color: #fff !important;
  }
  .top_page .navigation__list .material-icons {
    transform: translateY(7px);
  }
  .top_page .navigation a {
    color: #fff !important;
    font-size: 16px;
  }
  .top_page .navigation a i {
    transform: translateY(6px);
  }
  .top_page footer {
    flex-direction: column;
  }
  .top_page footer .left {
    width: 100%;
  }
  .top_page footer .right {
    width: 100%;
    padding: 20px 15px;
    flex-direction: column;
    margin: 0;
  }
  .top_page footer .access {
    border-right: unset;
    border-bottom: 2px solid #fff;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
  .top_page footer .sitemap ul li {
    padding: 0;
  }
  .top_page footer .sitemap ul li a {
    font-size: 14px;
  }
  .top_page footer .tel_content {
    margin: 20px auto 0;
    width: 80%;
    padding: 5px 0;
  }
  .top_page footer .tel_content .time {
    font-size: 12px;
  }
  .top_page footer .tel_content .tel_link {
    font-size: 20px;
  }
  .top_page footer .contact_content {
    padding: 5px 0;
    margin: 20px auto 0;
    width: 80%;
  }
  .top_page footer .contact_content .time {
    padding: 10px 10px 10px;
    width: 50px;
    height: 50px;
    font-size: 12px;
  }
  .top_page footer .contact_content .contact_link {
    font-size: 20px;
  }
  .top_page .copy {
    font-size: 10px;
  }
  .mv_content .outer {
    flex-direction: column-reverse;
    position: relative;
    padding: 70px 0 0 30px;
  }
  .mv_content .inner {
    width: 100%;
    justify-content: flex-start;
    margin: 20px 0 0 0;
    position: relative;
  }
  .mv_content .swiper {
    height: 300px;
  }
  .mv_content h1 {
    font-size: 30px;
  }
  .mv_content .main_txt img {
    width: 35%;
    position: absolute;
    top: -15px;
    z-index: 10;
    right: 15px;
  }
  .mv_content .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 190px !important;
    left: -55px !important;
    width: unset !important;
    margin: 0 0 0 20px;
    transform: rotate(90deg);
  }
  .abouus_content .inner {
    display: flex;
    flex-direction: column;
  }
  .abouus_content .left, .abouus_content .right {
    width: 100%;
  }
  .abouus_content .right .mb20 {
    margin-bottom: 15px;
  }
  .abouus_content .left .kv_scroll {
    top: -60px;
    left: 0px;
  }
  .abouus_content .left .kv_scroll:before {
    width: 130px;
  }
  .abouus_content .left .kv_scroll:after {
    width: 160px;
  }
  .abouus_content .left .kv_scroll p {
    font-size: 16px;
    padding: 40px 0;
  }
  .abouus_content .right {
    padding: 20px 0 0 0;
  }
  .news_content .inner {
    flex-direction: column;
  }
  .news_content .right {
    padding: 0 0 20px 0;
  }
  .news_content .right .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .news_content .right .content .news_title {
    margin: 0;
    font-size: 14px;
  }
  .news_content .right .content .time {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .interview_content .interview {
    flex-direction: column;
    border-radius: 100px 100px 10px 10px;
    padding: 15px;
  }
  .interview_content .interview .thumbnail img {
    width: 100%;
    border-radius: 90px 90px 10px 10px;
  }
  .interview_content .content {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .interview_content .content .interview_title {
    font-size: 20px;
    margin: 10px 0 5px;
  }
  .interview_content .content .time {
    font-size: 12px;
  }
  .understand_content .title {
    margin: 10px 0 50px;
  }
  .understand_content .content {
    flex-direction: column-reverse;
  }
  .understand_content .content_2 {
    flex-direction: column;
  }
  .understand_content .content .img_box {
    width: 100%;
  }
  .understand_content .content .img_box .img {
    width: 100%;
    height: auto;
  }
  .understand_content .content .txt_box {
    padding: 20px 0 0 0;
    width: 100%;
  }
  .understand_content h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .understand_content .content .img_box .future_icon {
    top: -20px;
    left: -10px;
  }
  .flow_content .flow_list {
    padding: 15px;
  }
  .flow_content .flow_listItem_content h3 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .flow_content .flow_listItem .step .ic {
    width: 60px;
    height: 60px;
  }
  .flow_content .flow_list .flow_listItem {
    margin: 0 0 20px 0;
  }
  .flow_content .flow_listItem:nth-last-of-type(n+2)::before {
    bottom: -10%;
    left: 30px;
  }
  .flow_content .flow_listItem_content .txtBox p {
    font-size: 14px;
  }
  .ss_content .content {
    flex-direction: column;
  }
  .ss_content .content .mt80, .ss_content .content .mt40 {
    margin: 0;
  }
  .ss_content .content .box {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .ss_content .content .box img {
    height: 250px;
  }
  .ss_content .content h3 {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .rw_content .outer {
    padding: 40px 15px 40px 0;
  }
  .rw_content .residence_inner {
    width: 100%;
    padding: 30px 15px;
    border-radius: 0 100px 10px 0;
  }
  .rw_content .content .box {
    flex-direction: column;
  }
  .rw_content h3 {
    font-size: 22px;
  }
  .rw_content .content .box .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .rw_content .content .box .left img {
    width: 100%;
    height: 100%;
  }
  .rw_content .work_outer {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #fff 50%, #fff 100%);
    margin: 20px 0 0 0;
  }
  .rw_content .work_inner {
    width: 100%;
    padding: 30px 15px;
    border-radius: 0 100px 10px 0;
  }
  .living_content .content {
    flex-direction: column;
  }
  .living_content .content .box {
    width: 100%;
    padding: 0 0 60px 0;
  }
  .column_content .inner {
    padding: 15px;
  }
  .column_content .box a {
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
  }
  .column_content .thumbnail img {
    width: 100%;
  }
  .column_content .box .content {
    width: 100%;
    padding: 0;
  }
  .column_content .box .content .column_title {
    margin: 15px 0 10px 0;
  }
  .column_content .next_btm a {
    padding: 0px 50px 10px 0;
  }
}
header a, footer a, #frontpage a {
  text-decoration: none !important;
}