@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
/*ect */
body * {
  box-sizing: border-box;
}

html, body, header, figure, ul, h1, h2, h3, h4, h5, h6, h7, p {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: "Raleway", sans-serif;
}

h2 {
  font-size: 2.4rem;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) and (min-width: 581px) and (max-width: 980px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) and (max-width: 580px) {
  h2 {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none;
  color: #0382d1;
  cursor: pointer;
}
a:hover {
  color: #000;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sp_only {
  display: none;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .sp_only {
    display: block;
  }
}

body {
  color: #363833;
}

header {
  box-sizing: border-box;
  width: 100%;
  padding: 17px 0 5px 15px;
  z-index: 9;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 580px) {
  header {
    padding: 8px 0 4px 15px;
  }
}
header.front {
  padding: 10px 12px;
}
header.front h1 {
  font-size: 0.9vw;
  font-weight: normal;
  margin-top: 8px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header.front h1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  header.front h1 {
    position: absolute;
    left: 190px;
    top: 50%;
    font-size: 10px;
    padding-right: 12px;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
header .header_flex_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  header .header_flex_wrapper {
    display: block;
  }
}
header .telandbtn_wrapper {
  display: flex;
}
@media screen and (max-width: 580px) {
  header .telandbtn_wrapper {
    display: none;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header .telandbtn_wrapper {
    display: none;
  }
}
header .telandbtn_wrapper .tel_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .telandbtn_wrapper .tel_wrapper .tel_num {
  width: 200px;
  display: flex;
  align-items: center;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .freedial_wrapper {
  max-width: 20%;
  width: 2.5vw;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .freedial_wrapper img {
  width: 100%;
  height: auto;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number {
  font-size: 20px;
  font-weight: bold;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a {
  color: #000;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a:hover, header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a:active, header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a:visited {
  color: #000;
}
header .telandbtn_wrapper .tel_wrapper .tel_text {
  font-size: 1.3rem;
  text-align: center;
}
header .telandbtn_wrapper .btn_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .telandbtn_wrapper .btn_wrapper .line,
header .telandbtn_wrapper .btn_wrapper .mail {
  max-width: 160px;
  width: 9vw;
}
header .telandbtn_wrapper .btn_wrapper .line img,
header .telandbtn_wrapper .btn_wrapper .mail img {
  width: 100%;
  height: auto;
}
header .inner {
  display: flex;
  justify-content: left;
  max-width: 1580px;
  margin: auto;
  box-sizing: border-box;
}
header .inner #logo {
  width: 163px;
  height: auto;
  margin-right: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .inner #logo a img {
  width: 100%;
  height: auto;
}
header .inner nav {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header .inner nav {
    padding-top: 4px;
  }
}
header .inner nav ul {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  height: 100%;
}
header .inner nav ul li {
  display: inline-block;
  position: relative;
}
header .inner nav ul li:hover a {
  font-weight: bold;
}
header .inner nav ul li a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1vw;
  color: #363833;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  padding: 8px;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  header .inner nav ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header .inner nav ul li a {
    font-size: 1.5rem;
  }
}
header .inner nav ul .dropdown__lists {
  opacity: 0; /*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  transition: all 0s;
  gap: 0;
  pointer-events: none;
}
header .inner nav ul li:hover .dropdown__lists {
  opacity: 100; /*Gナビメニューにホバーしたら表示*/
  transform: translateY(36px);
  transition: all 0.5s;
  pointer-events: all;
}
header .inner nav ul li:hover .dropdown__lists a {
  font-weight: normal;
}
header .inner nav ul .dropdown__list {
  background-color: #00489a;
  position: relative;
  width: 100%;
}
header .inner nav ul .dropdown__list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 100%;
}
header .inner nav ul .dropdown__list:hover {
  background-color: #539fd2;
}
@media screen and (max-width: 580px) {
  header .inner nav {
    display: none;
  }
}

article section#submenu {
  width: 100%;
}

article section#submenu .dw {
  background-color: gainsboro;
}

article section#submenu .dw input[type=checkbox] {
  display: none;
}

.dw label {
  display: block;
  padding: 6px;
  padding-left: 20px;
  font-size: 1.6rem;
  position: relative;
}

.dw label::after {
  content: "▶";
  position: absolute;
  top: 6px;
  left: 150px;
  transform: rotate(90deg);
  transition: all 1.2s ease;
}

article section#submenu .dw input[type=checkbox]:checked + .subfor::after {
  transform: rotate(-90deg) !important;
}

article section#submenu .dw h5 {
  font-size: 1.6rem;
  margin: 10px;
}

article section#submenu .dw .subbox {
  padding: 0 10px 0 10px;
  height: 0;
  transition: all 1s ease;
  opacity: 0;
}

article section#submenu .dw input[type=checkbox]:checked + .subfor + .subbox {
  height: 80px;
  padding-top: 10px;
  z-index: -1;
  opacity: 1;
}

@media screen and (max-width: 580px) {
  article section#submenu .dw input[type=checkbox]:checked + .subfor + .subbox {
    height: 120px;
  }
}
article section#submenu .dw .subbox ul {
  margin: 0 0 5px 0;
  padding-left: 30px;
}

article section#submenu .dw .subbox ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 1.4rem;
  color: #00499a;
}

.menu-checkbox {
  display: none;
}

.drawer-menu {
  display: none;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  .drawer-menu {
    display: none;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .drawer-menu {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .drawer-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    transform: translateX(0);
    transition: all 0.5s ease-in-out;
    background-color: #00499a;
    z-index: 20;
    overflow: scroll;
    padding-bottom: 40px;
  }
}

.drawer-menu-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.drawer-menu-item-link {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 20px;
  margin-top: 20px;
}

.drawer-menu-item-link:hover,
.drawer-menu-item .Label:hover {
  color: #5b9fd3;
}

.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(100%);
}

.drawer-icon {
  display: none;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .drawer-icon {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 25px;
    right: 60px;
    justify-content: center;
    align-items: center;
    z-index: 130;
    background-color: #fff;
  }
}

.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
  content: "";
  display: block;
  height: 6px;
  width: 40px;
  border-radius: 3px;
  /*check*/
  background-color: #eb6120;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
}

.drawer-icon span::before {
  bottom: 12px;
  background-color: #00499a;
}

.drawer-icon span::after {
  top: 12px;
  background-color: #00499a;
}

.menu-checkbox:checked ~ .drawer-icon {
  background-color: #00499a;
}

.menu-checkbox:checked ~ .drawer-icon span {
  background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.menu-background {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.menu-checkbox:checked ~ .menu-background {
  display: block;
  opacity: 0.3;
}

/*ベース*/
.drawer-menu-item .toggle {
  display: none;
}

.drawer-menu-item .Label {
  /*タイトル*/
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 20px;
  margin-top: 20px;
}

.drawer-menu-item .Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: rotate(135deg);
}

.drawer-menu-item .Label,
.drawer-menu-item .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.drawer-menu-item .content {
  /*本文*/
  height: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.drawer-menu-item .toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 20px 8px 0px 20px;
  transition: all 0.3s;
  margin-top: 0;
}

.drawer-menu-item .toggle:checked + .Label + .content li {
  display: block;
  font-size: 1.5rem;
  padding-left: 1em;
  margin-bottom: 20px;
}

.drawer-menu-item .toggle:checked + .Label + .content li:last-of-type {
  margin-bottom: 0;
}

.drawer-menu-item .toggle:checked + .Label + .content li a {
  color: #fff;
}

.drawer-menu-item .toggle:checked + .Label + .content li a:hover {
  color: #5b9fd3;
}

.drawer-menu-item .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
  top: calc(50% - 3px);
}

.drawer-line {
  width: 80%;
  margin: 20px 0 0 0;
  padding-left: 20px;
}
.drawer-line img {
  width: 100%;
  height: auto;
}

header {
  box-shadow: 1px 1px 20px lightgray;
}

article main.contents {
  width: 100%;
  max-width: 1110px;
  margin: auto;
  padding: 20px 0;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents {
    width: 100%;
    padding: 10px;
  }
}
article main.contents p#breadcrumb {
  font-size: 1.4rem;
  margin: 30px 0;
  padding: 0;
  max-width: 900px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents p#breadcrumb {
    margin: auto;
    width: 100%;
    padding: 0 0 0 55px;
  }
}
@media screen and (max-width: 580px) {
  article main.contents p#breadcrumb {
    margin: 0;
    font-size: 1.4rem;
  }
}
article main.contents p#breadcrumb span {
  margin-right: 20px;
}
article main.contents p#breadcrumb span:last-child {
  margin-left: 20px;
}
article main.contents p#breadcrumb span a {
  padding-left: 0;
  font-size: 1.4rem;
  color: #0382d1;
}
article main.contents p#breadcrumb span a:hovar {
  color: black;
  padding-left: 1px;
}
article main.contents section {
  padding-top: 20px;
  width: 900px;
  margin: 30px auto;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section {
    width: 100%;
    margin: 0;
  }
}
article main.contents section #serviceInner {
  max-width: 550px;
  margin: auto;
}
article main.contents section #serviceInner img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section #serviceInner {
    margin: auto;
  }
}

footer {
  width: 100%;
  padding-top: 60px;
}
footer #footerBox {
  width: 100%;
  max-width: 1110px;
  margin: auto auto 32px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  footer #footerBox {
    display: block;
  }
}
footer #footerBox #contener-01 {
  width: 48%;
  padding: 10px;
  margin: auto;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 {
    width: 98%;
    margin: auto;
  }
}
footer #footerBox #contener-01 h1 {
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 h1 {
    font-size: 2.8rem;
  }
}
footer #footerBox #contener-01 .telContact {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 30px;
}
footer #footerBox #contener-01 .telContact a {
  color: #0382d1;
  text-align: center;
  transition: all 0.5s ease;
}
footer #footerBox #contener-01 .telContact a:hover {
  color: black;
}
footer #footerBox #contener-01 .time {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 .time {
    font-size: 2rem;
  }
}
footer #footerBox #contener-01 .mainCopy {
  font-size: 3.2rem;
  text-align: center;
  margin: 30px 0;
  font-weight: 700;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 .mainCopy {
    font-size: 2.2rem;
  }
}
footer #footerBox #contener-01 .mainCopy span {
  font-size: 4.5rem;
  margin: 0 16px;
  color: #0382d1;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 .mainCopy span {
    font-size: 3.2rem;
  }
}
footer #footerBox #contener-01 .subCopy {
  font-size: 1.8rem;
  text-align: center;
}
footer #footerBox #contener-01 ul {
  margin-top: 30px;
  padding-left: 50px;
}
footer #footerBox #contener-01 ul li {
  font-size: 1.8rem;
  list-style-type: decimal;
}
footer #footerBox #contener-02 {
  width: 48%;
  padding: 10px 0;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 {
    width: 98%;
    margin: auto;
  }
}
footer #footerBox #contener-02 h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }
}
footer #footerBox #contener-02 form {
  width: 100%;
}
footer #footerBox #contener-02 form p input[type=text], footer #footerBox #contener-02 form p textarea {
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 4.3rem;
  font-size: 1.8rem;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  margin-bottom: 15px;
}
footer #footerBox #contener-02 form p textarea {
  min-height: 120px;
  padding-top: 20px;
  font-family: "Open Sans", sans-serif;
}
footer #footerBox #contener-02 form p .form_buttonstyle {
  background: #536280;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
footer #footerBox #contener-02 form p .form_buttonstyle:hover {
  background: #fff;
  color: #536280;
  border: 1px solid #536280;
}
footer #footerBox #contener-02 form .btn-wrap {
  display: block;
  max-width: 435px;
  margin: 20px auto 20px;
}
footer #footerBox #contener-02 form .btn-wrap .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 999px;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c {
  font-size: 1.8rem;
  display: block;
  overflow: hidden;
  padding: 1rem 2rem 1rem 3rem;
  border-bottom: 5px solid #902e00;
  background: #ea611f;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  right: calc(50% - 15rem);
  margin: 0;
  padding: 0;
  content: "\f30b";
  color: #fff;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
    right: calc(50% - 20vw);
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
    font-size: 5vw;
    top: calc(50% - 2.5vw);
    right: calc(50% - 36vw);
  }
}
footer #footerBox #contener-02 form .btn-wrap .btn-c:hover {
  transform: translateY(3px);
  border-bottom: 2px solid #902e00;
  background: #ea611f;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c input {
  background: none;
  border: none;
  display: block;
  margin: auto;
  font-weight: bold;
  cursor: pointer;
  font-size: 2rem;
  color: #fff;
  padding: 8px 0;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c input {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c input {
    font-size: 5vw;
  }
}
footer #copylight {
  background-color: #394356;
  color: #fff;
  padding: 10px 0 15px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  footer #copylight {
    display: block;
    padding: 30px 0 30px;
  }
}
footer #copylight p#copy {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 580px) {
  footer #copylight p#copy {
    margin-top: 30px;
  }
}
footer #copylight ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  footer #copylight ul {
    justify-content: center;
  }
}
footer #copylight ul li {
  margin-right: 12px;
}
footer #copylight ul li a {
  color: currentColor;
  touch-action: manipulation;
  font-size: 1.2rem;
}

#footer_sp_button {
  display: none;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  #footer_sp_button {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  #footer_sp_button {
    display: block;
    width: 100%;
    position: fixed;
    bottom: -6px;
    left: 0;
    font-size: 1.35rem;
    text-align: center;
    background: #fff;
    padding: 5px;
  }
}
@media screen and (max-width: 580px) {
  #footer_sp_button #img {
    position: relative;
  }
  #footer_sp_button #img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50;
  }
  #footer_sp_button #img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .pagetop {
    right: 15px;
    bottom: 90px;
  }
}

.pagetop__arrow {
  height: 8px;
  width: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(20%) rotate(-45deg);
}/*# sourceMappingURL=helpdesk.css.map */