@font-face {
  font-family: 'NotoSansJP';
  font-weight: 400;
  font-display: swap;
  src: local('NotoSansJP'),
       url(../font/NotoSansJP-Regular.woff2) format('woff2'),
       url(../font/NotoSansJP-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-weight: 700;
  font-display: swap;
  src: local('NotoSansJP'),
       url(../font/NotoSansJP-Bold.woff2) format('woff2'),
       url(../font/NotoSansJP-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-weight: 300;
  font-display: swap;
  src: local('Lato'),
       url(../font/Lato-Light.woff2) format('woff2'),
       url(../font/Lato-Light.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-weight: 700;
  font-display: swap;
  src: local('Lato'),
       url(../font/Lato-Bold.woff2) format('woff2'),
       url(../font/Lato-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-weight: 900;
  font-display: swap;
  src: local('Lato'),
       url(../font/Lato-Black.woff2) format('woff2'),
       url(../font/Lato-Black.woff) format('woff');
}
:root {
  --c-blue: #0020a5;
  --c-blue2: #e6eaf9;
  --c-blue3: #4666fb;
}
body {
  color: #333;
  font-size: 1.6rem;
  font-family: 'NotoSansJP','Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
  font-weight: 400;
  line-height: 2;
  min-width: 320px;
  max-width: 1920px;
  overflow-x: hidden;
  margin: auto;
}
.section {
  padding-top: 95px;
  padding-bottom: 95px;
}
.column ~ .column {
  margin-top: 95px;
}
.body {
  max-width: calc(100% - 30px);
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:768px) {
  html { font-size:9px }
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .column ~ .column {
    margin-top: 50px;
  }
}
@media (max-width:320px) {
  html { font-size:8.5px }
}
@media print {
  body { width:1200px }
}

a.link {
  color: var(--c-blue);
}
a.link img {
  transition: .2s;
}
a.link:hover {
  text-decoration: underline;
}
a.link:hover img {
  opacity: .8;
}

.scroll-sw {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: .2s;
}
.js-scroll .scroll-sw:not(.default),
body:not(.js-scroll) .scroll-sw.default {
  height: auto;
  opacity: 1;
}

@media (min-width:1261px) {
  .header-sp {
    display: none !important;
  }
}
@media (max-width:1260px) {
  .header-pc {
    display: none !important;
  }
}

/* ****************************************************************************************************
   * header
**************************************************************************************************** */

.header-text {
  font-size: 1.2rem;
  line-height: 1.2;
  padding: .5em;
  background: var(--c-blue2);
}
.header-text > div {
  max-width: 1480px;
  margin: 0 auto;
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  display: flex;
  transition: .2s;
}
.js-scroll #header {
  background: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,.2);
}

#header .logo {
  width: 370px;
}
#global-nav {
  width: calc(100% - 370px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#global-nav .sf-menu {
  display: flex;
  gap: 1.5em;
  color: #111;
  margin-right: 2em;
}
#global-nav .sf-menu > li > span,
#global-nav .sf-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  height: 80px;
}
#global-nav .sf-menu > li.current > span,
#global-nav .sf-menu > li.current > a,
#global-nav .sf-menu > li > span:hover,
#global-nav .sf-menu > li > a:hover {
  color: var(--c-blue);
}
#global-nav .sf-menu > li > span:before,
#global-nav .sf-menu > li > a:before {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  background: var(--c-blue);
  transition: .2s;
}
@media (max-width:1390px) {
  #global-nav .sf-menu > li > span:before,
  #global-nav .sf-menu > li > a:before {
    bottom: 10px;
  }
}
@media (max-width:1260px) {
  #global-nav .sf-menu > li > span:before,
  #global-nav .sf-menu > li > a:before {
    content: none;
  }
}
#global-nav .sf-menu > li.current > span:before,
#global-nav .sf-menu > li.current > a:before,
#global-nav .sf-menu > li > span:hover:before,
#global-nav .sf-menu > li > a:hover:before {
  left: 0;
  width: 100%;
}
#global-nav .sf-menu .dropdown-box {
  position: absolute;
  left: 0;
  z-index: 9998;
  width: 100%;
  background: var(--c-blue2);
}
#global-nav .sf-menu .dropdown-box {
  padding: 1.5em 0;
  box-shadow: 0 3px 3px rgba(0,0,0,.2);
}
#global-nav .sf-menu .dropdown-box .photo {
  width: 240px;
}
#global-nav .sf-menu .dropdown-box .content {
  width: calc(100% - 240px - 50px);
}
@media (max-width:1260px) {
  #global-nav .sf-menu .dropdown-box .content {
    width: 100%;
  }
}
#global-nav .sf-menu .dropdown-box .title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: .5em;
}
#global-nav .sf-menu .dropdown-box ul {
  display: flex;
  flex-wrap: wrap;
  gap: .5em 1.75em;
}
#global-nav .sf-menu .dropdown-box ul > li > span,
#global-nav .sf-menu .dropdown-box ul > li > a {
  position: relative;
  display: block;
  padding-left: 1.4em;
}
#global-nav .sf-menu .dropdown-box ul > li > span:before,
#global-nav .sf-menu .dropdown-box ul > li > a:before {
  content: '';
  position: absolute;
  top: .75em;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--c-blue);
  border-right: 2px solid var(--c-blue);
  transform: rotate(45deg);
}
#global-nav .sf-menu .dropdown-box ul > li > span:hover,
#global-nav .sf-menu .dropdown-box ul > li > a:hover {
  color: var(--c-blue);
}

#global-nav .aside {
  width: 420px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#global-nav .aside .tel {
  font-size: 2.4rem;
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  color: var(--c-blue);
  margin-right: 1em;
}
#global-nav .aside .tel img {
  height: .8em;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: .4em;
}
@media (max-width:1450px) {
  #global-nav .sf-menu {
    gap: 1.25em;
    margin-right: 1em;
  }
  #global-nav .aside {
    width: 400px;
  }
  #global-nav .aside .tel {
    font-size: 2.2rem;
  }
}
@media (max-width:1390px) {
  #header .logo {
    width: 300px;
  }
  #header .logo img {
    height: 60px;
  }
  #global-nav {
    width: calc(100% - 300px);
  }
  #global-nav .sf-menu > li > span,
  #global-nav .sf-menu > li > a {
    height: 60px;
  }
  #global-nav .aside {
    width: 350px;
  }
  #global-nav .aside img {
    height: 60px;
  }
}
@media (max-width:1260px) {
  #header .logo {
    width: calc(100% - 50px);
  }
  #header .logo img {
    height: 50px;
  }
  #wrapper {
    position: relative;
    left: 0;
    transition: .2s;
  }
  .nav-active #wrapper {
    left: -290px;
  }
  #global-nav {
    position: fixed;
    top: 0;
    right: -290px;
    bottom: 0;
    width: 290px;
    overflow-y: scroll;
    transition: .2s;
  }
  .nav-active #global-nav {
    right: 0;
  }
  #global-nav {
    display: block;
  }
  #global-nav .sf-menu {
    width: 100%;
    display: block;
    margin-right: 0;
  }
  #global-nav .sf-menu > li {
    border-bottom: 1px solid #ccc;
  }
  #global-nav .sf-menu > li > span,
  #global-nav .sf-menu > li > a {
    display: block;
    height: auto;
    padding: .75em;
  }
  #global-nav .sf-menu > li > .parent {
    position: relative;
  }
  #global-nav .sf-menu > li > .parent:after {
    content: '＋';
    position: absolute;
    top: .75em;
    right: .5em;
    display: block;
  }
  #global-nav .sf-menu > li > .parent.active {
    color: var(--c-blue);
  }
  #global-nav .sf-menu > li > .parent.active:after {
    content: '―';
  }
  #global-nav .sf-menu .dropdown-box {
    position: static;
    box-shadow: none;
    padding: .75em 0;
  }
  #global-nav .sf-menu .dropdown-box .title {
    font-size: 1em;
  }
  #global-nav .aside {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em 0 1.5em;
  }
  #global-nav .aside .tel {
    width: 100%;
    text-align: center;
  }
}

.page-lower #visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
  color: #fff;
  background: var(--c-blue2);
  background-size: cover;
}
.page-lower #visual .title-1 {
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 0;
}
.page-lower #visual .title-1:before {
  font-size: .56em;
}
@media (max-width:768px) {
  .page-lower #visual {
    height: 250px;
  }
  .page-lower #visual .title-1 {
    font-size: 4rem;
  }
}
@media (max-width:540px) {
  .page-lower #visual {
    height: 150px !important;
  }
  .page-lower #visual .title-1 {
    font-size: 3rem;
  }
}

/* ****************************************************************************************************
   * main
**************************************************************************************************** */

#main .page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
#main .page-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 200px;
  height: 50px;
  line-height: 1.4;
  color: var(--c-blue);
  padding: 1em;
  border: 1px solid var(--c-blue);
  transition: .2s;
}
#main .page-nav ul li a:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--c-blue);
  border-right: 1px solid var(--c-blue);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -5px;
  transition: .2s;
}
#main .page-nav ul li a.current:after,
#main .page-nav ul li a:hover:after {
  right: .8em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#main .page-nav ul li a.current,
#main .page-nav ul li a:hover {
  color: #fff;
  background: var(--c-blue);
}
@media (max-width:540px) {
  #main .page-nav ul {
    gap: 0;
  }
  #main .page-nav ul li {
    width: 49%;
  }
  #main .page-nav ul li:nth-child(2n+2) {
    margin-left: 2%;
  }
  #main .page-nav ul li:nth-child(n+3) {
    margin-top: 2%;
  }
  #main .page-nav ul li a {
    width: 100%;
    height: auto;
    padding: .25em .5em;
  }
}

.mce-area h2,
.mce-area h3,
.mce-area h4,
.mce-area h5 {
  margin-top: 2.5em;
  margin-bottom: 1.25em;
}
.mce-area > *:first-child {
  margin-top: 0 !important;
}
.mce-area > * + * {
  margin-top: 1.5em;
}

.mce-area h2 {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  padding: .5em;
  padding-left: 1.5em;
  background: var(--c-blue2);
  margin-bottom: 1em;
}
.mce-area h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 2px;
  background: var(--c-blue);
  margin-top: -1px;
}
@media (max-width:768px) {
  .mce-area h2 {
    font-size: 2.6rem;
  }
}
@media (max-width:540px) {
  .mce-area h2 {
    font-size: 2.2rem;
  }
}

.mce-area h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  color: var(--c-blue);
  padding-bottom: .25em;
  padding-left: .9em;
  border-bottom: 1px solid #ccc;
}
.mce-area h3:before {
  content: '';
  position: absolute;
  top: 5%;
  left: 0;
  display: block;
  width: 4px;
  height: 80%;
  background: var(--c-blue);
}
.mce-area h3:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 25%;
  height: 1px;
  background: var(--c-blue);
}

.mce-area h4 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.33;
  padding-left: 1.4em;
  padding-bottom: .25em;
  border-bottom: 1px solid #ccc;
}
.mce-area h4:before {
  content: '';
  position: absolute;
  top: .2em;
  left: 0;
  display: block;
  width: .9em;
  height: .9em;
  background: var(--c-blue3);
}

.mce-area h5 {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33;
  color: var(--c-blue);
  padding-left: 1.25em;
}
.mce-area h5:before {
  content: '';
  position: absolute;
  top: .6em;
  left: 0;
  display: block;
  width: .75em;
  height: 2px;
  background: var(--c-blue);
}

.mce-area ul {
  padding-left: 1em;
  margin-left: 1em;
}
.mce-area ul li {
  line-height: 1.4;
  list-style: square;
}
.mce-area ul li ~ li {
  margin-top: 1em;
}

.mce-area ol {
  padding-left: 1em;
  margin-left: 1em;
}
.mce-area ol li {
  line-height: 1.4;
  list-style: decimal;
}
.mce-area ol li ~ li {
  margin-top: 1em;
}

.mce-area table {
  width: 100%;
  border-collapse: collapse;
}
.mce-area table tbody {
  
}
.mce-area table th {
  font-weight: 700;
  /*color: var(--c-blue);*/
  color:#333;
  background: var(--c-blue2);
}
.mce-area table tr > * {
  padding: .75em;
  border: 1px solid #ddd;
}
.mce-area table th[scope] {
  color: #fff;
  background: var(--c-blue);
}
@media (max-width:768px) {
  .mce-area table tr > * {
    padding: .5em;
  }
}
.mce-area blockquote {
  background: var(--c-blue2);
  padding: 1.25em 1.5em;
  border: 1px solid var(--c-blue);
}
.mce-area blockquote:after {
  content: '';
  display: block;
  clear: both;
}
.mce-area blockquote strong {
  font-size: 1.25em;
  font-weight: 700;
  color: var(--c-blue);
}
.mce-area blockquote img {
  width: auto;
  float: left;
  margin-right: 1em;
}
@media (max-width:1080px) {
  .mce-area blockquote img {
    float: none;
    margin-right: 0;
  }
}
@media (max-width:540px) {
  .mce-area blockquote {
    padding: .5em 1em;
  }
}
.mce-area img {
  width: 100%;
}

.mce-area .layout-1:after {
  content: '';
  display: block;
  clear: both;
}
.mce-area .layout-1 > * {
  display: inline-block;
}
.mce-area .layout-1 > *:nth-child(1) {
  width: 72.2223%;
  float: left;
}
.mce-area .layout-1 > *:nth-child(2),
.mce-area .layout-1 > *:nth-child(3),
.mce-area .layout-1 > *:nth-child(4) {
  width: 25.2223%;
  float: right;
}
.mce-area .layout-1 > *:nth-child(3),
.mce-area .layout-1 > *:nth-child(4) {
  margin-top: 1em;
}
.mce-area .layout-1 > *:only-child {
  width: 100% !important;
  float: none !important;
}
@media (max-width:540px) {
  .mce-area .layout-1 {
    font-size: 0;
  }
  .mce-area .layout-1 > *:nth-child(1) {
    width: 100%;
    float: none;
    margin-bottom: 2%;
  }
  .mce-area .layout-1 > *:nth-child(2),
  .mce-area .layout-1 > *:nth-child(3),
  .mce-area .layout-1 > *:nth-child(4) {
    width: 32%;
    float: none;
    margin: 0 !important;
    margin-left: 2% !important;
  }
  .mce-area .layout-1 > *:nth-child(2) {
    margin-left: 0 !important;
  }
}
 
.mce-area a[href]:has(img) {
  display: inline-block;
  overflow: hidden;
} 
.mce-area a[href] img {
  transition: .2s;
}
.mce-area a[href]:hover img {
  transform: scale(1.05);
}
.mce-area .flex-col-2 {
  display: flex;
}
.mce-area .flex-col-2 > * {
  width: 47.2223%;
}
.mce-area .flex-col-2 > *:nth-child(2n+2) {
  margin-left: 2.77%;
}
.mce-area .flex-col-2 > *:nth-child(n+3) {
  margin-top: 2.77%;
}
@media (max-width:540px) {
  .mce-area .flex-col-2 > * {
    width: 49%;
  }
  .mce-area .flex-col-2 > *:nth-child(2n+2) {
    margin-left: 2%;
  }
  .mce-area .flex-col-2 > *:nth-child(n+3) {
    margin-top: 2%;
  }
}
.mce-area .flex-col-3 {
  display: flex;
}
.mce-area .flex-col-3 > * {
  width: 30.56%;
  margin-left: 4.16%;
}
.mce-area .flex-col-3 > *:nth-child(3n+1) {
  margin-left: 0;
}
.mce-area .flex-col-3 > *:nth-child(n+4) {
  margin-top: 4.16%;
}
@media (max-width:540px) {
  .mce-area .flex-col-3 > * {
    width: 32%;
    margin-left: 2%;
  }
  .mce-area .flex-col-3 > *:nth-child(n+4) {
    margin-top: 2%;
  }
}

.mce-area a[href] {
  color: var(--c-blue);
}
.mce-area a[href]:hover {
  text-decoration: underline;
}

#main .list-1 .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
  padding-right: 1.5em;
  border-bottom: 1px solid #ddd;
}
#main .list-1 .item .time {
  width: 7.5em;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-blue);
}
#main .list-1 .item .title {
  width: calc(100% - 7.5em);
  line-height: 1.5;
}
#main .list-1 .item:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--c-blue);
  border-right: 2px solid var(--c-blue);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
  transition: .2s;
}
#main .list-1 .item:hover {
  color: var(--c-blue);
}
#main .list-1 .item:hover:after {
  right: 0;
}
@media (max-width:540px) {
  #main .list-1 .item .time,
  #main .list-1 .item .title {
    width: 100%;
  }
}

#main .main-wrap {
  max-width: 1600px;
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  margin: 0 auto;
}
#main .main-nav {
  width: 260px;
}
#main .main-nav ul {
  position: sticky;
  top: 120px;
}
@media (max-width:768px) {
  #main .main-wrap {
    padding: 50px 0;
  }
}
#main .main-nav ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 1.25em;
  background: #bbb;
  margin-left: 2.25em;
}
#main .main-nav ul li:last-child:after {
  content: none;
}
#main .main-nav ul li a {
  position: relative;
  display: block;
  font-weight: 700;
  color: #bbb;
  padding-left: 1.4em;
}
#main .main-nav ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: .9em;
  height: 2px;
  margin-top: -1px;
  transition: .2s;
}
#main .main-nav ul li a.current:before,
#main .main-nav ul li a:hover:before {
  background: var(--c-blue);
}
#main .main-nav ul li a.current,
#main .main-nav ul li a:hover {
  color: #000;
}
#main .main-nav ul li {
}
#main .main-content {
  width: calc(100% - 260px);
}
#main .main-content > div {
  max-width: 100%;
  width: 1080px;
}
@media (max-width:1640px) {
  #main .main-nav {
    width: calc((100% - 1080px) / 2);
  }
  #main .main-content {
  }
}
@media (max-width:1420px) {
  #main .main-content {
    max-width: 1080px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #main .main-nav {
    width: 100%;
    margin-bottom: 50px;
  }
  #main .main-nav ul {
    display: flex;
    justify-content: center;
    gap: 1em;
  }
  #main .main-nav ul li:after {
    content: none;
  }
  #main .main-content {
    width: 100%;
  }
}
@media (max-width:880px) {
  #main .main-nav {
    display: none;
  }
}

#main .page-footer-nav {
  padding: 80px 0 90px;
  background: var(--c-blue2);
}
@media (max-width:768px) {
  #main .page-footer-nav {
    padding: 50px 0;
  }
}
#main .page-footer-nav .body {
  width: 1080px;
}
#main .page-footer-nav .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#main .page-footer-nav .list .card {
  width: 47.2223%;
  display: flex;
}
#main .page-footer-nav .list .card:nth-child(2n+2) {
  margin-left: 5.5554%;
}
#main .page-footer-nav .list .card:nth-child(n+3) {
  margin-top: 5.5554%;
}
@media (max-width:1024px) {
  #main .page-footer-nav .list .card {
    width: 49%;
  }
  #main .page-footer-nav .list .card:nth-child(2n+2) {
    margin-left: 2%;
  }
  #main .page-footer-nav .list .card:nth-child(n+3) {
    margin-top: 2%;
  }
}
#main .page-footer-nav .list .card .photo {
  width: 53%;
  overflow: hidden;
}
#main .page-footer-nav .list .card .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}
#main .page-footer-nav .list .card:hover .photo img {
  transform: scale(1.05);
}
#main .page-footer-nav .list .card .content {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
  background: #fff;
}
#main .page-footer-nav .list .card .content .title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--c-blue);
  text-align: left;
  margin-bottom: .75em;
}
#main .page-footer-nav .list .card .content .btn-1 {
  max-width: 100%;
  width: 160px;
  height: 40px;
}
@media (max-width:860px) {
  #main .page-footer-nav .list {
    max-width: 510px;
    margin: 0 auto;
  }
  #main .page-footer-nav .list .card {
    width: 100%;
    margin: 0 !important;
  }
  #main .page-footer-nav .list .card ~ .card {
    margin-top: 2em !important;
  }
}
@media (max-width:540px) {
  #main .page-footer-nav .list .card .photo {
    aspect-ratio: 1 / 1;
    width: 45%;
  }
  #main .page-footer-nav .list .card .content {
    width: 55%;
  }
}
/* ****************************************************************************************************
   * footer
**************************************************************************************************** */

#footer {
  background: #fff;
}
#footer .flex {
  justify-content: space-between;
}

#footer .contact .section {
  color: #fff;
  padding-bottom: 120px;
  background: url("../images/common/contact-bg.jpg") center center /cover no-repeat var(--c-blue);
}
#footer .contact .title-1,
#footer .contact .title-1:before {
  color: #fff;
}
#footer .contact .btn-2 {
  max-width: 100%;
  width: 500px;
  height: 90px;
  font-size: 2rem;
  justify-content: center;
  padding-left: 0;
  margin: 1.5em auto 0;
}
#footer .contact .body {
  justify-content: space-between;
  align-items: center;
}
#footer .contact .btn-area {
  
}
#footer .contact .btn-area .tel-btn {
  display: flex;
  transform: translateY(-50%);
}
#footer .contact .btn-area .tel-btn > * {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .contact .btn-area .tel-btn .tel {
  color: var(--c-blue);
  text-align: center;
  padding: 1em;
  background: var(--c-blue2);
}
#footer .contact .btn-area .tel-btn .tel .line-1 {
  font-size: 2rem;
  font-weight: 700;
}
#footer .contact .btn-area .tel-btn .tel .line-2 {
  font-size: 4rem;
  font-family: 'Lato',sans-serif;
  font-weight: 700;
  line-height: 1;
}
#footer .contact .btn-area .tel-btn .tel .line-2 img {
  height: .75em;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: .2em;
}
#footer .contact .btn-area .tel-btn .btn {
  color: #fff;
  background: var(--c-blue);
}
#footer .contact .btn-area .tel-btn .btn > div {
  padding: 1em;
}
#footer .contact .btn-area .tel-btn .btn.request {
  background: var(--c-blue3);
}
@media (max-width:1100px) {
  #footer .contact .section {
    padding-bottom: 65px;
  }
  #footer .contact .btn-area .tel-btn {
    flex-wrap: wrap;
    transform: translateY(-20px);
  }
  #footer .contact .btn-area .tel-btn .tel {
    width: 100%;
  }
  #footer .contact .btn-area .tel-btn .btn {
    width: 50%;
  }
}
@media (max-width:736px) {
  #footer .contact .btn-area .tel-btn .btn {
    width: 100%;
  }
}
@media (max-width:640px) {
  #footer .contact .btn-area .tel-btn .tel .line-1 {
    font-size: 1.8rem;
    font-weight: 700;
  }
  #footer .contact .btn-area .tel-btn .tel .line-2 {
    font-size: 3.6rem;
    font-family: 'Lato',sans-serif;
    line-height: 1;
  }
  #footer .contact .btn-2 {
    font-size: 1.6rem;
    height: 60px;
  }
}

#footer .footer {
  background: #fff;
  padding: 30px 0;
}
#footer .footer .col-1 {
  width: 340px;
  order: -1;
}
#footer .footer .logo {
  margin-bottom: 1.5em;
}
#footer .nav {
  padding: 60px 0;
  background: var(--c-blue2);
}
#footer .nav a:hover {
  color: var(--c-blue);
}
#footer .nav .body > ul > li ~ li {
  margin-top: 1em;
}
#footer .nav .body > ul > li > a {
  position: relative;
  display: block;
  padding-left: 1.25em;
}
#footer .nav .body > ul > li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--c-blue);
  border-right: 2px solid var(--c-blue);
  transform: rotate(45deg);
  margin-top: -5px;
}
#footer .nav .body > ul > li ul li {
  margin-top: .75em;
}
#footer .nav .body > ul > li ul li a {
  position: relative;
  display: block;
  padding-left: 2.5em;
}
#footer .nav .body > ul > li ul li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 1.5em;
  width: .75em;
  height: 2px;
  background: #333;
  margin-top: -1px;
}
#footer .footer .info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3em;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
#footer .footer .info .logo {
  margin-bottom: 0;
}
#footer .footer .info address {
  
}
#footer .footer .info .sns {
  
}
#footer .footer .bnr {
  text-align: center;
}
@media (max-width:880px) {
  #footer .footer .info {
    gap: 1.5em;
  }
}

@media (max-width:768px) {
  #footer .footer .info {
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 2em;
  }
  #footer .footer .info .logo,
  #footer .footer .info address,
  #footer .footer .info .sns {
    width: 100%;
    text-align: center;
  }
  #sitemap-trigger {
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: .5em;
    background: var(--c-blue);
  }
  #sitemap-trigger:after {
    content: '＋';
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    color: #fff;
    transform: translateY(-50%);
  }
  #sitemap-trigger.active:after {
    content: '―';
  }
  #sitemap-trigger + .nav {
    display: none;
  }
  #footer .footer {
    padding-top: 0;
  }
  #footer .footer .body {
    max-width: 100%;
    display: block;
  }
  #footer .footer .col-1 {
    margin: 3em auto 0;
  }
  #footer .nav {
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  #footer .nav .body {
    display: block;
    max-width: 100%;
  }
  #footer .nav .body > ul > li {
    border-top: 1px solid #ddd;
  }
  #footer .nav .body > ul > li ~ li {
    margin-top: 0;
  }
  #footer .nav .body > ul > li > a {
    padding: .5em 1em;
    padding-left: 2em;
  }
  #footer .nav .body > ul > li > a:before {
    left: .5em;
  }
  #footer .nav .body > ul > li ul {
    padding-bottom: .5em;
  }
  #footer .nav .body > ul > li ul li {
    margin-top: 0;
  }
  #footer .nav .body > ul > li ul li a {
    padding-left: 3em;
  }
  #footer .nav .body > ul > li ul li a:before {
    left: 2em;
  }
}

#footer .copyright {
  font-size: 1.4rem;
  text-align: center;
  padding: 1em 0;
}

@media (max-width:768px) {
  #pagetop {
    width: 50px;
    bottom: 70px;
    transition: .2s;
  }
  .nav-active #pagetop {
    right: calc( 3.125% + 290px);
  }
  #sp-footer-nav {
    position: webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 9998;
    width: 100%;
  }
  #sp-footer-nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #sp-footer-nav ul li {
  }
  #sp-footer-nav ul li a {
    display: block;
    text-align: center;
  }
  #sp-footer-nav ul li a img {
    max-height: 60px;
  }
}
