@charset "UTF-8";
/* setting */
/* ------------
layout
------------ */
html {
  font-size: 16px;
  letter-spacing: 0.05rem;
}

body {
  background: #fff;
}

img {
  width: 100%;
}

ul {
  padding-left: 0;
  margin-top: 0;
}

.wrap {
  margin: 0 4%;
}

#content {
  padding: 80px 0 0;
}

.sp-item {
  display: block;
}

.sp-tab-item {
  display: block;
}

.pc-item {
  display: none;
}

.pc-tab-item {
  display: none;
}

/* ------テンプレートの打ち消し------- */
.cat-content,
article.post,
article.page,
article.wp101,
article.seo101 {
  border: none;
}

.post-header {
  padding: 42px 0 20px;
}

.post-content,
.cta-post-title,
.post-cta,
.post-cta-inner,
.post-share,
.post-author,
article.page .post-header {
  padding: 20px 0 !important;
}

.breadcrumb li {
  margin: 0;
}
.breadcrumb li a {
  color: #000;
  text-decoration: underline;
}
.breadcrumb i {
  display: none;
}

@media screen and (min-width: 767px) {
  .sp-item {
    display: none;
  }
  .sp-tab-item {
    display: block;
  }
  .pc-item {
    display: none;
  }
  .pc-tab-item {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  #content {
    padding: 180px 0 0;
  }
  .sp-item {
    display: none;
  }
  .sp-tab-item {
    display: none;
  }
  .pc-item {
    display: block;
  }
  .pc-tab-item {
    display: block;
  }
  .post-header {
    padding: 56px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .wrap {
    margin: 0 auto;
  }
}
/* ------------
module
------------ */
/* ------------------------------------
    text_parts
  ------------------------------------ */
/* -- list style -- */
ol.notes_list > li {
  color: #707070;
  font-size: 0.75rem;
  line-height: 1.3;
  counter-increment: num;
}
ol.notes_list > li:before {
  content: "※" counter(num);
}

.notes_list > li:before {
  margin-right: 0.25em;
  float: left;
  content: "※";
}
.notes_list li {
  font-size: 1.4rem;
}
.notes_list li div {
  overflow: hidden;
}

.list > li:before {
  margin-right: 0.25em;
  float: left;
  content: "・";
}
.list li div {
  overflow: hidden;
}

/* -- text -- */
.notes {
  font-size: 0.75rem;
}

p.notes {
  margin-bottom: 0.5rem;
}

.s-txt {
  font-size: 0.8em;
}

.l-txt {
  font-size: 1.3em;
}

.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}
.text_link {
  color: #004680;
  text-decoration: underline;
}
.text_link:hover {
  text-decoration: none;
}
.text_bold {
  font-weight: bold;
}
.text_marker {
  background: linear-gradient(transparent 80%, #F3E600 10%);
}

.font_size0-875 {
  font-size: 14px;
}
.font_size1 {
  font-size: 16px;
}
.font_size1-125 {
  font-size: 18px;
}
.font_size1-5 {
  font-size: 24px;
}
.font_size2 {
  font-size: 32px;
}

a {
  color: #004680;
}
a:hover {
  text-decoration: none !important;
}

.conts {
  margin-bottom: clamp(2.5rem, 1.359223301rem + 4.854368932vw, 5rem);
}

.btn a, .btn button, .btn input {
  display: block;
  position: relative;
  width: min(90%, 400px);
  margin: auto;
  padding: 10px 15px;
  background: #004680;
  border: 2px solid #004680;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
.btn a:after, .btn button:after, .btn input:after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 6%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 1;
  transition: 0.3s;
}
.btn a:hover, .btn button:hover, .btn input:hover {
  background: #fff;
  color: #004680;
  opacity: 1;
}
.btn a:hover:after, .btn button:hover:after, .btn input:hover:after {
  border-color: #004680;
}
.btn.btn-cta a {
  background: #F3E600;
  border-color: #F3E600;
  color: #004680;
}
.btn.btn-cta a i {
  margin-right: 10px;
}
.btn.btn-cta a:after {
  display: none;
}
.btn.btn-cta a:hover {
  background: #fff;
  opacity: 1;
}

.post-box {
  margin-bottom: clamp(1.875rem, 1.3046116505rem + 2.427184466vw, 3.125rem);
}
.post-box a {
  display: block;
  color: #0D0D0D;
}
.post-box .post-thum {
  position: relative;
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.post-box .post-thum img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.post-box .post-thum .post-cate {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  border-radius: 0 0 10px 0;
  background: #579ED7;
  color: hsl(0, 0%, 100%);
  font-size: clamp(0.75rem, 0.692961165rem + 0.2427184466vw, 0.875rem);
}
.post-box .post-time {
  color: #8E8E8E;
  font-size: clamp(0.75rem, 0.7214805825rem + 0.1213592233vw, 0.8125rem);
}
.post-box .post-ttl {
  display: -webkit-box;
  width: 100%;
  margin-bottom: 10px;
  font-size: clamp(1rem, 0.942961165rem + 0.2427184466vw, 1.125rem);
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.post-box .post-tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.post-box .post-tag-list li {
  padding: 2px 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid;
  border-radius: 2px;
  color: #0098FF;
  font-size: 12px;
}

.rank-posts .post-box {
  position: relative;
  margin-bottom: 0;
}
.rank-posts .post-box:before {
  display: block;
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
  width: 26px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 70%, 0 100%);
}
.rank-posts .post-box:first-child:before {
  background: #FFD703;
}
.rank-posts .post-box:nth-child(2):before {
  background: #B6B6B6;
}
.rank-posts .post-box:nth-child(3):before {
  background: #D89838;
}

.post-loop-wrap article {
  margin-bottom: clamp(1.25rem, 0.6796116505rem + 2.427184466vw, 2.5rem);
}

@media screen and (min-width: 767px) {
  .post-loop-wrap .post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post-loop-wrap .post-list .post-box {
    width: 48%;
  }
}
@media screen and (min-width: 991px) {
  .post-loop-wrap .post-list {
    justify-content: flex-start;
  }
  .post-loop-wrap .post-list .post-box {
    width: 31%;
    margin-right: 3.5%;
  }
  .post-loop-wrap .post-list .post-box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .post-loop-wrap .post-list .post-box {
    width: 23%;
    margin-right: 2.6666666667%;
  }
  .post-loop-wrap .post-list .post-box:nth-child(3n) {
    margin-right: 2.6666666667%;
  }
  .post-loop-wrap .post-list .post-box:nth-child(4n) {
    margin-right: 0;
  }
}
a {
  color: #004680;
}
a:hover {
  text-decoration: none !important;
}

.conts {
  margin-bottom: clamp(2.5rem, 1.359223301rem + 4.854368932vw, 5rem);
}

.post-loop-wrap .post-thumbnail {
  width: 100%;
  height: auto;
}
.post-loop-wrap .post-thumbnail img {
  width: 100%;
  object-fit: cover;
}

form input[type=submit],
form button {
  background: #004680;
}

input {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body:before {
  display: block;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  height: 100lvh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  height: 60px;
  width: 100%;
  padding: 0 !important;
  z-index: 1000;
}
#header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: min(92%, 1800px);
  margin: 0 auto;
}
#header .header-wrap:after {
  display: none;
}
#header #logo {
  width: min(70%, 300px);
}

#header-menu-tog {
  text-align: center;
}
#header-menu-tog .header-menu-tog__line {
  position: relative;
  width: 35px;
  height: 24px;
  margin-bottom: 6px;
}
#header-menu-tog .header-menu-tog__line span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #004680;
  border-radius: 10px;
  transition: 0.4s;
}
#header-menu-tog .header-menu-tog__line span:first-child {
  top: 0;
}
#header-menu-tog .header-menu-tog__line span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
#header-menu-tog .header-menu-tog__line span:last-child {
  bottom: 0;
}
#header-menu-tog .header-menu-tog__name {
  font-size: 11px;
  line-height: 1;
}

#gnav {
  display: block;
  position: fixed;
  top: 60px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1001;
  background: none;
  border: none;
  overflow: hidden;
  pointer-events: none;
}
#gnav .gnav-wrap {
  position: absolute;
  top: 0;
  right: max(-70%, -400px);
  z-index: 1000;
  width: min(70%, 400px);
  height: calc(100lvh - 60px);
  padding: 4%;
  background: #fff;
  overflow-Y: scroll;
  transition: 0.4s;
}
#gnav #gnav-container {
  margin-bottom: 8%;
}
#gnav #gnav-ul li a:after {
  content: "\f105";
  float: right;
  font-family: "FontAwesome";
  color: #004680;
  transition: 0.4s;
}
#gnav #gnav-ul li a.active:after {
  transform: rotate(90deg);
}
#gnav ul li a {
  background: none !important;
}
#gnav ul li .sub-menu {
  display: none;
  margin-left: 0;
  background: #004680;
}
#gnav ul li .sub-menu li {
  margin: 0 12px;
}
#gnav ul li .sub-menu li a {
  padding: 12px 8px;
  background: transparent;
  color: #fff;
  border-color: #fff;
}
#gnav ul li .sub-menu li:last-child a {
  border: none;
}
#gnav .gnav__sns {
  display: flex;
  justify-content: flex-start;
}
#gnav .gnav__sns li {
  font-size: clamp(1.25rem, 0.9648058252rem + 1.213592233vw, 1.875rem);
}
#gnav .gnav__sns li a {
  border: none;
  color: #004680;
}

#searchform {
  border-radius: 30px;
  border-color: #004680;
}
#searchform button {
  right: 5px;
  color: #004680;
}

.nav-open {
  overflow: hidden;
}
.nav-open::before {
  opacity: 1;
}
.nav-open #header-menu-tog .header-menu-tog__line span:first-child {
  top: 11px;
  transform: rotate(45deg);
}
.nav-open #header-menu-tog .header-menu-tog__line span:nth-child(2) {
  opacity: 0;
}
.nav-open #header-menu-tog .header-menu-tog__line span:last-child {
  bottom: 11px;
  transform: rotate(-45deg);
}
.nav-open #gnav {
  pointer-events: initial;
}
.nav-open #gnav .gnav-wrap {
  right: 0;
}

.satei-ai {
  max-width: 900px;
  margin: min(8%, 60px) auto;
  padding-bottom: min(6%, 40px);
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.satei-ai br {
  display: none;
}
.satei-ai p:not([class]) {
  margin: 0 !important;
  height: 0;
}
.satei-ai .sell-title {
  margin-bottom: min(6%, 30px);
  background: #004680;
  color: #fff;
  font-size: clamp(1.25rem, 0.9648058252rem + 1.213592233vw, 1.875rem);
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  border-left: none;
}
.satei-ai .sell-title-inner {
  display: inline-block;
  position: relative;
  padding: min(2%, 10px) 0;
  padding-left: min(18%, 90px);
}
.satei-ai .sell-title-inner .sell-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(22%, 80px);
  z-index: 1;
}
.satei-ai .sell-copy {
  font-size: clamp(1rem, 0.7718446602rem + 0.9708737864vw, 1.5rem);
  font-weight: bold;
  text-align: center;
}
.satei-ai .mainContents_input-wrap {
  padding: min(6%, 40px) 0;
}
.satei-ai .mainContents_input-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.satei-ai .mainContents_input-box:not(:last-of-type) {
  margin-bottom: 3%;
}
.satei-ai .mainContents_input-box:not(:last-of-type) .mainContents_label {
  position: relative;
}
.satei-ai .mainContents_input-box:not(:last-of-type) .mainContents_label:after {
  position: absolute;
  content: "";
  left: 50%;
  height: 100%;
  transform: translate(-50%, 105%);
  border-right: 2px dotted;
}
.satei-ai .mainContents_input-box .mainContents_label {
  margin-right: 4% !important;
  margin-bottom: 0 !important;
  color: #004680;
  font-size: clamp(1rem, 0.8859223301rem + 0.4854368932vw, 1.25rem);
  font-weight: bold;
}
.satei-ai .mainContents_input-box .mainContents_select-box {
  position: relative;
  z-index: 1;
  width: min(70%, 360px);
}
.satei-ai .mainContents_input-box .mainContents_select-box:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #004680;
  border-right: 2px solid #004680;
  z-index: 1;
}
.satei-ai .mainContents_input-box select {
  width: 100%;
  padding: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #333;
  border-radius: 6px;
  color: #333;
  font-size: clamp(0.875rem, 0.7038834951rem + 0.7281553398vw, 1.25rem);
  font-weight: bold;
}
.satei-ai .sell-estimate-button__wrap .sell-button-area {
  position: relative;
  width: min(80%, 400px);
  height: min(14vw, 70px);
  margin: auto;
}
.satei-ai .sell-estimate-button__wrap .sell-button-area:after {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 6%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #004680;
  border-right: 2px solid #004680;
  z-index: 1;
}
.satei-ai .sell-estimate-button__wrap .sell-button-area input {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 4%;
  background: #F3E600;
  border: none;
  border-radius: 50px;
  color: #004680;
  font-size: clamp(1rem, 0.942961165rem + 0.2427184466vw, 1.125rem);
  font-weight: bold;
}
.satei-ai.foot-estimate {
  width: min(100% - 20px, 1200px);
  margin-left: auto;
  margin-right: auto;
}

#about {
  padding: clamp(1.25rem, 0.6796116505rem + 2.427184466vw, 2.5rem);
  background: url("/sell/media/img/common/bg_about.jpg") center/cover no-repeat;
  font-size: clamp(0.8125rem, 0.7269417476rem + 0.3640776699vw, 1rem);
}
#about .about-wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: clamp(1.25rem, 0.6796116505rem + 2.427184466vw, 2.5rem);
}
#about .about-logo {
  width: min(50%, 220px);
  margin: 0 auto clamp(1.5625rem, 0.8495145631rem + 3.0339805825vw, 3.125rem);
}
#about .about-txt {
  margin-bottom: clamp(1.25rem, 0.6796116505rem + 2.427184466vw, 2.5rem);
}
#about .about-outline {
  margin-bottom: 10px;
}
#about .about-authority {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  padding: min(2vw, 20px);
  margin-bottom: 10px;
  background: #fff;
  color: #004680;
  font-weight: bold;
  text-align: center;
}
#about .about-authority .authority-num {
  font-family: Arial;
}
#about .about-authority .notes {
  font-weight: normal;
  font-size: 10px;
}
#about .about-authority .authority-network {
  width: 100%;
  margin-bottom: 0.2rem;
  font-size: clamp(1.125rem, 0.9538834951rem + 0.7281553398vw, 1.5rem);
  font-weight: bold;
}
#about .about-authority .authority-network .authority-num {
  font-size: 1.5em;
}
#about .about-authority .authority-box {
  position: relative;
  width: min(48%, 200px);
  padding: 0 4%;
}
#about .about-authority .authority-box span {
  display: block;
  line-height: 1.2;
}
#about .about-authority .authority-box .authority-note {
  font-size: 0.7em;
}
#about .about-authority .authority-box .notes {
  position: absolute;
  right: -0.2rem;
  bottom: 0;
}
#about .about-authority .authority-box:before, #about .about-authority .authority-box:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 70%;
  aspect-ratio: 1/3;
  background: url("/sell/media/img/common/deco_num.png") center/cover no-repeat;
}
#about .about-authority .authority-box:before {
  left: 0;
}
#about .about-authority .authority-box:after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
#about .about-authority .authority-shop .authority-ttl {
  letter-spacing: 0.15rem;
}
#about .about-authority .authority-shop .authority-num {
  font-size: 2.8em;
}
#about .about-authority .authority-sell .authority-num {
  font-size: 1.3em;
}
#about .about-authority .authority-sell .authority-num em {
  font-size: 1.5em;
}
#about .about-notes {
  display: block;
  line-height: 1.2;
}

#cta-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 5px 0;
  z-index: 1000;
  background: #004680;
  color: #fff;
  text-align: center;
}
#cta-fixed .cta-wrap {
  position: absolute;
  width: 92%;
  top: 50%;
  transform: translateY(-50%);
}
#cta-fixed .cta-cach {
  margin-bottom: 5px;
  font-size: clamp(1.0625rem, 0.8628640777rem + 0.8495145631vw, 1.5rem);
  font-weight: bold;
}
#cta-fixed .cta-btn {
  margin: auto;
  font-size: clamp(1rem, 0.8859223301rem + 0.4854368932vw, 1.25rem);
}
#cta-fixed .cta-btn a {
  width: min(100%, 540px);
  padding: 3px 15px;
}

#satei-foot {
  padding-top: 20px;
  margin-top: -20px;
}

#footer {
  margin-bottom: 100px;
  background: #004680;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .menu-item-288 > a {
  cursor: auto;
}
#footer .menu-item-288 > a:hover {
  color: #fff;
  opacity: 1;
}
#footer .footer-name {
  width: min(60%, 280px);
  margin: 0 auto clamp(0.9375rem, 0.6523058252rem + 1.213592233vw, 1.5625rem);
  font-weight: bold;
  text-align: center;
  font-size: clamp(1.375rem, 1.2609223301rem + 0.4854368932vw, 1.625rem);
}
#footer .footer-01 {
  border: none;
  background: transparent;
}
#footer .footer-01 .wrap {
  padding: clamp(1.25rem, 0.6796116505rem + 2.427184466vw, 2.5rem) 0;
}
#footer .footer-01 #footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: clamp(0.9375rem, 0.6523058252rem + 1.213592233vw, 1.5625rem);
}
#footer .footer-01 #footer-nav > li {
  margin-bottom: 0.6rem;
}
#footer .footer-01 #footer-nav > li > a {
  font-weight: bold;
}
#footer .footer-01 #footer-nav li {
  width: 49%;
  margin-right: 0;
}
#footer .footer-01 #footer-nav li:first-child {
  display: none;
}
#footer .footer-01 #footer-nav li.menu-item-288 {
  width: calc(100vw - 20px);
}
#footer .footer-01 #footer-nav .sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .footer-01 #footer-nav .sub-menu li {
  display: block;
  margin-top: 0.3rem;
}
#footer .footer-02 {
  border: none;
  background: #003867;
}
#footer .footer-02 .wrap {
  padding: 5px 0;
}
#footer .footer-02 .footer-copy {
  font-size: 11px;
  text-align: center;
}
#footer .footer-sns {
  margin-bottom: clamp(0.9375rem, 0.6523058252rem + 1.213592233vw, 1.5625rem);
  font-size: clamp(1.375rem, 1.2038834951rem + 0.7281553398vw, 1.75rem);
  text-align: center;
}
#footer .footer-sns li {
  margin: 0 0.5rem;
}
#footer .footer-logo {
  width: min(50vw, 180px);
  margin: auto;
}

.pagetop {
  bottom: 120px;
  z-index: 1000;
}
.pagetop span {
  font-size: 24px;
}
.pagetop span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 767px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
  .post-loop-wrap .post-thumbnail {
    width: 40%;
  }
  .satei-ai .mainContents_input-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: min(5%, 30px) min(6%, 40px);
  }
  .satei-ai .mainContents_input-box {
    display: block;
    width: 23%;
  }
  .satei-ai .mainContents_input-box:not(:last-of-type) {
    margin-bottom: 0 !important;
  }
  .satei-ai .mainContents_input-box:not(:last-of-type) .mainContents_label:after {
    display: none;
  }
  .satei-ai .mainContents_input-box .mainContents_select-box {
    width: 100%;
  }
  .satei-ai .sell-estimate-button__wrap .sell-button-area:after {
    transition: 0.3s;
  }
  .satei-ai .sell-estimate-button__wrap .sell-button-area input {
    transition: 0.3s;
  }
  .satei-ai .sell-estimate-button__wrap .sell-button-area:hover:after {
    border-color: #F3E600;
  }
  .satei-ai .sell-estimate-button__wrap .sell-button-area:hover input {
    background: #004680;
    color: #F3E600;
  }
  #footer .footer-01 {
    font-size: 15px;
  }
  #footer .footer-01 #footer-nav {
    width: 98%;
  }
  #footer .footer-01 #footer-nav li {
    width: 100%;
  }
  #footer .footer-01 #footer-nav > li {
    width: auto;
  }
  #footer .footer-01 #footer-nav > li.menu-item-288 {
    width: auto;
  }
  #footer .footer-01 #footer-nav .sub-menu {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  body.home #content {
    padding-top: 120px;
  }
  #header {
    height: 120px;
    margin-bottom: 0;
    border-top: 8px solid #004680;
  }
  #header #logo {
    margin-bottom: 30px;
  }
  #header .header-sub-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: min(50%, 450px);
    margin-bottom: 30px;
  }
  #header #searchform {
    width: 70%;
  }
  #header #header-sns {
    display: flex;
    justify-content: flex-end;
    width: 30%;
  }
  #header #header-sns li {
    margin-left: 20px;
  }
  #header #header-sns li a {
    color: #004680;
  }
  #gnav {
    position: fixed;
    top: 80px;
    height: auto;
    pointer-events: initial;
  }
  #gnav .gnav-wrap {
    position: static;
    width: min(92%, 1800px);
    height: 100%;
    margin: auto;
    padding: 0;
    background: transparent;
    overflow-y: auto;
  }
  #gnav #gnav-container {
    margin-bottom: 0;
  }
  #gnav #gnav-ul li a {
    position: relative;
    padding: 10px;
    border: none !important;
  }
  #gnav #gnav-ul li a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #004680;
    opacity: 0;
    transition: 0.3s;
  }
  #gnav #gnav-ul li a:hover {
    color: #004680;
    opacity: 1;
  }
  #gnav #gnav-ul li a:hover:after {
    opacity: 1;
  }
  #gnav #gnav-ul li a.active:after {
    transform: rotate(0deg);
  }
  #gnav #gnav-ul li .sub-menu {
    position: fixed;
  }
  #gnav #gnav-ul li .sub-menu li {
    border-bottom: 1px solid #e5e5e5;
  }
  #gnav #gnav-ul li .sub-menu li a {
    padding: 12px;
    color: #fff;
    font-size: 13px;
    transition: 0.3s;
  }
  #gnav #gnav-ul li .sub-menu li a:hover {
    opacity: 0.8;
  }
  #gnav #gnav-ul li .sub-menu li:last-child {
    border: none;
  }
  #about .about-outline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #about .about-outline .about-txt {
    width: 60%;
  }
  #about .about-outline .about-authority {
    width: 36%;
  }
  #about .about-outline .about-authority .authority-box {
    width: min(80%, 200px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  #about .about-outline .about-authority .authority-box > * {
    width: 100%;
  }
  #about .about-outline .about-authority .notes {
    right: -1rem;
    bottom: 2rem;
    width: auto;
  }
  #cta-fixed {
    display: none;
  }
  #cta-fixed .cta-inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  #cta-fixed .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  #cta-fixed .cta-txt {
    margin-right: 4%;
    text-align: left;
  }
  #cta-fixed .cta-cach {
    margin-bottom: 0;
  }
  #cta-fixed .cta-btn {
    width: min(45%, 450px);
    margin: 0;
  }
  #cta-fixed .cta-btn a {
    width: 100%;
    padding: 12px 15px;
  }
}
@media screen and (min-width: 1200px) {
  #about {
    padding: 60px 0;
  }
  #about .about-wrap {
    max-width: 1200px;
    margin: auto;
    box-sizing: border-box;
  }
  #footer .footer-01 .footer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer .footer-01 #footer-nav {
    justify-content: flex-end;
  }
  #footer .footer-01 #footer-nav > li {
    margin-right: 5%;
  }
  #footer .footer-01 .footer-name {
    margin-left: 0;
    text-align: left;
  }
  #footer .footer-01 nav {
    width: calc(84% - 280px);
  }
  #footer .footer-01 .footer-sns {
    width: 10%;
  }
}

/*# sourceMappingURL=common.css.map */
