@charset "UTF-8";
/******************************
 * RESET
******************************/
*,
*::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: #5a5a5a;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #666;
  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;
}

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;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* ボタンIOS対応 */
button {
  -webkit-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%);
}

input[type="text"]:focus {
  outline: 0;
}


/******************************
 * BASE
******************************/
* {
  min-height: 0vw;
}

body {
  font-family: "Roboto Condensed", "Noto Sans 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;
  color:#5a5a5a;
}

#main {
}

.inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.textl {
  text-align: left;
}
.textc {
  text-align: center;
}
.textr {
  text-align: right;
}

.col_red {
  color: #c00;
}

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

.gotop {
  display: block;
  width: 150px;
  height: 40px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #515254;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  color: #5a5a5a !important;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.7;
  position: fixed;
  bottom: 120px;
  right: -55px;
  z-index: 10000;
  transform: rotate( -270deg );
}
.gotop:hover {
  opacity: 1;
  text-decoration: none;
  color: #5a5a5a !important;
}
.gotop span:before {
    content: "\e317";
    position: relative;
	font-family: 'Material Icons';
	margin-right:10px;
	bottom:-2px;
}


/******************************
 * MENU
******************************/
#header {
  position: sticky;
  top: 0;
  z-index: 999;
  padding:0 35px 5px 35px;
  background: rgb(255,255,255,0.85);
}
.globalnav-wrap {
	display: flex;
	z-index: 1000;
	align-items: center;
}
.globalnav-wrap h1 {
  margin-right: auto;
}
.globalnav-wrap .pc_none {
  display: none !important;
}

.online {
	background-color:rgb(0,0,0,1);
	border-radius:36px;
	width:11em;
}
.online a {
	display:block;
	padding:0 20px;
	color:#fff !important;
}
.online999:hover {
	background-color:rgb(255,255,255,0.95);
}
.online span:before {
    content: "\e8cc";
    position: relative;
	font-family: 'Material Icons';
	margin-right:5px;
	bottom:-1px;
}

.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 {
  padding: 30px 0 15px 0;
  font-weight: bold;
}
.globalnav .dropdown-btn {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
}
.globalnav .dropdown {
  z-index: 1000;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50px;
  width: 60vw;
  display: none;
  text-align: center;
  border: solid 1px #ccc;
  padding-top: 10px;
}
.globalnav .dropdown li {
  margin: 5px;
  float: left;
}
.globalnav .dropdown li a {
  padding: 25px;
  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;
}
.globalnav .nav-button-wrap,
.globalnav .open {
  display: block;
}
.globalnav .close {
  display: block;
}

@media screen and (max-width: 1250px) {
  .globalnav .dropdown {
    width: 70vw;
  }
}
@media screen and (max-width: 1100px) {
  .globalnav-wrap h1 {
    width: 250px;
  }
  .globalnav-wrap h1 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1010px) {
  header {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
  }
.online {
	width:13em;
}
.globalnav-wrap h1 {
	margin-top:13px;
}
.globalnav-wrap .pc_none {
    display: block !important;
  }
  .globalnav-wrap .sp_none {
    display: none !important;
  }
  .globalnav-wrap .dropdown-btn {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
  }
  .nav-button-wrap {
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 1000;
    cursor: pointer;
    padding: 15px;
    height: 53px;
  }
  .globalnav {
    display: none;
  }
  .globalnav li a span {
    display: inline-block;
    margin-left: 1em;
    color: #999;
  }
  .globalnav .close {
    display: none;
  }
  .globalnav .dropdown {
    width: 100%;
  }
  .globalnav .dropdown li {
    float: none;
    text-align: left;
  }
  .globalnav .dropdown li a {
    color: #fff;
    padding: 10px 25px;
  }
  .globalnav .dropdown li a:hover {
    text-decoration: none;
    color: #ccc;
  }
  .globalnav .dropdown li .btn_form {
    margin: 0;
  }
  .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;
  }
  .globalnav-wrap.open .globalnav li:hover {
    background: transparent;
  }
  .globalnav-wrap.open .globalnav .dropdown {
    display: block;
    position: static;
    background: transparent;
    border: none;
    padding-top: 0;
  }
  .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: #5a5a5a;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 9px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: -2px;
  }
  .active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    background-color: #fff;
  }
  .active .nav-button span:nth-of-type(2) {
    opacity: 0;
  }
  .active .nav-button span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
    background-color: #fff;
  }
}
@media all and (max-width: 500px) {
#header h1 svg {
	width:80%;
	height:auto;
}
}


/******************************
 * MAIN
******************************/
/* パンクズ */
#breadcrumb_area {
  padding: 3px 0 5px 0;
  margin-bottom:35px;
}
#breadcrumb_area .breadcrumb {
  display: flex;
  gap: 0 15px;
  list-style: none;
  padding: 0;
  font-size: 0.9em;
}
#breadcrumb_area .breadcrumb a {
  color: #666;
  text-decoration: none;
}
#breadcrumb_area .breadcrumb a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
#breadcrumb_area .breadcrumb li {
  display: flex;
  align-items: center;
  font-weight: 400;
}
#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 h1 {
  font-size: clamp(1.875rem, 1.375rem + 2.5vw, 4.5rem);
}
#main h2 {
  font-size: clamp(1.75rem, 1.614rem + 0.68vw, 2.125rem);
  font-weight:300;
  margin-bottom:35px;
}

#main h3 {
  margin: 55px 0 25px 0;
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  font-weight:300;
}
#main h3:first-of-type {
  margin: 0 0 25px 0;
}

.viewmore {
	border-bottom:solid 1px #5a5a5a;
	font-size:13px;
}
.viewmore:hover {
	opacity:0.8;
}

@media all and (max-width: 769px) {
}


/******************************
 * FOOTER
******************************/
#footer {
  background-color: #000;
  color:#f5f6f8;
  padding: 55px 25px 25px 25px;
  font-size:14px;
}
#footer a {
  color: #f5f6f8;
}
#footer .f_flex {
  display: flex;
  margin-bottom: 7px;
  flex-wrap:wrap;
  justify-content: space-between;
}

#footer .f_flex>div:first-child {
	margin-right:80px;
}

#footer div p:first-child {
	font-size:25px;
	margin-bottom:7px;
}

#footer .copy {
	font-size:13px;
	margin-top:-50px;
  color: #ccc;
}

#footer .privacy {
	font-size:13px;
}
#footer .privacy:before {
    content: "\e315";
    position: relative;
	font-family: 'Material Icons';
	margin-right:5px;
	bottom:-1px;
	font-size:12px;
	color:#;
}

#footer .add_flex {
  display: flex;
}

#footer dl {
	margin-bottom:15px;
  margin-right: 55px;
}

.footer_link {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footer_link li {
	margin-left:10px;
}

.footer_link li span {
	font-size:22px;
	position:relative;
	bottom:-5px;
}

@media screen and (max-width: 930px) {
  #footer .f_flex > div:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 769px) {
  #footer .add_flex {
    flex-wrap: wrap;
  }
  #footer dl {
    margin-right: 0;
  }
  #footer .copy {
    margin-top:0;
  }
}