[data-target] {
  cursor: pointer;
}

@font-face {
  src: url("../asset/font/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: normal;
}

@font-face {
  src: url("../asset/font/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
}

@font-face {
  src: url("../asset/font/Ubuntu-Bold.woff") format("woff");
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: bold;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  color: #333;
  font-family: "Noto Sans JP";
  /*   font-feature-settings: "palt"; */
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.5;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  opacity: 0;
  overflow-wrap: break-word;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}

body[data-loading="true"] {
  opacity: 1;
  visibility: visible;
}

ul,
li {
  list-style: none;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

video {
  height: auto;
  max-width: 100%;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

address {
  font-style: normal;
}

.main {
  margin-top: 150px;
}

.inner {
  height: inherit;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 1080px;
}

.section-ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0072c2;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Ubuntu";
  font-size: 4.8rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 150%;
  text-transform: uppercase;
}

.section-ttl span {
  color: #333;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 180%;
  padding: 0 12px;
  position: relative;
}

.section-ttl span:before, .section-ttl span:after {
  background: #333;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}

.section-ttl span:before {
  right: 100%;
}

.section-ttl span:after {
  left: 100%;
}

.section-ttl._white {
  color: #fff;
}

.section-ttl._white span {
  color: #fff;
}

.section-ttl._white span:before,
.section-ttl._white span:after {
  background: #fff;
}

.sec {
  padding: 80px 0;
}

.inner-mv {
  background: #09096f;
  background: linear-gradient(115deg, #0063a8 39%, #0072c2 39%);
  height: 270px;
  position: relative;
}

.inner-mv-ttl {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 4.2rem;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-mv-ttl span {
  color: #338ece;
  font-family: "Ubuntu";
  font-size: 1.8rem;
  line-height: 180%;
  margin-top: 16px;
  padding-left: 80px;
  position: relative;
  text-transform: uppercase;
}

.inner-mv-ttl span:before {
  background-color: #338ece;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 64px;
}

.section-head {
  border-bottom: 4px solid #cce3f3;
  font-size: 3.2rem;
  font-weight: bold;
  font-weight: bold;
  padding-bottom: 8px;
  position: relative;
}

.section-head:after {
  background: #0072c2;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 360px;
}

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #0072c2;
  color: #0072c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  margin: auto;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 280px;
}

.btn:hover {
  background: #0072c2;
  color: #fff;
}

.btn:hover:before {
  background-image: url(../asset/images/common/arrow04.svg);
}

.btn:before {
  background-image: url(../asset/images/common/arrow02.svg);
  background-size: contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 12px;
}

.drawer {
  height: auto;
  width: 100%;
  z-index: 40;
}

.drawer-close {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 39;
}

.drawer-close.is-checked {
  display: block;
  opacity: 0.4;
}

.drawer-icon {
  background-color: inherit;
  border: none;
  cursor: pointer;
  display: none;
  position: relative;
  text-align: center;
  z-index: 41;
}

.drawer-icon:focus {
  outline: none;
}

.drawer-icon::after {
  color: #333;
  content: "MENU";
  display: none;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 4px;
  text-align: center;
}

.drawer-icon.is-checked::after {
  content: "CLOSE";
  /*       color: #fff; */
}

.drawer-icon.is-checked+body {
  overflow: hidden;
}

.drawer-bars {
  display: inline-block;
  height: 14px;
  position: relative;
  vertical-align: bottom;
  width: 28px;
}

.drawer-bars:before {
  border-radius: 50%;
  content: "";
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: -1;
}

.drawer-bar {
  background: #fff;
  border-radius: 0px;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  width: 100%;
}

.drawer-bar:nth-of-type(1) {
  top: 0;
}

.drawer-bar:nth-of-type(2) {
  top: 6px;
}

.drawer-bar:nth-of-type(3) {
  top: 12px;
}

.is-checked .drawer-bar:nth-of-type(1) {
  background: #fff;
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
  background: #fff;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-content {
  height: 100%;
}

.drawer-content--top {
  /*   padding: 0; */
}

.g-nav {
  height: 100%;
}

.g-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.g-nav-item {
  height: 100%;
  position: relative;
  width: calc(100% / 6);
}

.g-nav-item:before, .g-nav-item:nth-last-of-type(1):after {
  background: #eaebec;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}

.g-nav-item:nth-last-of-type(1):after {
  left: auto;
  right: 0;
}

.g-nav-item-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 180%;
  padding: 20px 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.g-nav-item-link:hover, .g-nav-item-link.active {
  color: #0072c2;
}

.g-nav-item-link:before {
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.breadcrumb {
  margin-top: 24px;
}

.breadcrumb-contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 100%;
  letter-spacing: 1px;
  line-height: 180%;
}

.breadcrumb-contents span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb-contents a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.breadcrumb-contents a.home:hover {
  opacity: 0.7;
}

.breadspan {
  display: block;
  margin: 0 8px;
  width: 25px;
}

.breadspan+span {
  color: #858585;
}

#dialog {
  background: rgba(0, 0, 0, 0.2);
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 9999999999;
}

#dialog .js-active {
  opacity: 1;
  visibility: visible;
}

.dialog-box {
  background: -webkit-gradient(linear, left top, right top, from(#6b3dea), to(#9781e3));
  background: linear-gradient(90deg, #6b3dea 0%, #9781e3 100%);
  -webkit-box-shadow: 0px 2px 5px rgba(117, 75, 237, 0.25);
  box-shadow: 0px 2px 5px rgba(117, 75, 237, 0.25);
  left: 50%;
  padding: 30px 20px;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50vw;
  z-index: 9999999999;
}

#dialog .dialog-text {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
}

#dialog button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #754bed;
  border-radius: 100px;
  -webkit-box-shadow: 0px 2px 5px rgba(117, 75, 237, 0.25);
  box-shadow: 0px 2px 5px rgba(117, 75, 237, 0.25);
  color: #754bed;
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 100%;
  height: 57px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 100%;
  margin: 40px auto 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  width: 216px;
}

#dialog button:hover {
  background: #754bed;
  border: 1px solid #fff;
  color: #fff;
}

/* =============================================================================


     footer


============================================================================= */
footer {
  background-color: #232f3e;
  color: #fff;
  padding: 64px 0;
  text-align: left;
}

footer .inner {
  width: 1200px;
}

.footer-contents {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.footer-logo {
  width: 184px;
}

.footer-info-txt {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 16px;
}

.footer-list {
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 100px;
  min-width: 340px;
}

.footer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  min-width: 4em;
}

.footer-item:nth-child(n + 4) {
  margin-left: 32px;
}

.footer-link {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-link:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.copy {
  color: #7b828b;
  font-size: 1.2rem;
  margin-top: 12px;
}

/* =============================================================================


     header


============================================================================= */
header {
  background: #fff;
  border-top: 4px solid #0072c2;
  -webkit-box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.3);
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.3);
  height: 150px;
  left: 0;
  position: relative;
  position: fixed;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  z-index: 20;
}

header .inner {
  height: 100%;
  width: 1200px;
}

.header-contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  z-index: 2;
}

.header-logo {
  display: inline-block;
}

.header-logo a {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 221px;
}

.header-logo a:hover {
  opacity: 0.7;
}

.header-btn-sp {
  display: none;
}

.header-btn-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header-btn-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-btn-item+li {
  margin-left: 20px;
}

.header-tel-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0072c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 3.2rem;
  font-weight: bold;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 37px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-tel-btn span {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
}

.header-tel-btn img {
  display: block;
  width: 32px;
}

.header-tel-btn:hover {
  opacity: 0.7;
}

.header-tel-span {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
}

.header-mail-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e48f25;
  border: 2px solid #e48f25;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.8;
  padding: 16px 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-mail-btn:hover {
  background: #fff;
  color: #e48f25;
}

.header-mail-btn:hover span:before {
  background-image: url(../asset/images/common/header-mail-icon_h.svg);
}

.header-mail-btn span {
  padding-left: calc(18px + 12px);
  position: relative;
}

.header-mail-btn span:before {
  -webkit-transition: 0.3s;
  background-image: url(../asset/images/common/header-mail-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
  width: 18px;
}

/* **************************************


     sub-footer


***************************************/
.sf {
  background-image: url(../asset/images/common/contact_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 64px 0;
  position: relative;
}

.sf:before {
  background: #005692;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.sf-contents {
  position: relative;
  text-align: center;
  z-index: 1;
}

.sf-ttl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Ubuntu";
  font-size: 4.8rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 150%;
}

.sf-ttl span {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  padding: 0 48px;
  position: relative;
}

.sf-ttl span:before, .sf-ttl span:after {
  background: #fff;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 32px;
}

.sf-ttl span:before {
  left: 100%;
}

.sf-ttl span:after {
  right: 100%;
}

.sf-head {
  font-weight: bold;
  line-height: 180%;
  margin-top: 32px;
}

.sf-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
}

.sf-flex-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Ubuntu";
  font-size: 6rem;
  font-weight: bold;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.01em;
  line-height: 69px;
}

.sf-flex-item img {
  display: block;
  margin-right: 8px;
  width: 56px;
}

.sf-btn-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

span.s {
  display: block;
  font-family: "Ubuntu";
  font-size: 6rem;
  font-weight: bold;
  margin: 0 20px;
}

.sf-mail-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e48f25;
  border: 2px solid #e48f25;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.03em;
  line-height: 180%;
  padding: 24px 40px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sf-mail-btn:hover {
  background: #fff;
  color: #e48f25;
}

.sf-mail-btn:hover span:before {
  background-image: url(../asset/images/common/header-mail-icon_h.svg);
}

.sf-mail-btn span {
  padding-left: calc(18px + 12px);
  position: relative;
}

.sf-mail-btn span:before {
  -webkit-transition: 0.3s;
  background-image: url(../asset/images/common/header-mail-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
  width: 18px;
}

.sf-mail-icon {
  margin-right: 12px;
  width: 18px;
}

.sf-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4px;
  margin-left: 40px;
  width: 16px;
}

.sf-btn-item {
  margin: 32px auto 0;
}

.pc-dis {
  display: none;
}

.tab-none {
  display: block;
}

.tab-dis {
  display: none;
}

.tab-only {
  display: none;
}

.sp-none {
  display: block;
}

.sp-dis {
  display: none;
}

@media (max-width: 1366px) {
  .pc-dis {
    display: block;
  }
}

@media (max-width: 1128px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
  }

  .section-ttl {
    font-size: 4.4rem;
    text-align: center;
  }

  .inner-mv-ttl {
    font-size: 3.8rem;
  }

  .section-head {
    font-size: 2.8rem;
  }

  .header-logo a {
    width: 180px;
  }

  .header-mail-btn {
    padding: 12px 28px;
  }

  .sf-flex-item img {
    width: 46px;
  }

  .sf-flex-item {
    font-size: 4rem;
    letter-spacing: 0.01em;
    line-height: 46px;
    margin-top: 8px;
  }

  span.s {
    font-size: 4rem;
  }

  .tab-none {
    display: none;
  }

  .tab-dis {
    display: block;
  }

  .tab-only {
    display: block;
  }
}

@media (max-width: 1014px) {
  #dialog .dialog-text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    min-width: unset;
  }

  .main {
    margin-top: 60px;
  }

  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-ttl {
    font-size: 3.2rem;
  }

  .sec {
    padding: 48px 0;
  }

  .inner-mv {
    background: linear-gradient(115deg, #0063a8 42%, #0072c2 42%);
    height: 164px;
  }

  .inner-mv-ttl {
    font-size: 2.4rem;
  }

  .inner-mv-ttl span {
    font-size: 1.5rem;
    margin-top: 8px;
    padding-left: 40px;
  }

  .inner-mv-ttl span:before {
    width: 32px;
  }

  .section-head {
    font-size: 2rem;
  }

  .section-head:after {
    width: 112px;
  }

  .drawer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0072c2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -2px;
    width: 60px;
  }

  .drawer-icon {
    display: inline-block;
    padding: 0;
  }

  .drawer-icon::after {
    font-size: 1rem;
  }

  .drawer-bars {
    height: 24px;
    width: 28px;
  }

  .drawer-bar:nth-of-type(2) {
    top: 11px;
  }

  .drawer-bar:nth-of-type(3) {
    top: 22px;
  }

  .drawer-content {
    background: #0072c2;
    bottom: auto;
    color: #fff;
    height: 100%;
    left: auto;
    max-width: 100%;
    min-width: 1080px;
    overflow: auto;
    padding: 0;
    padding: 60px 20px 0;
    position: fixed;
    right: 0;
    text-align: left;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100vw;
  }

  .drawer-content.is-checked {
    opacity: 1;
    /*       transform: translateX(0); */
    top: 0px;
    visibility: visible;
  }

  .drawer-content {
    min-width: unset;
  }

  .drawer-content--top {
    bottom: auto;
    height: 100vh;
    max-width: 100%;
    min-width: 100%;
    min-width: auto;
    top: 0px;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
    width: 100%;
  }

  .drawer-content--top.is-checked {
    opacity: 1;
    top: 0px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }

  .g-nav {
    height: auto;
  }

  .g-nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .g-nav-item {
    border-bottom: 1px solid #338ece;
    height: auto;
    width: 100%;
  }

  .g-nav-item:nth-of-type(1) {
    border-top: 1px solid #338ece;
  }

  .g-nav-item:before, .g-nav-item:nth-last-of-type(1):after {
    display: none;
  }

  .g-nav-item-link:hover, .g-nav-item-link.active {
    color: inherit;
  }

  .g-nav-item-link {
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    padding: 16px 0;
    text-align: left;
  }

  .g-nav-item-link:before {
    background: url(../asset/images/common/arrow04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    left: auto;
    right: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
  }

  .breadcrumb {
    margin-top: 16px;
  }

  .breadcrumb-contents {
    font-size: 1.2rem;
  }

  .breadspan {
    margin: 0 4px;
    width: 22px;
  }

  #dialog .dialog-box {
    min-width: 250px;
  }

  footer {
    padding: 40px 0 24px;
  }

  .footer-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo {
    width: 151px;
  }

  .footer-info-txt {
    margin-top: 12px;
  }

  .footer-list {
    margin-top: 24px;
    max-height: 180px;
    min-width: unset;
  }

  .footer-item:nth-child(n + 4) {
    margin-left: 0;
  }

  .footer-item {
    font-size: 1.2rem;
  }

  .footer-item:nth-child(n + 6) {
    margin-left: 48px;
  }

  .copy {
    font-size: 1rem;
    margin-top: 24px;
    text-align: center;
  }

  header {
    border-top: 2px solid #0072c2;
    height: 60px;
  }

  .header-contents {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
  }

  .header-logo a {
    position: relative;
    width: 166px;
  }

  .header-btn-pc {
    display: none;
  }

  .header-btn-sp {
    display: block;
  }

  .header-btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
  }

  .header-btn-item+li {
    margin: 32px auto 0;
  }

  .header-tel-btn {
    color: #fff;
  }

  .header-mail-btn {
    margin: auto;
    max-width: 400px;
    padding: 12px 32px;
    width: 100%;
  }

  .sf {
    background-image: url(../asset/images/common/contact_bg_sp.jpg);
    background-position: top;
    padding: 48px 0;
  }

  .sf-ttl {
    font-size: 3.2rem;
  }

  .sf-ttl span {
    padding: 0 12px;
  }

  .sf-head {
    font-size: 1.5rem;
    margin-top: 24px;
    text-align: justify;
  }

  .sf-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
  }

  .sf-btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  span.s {
    display: none;
  }

  .sf-mail-btn {
    font-size: 1.5rem;
    padding: 20px 20px;
  }

  .sf-btn-item {
    margin: 40px auto 0;
    max-width: 340px;
    width: 100%;
  }

  .sf-btn-item+li {
    margin: 18px auto 0;
  }

  .tab-only {
    display: none;
  }

  .sp-none {
    display: none;
  }

  .sp-dis {
    display: block;
  }
}


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