@charset "UTF-8";

/* =======================================================
BASE
======================================================= */

html {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 200%;
}

body {
  padding: 0;
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.padding-top0 {
  padding-top: 0 !important;
}

main a,
#frontpage #relevance section h3 a,
#frontpage #relevance section p a {
  color: rgb(62 62 65 / 100%) !important;
  text-decoration: none !important;
}

#frontpage #relevance section h3 a {
  display: flex;
  flex-wrap: wrap;
}

#frontpage #relevance section h3 a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  min-width: 5rem;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #fff;
  background: rgb(62 62 65 / 100%);
}

.prod_title a,
.maxwidth a {
  text-decoration: none !important;
}

.maxwidth a,
.point a {
  color: rgb(62 62 65 / 100%) !important;
}

.prod_title a {
  color: #fff !important;
}

.prod_title ul li a:active,
.prod_title a:visited {
  color: #fff !important;
}

.maxwidth a:visited {
  color: rgb(62 62 65 / 100%) !important;
}

main a:hover,
main a:hover img {
  opacity: 0.75;
}

.maxwidth {
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
  position: relative;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 160%;
}

h2 {
  position: relative;
  font-size: 1.5rem;
  line-height: 160%;
}

h3 {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
}

.prod_title h3 {
  color: #fff !important;
}

h4 {
  position: relative;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 160%;
}

#contents .col253D73 {
  /* new title */
  padding: 0.3rem;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: #253d73;
}

nav#global-nav ul {
  display: flex;
  justify-content: space-around;
  padding: 1em;
  margin: 0;
  list-style: none;
}

nav#global-nav ul li {
  padding: 0;
  margin: 0;
}

nav#global-nav ul li a {
  position: relative;
  display: inline-block;
  padding: 0.5em 0;
  color: #000;
  text-decoration: none !important;
}

nav#global-nav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 2px;
  content: '';
  background: #000;
  transform: translate(-50%, 0);
  transition: 0.3s;
}

nav#global-nav ul li a:hover::after {
  width: 100%;
}

nav#global-nav ul li a br {
  display: none;
}

br.pc {
  display: block;
}

br.tb,
br.sp {
  display: none;
}

a.btn-01,
a.btn-02,
a.btn-03 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 3%;
  margin: 2%;
  line-height: 1.3rem;
  border-radius: 0.3rem;
}

a.btn-01 {
  color: #fff !important;
  background: #5c5c5c !important;
}

a.btn-01:visited {
  color: #fff !important;
}

a.btn-02 {
  color: #000 !important;
  background: #ccc;
}

a.btn-03 {
  color: #000 !important;
  background: #fff;
  border: 1px solid #b2b2b2;
}

a.btn-03:hover {
  background: #e8e8e8;
  opacity: 1;
}

.btn {
  padding: 0 5%;
}

.btn a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 1rem;
  margin: 0 auto;
  font-size: 1.375rem;
  line-height: 200%;
  color: #fff !important;
  text-decoration: none;
  background: #5c5c5c !important;
  border-radius: 0.3rem;
}

.btn a:visited {
  color: #cfcfcf !important;
}

/* =======================================================
contents
======================================================= */

.btn {
  padding: 0 5%;
}

header {
  position: relative;
  box-sizing: border-box;

  /*	min-height: 420px; */
  width: 100%;
  padding: 0;
  background: url('../../common/images/main_visual.jpg') no-repeat bottom center;
  background-size: cover;
}

header::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: #253d7380;
}

/* =======================================================
header::before {
	content: '';
	background: rgb(66 99 140 / 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
======================================================= */

header .maxwidth {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}

header .title {
  position: relative;
  padding: 5rem 5%;
  text-align: center;
}

header h1 {
  padding: 0;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 150%;
  color: #fff !important;
}

header h1.pv {
  margin-top:;
  font-size: 4.315rem;
  line-height: 4rem;
}

header h2 {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #fff !important;
}

header p {
  margin-bottom: 0;
  color: #fff !important;
}

header strong {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #fff !important;
}

nav#global-nav {
  position: relative;
  top: 0;
  width: 100%;
  line-height: 1rem;
  background: #fff;
}

/*
nav#global-nav .maxwidth {
	max-width: 100%;
}
*/

nav#global-nav ul {
  display: flex;
  gap: 2%;
  align-items: center;
}

nav#global-nav ul li.contact {
  margin-left: auto;
}

nav#global-nav ul li.contact a {
  display: block;
  padding: 0.5rem 1rem !important;
  line-height: 1.4rem;
  color: #fff !important;
  text-decoration: none !important;
  background: #5c5c5c;
  border-radius: 0.4rem;
}

nav ul li::before {
  display: none;
  content: '' !important;
}

#frontpage nav#global-nav {
  position: absolute;
  top: auto;
  bottom: -2rem;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: 4rem !important;
  line-height: 1rem;
  background: transparent;
  transform: translate(-50%, 0);
}

#frontpage nav#global-nav ul {
  background: rgb(255 255 255 / 90%);
}

#frontpage nav#global-nav ul .contact {
  display: none;
}

/* =======================================================
#footer-content
======================================================= */

#footer-content .main-link {
  padding: 0;
  margin-top: 3rem;
  background: #ccc;
}

#footer-content .main-link ul {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
}

#footer-content .main-link ul li {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  margin: 0;
  color:;
  text-align: center;
  border: 1px solid #ccc;
  border-left: none;
}

#footer-content .main-link ul li:nth-of-type(1) {
  border-left: 1px solid #ccc;
}

#footer-content .main-link ul li a {
  box-sizing: border-box;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  padding: 2rem 2%;
  color: #000;
  color: rgb(62 62 65 / 100%) !important;
  text-decoration: none;
}

#footer-content .main-link ul li a:hover {
  color: #fff !important;
  text-decoration: none;
  background: #5c5c5c;
}

#footer-content .main-link ul li a h3 {
  margin: 0;
}

#footer-content .main-link ul li a span {
  margin-top: auto;
}

#footer-content .main-link ul li a span::after {
  margin-left: 1rem;
  content: '>';
}

#footer-content .global-link {
  padding: 3rem 0.3rem;
  text-align: center;
  background: rgb(204 204 204 / 25%);
}

#footer-content .global-link h3 {
  margin: 0 0 1rem;
}

#footer-content .global-link ul {
  display: flex;
  gap: 0 0.5rem;
  justify-content: space-between;
  padding: 3rem 0;
  margin: 0 auto;
  list-style: none;
}

#footer-content .global-link ul li {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}

#footer-content .global-link ul li h4 {
  box-sizing: border-box;
  width: 100%;
  padding: 0.4rem 0.5rem;
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4rem;
  text-align: center;
  background: #fff;
}

#footer-content .global-link ul li ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  font-size: min(2.7vw, 0.75rem);
}

#footer-content .global-link ul li ul a {
  line-height: 200% !important;
  text-align: left;
}

#footer-content .global-link ul li ul a:hover {
  text-decoration: underline !important;
}

#footer-content .global-link ul li ul a::before {
  margin-right: 0;
  content: '・';
}

/* =======================================================
	 toggle navi
======================================================= */

.menu-trigger {
  position: absolute;
  top: 1em;
  right: 5%;
  z-index: 100003;
  box-sizing: border-box;
  display: none;
  width: 40px;
  height: 40px;
  margin: auto;
  opacity: 1;
  transition: all 0.4s;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 5px;
}

.menu-trigger span:nth-of-type(1) {
  top: 2px;
}

.menu-trigger span:nth-of-type(2) {
  top: 13px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 13px;
}

.menu-trigger span:nth-of-type(4) {
  bottom: 2px;
}

.menu-trigger.active {
  transform: rotate(360deg);
}

.menu-trigger.active span {
  background-color: #000;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(2px) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(4) {
  opacity: 0;
}

/* =======================================================
Responsive
======================================================= */

/*
@media screen and (max-width:1100px) {

#footer-content .global-link ul {
	font-size: 0.9rem;
}

}
*/
@media screen and (width <=1140px) {
  /*
#footer-content .global-link ul {
	flex-wrap: wrap;
}

#footer-content .global-link li {
	max-width: calc(50% - 0.3rem);
}

#footer-content .global-link li ul {
	margin-bottom: 0.5rem;
}

#footer-content .global-link li li {
	max-width: 100%;
}
*/
}

@media screen and (width <=1130px) {
  nav#global-nav ul {
    gap: 2%;
    font-size: 0.85rem;
    line-height: 150%;
  }
}

@media screen and (width <=1030px) {
  nav#global-nav ul a {
    line-height: 140%;
  }

  nav#global-nav ul a br {
    display: block !important;
  }

  nav#global-nav ul {
    gap: 3.5vw;
    justify-content: space-between;
  }

  #footer-content .global-link ul li h4 {
    font-size: 1.35vw;
  }
}

@media screen and (width <=860px) {
  nav#global-nav ul {
    gap: 2%;
  }
}

@media screen and (width <=768px) {
  html {
    font-size: 14px;
  }

  main {
    position: relative;
  }

  br.tb {
    display: block;
  }

  br.pc,
  br.sp {
    display: none;
  }

  .menu-trigger {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: block;
  }

  .tgl_fixed {
    position: fixed;
  }

  nav#global-nav,
  #frontpage nav#global-nav {
    position: fixed;
    inset: 0 -18rem 0 auto;
    z-index: 10000;
    box-sizing: border-box;
    display: inline-block;
    width: 18rem;
    min-height: 100% !important;
    font-size: 1rem;
    background: #fff;
    transform: translate(0, 0);
    transition: 0.3s;
  }

  nav#global-nav.open,
  #frontpage nav#global-nav.open {
    right: 0 !important;
    z-index: 10000;
  }

  nav#global-nav .maxwidth,
  #frontpage nav#global-nav .maxwidth {
    position: fixed;
    top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    padding: var(--header-height) 0 0;
    margin: 0 0 0 auto;
  }

  nav#global-nav ul,
  #frontpage nav#global-nav ul {
    display: block !important;
    padding: 0 !important;
    border-bottom: none !important;
  }

  nav#global-nav ul li {
    border-top: 1px solid #ccc;
  }

  nav#global-nav ul li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 1.5rem 1rem !important;
    text-align: left;
  }

  nav#global-nav ul a br {
    display: none !important;
  }

  nav#gloval-nav ul li a::after {
    position: absolute;
    top: 50%;
    right: 0.7rem;
    left: auto;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.8rem;
    line-height: 1.5rem;
    color: #fff;
    text-align: center;
    content: '\025b6';
    background: #ccc;
    border-radius: 10rem;
    transform: translate(0, -50%);
  }

  nav#global-nav ul li a:hover::after {
    width: 2rem;
  }

  nav ul .contact {
    display: block !important;
  }

  nav#global-nav ul li.contact a {
    box-sizing: border-box;
    width: 90% !important;
    padding: 1rem !important;
    margin: 2rem auto;
    text-align: center;
  }

  #footer-content .main-link ul {
    display: block;
  }

  #footer-content .main-link ul li {
    border-right: none !important;
    border-left: none !important;
  }

  #footer-content .global-link ul li h4 {
    font-size: 0.85rem;
  }

  #footer-content .global-link ul {
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-between;
    margin: 0 3%;
  }

  #footer-content .global-link ul ul {
    margin: 0;
  }

  #footer-content .global-link ul li {
    flex: 1;
    width: 45%;
    min-width: 45%;
    margin-bottom: 1rem;
  }

  #footer-content .global-link ul li ul li {
    margin-bottom: 0;
  }

  #footer-content .global-link ul li:not(:first-child, :last-child) ul li {
    min-width: 100%;
  }
}

@media screen and (width <=480px) {
  br.sp {
    display: block;
  }

  br.pc,
  br.tb {
    display: none;
  }

  #frontpage #relevance section h3 a {
    display: block;
  }

  #frontpage #relevance section h3 a span {
    display: block;
    text-align: center;
  }

  #footer-content .global-link ul li {
    width: 100%;
    min-width: 100%;
    margin-bottom: 2rem;
  }

  #footer-content .global-link ul li li {
    font-size: 0.85rem;
  }

  #footer-content .global-link ul li:last-child {
    margin-bottom: 0;
  }
}
