@charset "UTF-8";
/******************************
 * RESETs
******************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6, p,
ol,
ul,
ol ol,
ul ul,
ol ul,
ul ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ul,ol {
  list-style: none;
}
blockquote {
  margin: 0 0 1rem;
}
b,strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #999;
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}

/******************************
 * BASE
******************************/
* {
  min-height: 0vw;
}
html {
  scroll-padding-top: 160px;
}
body {
  font-family: "LINE Seed JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.textl {
  text-align: left;
}
.textc {
  text-align: center;
}
.textr {
  text-align: right;
}
.imgr {
  float: right;
}
.imgl {
  float: left;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #2c89cc;
  padding-top: 24px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  opacity: 1;
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 10000;
}
.gotop:hover {
  opacity: 1;
  text-decoration: none;
  color: #fff !important;
  opacity: 0.85;
}
.gotop:before {
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 20%;
  height: 20%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
}

.btn-blue-large {
  display: inline-block;
  background-color: #3d8fd2;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: bold;
  margin-top: 20px;
  font-size: 24px;
  position:relative;
  overflow:hidden;
}
.btn-blue-large:before{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:80px;
  height:100%;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.7),
    transparent
  );
  transform:skewX(-25deg);
  transition:left .6s ease;
}
.btn-blue-large:hover{
  background:#005da8;
  color:#fff;
}
.btn-blue-large:hover::before{
  left:120%;
}
.btn-blue {
  display: inline-block;
  background-color: #3d8fd2;
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: bold;
}
.btn-outline {
  display: inline-block;
  border: 1px solid #3d8fd2;
  color: #3d8fd2;
  padding: 12px 40px;
  border-radius: 25px;
  font-weight: bold;
  background: #fff;
}
.btn-outline-small {
  display: inline-block;
  border: 1px solid #333;
  padding: 6px 25px;
  border-radius: 20px;
  font-size: 14px;
  margin-top: 20px;
}
.placeholder-img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d8fd2;
}

.col_red {
  color: #c00;
}
.text_b {
  font-weight: 600;
}

.tel_icon:before {
  bottom: -3px;
  position: relative;
  margin-right: 4px;
  font-family: "Material Icons";
  content: "\e325";
  color: #3d8fd2;
}
.fax_icon:before {
  bottom: -3px;
  position: relative;
  margin-right: 4px;
  font-family: "Material Icons";
  content: "\ead8";
}
.mail_icon:before {
  bottom: -3px;
  position: relative;
  margin-right: 4px;
  font-family: "Material Icons";
  content: "\e0be";
  color: #4a7c29;
}

@media screen and (max-width: 769px) {
  .container {
    width: 92%;
  }
}

/******************************
 * MENU
******************************/
#header {
  clear: both;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 0 0 0 20px;
  background: rgba(255, 255, 255, 0.8);
}
.header-contact .tel-box{
    display:flex;
    align-items:center;
}
.header-contact .tel-number{
    display:block;
    color:#005da8;
    font-size:20px;
    font-weight:600;
    line-height:1;
    text-decoration:none;
    margin-bottom:0;
}
.header-contact .tel-number:hover {
  color: #005da8;
}
.header-contact .tel-info {
  margin-top: -13px;
}

.header-contact .tel-info p{
     color:#005da8;
    font-size:12px;
    font-weight:600;
    text-align: center;
    margin-top: -10px;
}
.header-contact .mail-btn{
    width:70px;
    height:70px;
    background:#005da8;
    color:#fff;
    text-decoration:none;

    display:flex;
    justify-content:center;
    align-items:center;

    line-height:1;
    transition:.3s;
    margin-left: 10px;
}
.header-contact .mail-btn:hover{
    background:#004a87;
}
.header-contact .mail-btn .material-icons {
    font-size:36px;
    padding-top: 3px;
    padding-left: 3px;
}
.globalnav-wrap {
  display: flex;
  z-index: 1000;
  align-items: center;
}

.globalnav-wrap h1 {
  margin: 5px auto 0 15px;
  font-size: 18px;
}

.globalnav-wrap .pc_none {
  display: none !important;
}

.globalnav-wrap ol {
  display: flex;
  align-items: center;
  z-index: 100;
  margin-bottom: -1px;
}

.globalnav-wrap ol li {
  height: 84px;
  width: 120px;
  text-align: center;
}

.globalnav-wrap ol li a {
  display: block;
  height: 84px;
  width: 120px;
}

.globalnav-wrap ol li:first-child a {
  background-color: #fff;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
}

.globalnav-wrap ol li:last-child a {
  background-color: #000;
  color: #fff;
}

.globalnav-wrap ol li span {
  display: block;
  padding-top: 15px;
  font-size: 20px;
}

.globalnav {
  display: flex;
  align-items: center;
}

.globalnav .dropdown-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.globalnav .dropdown-btn a {
  display: block;
  padding: 15px;
}

.globalnav .dropdown-btn:nth-last-child(1) a {
  padding: 0 15px;
}

.globalnav .dropdown-btn:nth-last-child(1) .dropdown {
  left: -100px;
}

.globalnav .dropdown {
  z-index: 1000;
  background: #fff;
  position: absolute;
  left: 0;
  top: 55px;
  width: 220px;
  display: none;
  text-align: center;
  border: solid 1px #ccc;
}
.globalnav .dropdown.open {
  display: block;
}
.globalnav .dropdown li {
  font-weight: normal;
  text-align: left;
  border-bottom: dotted 1px #999;
}

.globalnav .dropdown li a {
  padding: 10px;
  display: block;
  color: #000;
}

.globalnav .dropdown li a:hover {
  color: #999;
}

.globalnav .dropdown li .btn_form {
  color: #fff;
  padding: 10px;
  margin-top: 15px;
}

.globalnav .dropdown li .btn_form:hover {
  color: #27acd9 !important;
}

/* PC：hoverでプルダウン表示 */
@media screen and (min-width: 1061px) {
  .globalnav .dropdown-btn:hover > .dropdown {
    display: block;
  }
  .after_mark>a:after {
    content: "";
    bottom: -3px;
    position: relative;
    font-family: "Material Icons";
    content: "\e5cf";
    color: #999;
  }
}

@media screen and (max-width: 1060px) {
  header {
    position: relative;
    width: 100%;
  }

  #header {
    padding: 10px 20px;
  }

  .globalnav-wrap h1 img {
    width: 100%;
    height: auto;
    max-width: 234px;
  }

  .globalnav-wrap .pc_none {
    display: block !important;
    margin-bottom: 10px;
  }

  .globalnav-wrap .sp_none {
    display: none !important;
  }

  .globalnav {
    display: none;
  }

  .globalnav-wrap.open .globalnav {
    display: block;
    padding: 40px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 20;
  }

  .globalnav-wrap.open .globalnav li {
    display: block;
    color: #fff;
    border-bottom: none;
  }

  .globalnav-wrap.open .globalnav > li {
    border-bottom: dotted 1px #ccc;
  }

  .globalnav-wrap.open .globalnav li a {
    color: #fff;
    display: block;
    padding: 10px 0 15px 0;
  }

  .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }

  .globalnav li a span {
    display: inline-block;
    margin-left: 1em;
    color: #999;
  }

  .globalnav-wrap .dropdown-btn {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
  }

.globalnav .dropdown {
    display: none;
    width: 100%;
    position: static;
    background: transparent;
    border: none;
    padding: 0 0 10px 15px;
  }
.globalnav-wrap.open .globalnav .dropdown {
    display: block;
  }
  /* スマホ：openが付いたものだけ表示 */
  .globalnav .dropdown.open {
    display: block;
  }

  .globalnav .dropdown li {
    float: none;
    text-align: left;
  }

  .globalnav .dropdown li a {
    color: #fff;
    padding: 3px 25px;
  }

  .globalnav .dropdown li a:hover {
    text-decoration: none;
    color: #ccc;
  }

  .globalnav .dropdown li .btn_form {
    margin: 0;
  }

  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
    padding: 15px;
    height: 53px;
  }

  .nav-button {
    display: inline-block;
    transition: all 0.3s;
    z-index: 20;
    width: 25px;
    height: 19px;
    position: relative;
  }

  .nav-button span {
    display: inline-block;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 10px;
  }

  .nav-button span:nth-of-type(3) {
    bottom: -2px;
  }

  .active .nav-button span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
    background-color: #fff;
    height: 3px;
  }

  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }

  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    background-color: #fff;
    height: 3px;
  }
}

/******************************
 * MAIN
******************************/
/* パンクズ */
#breadcrumb_area {
  margin: 0 0 45px 0;
}
#breadcrumb_area .breadcrumb {
  display: flex;
  gap: 0 15px;
  list-style: none;
  padding: 0;
  font-size: 14px;
}
#breadcrumb_area .breadcrumb a {
  color: #000;
  text-decoration: none;
}
#breadcrumb_area .breadcrumb a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
#breadcrumb_area .breadcrumb li {
  display: flex;
  align-items: center;
}
#breadcrumb_area .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin-left: 15px;
  font-family: "Material Icons";
  content: "\e409";
  position: relative;
  top: 2px;
}

#main h4 {
  margin: 15px 0 55px 0;
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  line-height: 1.3;
}
#main h5 {
  margin: 55px 0 25px 0;
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  line-height: 1.3;
}

.bdr {
  text-decoration: underline;
}
.h2_bdr {
  font-size: 30px;
  margin: 0 0 55px 0;
    padding: 0.8rem 0;
    background-image: linear-gradient(90deg, #65aad9 0 20%, #dedede 20%);
    background-repeat: no-repeat;
    background-size: 100% 4px;
    background-position: bottom;
    color: #0066b3;
}

#title_area {
    background:
  radial-gradient(
      circle at left bottom,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.1) 35%,
      rgba(0, 0, 0, 0.05) 55%,
      rgba(0, 0, 0, 0) 60%
    ),
    url(../../img/title_bg.jpg) center top / cover no-repeat;
  background-size: cover;
  height: 50vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 8%;
    margin-bottom: 7px;
}
#title_area h2{
  color:#fff;
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  line-height:1.5;
}

@media screen and (max-width: 769px) {
  #title_area {
    height: 250px;
  }
  #breadcrumb_area .breadcrumb {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 7px;
  }
  #breadcrumb_area .breadcrumb li {
    display: inline;
  }
  #breadcrumb_area .breadcrumb li:not(:last-child)::after {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
    #title_area {
    background:
  radial-gradient(
      circle at left bottom,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.1) 35%,
      rgba(0, 0, 0, 0.05) 55%,
      rgba(0, 0, 0, 0) 60%
    ),
    url(../../img/title_bg_mini.jpg) left top / cover no-repeat;
      text-align: center;
      padding-left: 0;
  }
  #title_area h2{
    margin: 0 auto;
    text-shadow: 1px 1px 2px #666;
  }

}

/******************************
 * CONTACT
******************************/
.contact-area {
  margin-top: 80px;
}
.contact-area{
    background:#0068b7;
    padding:60px 0;
    color:#fff;
}
.contact-area .container h2 {
  font-size: clamp(1.375rem, 1.102rem + 1.36vw, 2.125rem);
  text-align: center;
  margin-bottom: 55px;
}
.contact-content{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:60px;
}
.contact-tel{
  font-weight:600;
}
.tel-number{
    font-size: clamp(1.5rem, 0.682rem + 4.09vw, 3.75rem);
    color:#fff;
    line-height:1;
    display:block;
    margin-bottom:20px;
}
.tel-number:hover {
  color: #fff;
}
.contact-content .tel_icon:before {
  color: #fff;
}
.contact-buttons{
    display:flex;
    gap:20px;
}
.contact-btn{
    width:170px;
    height:170px;
    border-radius:24px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    color:#fff;
    transition:.3s;
    background:#3d8fd2;
}
.contact-btn:hover{
    transform:translateY(-5px);
    opacity:.9;
    color: rgba(255, 255, 255, 0.85);
}
.contact-btn span{
    font-weight:600;
    margin-bottom:12px;
}
.contact-btn .material-icons {
  font-size: 50px;
}
.contact-area br {
  display: none;
}
.fc_mini {
  font-weight: normal;
  font-size: 0.9em;
  margin-top: 7px;
}

@media(max-width:1000px){
    .contact-btn{
        width:160px;
        height:160px;
    }
}
@media(max-width:900px){
      .contact-btn{
        width:140px;
        height:140px;
    }
}
@media(max-width:800px){
    .contact-content{
        flex-direction:column;
        gap:40px;
    }
    .contact-tel{
        text-align:center;
    }
    .contact-buttons{
        width:100%;
        justify-content:center;
        gap:15px;
    }
    .contact-area br {
      display: block;
    }

}
@media(max-width:769px){
  .contact-inner{
    grid-template-columns:1fr;
    display:block;
  }
}

/******************************
 * FOOTER
******************************/
#footer {
  background-color: #4e4e4e;
  padding: 40px 0;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer .container {
  display: flex;
  justify-content: space-between;
}
#footer .container ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#footer .container ul li {
  margin-left: 15px;
  margin-bottom: 7px;
}
#footer .container ul li a {
  text-decoration: underline;
}
#footer dl dt {
  font-size: 24px;
}
#footer .sns-img li {
  margin-left: 5px;
  margin-top: 15px;
}
#footer .sns-img img {
  width: auto;
  height: 30px;
}

/* ボタンIOS対応 */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: linear-gradient(to bottom, #EEE 0%, #CCC 100%);
  font-weight: normal;
}
button:hover {
  background: linear-gradient(to bottom, #FFF 0%, #CCC 100%);
}

.footer_pc_none {
    display: none;
}
#fixed-footer-menu {
    position: sticky;
    z-index: 92;
    bottom: 0;
    width: 100%;
}
#fixed-footer-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid 1px #0066b3;
}
#fixed-footer-menu li {
    background: #fff;
    width: calc( 100% / 3 );
    font-weight: 500;
    border-right: solid 1px #0066b3;
}
#fixed-footer-menu li:last-child {
    border-right: none;
}
#fixed-footer-menu li a {
    text-align: center;
    display: block;
    width: 100%;
    padding: 25px 0;
    font-size: 11px;
    color: #0066b3;
}
#fixed-footer-menu ul li:hover {
      background: #3d8fd2;
      color: #fff;
}
#fixed-footer-menu ul li a:hover {
      color: #fff !important;
}
#fixed-footer-menu li p {
    font-size: 11px;
    line-height: 1.1;
}

@media screen and (max-width: 1100px) {
  #footer {
    text-align: center;
  }
  #footer .container {
    display: block;
  }
  #footer .container ul {
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1000px) {
  .footer_pc_none {
    display: block;
  }
  .contact-area {
    display: none;
  }
}


