@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
body {
  color: #1b1b1b;
  -webkit-text-size-adjust: 100%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
}

/* font */
/* -------------------------------------------------- */
/* link */
/* -------------------------------------------------- */
a:link {
  color: #1b1b1b;
  text-decoration: none;
  word-break: break-all;
}
a:visited {
  color: #1b1b1b;
  text-decoration: none;
}
a:hover {
  color: #1b1b1b;
}
a:hover img {
  opacity: 0.7;
  transition: 0.5s;
}

/* topic_path */
/* -------------------------------------------------- */
#breadCrumb {
  margin: 0 0 30px;
}
#breadCrumb ul {
  display: flex;
  justify-content: flex-start;
}
#breadCrumb ul li {
  color: #9a9a9a;
  font-size: 12px;
}
#breadCrumb ul li a {
  text-decoration: underline;
  color: #1b1b1b;
}
#breadCrumb ul li:last-child a {
  text-decoration: none;
}

/* header */
/* -------------------------------------------------- */
header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFF;
}
header .header_content01 {
  position: relative;
}
header .header_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  padding: 23px 0 15px 30px;
  position: relative;
}
header .header_box .logo img {
  width: 313px;
  height: 62px;
}
header .header_box .h1_sub {
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  position: relative;
  padding-left: 50px;
  margin-left: 16px;
  padding-bottom: 5px;
}
header .header_box .h1_sub span {
  font-size: 16px;
}
header .header_box .h1_sub::before {
  content: "";
  display: block;
  width: 45px;
  height: 0.5px;
  background: #000;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 13px;
}
header .contact_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
}
header .contact_btn img {
  width: auto;
  height: 100px;
}
header .g_menu {
  background: linear-gradient(90deg, #F08455 0%, #F29A6C 100%);
}
header .g_menu ul {
  max-width: 1260px;
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
}
header .g_menu ul li {
  width: 25%;
  box-sizing: border-box;
}
header .g_menu ul li a {
  display: block;
  padding: 15px 0;
  color: #FFF;
  font-weight: 500;
}
header .g_menu ul li a span {
  display: block;
  border-right: solid 1px #FFF;
  text-align: center;
}
header .g_menu ul li a:hover span {
  background: #FFF;
  color: #F08455;
  border-radius: 1px;
  transition: 0.7s;
}
header .g_menu ul li:first-child a span {
  border-left: solid 1px #FFF;
}

.sp_btn01 {
  display: none;
}

/* h */
/* -------------------------------------------------- */
.h2 {
  color: #F08455;
  border: solid 1px #F08455;
  background: #FFF;
  border-radius: 10px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
  padding: 8px 0;
  margin-bottom: 50px;
}

/* footer*/
/* -------------------------------------------------- */
.pagetop {
  background: #DCDDE8;
  text-align: center;
}
.pagetop a {
  color: #1E3B9B;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 5px 0;
}
.pagetop a::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(/common/img/img_pagetop.svg) no-repeat center center/100% auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  z-index: -1;
}

footer {
  background: #404D77;
  color: #FFF;
}
footer .footer_box {
  display: flex;
  justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto;
  padding: 90px 30px 40px;
  box-sizing: border-box;
}
footer .footer_box .box_l {
  font-size: 14px;
  width: 26.5%;
}
footer .footer_box .box_l .logo {
  margin-bottom: 60px;
}
footer .footer_box .box_l a {
  color: #FFF;
}
footer .footer_box .box_r {
  width: 48.7%;
  position: relative;
}
footer .footer_box .box_r ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 0;
}
footer .footer_box .box_r ul li {
  width: 31%;
}
footer .footer_box .box_r ul li:nth-child(3n) {
  width: 38%;
}
footer .footer_box .box_r ul li a {
  color: #FFF;
  font-size: 14px;
  position: relative;
}
footer .footer_box .box_r ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #FFF;
  transform: scale(0, 1);
  transition: 0.4s;
}
footer .footer_box .box_r ul li a:hover::before {
  transform: scale(1);
}
footer .footer_box .box_r .copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 10px;
  text-align: right;
}
footer .sp_link {
  display: none;
}

/* frame */
/* -------------------------------------------------- */
/* layout */
/* -------------------------------------------------- */
.pc {
  display: block;
}

.pc_i {
  display: inline-block;
}

.sp {
  display: none;
}

.sp_i {
  display: none;
}

.bold {
  font-weight: bold;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*　inview
----------------------------------------------- */
.view01 {
  position: relative;
  top: 30px;
  opacity: 0;
  transition: all 550ms ease;
  transition-delay: 0.6s;
}
.view01.fadeInDown {
  top: 0;
  opacity: 1;
  transition: all 550ms ease;
  transition-delay: 0.6s;
}

.view02 {
  position: relative;
  right: 30px;
  opacity: 0;
  transition: all 550ms ease;
  transition-delay: 0.6s;
}
.view02.fadeInLeft {
  right: 0;
  opacity: 1;
  transition: all 550ms ease;
  transition-delay: 0.6s;
}

.view03 {
  position: relative;
  left: 30px;
  opacity: 0;
  transition: all 550ms ease;
  transition-delay: 0.6s;
}
.view03.fadeInRight {
  left: 0;
  opacity: 1;
  transition: all 550ms ease;
  transition-delay: 0.6s;
}

.view04 {
  position: relative;
  bottom: 30px;
  opacity: 0;
  transition: all 550ms ease;
  transition-delay: 0.6s;
}
.view04.fadeInTop {
  bottom: 0;
  opacity: 1;
  transition: all 550ms ease;
  transition-delay: 0.6s;
}

.view05 {
  position: relative;
  opacity: 0;
  transition: all 550ms ease;
  transition-delay: 0.6s;
}
.view05.fadeInStay {
  opacity: 1;
  transition: all 550ms ease;
  transition-delay: 0.6s;
}

@media screen and (min-width: 751px) {
  .view01 {
    transition-delay: 0.6s;
  }
  .view01.fadeInDown {
    transition-delay: 0.6s;
  }
  .view02 {
    transition-delay: 0.6s;
  }
  .view02.fadeInLeft {
    transition-delay: 0.6s;
  }
  .view03 {
    transition-delay: 0.6s;
  }
  .view03.fadeInRight {
    transition-delay: 0.6s;
  }
  .view04 {
    transition-delay: 0.6s;
  }
  .view04.fadeInTop {
    transition-delay: 0.6s;
  }
  .view05 {
    transition-delay: 0.6s;
  }
  .view05.fadeInStay {
    transition-delay: 0.6s;
  }
}
/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  /* sp */
  body {
    background-color: #ffffff;
    /* 好きな色に変更OK */
    padding-bottom: env(safe-area-inset-bottom);
  }
  a:hover img {
    opacity: 1;
  }
  /* header */
  /* -------------------------------------------------- */
  header .header_content01 {
    position: relative;
  }
  header .header_box {
    max-width: inherit;
    margin: 0;
    padding: 8px 0 5px 15px;
    position: relative;
  }
  header .header_box .logo img {
    width: auto;
    height: 42px;
  }
  header .header_box .h1_sub {
    display: none;
  }
  header .contact_btn {
    display: none;
  }
  header .g_menu {
    display: none;
    background: linear-gradient(90deg, #F08455 0%, #F29A6C 100%);
  }
  header .g_menu ul {
    max-width: 1260px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
  }
  header .g_menu ul li {
    width: 25%;
    box-sizing: border-box;
  }
  header .g_menu ul li a {
    display: block;
    padding: 15px 0;
    color: #FFF;
    font-weight: 500;
  }
  header .g_menu ul li a span {
    display: block;
    border-right: solid 1px #FFF;
    text-align: center;
  }
  header .g_menu ul li:first-child a span {
    border-left: solid 1px #FFF;
  }
  .sp_btn01 {
    display: block;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #container .drawer-nav {
    margin-top: 55px;
  }
  .drawer-nav .nav-box {
    padding: 0 20px;
    padding-bottom: 55px;
    overflow-y: auto;
  }
  .drawer-nav .list01 {
    padding-top: 35px;
  }
  .drawer-nav .list01 li a {
    display: block;
    color: #FFF;
    background: #1E3B9B;
    border: solid 1px #FFF;
    border-bottom: none;
    padding: 20px 25px;
    position: relative;
    font-size: 20px;
  }
  .drawer-nav .list01 li a::before {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    background: url(/common/img/icon_arrow.svg) no-repeat center center/100% auto;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -14.5px;
  }
  .drawer-nav .list01 li a span {
    font-size: 14px;
  }
  .drawer-nav .list01 li:first-child a {
    border-radius: 10px 10px 0 0;
  }
  .drawer-nav .list01 li:last-child a {
    border-radius: 0 0 10px 10px;
    border-bottom: solid 1px #FFF;
  }
  .drawer-nav .list01.bottom {
    padding-top: 20px;
    margin-bottom: 40px;
  }
  .drawer-nav .list01.bottom li a {
    border-radius: 10px;
    border-bottom: solid 1px #FFF;
  }
  .drawer-nav .list02 {
    margin-bottom: 45px;
  }
  .drawer-nav .list02 li a {
    display: block;
    color: #F08455;
    background: #FFF;
    padding: 13px 0 11px 60px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 1;
  }
  .drawer-nav .list02 li a span {
    display: inline-block;
    padding-left: 54px;
    position: relative;
  }
  .drawer-nav .list02 li a span::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url(/common/img/icon_mail03.svg) no-repeat center center/100% auto;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .drawer-nav .list02 li a small {
    font-size: 18px;
  }
  .drawer-nav .list02 li:last-child {
    margin-top: 5px;
  }
  .drawer-nav .list02 li:last-child a {
    color: #1E3B9B;
  }
  .drawer-nav .list02 li:last-child a span::before {
    background: url(/common/img/icon_mail04.svg) no-repeat center center/100% auto;
  }
  .drawer-nav .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .drawer-nav .txt01 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
  }
  .drawer-nav .txt01 a {
    color: #FFF;
  }
  /* h */
  /* -------------------------------------------------- */
  .h2 {
    font-weight: 600;
    font-size: 24px;
    padding: 6px 0;
    margin-bottom: 25px;
  }
  /* footer*/
  /* -------------------------------------------------- */
  .pagetop {
    display: none;
  }
  footer .footer_box {
    flex-wrap: wrap;
    max-width: inherit;
    margin: 0;
    padding: 50px 50px 80px;
  }
  footer .footer_box .box_l {
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  footer .footer_box .box_l .logo {
    margin-bottom: 50px;
  }
  footer .footer_box .box_r {
    width: 100%;
    position: relative;
  }
  footer .footer_box .box_r ul {
    display: none;
  }
  footer .footer_box .box_r .copyright {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
  footer .sp_link {
    display: flex;
    justify-content: flex-start;
    position: fixed;
    z-index: 10;
    bottom: -1px;
    left: 0;
    background-color: #ffffff;
    /* メニューの背景色 */
    padding-bottom: env(safe-area-inset-bottom);
  }
  footer .sp_link li img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  footer .sp_link li.li01 {
    width: 64.1%;
  }
  footer .sp_link li.li02 {
    width: 35.9%;
  }
  /* layout */
  /* -------------------------------------------------- */
  .pc {
    display: none;
  }
  .pc_i {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_i {
    display: inline-block;
  }
  /* ---------------------SP END----------------------------- */
}/*# sourceMappingURL=base.css.map */