@charset "UTF-8";
/*
Theme Name: 
Description: 睦電気株式会社
Author: Dotone
*/
/* CSS Document */
/*reset css--------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, improve, nav, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  word-break: break-word;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, improve, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img {
  width: 100%;
}

/*reset css--------------------*/
/*base--------------------*/
a, input[type=submit] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

html {
  -webkit-text-size-adjust: 100%;
}

/*base--------------------*/
/*animation--------------------*/
/*animation--------------------*/
body, a {
  color: #3A456A;
}

/*font--------------------*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1365px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 781px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2rem;
}

.c-font-bold {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

/*font--------------------*/
/*inner--------------------*/
.l-inner {
  width: 72%;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .l-inner {
    width: 90%;
    max-width: initial;
  }
}
@media screen and (max-width: 781px) {
  .l-inner {
    width: 88%;
    max-width: initial;
  }
}

/*inner--------------------*/
/*scroll--------------------*/
#topscroll {
  position: fixed;
  bottom: 40px;
  right: 10px;
  border: 2px solid #7FBE28;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#topscroll .fa-caret-up {
  color: #7FBE28;
  font-size: 2rem;
}
#topscroll p {
  font-size: 1.4rem;
  color: #7FBE28;
}

/*scroll--------------------*/
/*wp-block--------------------*/
.wp-block-columns {
  gap: 0 !important;
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column:nth-of-type(even) {
  margin-left: 5rem;
}
@media screen and (max-width: 781px) {
  .wp-block-columns .wp-block-column:nth-of-type(even) {
    margin-left: 0;
  }
}

.wp-block-video {
  margin-bottom: 0;
}

.wp-block-image {
  margin-bottom: 0;
}

.wp-block-table {
  margin-bottom: 0;
}

/*wp-block--------------------*/
/*padding--------------------*/
@media screen and (min-width: 782px) {
  .pc-plr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-plr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-plr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-plr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt5 {
    padding-top: 5px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt10 {
    padding-top: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt15 {
    padding-top: 15px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt20 {
    padding-top: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt25 {
    padding-top: 25px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt30 {
    padding-top: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt35 {
    padding-top: 35px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt40 {
    padding-top: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt45 {
    padding-top: 45px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt50 {
    padding-top: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt55 {
    padding-top: 55px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt60 {
    padding-top: 60px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt65 {
    padding-top: 65px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt70 {
    padding-top: 70px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt75 {
    padding-top: 75px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt80 {
    padding-top: 80px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt85 {
    padding-top: 85px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt90 {
    padding-top: 90px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt95 {
    padding-top: 95px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt100 {
    padding-top: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt110 {
    padding-top: 110px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt120 {
    padding-top: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt130 {
    padding-top: 130px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt140 {
    padding-top: 140px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt150 {
    padding-top: 150px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt160 {
    padding-top: 160px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt170 {
    padding-top: 170px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt180 {
    padding-top: 180px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt190 {
    padding-top: 190px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt200 {
    padding-top: 200px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb5 {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb10 {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb15 {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb20 {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb25 {
    padding-bottom: 25px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb30 {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb35 {
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb40 {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb45 {
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb50 {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb55 {
    padding-bottom: 55px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb60 {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb65 {
    padding-bottom: 65px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb70 {
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb75 {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb80 {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb85 {
    padding-bottom: 85px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb90 {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb95 {
    padding-bottom: 95px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb100 {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb110 {
    padding-bottom: 110px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb120 {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb130 {
    padding-bottom: 130px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb140 {
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb150 {
    padding-bottom: 150px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb160 {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb170 {
    padding-bottom: 170px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb180 {
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb190 {
    padding-bottom: 190px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb200 {
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb210 {
    padding-bottom: 210px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb220 {
    padding-bottom: 220px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr10 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-plr50 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt0 {
    padding-top: 0;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt5 {
    padding-top: 5px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt10 {
    padding-top: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt15 {
    padding-top: 15px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt20 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt25 {
    padding-top: 25px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt30 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt35 {
    padding-top: 35px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt40 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt45 {
    padding-top: 45px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt50 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt55 {
    padding-top: 55px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt60 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt65 {
    padding-top: 65px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt70 {
    padding-top: 70px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt75 {
    padding-top: 75px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt80 {
    padding-top: 80px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt85 {
    padding-top: 85px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt90 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt95 {
    padding-top: 95px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pt100 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb0 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb5 {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb10 {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb15 {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb20 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb25 {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb30 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb35 {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb40 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb45 {
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb50 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb55 {
    padding-bottom: 55px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb60 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb65 {
    padding-bottom: 65px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb70 {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb75 {
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb80 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb85 {
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb90 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb95 {
    padding-bottom: 95px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb100 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb110 {
    padding-bottom: 110px;
  }
}

@media screen and (max-width: 781px) {
  .sp-pb120 {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt190 {
    padding-top: 19rem;
  }
}

@media screen and (min-width: 782px) {
  .pc-pt275 {
    padding-top: 27.5rem;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb200 {
    padding-bottom: 20rem;
  }
}

@media screen and (min-width: 782px) {
  .pc-pb250 {
    padding-bottom: 25rem;
  }
}

/*padding--------------------*/
/*margin--------------------*/
@media screen and (min-width: 782px) {
  .pc-mt0 {
    margin-top: 0px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt5 {
    margin-top: 5px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt10 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt15 {
    margin-top: 15px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt25 {
    margin-top: 25px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt30 {
    margin-top: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt35 {
    margin-top: 35px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt40 {
    margin-top: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt45 {
    margin-top: 45px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt55 {
    margin-top: 55px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt60 {
    margin-top: 60px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt65 {
    margin-top: 65px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt70 {
    margin-top: 70px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt75 {
    margin-top: 75px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt80 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt85 {
    margin-top: 85px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt90 {
    margin-top: 90px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt95 {
    margin-top: 95px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt100 {
    margin-top: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt110 {
    margin-top: 110px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt120 {
    margin-top: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt130 {
    margin-top: 130px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt140 {
    margin-top: 140px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt150 {
    margin-top: 150px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt160 {
    margin-top: 160px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt170 {
    margin-top: 170px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt180 {
    margin-top: 180px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt190 {
    margin-top: 190px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mt200 {
    margin-top: 200px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb0 {
    margin-bottom: 0px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb5 {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb15 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb25 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb35 {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb45 {
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb55 {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb65 {
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb75 {
    margin-bottom: 75px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb80 {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb85 {
    margin-bottom: 85px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb90 {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb95 {
    margin-bottom: 95px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb110 {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb120 {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb130 {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb140 {
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb150 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb160 {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb170 {
    margin-bottom: 170px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb180 {
    margin-bottom: 180px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb190 {
    margin-bottom: 190px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb200 {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt0 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt5 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt15 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt25 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt35 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt45 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt55 {
    margin-top: 55px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt65 {
    margin-top: 65px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt75 {
    margin-top: 75px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt85 {
    margin-top: 85px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt95 {
    margin-top: 95px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mt100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb0 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb5 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb15 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb25 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb35 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb45 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb55 {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb65 {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb75 {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb85 {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb95 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb100 {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 782px) {
  .pc-mb280 {
    margin-bottom: 28rem;
  }
}

@media screen and (min-width: 782px) {
  .pc-ml30 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 781px) {
  .sp-mb128 {
    margin-bottom: 128px;
  }
}

/*margin--------------------*/
/*align-items--------------------*/
.pc-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media screen and (max-width: 781px) {
  .pc-align-items-center {
    -webkit-box-align: initial !important;
        -ms-flex-align: initial !important;
            align-items: initial !important;
  }
}

/*align-items--------------------*/
/*flex-direction--------------------*/
@media screen and (max-width: 781px) {
  .sp-flex-direction {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

@media screen and (max-width: 781px) {
  .sp-flex-direction-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

/*flex-direction--------------------*/
/*justify-content--------------------*/
.pc-justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
@media screen and (max-width: 781px) {
  .pc-justify-content-center {
    -webkit-box-pack: initial !important;
        -ms-flex-pack: initial !important;
            justify-content: initial !important;
  }
}

/*justify-content--------------------*/
/*flex--------------------*/
@media screen and (min-width: 782px) {
  .pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*flex--------------------*/
/*txt-align--------------------*/
@media screen and (min-width: 782px) {
  .pc-txt-left {
    text-align: left;
  }
}

@media screen and (min-width: 782px) {
  .pc-txt-center {
    text-align: center;
  }
}

@media screen and (min-width: 782px) {
  .pc-txt-right {
    text-align: right;
  }
}

@media screen and (max-width: 781px) {
  .sp-txt-left {
    text-align: left;
  }
}

@media screen and (max-width: 781px) {
  .sp-txt-center {
    text-align: center;
  }
}

@media screen and (max-width: 781px) {
  .sp-txt-right {
    text-align: right;
  }
}

/*txt-align--------------------*/
/*lign-height--------------------*/
@media screen and (min-width: 782px) {
  .lh-25 {
    line-height: 2.5;
  }
}

/*lign-height--------------------*/
/*error--------------------*/
.error404 .l-main {
  text-align: center;
  padding: 10rem 0;
  line-height: 2.5;
}
.error404 .error-link {
  margin-bottom: 50px;
}

/*error--------------------*/
/*call--------------------*/
@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*call--------------------*/
/*indention--------------------*/
.u-until-md {
  display: none;
}
@media screen and (max-width: 781px) {
  .u-until-md {
    display: block;
  }
}

.u-from-tab {
  display: block;
}
@media screen and (max-width: 781px) {
  .u-from-tab {
    display: none;
  }
}

/*indention--------------------*/
/*header--------------------*/
@media screen and (max-width: 781px) {
  #wpadminbar {
    display: none;
  }
}
.l-header {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 781px) {
  .l-header {
    height: 55px;
  }
}
.l-header__inner {
  height: 100%;
  max-width: 1920px;
  width: 100%;
  padding: 15px 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .l-header__inner {
    width: 100%;
    padding: 10px 15px;
  }
}
.l-header__frame {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__logo a img {
  height: 40px;
}
@media screen and (max-width: 1023px) {
  .l-header__logo a img {
    height: 35px;
  }
}
@media screen and (max-width: 781px) {
  .l-header__logo a img {
    height: 30px;
  }
}
.l-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 781px) {
  .l-header__group {
    height: calc(100vh - 55px);
    background: var(--color-main);
    position: fixed;
    width: 100%;
    top: 55px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-list {
    width: 80%;
    text-align: center;
  }
}
@media screen and (max-width: 781px) {
  .l-header__group-list {
    border-bottom: 1px solid #ffffff;
  }
}
.l-header__group-list:not(:last-of-type) {
  margin-right: 4rem;
}
@media screen and (max-width: 781px) {
  .l-header__group-list:not(:last-of-type) {
    margin-right: 0;
  }
}
.l-header__group-link {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: var(--color-header-nav);
}
.l-header__group-link:hover {
  opacity: 0.4;
}
@media screen and (max-width: 781px) {
  .l-header__group-link {
    font-size: 1.4rem;
    padding: 25px 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
  }
}
.l-header__group-link02 {
  font-family: "Noto Sans Myanmar", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  color: #333131;
}
@media screen and (max-width: 781px) {
  .l-header__group-link02 {
    font-size: 21px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
  }
}
.l-header__group-phone {
  width: 2.6rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -1rem;
}
@media screen and (max-width: 781px) {
  .l-header__group-phone {
    font-size: 1.4rem;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}

.l-header__logo a {
  display: block;
}

.l-header__logo a img {
  width: auto;
}

@media screen and (max-width: 781px) {
  .js-group.open {
    visibility: visible;
    opacity: 1;
  }
}

.js-btn {
  position: fixed;
  top: 3.5px;
  right: 5px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: none;
}
@media screen and (max-width: 781px) {
  .js-btn {
    display: block;
  }
}

.js-btn-frame {
  position: relative;
  height: 100%;
}
.js-btn-frame::before {
  content: "MENU";
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #333131;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.js-btn span {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  height: 2px;
  background: #333131;
  width: 34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.js-btn span:nth-of-type(1) {
  top: 15px;
}

.js-btn span:nth-of-type(2) {
  top: 23px;
}

.js-btn.open span:nth-of-type(1) {
  top: 15px;
  -webkit-transform: translateX(-50%) translateY(3.5px) rotate(-20deg);
          transform: translateX(-50%) translateY(3.5px) rotate(-20deg);
  width: 35px;
}

.js-btn.open span:nth-of-type(2) {
  top: 23px;
  -webkit-transform: translateX(-50%) translateY(-3.5px) rotate(20deg);
          transform: translateX(-50%) translateY(-3.5px) rotate(20deg);
  width: 35px;
}

@media screen and (max-width: 781px) {
  .js-group {
    height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

/*header--------------------*/
/*main--------------------*/
.l-main {
  margin-top: 70px;
}
@media screen and (max-width: 781px) {
  .l-main {
    margin-top: 50px;
  }
}

/*main--------------------*/
/*gap--------------------*/
.l-gap {
  margin-top: -8rem;
  padding-top: 8rem;
}
@media screen and (max-width: 781px) {
  .l-gap {
    margin-top: -55px;
    padding-top: 55px;
  }
}

/*gap--------------------*/
/*footer--------------------*/
.l-footer {
  background: var(--bgcolor-footer);
  color: #ffffff;
  padding: 6rem 0 3rem 0;
}
@media screen and (max-width: 781px) {
  .l-footer {
    text-align: left;
    padding: 30px 0 10px 0;
  }
}
.l-footer__ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.l-footer__txt {
  font-size: 1.6rem;
  line-height: 1.4285714286;
  margin-bottom: 8rem;
}
@media screen and (max-width: 781px) {
  .l-footer__txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 781px) {
  .l-footer__copy {
    font-size: 12px;
    padding: 15px 0;
  }
}

/*footer--------------------*/
/*contact--------------------*/
.l-contact {
  background: #075cab;
  padding: 11.5rem 0;
  color: #ffffff;
}
@media screen and (max-width: 781px) {
  .l-contact {
    padding: 80px 0;
  }
}
.l-contact .l-inner {
  width: 90%;
  max-width: 1024px;
}
.l-contact-ttl {
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 6.1rem;
}
.l-contact-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(./images/ttl02.svg);
  width: 5.1rem;
  height: 5.1rem;
}
.l-contact .c-sub-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6875;
  display: block;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 5rem;
}
.l-contact__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 781px) {
  .l-contact__frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.l-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 781px) {
  .l-contact__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
  }
}
.l-contact__tel-ttl {
  font-size: 3rem;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .l-contact__tel-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 781px) {
  .l-contact__tel-ttl {
    margin-bottom: 0;
  }
}
.l-contact__tel .c-sub-ttl {
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 781px) {
  .l-contact__tel .c-sub-ttl {
    margin-left: 5px;
  }
}
.l-contact__tel-first {
  border-right: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-right: 1.5rem;
}
@media screen and (max-width: 781px) {
  .l-contact__tel-first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 10px;
  }
}
.l-contact__tel-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-left: 3rem;
}
@media screen and (max-width: 781px) {
  .l-contact__tel-second {
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-contact__tel-link {
  font-family: "Roboto", sans-serif;
  font-size: 3.8rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}
@media screen and (max-width: 781px) {
  .l-contact__tel-link {
    font-size: 28px;
  }
}
.l-contact__tel-open {
  font-size: 1.2rem;
}
@media screen and (max-width: 781px) {
  .l-contact__tel-open {
    font-size: 12px;
  }
}
.l-contact__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 781px) {
  .l-contact__mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-contact__mail-ttl {
  font-size: 3rem;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .l-contact__mail-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 781px) {
  .l-contact__mail-ttl {
    margin-bottom: 0;
  }
}
.l-contact__mail .c-sub-ttl {
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 781px) {
  .l-contact__mail .c-sub-ttl {
    margin-left: 5px;
  }
}
.l-contact__mail-first {
  border-right: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-right: 1.5rem;
}
@media screen and (max-width: 781px) {
  .l-contact__mail-first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 10px;
  }
}
.l-contact__mail-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding-left: 3rem;
}
@media screen and (max-width: 781px) {
  .l-contact__mail-second {
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
  }
}
.l-contact__mail-link {
  font-size: 1.6rem;
  background: #ffffff;
  color: #3A456A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem;
  border-radius: 6px;
}
@media screen and (max-width: 781px) {
  .l-contact__mail-link {
    padding: 15px;
    width: 100%;
    font-size: 14px;
  }
}
.l-contact__mail-icon {
  width: 1.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
}
.l-contact__mail-arrow {
  width: 2.8rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 6.6rem;
}
@media screen and (max-width: 781px) {
  .l-contact__mail-arrow {
    margin-left: auto;
  }
}
.l-contact__txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 781px) {
  .l-contact__txt {
    font-size: 16px;
  }
}

/*contact--------------------*/
/*btn--------------------*/
.c-btn {
  position: relative;
  width: 28.4rem;
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .c-btn {
    width: 100%;
    max-width: 350px;
  }
}
.c-btn-link {
  font-size: 1.6rem;
  padding: 1.8rem;
  width: 100%;
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #ffffff;
  border-radius: 6px;
}
.c-btn-arrow {
  width: 2.8rem;
  height: 2.8rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/*btn--------------------*/
/*ttl--------------------*/
.c-ttl {
  font-size: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  color: var(--color-main);
  margin-bottom: 5rem;
  position: relative;
  padding-left: 6.1rem;
}
.c-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 5.1rem;
  height: 5.1rem;
}
@media screen and (max-width: 781px) {
  .c-ttl {
    font-size: 3.4rem;
    text-align: left;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.c-ttl-span {
  font-size: 14px;
  padding-left: 5px;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 0.314em;
}
@media screen and (max-width: 781px) {
  .c-ttl-span {
    font-size: 10px;
  }
}

.c-ttl-span01 {
  color: var(--color-main);
}

.c-ttl-span02 {
  color: #ffffff;
}

.c-ttl01::before {
  content: "";
  background-image: url(./images/ttl01.png);
}

.c-ttl02::before {
  content: "";
  background-image: url(./images/ttl02.svg);
}

/*ttl--------------------*/
/*table--------------------*/
.c-table {
  width: 76%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .c-table {
    width: 100%;
  }
}
.c-table table tr {
  border-top: 1px solid #ffffff;
  padding: 5.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 781px) {
  .c-table table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 0 25px 25px;
  }
}
.c-table table tr:last-of-type {
  border-bottom: 1px solid #ffffff;
}
.c-table table td {
  font-size: 1.6rem;
  line-height: 1.875;
  border: none;
}
.c-table table td:first-of-type {
  padding-left: 8rem;
  width: 25rem;
}
@media screen and (max-width: 781px) {
  .c-table table td:first-of-type {
    width: 100%;
    padding-left: 5px;
  }
}
.c-table table td:last-of-type {
  margin-left: 2rem;
  padding-right: 3rem;
  width: 100%;
}
@media screen and (max-width: 781px) {
  .c-table table td:last-of-type {
    margin-left: 0;
    padding-left: 5px;
  }
}

/*table--------------------*/
/*home--------------------*/
.home .fv .smb-section__subtitle {
  font-size: 2rem;
  font-weight: bold;
  color: white;
}
.home .fv .smb-section__title {
  font-size: 6rem;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 781px) {
  .home .fv .smb-section__title {
    font-size: 4rem;
  }
}
.home .fv .smb-section__lede {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}
@media (min-width: 930px) {
  .home .fv .c-container {
    margin-left: 100px;
  }
}

.home .intro {
  padding: 10rem 0 14rem 0;
  background-color: var(--bgcolor-content-main);
  color: #075cab;
}
@media screen and (max-width: 781px) {
  .home .intro {
    padding: 85px 0 65px 0;
  }
}
@media screen and (max-width: 781px) {
  .home .intro .l-inner {
    width: 88%;
    max-width: 350px;
  }
}
.home .intro__ttl {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
  position: relative;
}
@media screen and (max-width: 781px) {
  .home .intro__ttl {
    font-size: 21px;
    letter-spacing: 2.2px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.home .intro__ttl::before {
  content: "";
  width: 7rem;
  height: 7rem;
  background-image: url(./images/intro_circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home .intro__txt {
  font-size: 1.6rem;
  text-align: center;
  line-height: 45px !important;
  color: var(--color-cont-text);
}
@media screen and (max-width: 781px) {
  .home .intro__txt {
    text-align: left;
    font-size: 14px;
  }
}

.home .service {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 6rem 0 12rem 0;
}
@media screen and (max-width: 781px) {
  .home .service {
    padding: 80px 0 100px 0;
    background-position: center;
  }
}
.home .service .c-ttl {
  text-align: left;
  margin-left: 0;
}
.home .service__txt {
  font-size: 1.6rem;
  color: var(--color-cont-text);
  line-height: 45px !important;
}
@media screen and (max-width: 781px) {
  .home .service__txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 781px) {
  .home .service__txt:last-of-type {
    margin-bottom: 20px;
  }
}

.home .recruit {
  background-image: url(images/recruit-bg12.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding: 13rem 0 13rem 0;
  color: #ffffff;
}
@media screen and (max-width: 1919px) {
  .home .recruit {
    background-position: right;
  }
}
@media screen and (max-width: 1365px) {
  .home .recruit {
    background-position: right;
  }
}
@media screen and (max-width: 781px) {
  .home .recruit {
    padding: 80px 0 80px 0;
    background-position: right;
  }
}
.home .recruit .c-ttl {
  color: #ffffff;
}
.home .recruit__txt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.1428571429;
  margin-bottom: 6rem;
}
@media screen and (max-width: 781px) {
  .home .recruit__txt {
    text-align: left;
    font-size: 14px;
  }
}
.home .recruit__ttl {
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 5rem;
  z-index: 1;
  padding-left: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 781px) {
  .home .recruit__ttl {
    padding-left: 3rem;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.home .recruit__ttl::before {
  content: "";
  width: 3px;
  height: 28px;
  background: #ffffff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home .recruit__ttl::after {
  content: "";
  width: 1px;
  height: 28px;
  background: #ffffff;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.home .recruit .c-table {
  margin-bottom: 5rem;
}

.home .about {
  background: var(--bgcolor-content-main);
  padding: 12rem 0 16rem 0;
}
@media screen and (max-width: 781px) {
  .home .about {
    padding: 80px 0 80px 0;
  }
}
.home .about .c-table {
  color: #3A456A;
}
.home .about .c-table table tr {
  border-top: 1px solid #3A456A;
}
.home .about .c-table table tr:last-of-type {
  border-bottom: 1px solid #3A456A;
}

.home .access {
  padding: 0 0 10rem 0;
}
@media screen and (max-width: 781px) {
  .home .access {
    padding: 0 0 100px 0;
  }
}
.home .access .l-inner {
  width: 88%;
  max-width: 800px;
}
.home .access iframe {
  height: 45rem;
}
@media screen and (max-width: 781px) {
  .home .access iframe {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .sp_text {
    text-align: left;
  }
  .sp_center {
    text-align: center !important;
  }
  .PC {
    display: none !important;
  }
  .sp-fs14 {
    font-size: 14px !important;
  }
  .sp-fs16 {
    font-size: 16px !important;
  }
  .sp-fs18 {
    font-size: 18px !important;
  }
  .sp-fs20 {
    font-size: 20px !important;
  }
  .sp-fs22 {
    font-size: 22px !important;
  }
  .sp-fs24 {
    font-size: 24px !important;
  }
  .sp-fs26 {
    font-size: 26px !important;
  }
  .sp-fs28 {
    font-size: 28px !important;
  }
  .sp-fs32 {
    font-size: 32px !important;
  }
}
.SP {
  display: none !important;
}
@media (max-width: 768px) {
  .SP {
    display: inline !important;
  }
}

a {
  text-decoration: none;
}

/*home--------------------*/
/*contact--------------------*/
.contact .contact-txt {
  padding-left: 6.1rem;
}
@media (max-width: 781px) {
  .contact .contact-txt {
    padding-left: 0;
  }
}
.contact__ttl {
  padding-top: 12rem;
  text-align: center;
}
@media (max-width: 781px) {
  .contact__ttl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
.contact .wpcf7 {
  margin-bottom: 5rem;
  padding: 20px;
}
.contact .wpcf7 .wpcf7-form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
}
.contact .wpcf7 .wpcf7-form input[type=submit] {
  font-weight: bold;
  color: #3A456A;
  -webkit-appearance: none;
}
.contact .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.4;
}
.contact .wpcf7 .wpcf7-form p {
  padding: 1rem 0;
}
.contact .wpcf7 .wpcf7-list-item {
  margin-bottom: 1rem;
}
.contact .wpcf7 .submit_btn_wrap {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.contact .wpcf7 .submit_btn_wrap .wpcf7-submit {
  width: 240px;
  border-radius: 0;
  padding: 10.8px 0;
}
.contact .wpcf7 dl {
  margin-bottom: 5rem;
}
.contact .wpcf7 dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 5rem 3rem 4rem;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 5px;
  }
}
.contact .wpcf7 dl dt {
  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;
  font-weight: bold;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  line-height: 1.5;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dt {
    margin-bottom: 25px;
  }
}
.contact .wpcf7 dl dd {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin-left: 3.5rem;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dd {
    width: 100%;
    margin-left: 0;
  }
}
.contact .wpcf7 dl dt::after {
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 12px;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 781px) {
  .contact .wpcf7 dl dt::after {
    margin-left: 20px;
  }
}
.contact .wpcf7 dl dt.need::after {
  content: "必須";
  background-color: #FE060A;
  color: #fff;
}
.contact .wpcf7 dl dt.any::after {
  content: "任意";
  background-color: #11AC04;
  color: #fff;
}
.contact .wpcf7 dl dd span.wpcf7-list-item {
  display: block;
}
.contact .wpcf7 dl dd .wpcf7-text, .contact .wpcf7 .wpcf7-select {
  height: 6rem;
  border: none;
}
.contact .wpcf7 dl dd .wpcf7-text, .contact .wpcf7 dl dd .wpcf7-textarea, .contact .wpcf7 .wpcf7-select {
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  background-color: #f4f6f8;
}
.contact .wpcf7 .cf7-text-box p {
  text-align: center;
}
.contact .wpcf7 .cf7-text-box p:first-of-type {
  margin-bottom: 7px;
}
.contact .wpcf7 a.cf7-link {
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact .wpcf7 a.cf7-link:hover {
  opacity: 0.7;
}
.contact .wpcf7 .wpcf7-spinner {
  display: none;
}
.contact .wpcf7 .wpcf7-list-item-label {
  line-height: 1.5;
}
.contact .wpcf7 .c-btn {
  position: relative;
}
.contact .wpcf7 .c-btn::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(./images/btn01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.contact .wpcf7 .c-btn-link {
  opacity: 1;
  color: #3A456A;
  border: 1px solid #3A456A;
}
@media (max-width: 59.99em) {
  .contact .wpcf7 .submit_btn_wrap .wpcf7-submit {
    width: 70%;
  }
}

/*contact--------------------*/
/*privacy--------------------*/
.privacy-policy .mt80 {
  margin-top: 80px !important;
}
.privacy-policy .contact__ttl {
  padding-top: 12rem;
  text-align: center;
  font-size: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  color: #075cab;
  margin-bottom: 5rem;
  position: relative;
  padding-left: 6.1rem;
}
.privacy-policy .privacy-txt {
  line-height: 3rem;
  margin-bottom: 30px;
}
.privacy-policy .sub-ttl {
  line-height: 4.5rem;
  font-size: 2rem;
}
.privacy-policy .l-inner-privacy {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .privacy-policy .l-inner-privacy {
    width: 80%;
  }
}
.privacy-policy .mb80 {
  margin-bottom: 80px !important;
}
.privacy-policy .mt30 {
  margin-top: 30px !important;
}

/*contact--------------------*/