* {
  min-height: 0;
  min-width: 0;
}
body {
  margin: 0;
  padding: 0;
}
body {
  font-weight: 300;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
dl,
dt,
dd,
form,
nav,
header,
footer,
main,
article,
section,
aside,
figure,
figcaption {
  margin: 0;
  padding: 0;
}
ol,
ul,
li {
  list-style: none;
}
main {
  display: block;
}
main,
nav,
aside,
header,
article,
section,
footer,
figure,
ul,
li,
dl,
dt,
dd,
div,
p,
a,
span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  border: 0;
  vertical-align: top;
  height: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 100%;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
a:hover {
  text-decoration: underline;
}
a > img {
  vertical-align: bottom;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  /* box-sizing: border-box */
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ol li {
  list-style-type: decimal !important;
  list-style-position: outside;
  margin-left: 36px;
  padding-left: 16px;
}
pre.prettyprint {
  padding: 10px!important;
  margin-bottom: 30px!important;
}
.full_width {
  width: 100% !important;
}
.iblock {
  display: inline-block;
}
.spc80 {
  height: 80px;
}
.spc72 {
  height: 72px;
}
.spc64 {
  height: 64px;
}
.spc56 {
  height: 56px;
}
.spc48 {
  height: 48px;
}
.spc40 {
  height: 40px;
}
.spc32 {
  height: 32px;
}
.spc24 {
  height: 24px;
}
.spc16 {
  height: 16px;
}
.spc8 {
  height: 8px;
}
.spc4 {
  height: 4px;
}
.m16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  /*		.spc60,
		.spc55,
		.spc50,
		.spc40,
		.spc30,
		.spc20,
		.spc15,
		.spc10{height: inherit;} * @SP_base;
*/
  .spc80 {
    height: 19.32vw;
  }
  .spc72 {
    height: 17.388vw;
  }
  .spc64 {
    height: 15.456vw;
  }
  .spc56 {
    height: 13.524vw;
  }
  .spc48 {
    height: 11.592vw;
  }
  .spc40 {
    height: 9.66vw;
  }
  .spc32 {
    height: 7.728vw;
  }
  .spc24 {
    height: 5.796vw;
  }
  .spc16 {
    height: 3.864vw;
  }
  .spc8 {
    height: 1.932vw;
  }
  .spc4 {
    height: 0.966vw;
  }
  .sp_spc80 {
    height: 80px;
  }
  .sp_spc72 {
    height: 72px;
  }
  .sp_spc64 {
    height: 64px;
  }
  .sp_spc56 {
    height: 56px;
  }
  .sp_spc48 {
    height: 48px;
  }
  .sp_spc40 {
    height: 40px;
  }
  .sp_spc32 {
    height: 32px;
  }
  .sp_spc24 {
    height: 24px;
  }
  .sp_spc16 {
    height: 16px;
  }
  .sp_spc8 {
    height: 8px;
  }
  .sp_spc4 {
    height: 4px;
  }
  .sp_spc60 {
    height: 60px;
  }
}
body.fixed {
  overflow-y: hidden;
}
body {
  color: #333333;
  font-family: 'Noto Sans JP', sans;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
}
.hamburger {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  height: 100px;
  width: 100px;
  z-index: 100;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #000B30;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1048px) {
}
@media screen and (max-width: 980px) {
  .hamburger {
    display: inherit;
    right: 0;
    top: 0;
  }
}
.hamburger span {
  background: #fff;
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  top: 32%;
  left: 50%;
  width: 40px;
  margin-left: -20px;
}
.hamburger span:first-child {
  margin-top: -8px;
}
.hamburger span:nth-child(2) {
  margin-top: 5px;
}
.hamburger span:nth-child(3) {
  margin-top: 18px;
}
.hamburger span.menu {
  color: #fff;
  margin-top: 18px;
  margin-top: 25px;
  background: none;
  font-size: 13px;
}
.hamburger.active span {
  background: #fff;
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  top: 50%;
  left: 50%;
  width: 30px;
  margin-left: -13px;
}
.hamburger.active span:first-child {
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -1px;
}
.hamburger.active span:nth-child(2) {
  width: 0px;
}
.hamburger.active span:nth-child(3) {
  margin-top: 12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -1px;
}
.hamburger.active span.menu {
  display: none;
}
#drawer {
  display: none;
  position: fixed;
  overflow-y: auto;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  min-height: 100dvh;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.95);
}
#drawer #drawer_in {
  padding-top: 20px;
  font-size: 14px;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-top: 100px;
}
#drawer #drawer_in ul.menu_list {
  padding-left: 0;
  margin: 16px;
}
#drawer #drawer_in ul.menu_list > li {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}
#drawer #drawer_in ul.menu_list > li:before {
  content: none;
}
#drawer #drawer_in ul.menu_list > li a {
  display: block;
  padding: 16px;
  color: #000B30;
  text-decoration: none;
  border-bottom: 3px solid #A0C1DE;
}
#drawer #drawer_in ul.menu_list > li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  #drawer #drawer_in ul.sns {
    margin-top: 16px;
  }
}
#drawer #drawer_in ul.sns > li {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
  text-align: center;
}
#drawer #drawer_in ul.sns > li:before {
  content: none;
}
#drawer #drawer_in ul.sns > li a {
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#drawer #drawer_in ul.sns > li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: none;
}
#drawer #drawer_in .copyright {
  font-size: 15px;
  color: #000B30;
  text-align: center;
}
.drawer_logo {
  padding-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .drawer_logo {
    text-align: center;
  }
}
.fc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jc_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c_gap30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.al {
  text-align: left;
}
.ac_spleft {
  text-align: center;
}
@media screen and (max-width: 780px) {
  .ac_spleft {
    text-align: left;
  }
}
.iblock {
  display: inline-block;
}
a[href*="tel:"] {
  text-decoration: none;
}
a[href*="tel:"]:hover {
  text-decoration: underline;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.sp_only {
  display: none !important;
}
@media screen and (max-width: 1048px) {
  .sp_mb0 {
    margin-bottom: 0 !important;
  }
  .sp_spc16 {
    height: 16px;
  }
  .sp_spc32 {
    height: 32px;
  }
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 780px) {
  .sp_spc16 {
    height: 16px;
  }
  .sp_spc32 {
    height: 32px;
  }
  .sp_spc64 {
    height: 64px;
  }
  .sp_spc72 {
    height: 72px;
  }
  .pc_only {
    display: none !important;
  }
  .sp_al {
    text-align: left;
  }
  .sp_only {
    display: inherit !important;
  }
  .sp_none {
    display: none !important;
  }
  .sp_m0 {
    margin-left: 0px !important;
    margin-top: 0px !important;
    width: 100% !important;
  }
}
img {
  vertical-align: top;
}
img.img_full {
  width: 100%;
  height: auto;
  max-width: inherit !important;
}
img.vm {
  vertical-align: middle;
}
.bg_white {
  background-color: #fff;
}
h2 {
  font-size: 40px;
  color: #182252;
  line-height: 48px;
}
.large {
  font-size: 120% !important;
}
.blue {
  color: #182252;
}
.mc {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 780px) {
  .mc {
    margin-top: 0.4em;
  }
}
ul {
  padding-left: 1.5em;
}
ul li {
  position: relative;
  list-style-type: none!important;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0.4em;
}
ul li:before {
  position: absolute;
  content: '';
  top: calc(1.75em / 2 - 2px);
  left: -0.9em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #182252;
}
ul.privacypolicy {
  padding-top: 0.4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
ul.privacypolicy li {
  font-size: 14px;
  margin-bottom: 0;
}
ul.white {
  color: #fff;
}
ul.white a {
  color: #fff;
}
ul.white li:before {
  border-color: transparent transparent transparent #fff;
}
.bg_gray ul li:before {
  border-color: transparent transparent transparent #4D4D4D;
}
.bg_gray ul.white {
  color: #fff;
}
.bg_gray ul.white a {
  color: #fff;
}
.bg_gray ul.white li:before {
  border-color: transparent transparent transparent #fff;
}
.message p {
  margin-bottom: 1.65em;
}
@media screen and (max-width: 780px) {
  .message p {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 1.65em;
  }
}
.narrow {
  width: min(100%, 730px);
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .narrow {
    width: 90%;
    margin-inline: auto;
  }
}
.narrow p {
  font-size: 15px;
}
@media screen and (max-width: 780px) {
  .narrow p {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 780px) {
  .narrow ul li {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 1em;
  }
}
.pg_header {
  height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pg_header h1 {
  margin: 0;
  font-size: 39px;
  line-height: 1;
}
dl.history {
  font-size: 16px;
  font-weight: bold;
}
dl.history div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 780px) {
  dl.history div {
    display: block;
    margin-bottom: 1.4em;
  }
}
dl.history div dt {
  line-height: 1.75;
  width: 4.7em;
}
@media screen and (max-width: 780px) {
  dl.history div dt {
    width: auto;
    font-size: 18px;
    display: block;
    line-height: 1.6;
  }
}
dl.history div dd {
  line-height: 1.75;
  margin-left: 0;
}
@media screen and (max-width: 780px) {
  dl.history div dd {
    font-size: 18px;
    display: block;
    line-height: 1.6;
  }
}
dl.history div dd p {
  margin: 0;
}
dl.history div dd ul {
  margin: 0;
}
dl.history div dd ul li {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  dl.history div dd ul li {
    font-size: 18px;
    line-height: 1.6;
  }
  dl.history div dd ul li:before {
    top: calc(1.6em / 2 - 2px);
    left: -1.3em;
  }
}
.seisaku {
  width: 802px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 198px;
}
@media screen and (max-width: 1048px) {
  .seisaku {
    width: calc(100% - 48px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 780px) {
  .seisaku {
    width: 90%;
    padding-left: 0;
  }
}
.seisaku h2 {
  position: relative;
  margin: 0;
  margin-bottom: 14px;
}
.seisaku h2.no_01:before {
  position: absolute;
  content: "";
  width: 198px;
  height: 96px;
  display: block;
  left: -190px;
  background-image: url(../img/policy01.svg);
  background-repeat: no-repeat;
  background-position: center left;
}
.seisaku h2.no_02:before {
  position: absolute;
  content: "";
  width: 198px;
  height: 96px;
  display: block;
  left: -190px;
  background-image: url(../img/policy02.svg);
  background-repeat: no-repeat;
  background-position: center left;
}
.seisaku h2.no_03:before {
  position: absolute;
  content: "";
  width: 198px;
  height: 96px;
  display: block;
  left: -190px;
  background-image: url(../img/policy03.svg);
  background-repeat: no-repeat;
  background-position: center left;
}
@media screen and (max-width: 780px) {
  .seisaku h2 {
    padding-top: 130px;
    margin-bottom: 30px;
  }
  .seisaku h2.no_01 {
    background-image: url(../img/policy01.svg);
    background-repeat: no-repeat;
    background-position: top center;
  }
  .seisaku h2.no_01:before {
    content: "";
  }
  .seisaku h2.no_02 {
    background-image: url(../img/policy02.svg);
    background-repeat: no-repeat;
    background-position: top center;
  }
  .seisaku h2.no_02:before {
    content: "";
  }
  .seisaku h2.no_03 {
    background-image: url(../img/policy03.svg);
    background-repeat: no-repeat;
    background-position: top center;
  }
  .seisaku h2.no_03:before {
    content: "";
  }
}
.seisaku p {
  margin: 0;
  font-size: 15px;
  margin-bottom: 14px;
}
@media screen and (max-width: 780px) {
  .seisaku p {
    font-size: 18px;
  }
}
.seisaku ul {
  padding-left: 1.5em;
}
.seisaku ul li {
  position: relative;
  list-style-type: none!important;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0.4em;
}
.seisaku ul li:before {
  position: absolute;
  content: '';
  top: calc(1.75em / 2 - 2px);
  left: -0.9em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #182252;
}
@media screen and (max-width: 780px) {
  .seisaku ul li {
    font-size: 18px;
  }
}
.c_full.bg_gray {
  background-color: #EFEFEF;
}
.c_full .bg_photo {
  background-image: url(../img/photo_01.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 298px;
}
@media screen and (max-width: 780px) {
  .c_full .bg_photo {
    background-position: center bottom;
    padding-bottom: 420px;
  }
}
.c_full.bg_blue {
  background-color: #182252;
}
.c_full.mt_negative {
  margin-top: -35px;
}
@media screen and (max-width: 1040px) {
  .c_full.mt_negative {
    margin-top: -29px;
  }
}
@media screen and (max-width: 780px) {
  .c_full.mt_negative {
    margin-top: -29px;
  }
}
.c_full.bg_name {
  background-image: url(../img/bg_name.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 780px) {
  .c_full.bg_name {
    background-size: 85%;
  }
}
.c_full > .inner {
  width: min(100%, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 1048px) {
  .c_full > .inner {
    width: calc(100% - 48px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 780px) {
  .c_full > .inner {
    width: 90%;
    margin-inline: auto;
  }
}
.in_colm3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 780px) {
  .in_colm3 {
    width: 90%;
    display: block;
  }
}
.in_colm3 > .item {
  width: 100%;
  overflow: hidden;
}
.in_colm3 > .item .yt {
  width: 318px;
  height: 180px;
}
.in_colm3 > .item .sns_box {
  height: 378px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
}
.in_colm3 > .item .sns_box > div {
  width: 100%;
}
.in_colm2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 30px;
}
@media screen and (max-width: 780px) {
  .in_colm2 {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.in_colm2 > .item {
  width: 100%;
  overflow: hidden;
}
.toppage .profile {
  width: min(100%, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .toppage .profile {
    width: 90%;
  }
}
.toppage .profile .inner {
  padding-left: 340px;
  background-image: url(../img/photo_body.webp);
  background-repeat: no-repeat;
  background-size: 189px auto;
  background-position: left 66px bottom;
}
@media screen and (max-width: 780px) {
  .toppage .profile .inner {
    padding-left: 0;
    padding-bottom: 642px;
    background-position: center bottom;
  }
}
.toppage .profile .inner dl {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .toppage .profile .inner dl {
    font-size: 18px;
  }
}
.toppage .profile .inner dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 780px) {
  .toppage .profile .inner dl div {
    margin-bottom: 1em;
  }
}
.toppage .profile .inner dl div dt {
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .toppage .profile .inner dl div dt {
    line-height: 1.16;
  }
}
.toppage .profile .inner dl div dd {
  line-height: 1.6;
  margin-left: 0;
}
@media screen and (max-width: 780px) {
  .toppage .profile .inner dl div dd {
    line-height: 1.16;
  }
}
.toppage .profile .inner p {
  margin: 0;
}
.toppage .profile .inner p.name {
  font-size: 24px;
  margin-bottom: 0.4em;
  line-height: 1.16;
}
.toppage .profile .inner p.name .small {
  font-size: 60%;
}
@media screen and (max-width: 780px) {
  .toppage .profile .inner p.name {
    font-size: 24px;
    margin-bottom: 0.9em;
    line-height: 1.2;
  }
  .toppage .profile .inner p.name .small {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .toppage .profile .inner p {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.16;
  }
}
.toppage .profile .inner ul {
  padding-left: 3em;
}
@media screen and (max-width: 780px) {
  .toppage .profile .inner ul {
    padding-left: 1em;
  }
}
.toppage .profile .inner ul li {
  position: relative;
  list-style-type: none!important;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0.4em;
}
.toppage .profile .inner ul li:before {
  position: absolute;
  content: '';
  top: calc(0.5em + 2px);
  left: -0.9em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #333333;
}
@media screen and (max-width: 780px) {
  .toppage .profile .inner ul li {
    line-height: 1.16;
    font-size: 17px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 780px) {
  .profile .c_full.bg_name {
    background-position: top 188px center;
  }
}
.profile .profile {
  width: min(100%, 1000px);
  margin-inline: auto;
}
@media screen and (max-width: 780px) {
  .profile .profile {
    width: 90%;
  }
}
.profile .profile .inner {
  padding-left: 240px;
  background-image: url(../img/photo_body.webp);
  background-repeat: no-repeat;
  background-size: 164px auto;
  background-position: left  center;
}
@media screen and (max-width: 780px) {
  .profile .profile .inner {
    padding-left: 0;
    padding-top: 490px;
    background-position: top 20px  center;
  }
}
.profile .profile .inner dl {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .profile .profile .inner dl {
    font-size: 18px;
  }
}
.profile .profile .inner dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 780px) {
  .profile .profile .inner dl div {
    margin-bottom: 1em;
  }
}
.profile .profile .inner dl div dt {
  line-height: 2;
  white-space: nowrap;
}
@media screen and (max-width: 780px) {
  .profile .profile .inner dl div dt {
    line-height: 1.16;
  }
}
.profile .profile .inner dl div dd {
  line-height: 2;
  margin-left: 0;
}
@media screen and (max-width: 780px) {
  .profile .profile .inner dl div dd {
    line-height: 1.16;
  }
}
.profile .profile .inner p {
  margin: 0;
}
.profile .profile .inner p.name {
  font-size: 24px;
  margin-bottom: 0.4em;
  line-height: 1.16;
}
.profile .profile .inner p.name .small {
  font-size: 60%;
}
@media screen and (max-width: 780px) {
  .profile .profile .inner p.name {
    font-size: 24px;
    margin-bottom: 0.9em;
    line-height: 1.2;
  }
  .profile .profile .inner p.name .small {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) {
  .profile .profile .inner p {
    font-size: 18px;
    margin-bottom: 1em;
    line-height: 1.16;
  }
}
.profile .profile .inner ul {
  padding-left: 3em;
}
.profile .profile .inner ul li {
  position: relative;
  list-style-type: none!important;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0.4em;
}
.profile .profile .inner ul li:before {
  position: absolute;
  content: '';
  top: calc((1.6em / 2) + 2px);
  left: -0.9em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #333333;
}
.indent1 {
  padding-left: 1em;
}
.indent2 {
  padding-left: 2em;
}
.indent3 {
  padding-left: 3em;
}
.spc100 {
  height: 100px;
}
.spc90 {
  height: 90px;
}
.spc80 {
  height: 80px;
}
.spc70 {
  height: 70px;
}
.spc60 {
  height: 60px;
}
.spc50 {
  height: 50px;
}
.spc40 {
  height: 40px;
}
.spc30 {
  height: 30px;
}
.spc20 {
  height: 20px;
}
.spc10 {
  height: 10px;
}
.spc5 {
  height: 5px;
}
.mt0 {
  margin-top: 0;
}
.mb20 {
  margin-bottom: 20px;
}
.mb0 {
  margin-bottom: 0;
}
.mb_def {
  margin-bottom: 0.4em !important;
}
.mr300 {
  margin-right: 300px;
}
@media screen and (max-width: 780px) {
  .mr300 {
    margin-right: 0;
  }
}
.fs20 {
  font-size: 20px!important;
  margin-bottom: 0.4em !important;
}
@media screen and (max-width: 780px) {
  .fs20 {
    font-size: 24px!important;
    margin-bottom: 1em !important;
  }
}
.fs14 {
  font-size: 14px;
  margin-bottom: 0.4em !important;
}
@media screen and (max-width: 780px) {
  .fs14 {
    font-size: 18px;
    margin-bottom: 1em !important;
  }
}
a.btn_blue {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  text-align: left;
  line-height: 1.2;
  width: 239px;
  padding: 8px 50px 8px 25px;
  background-color: #182252;
  background-image: url(../img/common/btn_icon.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  border-radius: 5px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
a.btn_blue:hover {
  background-position: center right 10px;
}
@media screen and (max-width: 780px) {
  a.btn_blue {
    font-size: 25px;
    padding: 10px 50px 10px 30px;
    background-position: center right 25px;
    background-size: 31px;
    width: 293px;
  }
}
.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 780px) {
  .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
footer {
  color: #fff;
  text-align: center;
}
footer .addr {
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 780px) {
  footer .addr {
    font-size: 16px;
  }
}
footer .copyright {
  font-size: 11px;
}
@media screen and (max-width: 780px) {
  footer .copyright {
    font-size: 15px;
  }
}
footer a {
  color: #fff;
}
footer a .logo {
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  footer a .logo {
    width: 140px;
    margin-bottom: 24px;
  }
}
main {
  padding-top: 92px;
}
@media screen and (max-width: 980px) {
  main {
    padding-top: 100px;
  }
}
header {
  position: fixed;
  z-index: 16;
  background-color: #182252;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
}
@media screen and (max-width: 980px) {
  header {
    height: 100px;
  }
}
header > .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo {
  margin: 0 20px;
}
header .logo p {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  header .logo {
    width: calc(100dvw - 140px);
  }
}
@media screen and (max-width: 390px) {
  header .logo h1,
  header .logo p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .gnavi {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 980px) {
  header .gnavi {
    display: none;
  }
}
header .gnavi li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .gnavi li:before {
  border: none;
}
header .gnavi li a {
  display: block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 0 13px;
  margin-left: 10px;
  margin-right: 10px;
}
header .gnavi li a .sns {
  width: 25px;
}
header .gnavi li .sns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding: 0 13px 0 0;
  margin-left: 10px;
  margin-right: 10px;
}
header .gnavi li .sns_wrap > a {
  line-height: 1;
  margin: 0;
  padding: 0;
}
header.toppage .gnavi li:nth-child(1) {
  position: relative;
}
header.toppage .gnavi li:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFD800;
}
header.toppage .gnavi li:nth-child(1) a {
  color: #FFD800;
}
header.message .gnavi li:nth-child(2) {
  position: relative;
}
header.message .gnavi li:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFD800;
}
header.message .gnavi li:nth-child(2) a {
  color: #FFD800;
}
header.profile .gnavi li:nth-child(3) {
  position: relative;
}
header.profile .gnavi li:nth-child(3):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFD800;
}
header.profile .gnavi li:nth-child(3) a {
  color: #FFD800;
}
header.policy .gnavi li:nth-child(4) {
  position: relative;
}
header.policy .gnavi li:nth-child(4):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFD800;
}
header.policy .gnavi li:nth-child(4) a {
  color: #FFD800;
}
header.support .gnavi li:nth-child(5) {
  position: relative;
}
header.support .gnavi li:nth-child(5):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFD800;
}
header.support .gnavi li:nth-child(5) a {
  color: #FFD800;
}
.slick-list {
  height: 245px;
}
.slick-list .thumb {
  width: 333px;
  height: 245px;
}
.slick-list .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.slider2,
ul.slider {
  padding-left: 0;
  margin: 0;
}
ul.slider2 li,
ul.slider li {
  margin-bottom: 0;
}
ul.slider2 li:before,
ul.slider li:before {
  content: none;
}
ul.slider2 li .thumb img,
ul.slider li .thumb img {
  width: 100%;
}
ul.slick-dots {
  padding-left: 0;
  margin: 0;
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}
ul.slick-dots li button:before {
  content: "";
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #C9C9C9;
  border-radius: 50%;
  -webkit-transition: 200ms;
  transition: 200ms;
}
ul.slick-dots li.slick-active button:before {
  background-color: #035AA6;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slogan {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sns_title {
  font-family: 'Archivo Narrow', sans-serif;
  text-align: center;
  font-size: 32px;
  color: #c4d3e6;
}
figure {
  position: relative;
}
figure img {
  position: relative;
  z-index: 1;
}
figure figcaption {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
}
figure figcaption span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
html,
body {
  height: 100%;
}
.variable_wrap {
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #EFEFEF;
}
.variable_wrap main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.facebook_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.fb-page,
.fb-page span,
.facebook_wrap iframe {
  width: 100% !important;
  height: 500px !important;
}
.youtube_wrap {
  width: 100%;
  aspect-ratio: 1.77777778;
}
.youtube_wrap iframe {
  width: 100%;
  height: 100%;
}
.gmap_wrap {
  width: 100%;
  aspect-ratio: 3;
}
@media screen and (max-width: 780px) {
  .gmap_wrap {
    aspect-ratio: 1.77777778;
  }
}
.gmap_wrap iframe {
  width: 100%;
  height: 100%;
}
.panel_link {
  position: relative;
  z-index: 1;
  border: none;
  line-height: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 780px) {
  .panel_link {
    width: 100%;
  }
}
.panel_link .sp_wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel_link .sp_wrap > ul > li {
  width: calc(100% / 6);
  z-index: 0;
  padding: 0;
  margin: 0;
}
.panel_link .sp_wrap > ul > li:before {
  content: none;
}
.panel_link .sp_wrap > ul > li:hover {
  z-index: 1;
}
.panel_link .sp_wrap > ul > li a {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.panel_link .sp_wrap > ul > li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 780px) {
  .panel_link .sp_wrap > ul > li {
    width: calc(100% / 3);
  }
  .panel_link .sp_wrap > ul > li:nth-child(4),
  .panel_link .sp_wrap > ul > li:nth-child(5),
  .panel_link .sp_wrap > ul > li:nth-child(6) {
    display: none;
  }
}
#form {
  width: 727px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 780px) {
  #form {
    width: 100%;
  }
}
#form dl dt {
  font-size: 14px;
  margin: 8px 0;
}
#form dl dd {
  font-size: 14px;
  margin-bottom: 20px;
}
.required {
  display: inline-block;
  position: relative;
  top: -1px;
  background-color: #f00;
  padding: 0 5px;
  font-size: 10px;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  line-height: 16px;
}
@media screen and (max-width: 780px) {
}
input[type="email"],
input[type="tel"],
input[type="text"] {
  padding: 6px 18px;
  font-size: 16px;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 780px) {
}
input[type="email"] {
  width: 100%;
  max-width: 400px;
}
input[type="tel"] {
  width: 100%;
  max-width: 300px;
}
input.c10 {
  max-width: 10em;
}
input.w100 {
  max-width: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 17px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333333;
  font-size: 16px;
  position: relative;
  background-image: url(../img/icon_pull_b.svg);
  background-repeat: no-repeat;
  background-position: right 0.5em center;
  background-size: 0.8em;
  padding-right: 2em;
}
@media screen and (max-width: 780px) {
}
textarea {
  font-size: 16px;
  padding: 18px;
  font-weight: 400;
  color: #333333;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 780px;
}
@media screen and (max-width: 780px) {
}
input[type="submit"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 15px 25px;
  color: #666666;
  font-weight: bold;
  letter-spacing: 0.5pt;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 185px;
}
@media screen and (max-width: 780px) {
}
input[type="button"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 15px 25px;
  color: #666666;
  font-weight: bold;
  letter-spacing: 0.5pt;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 185px;
}
@media screen and (max-width: 780px) {
}
label {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 6px 16px 6px 8px;
  margin-bottom: 5px;
  display: inline-block;
}
label.error {
  display: block;
  border: none;
  background-color: #ffffff;
  color: #f00;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.form-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.deco_ul {
  text-decoration: underline;
}
/*
	.form-select-wrap > select{
		padding: 8px 16px;
		margin-left: 10px;
		margin-right: 10px;
		border: 1px solid @form_border_color;
		font-size: 16px;
	}
*/
input[type="submit"],
input[type="button"] {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  text-align: left;
  line-height: 50px;
  width: 239px;
  padding: 8px 50px 8px 25px;
  background-color: #182252;
  background-image: url(../img/common/btn_icon.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  border-radius: 5px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  background-position: center right 10px;
}
@media screen and (max-width: 780px) {
  input[type="submit"],
  input[type="button"] {
    font-size: 25px;
    padding: 10px 50px 10px 30px;
    background-position: center right 25px;
    background-size: 31px;
    width: 293px;
  }
}
input.back {
  padding: 8px 20px 8px 65px;
  background-image: url(../img/common/btn_icon_left.svg);
  background-position: center left 20px;
  -webkit-transition: 200ms;
  transition: 200ms;
}
input.back:hover {
  background-position: center left 10px;
}
table.tblconf {
  border-top: 1px solid #ccc;
  margin-top: 64px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}
table.tblconf td,
table.tblconf th {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}
table.tblconf th {
  font-size: 14px;
  white-space: nowrap;
}
#btn_pagetop {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 20;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  border-radius: 50%;
}
#btn_pagetop:hover {
  bottom: 20px;
}
@media screen and (max-width: 780px) {
  #btn_pagetop {
    right: 0;
    bottom: 10px;
  }
  #btn_pagetop:hover {
    bottom: 10px;
  }
}
#btn_pagetop.show {
  pointer-events: auto;
  opacity: 1;
}
#btn_pagetop a {
  display: block;
}
