@charset "UTF-8";

/*
Theme Name: Nutmeg common
Description: Nutmeg common
Version: 2024.03
Author: YH
*/


/* ------------------------------------------
   Reset
------------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  outline: none;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

input, button, select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
}

@media screen and (max-width: 960px) {
  input, button, select, textarea {}
}


/*
Web Fonts
font-family: 'Zen Maru Gothic', serif;
*/


/* Style
-------------------------------------------------------------- */

body {
  height: 100%;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.05em;
  color: #001D36;
  transition: opacity 0.6s ease;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: none;
  animation: revert;
  font-feature-settings: "palt";
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  /* font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif; */
  font-weight: 500;
  opacity: 0;
}

body.show {
  opacity: 1 !important;
  /* height: 3000px; */
}

body p {
  color: inherit;
  font-size: inherit;
  line-height: 2em;
  letter-spacing: 0.05em;
}

a, a img, button {
  text-decoration: none;
  font-weight: 500;
  color: #001D36;
  transition: all 0.3s ease
}

.pc_view a:hover, .pc_view button:hover {
  opacity: 0.75;
}

span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

pictuire, img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

.non_pc {
  display: none !important;
}

.f_en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
}


/* =============================
  Common
============================= */

header {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 120px;
  z-index: 1000005;
}

header>.inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  z-index: 100;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background: #fff;
}

header .logo {
  display: block;
  width: 76px;
  padding: 10px;
  margin: 23px auto 0 auto;
}

header .bt_menu {
  display: block;
  margin: auto 0 auto 0;
  text-align: center;
  padding: 50px 0 40px 0;
}

header .bt_menu span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  display: block;
  position: relative;
  padding-top: 10px;
}

header .bt_menu span::before, header .bt_menu span::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #000;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all ease 0.3s;
}

header .bt_menu span::after {
  top: 9px;
}

header .bt_menu.open span::before {
  top: 9px;
}

header .bt_menu.open span::after {
  top: 0;
}

header .bt_pressrelease {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #27ADE3;
  text-decoration: underline;
  margin-bottom: 10px;
}

header .bt_recruit, header .bt_contact, header .bt_servicesite {
  background-color: #C0EADE;
  text-align: center;
  height: 74px;
  box-sizing: border-box;
}

header .bt_recruit span, header .bt_contact span, header .bt_servicesite span {
  background: url(../images/icon_recruit.png) no-repeat center 10px / 35px auto;
  font-size: 12px;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  display: block;
  font-weight: bold;
  line-height: 1em;
  padding-top: 50px;
}

header .bt_contact {
  background-color: #A0DFED;
}

header .bt_contact span {
  background-image: url(../images/icon_contact.png);
}

header .bt_servicesite {
  background: linear-gradient(45deg, rgba(0, 57, 81, 1) 0%, rgba(9, 171, 240, 1) 100%);
  height: 120px;
  position: relative;
}

header .bt_servicesite span {
  background: url(../images/img_logo2.png) no-repeat center 27px / 64px auto;
  color: #fff;
  padding-top: 82px;
}

header .bt_servicesite::before {
  right: -4px;
  bottom: -4px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fff;
  border-width: 9px;
  margin-top: -9px;
  transform: rotate(45deg);
}

header .gmenu {
  position: absolute;
  right: 120px;
  width: 263px;
  height: 100%;
  top: 0;
  display: none;
}


header .gmenu>.inner {
  position: absolute;
  background: #fff;
  height: 100%;
  width: 100%;
  right: -100%;
  transition: right 0.3s ease;
}

header .gmenu.open>.inner {
  right: 0;
}

header .gmenu >.inner .bg {
  content: "";
  position: absolute;
  width: 5000px;
  height: 100%;
  background: #000;
  right: 100%;
  top: 0;
  opacity: 0.5;
}
header .gmenu nav {
  /* z-index: 100; */
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  padding: 12px 39px;
  /* background: #fff; */
  /* position: relative; */
}

header .gmenu nav a {
  display: block;
  height: 25%;
  box-sizing: border-box;
  padding: 26px 0 22px 0;
  border-top: 1px dotted #dedede;
}

header .gmenu nav a:first-child {
  border-top: none;
}

header .gmenu nav a .img {
  background: url(../images/bt_corporate.jpg) no-repeat center center / cover;
  height: calc(100% - 38px);
  border-radius: 10px;
}

header .gmenu nav a.service .img {
  background-image: url(../images/bt_service.jpg);
}

header .gmenu nav a.team .img {
  background-image: url(../images/bt_team.jpg);
}

header .gmenu nav a.vision .img {
  background-image: url(../images/bt_vision.jpg);
}

header .gmenu nav a.pressrelease .img {
  background-image: url(../images/bt_pressrelease.jpg);
}

header .gmenu nav a p {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

header .gmenu nav a p .icon_arrow {
  width: 30px;
  height: 30px;
  transform: scale(0.9);
}

footer {
  position: relative;
  padding-right: 120px;
  z-index: 100;
}

footer>.inner {
  background: #001D36;
}

footer .copyright {
  color: #fff;
  text-align: center;
  padding: 25px 0;
  font-size: 14px;
}

.main {
  padding: 0 120px 0 0;
  overflow: hidden;
}

.more {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.icon_arrow {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/icon_arrow.png) no-repeat center center / 15px auto;
  background-color: #0469CF;
  border-radius: 100%;
  margin-left: 12px;
}

.icon_plus {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-left: 12px;
  position: relative;
}

.icon_plus::before, .icon_plus::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0);
}

.icon_plus::after {
  transform: translate(-50%, 0) rotate(90deg);
  content: "";
}

.blurshadow {
  position: relative;
}

.blurshadow .img_wrap {
  position: relative;
  border-radius: 10px;
  z-index: 10;
  overflow: hidden;
}

.blurshadow .img_wrap+.img_wrap {
  filter: blur(8px);
  opacity: 0.5;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 0;
  width: 100%;
}


/* =============================
  Inner
============================= */

#inner {}

#inner .visual {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 9%;
  border-radius: 0 0 20px 0;
  position: relative;
  margin-bottom: 100px;
  z-index: 100;
}

#inner .visual>.inner {
  color: #fff;
  height: 280px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 6%;
  position: relative;
}

#inner .visual::before, #inner .visual::after, #inner .visual>.inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 267px;
  height: 260px;
  background: url(../images/img_parts_inner2_1.png) no-repeat center center / contain;
  top: 152px;
  left: -123px;
	transition: all 1s ease;
	opacity: 0;
	transform: translate(-5%, 0);
}
#inner .visual.show::before {
	opacity: 1;
	transform: translate(0, 0);
}

#inner .visual::after {
  width: 276px;
  height: 283px;
  background-image: url(../images/img_parts_inner2_2.png);
  top: -122px;
  left: auto;
  right: -96px;
  opacity: 0;
  transform: translate(0, -5%);
}
#inner .visual.show::after {
	opacity: 1;
	transform: translate(0, 0);
}


#inner .visual>.inner::before {
  width: 87px;
  height: 73px;
  background-image: url(../images/img_parts_inner1.png);
  top: 187px;
  left: auto;
  right: -52px;
	opacity: 1;
	transform: none;
}

#inner .visual .label {
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0.03em;
	transition: all 1s ease;
	position: relative;
	left: 20px;
	opacity: 0;
}
#inner .visual.show .label {
	left: 0px;
	opacity: 1;
}

#inner .visual h1 {
  font-size: 16px;
  margin-top: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
	transition: all 1s ease;
	position: relative;
	left: 20px;
	opacity: 0;
}
#inner .visual.show h1 {
	left: 0px;
	opacity: 1;
}

#inner .content {
  padding: 0 6% 120px 6%;
}

#inner .content .insec {}

#inner .content .insec+.insec {
  margin-top: 120px
}

#inner .content .insec h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

#inner .content .insec h2 span {
  display: block;
  font-size: 13px;
  color: #0469CF;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
	.non_pc {
	display: block !important;
	}
	.non_sp {
	display: none !important;
	}

	/* =============================
	  Common
	============================= */

	header {
	  position: fixed;
	  right: auto;
	  top: 0;
	  left: 0;
	  height: 65px;
	  width: 100%;
	  z-index: 1000005;
	}

	header>.inner {
	  height: 100%;
	  display: flex;
	  flex-direction: row;
	  align-items: center;
	  justify-content: start;
	  position: relative;
	  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	  background: #fff;
	  padding-right: 65px;
	}

	header .logo {
	  display: block;
	  width: 57px;
	  padding: 10px;
	  margin: 0 auto 0 9px;
	}

	header .bt_menu {
	  display: block;
	  margin: auto 0 auto 0;
	  text-align: center;
	  padding: 0;
	  position: absolute;
	  right: 0;
	  top: 0;
	  height: 65px;
	  width: 65px;
	  padding-top: 19px;
	  box-sizing: border-box;
	}

	header .bt_menu span {
	  font-size: 10px;
	  font-weight: 600;
	  letter-spacing: 0.1em;
	  text-indent: 0.1em;
	  display: block;
	  position: relative;
	  padding-top: 10px;
	  line-height: 2.6em;
	}

	header .bt_menu span::before, header .bt_menu span::after {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 34px;
	  height: 2px;
	  background: #000;
	  top: 0;
	  left: 50%;
	  transform: translate(-50%, 0);
	  transition: all ease 0.3s;
	}

	header .bt_menu span::after {
	  top: 9px;
	}

	header .bt_menu.open span::before {
	  top: 9px;
	}

	header .bt_menu.open span::after {
	  top: 0;
	}

	header .bt_pressrelease {
	  display: none;
	}

	header .bt_recruit, header .bt_contact, header .bt_servicesite {
	  background-color: #C0EADE;
	  text-align: center;
	  height: 65px;
	  width: 65px;
	  box-sizing: border-box;
	  margin-left: auto;
	}

	header .bt_recruit span, header .bt_contact span, header .bt_servicesite span {
	  background: url(../images/icon_recruit.png) no-repeat center 12px / 27px auto;
	  font-size: 9px;
	  text-indent: 0;
	  letter-spacing: 0;
	  display: block;
	  font-weight: bold;
	  line-height: 1em;
	  padding-top: 41px;
	}

	header .bt_contact {
	  background-color: #A0DFED;
	  margin-left: 0;
	}

	header .bt_contact span {
	  background-image: url(../images/icon_contact.png);
	}

	header .bt_servicesite {
	  background: linear-gradient(45deg, rgba(0, 57, 81, 1) 0%, rgba(9, 171, 240, 1) 100%);
	  height: 65px;
	  position: relative;
	  padding-top: 12px;
	  margin-left: 0;
	}

	header .bt_servicesite span {
	  background: url(../images/img_logo2.png) no-repeat center -18px / 50px auto;
	  color: #fff;
	  padding-top: 18px;
	  height: 30px;
	  line-height: 1.3em;
	}

	header .bt_servicesite::before {
	  right: -1px;
	  bottom: -1px;
	  border: solid transparent;
	  content: "";
	  height: 0;
	  width: 0;
	  position: absolute;
	  pointer-events: none;
	  border-color: rgba(136, 183, 213, 0);
	  border-left-color: #fff;
	  border-width: 5px;
	  margin-top: -5px;
	  transform: rotate(45deg);
	}

	header .gmenu {
	  position: absolute;
	  right: auto;
	  width: 100%;
	  height: 1000px;
	  top: 0;
	  display: none;
	}

	header .gmenu>.inner {
	  position: absolute;
	  background: #fff;
	  height: auto;
	  width: 100%;
	  right: auto;
	  top: 0;
	  transition: top 0.3s ease;
	}

	header .gmenu.open>.inner {
	  right: auto;
	  top: 65px;
	}


	header .gmenu > .inner .bg {
	  content: "";
	  position: absolute;
	  width: 100%;
	  height: 1000px;
	  background: #000;
	  right: 0;
	  top: 100%;
	  opacity: 0.5;
	}
	header .gmenu nav {
	  background: #fff;
	  display: flex;
	  flex-direction: column;
	  height: 100%;
	  box-sizing: border-box;
	  padding: 10px 20px;
	}

	header .gmenu nav a {
	  display: flex !important;
	  height: auto;
	  justify-content: space-between;
	  box-sizing: border-box;
	  padding: 20px 0 20px 0;
	  border-top: 1px dotted #dedede;
	}

	header .gmenu nav a:first-child {
	  border-top: none;
	}

	header .gmenu nav a .img {
	  background: url(../images/bt_corporate.jpg) no-repeat center center / cover;
	  height: 63px;
	  width: 96px;
	  border-radius: 5px;
	}

	header .gmenu nav a.service .img {
	  background-image: url(../images/bt_service.jpg);
	}

	header .gmenu nav a.team .img {
	  background-image: url(../images/bt_team.jpg);
	}

	header .gmenu nav a.vision .img {
	  background-image: url(../images/bt_vision.jpg);
	}

	header .gmenu nav a.pressrelease .img {
	  background-image: url(../images/bt_pressrelease.jpg);
	}

	header .gmenu nav a p {
	  font-size: 16px;
	  font-weight: bold;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  margin: 0;
	  width: calc(100% - 112px);
	}

	header .gmenu nav a p .icon_arrow {
	  width: 30px;
	  height: 30px;
	  transform: scale(0.9);
	}

	footer {
	  position: relative;
	  padding-right: 0;
	  z-index: 100;
	}

	footer>.inner {
	  background: #001D36;
	}

	footer .copyright {
	  color: #fff;
	  text-align: center;
	  padding: 25px 0;
	  font-size: 14px;
	}

	.main {
	  padding: 65px 0 0 0;
	  overflow: hidden;
	}

	.more {
	  font-size: 14px;
	  font-weight: bold;
	  margin-top: 20px;
	  display: flex;
	  align-items: center;
	}

	.icon_arrow {
	  display: block;
	  width: 42px;
	  height: 42px;
	  background: url(../images/icon_arrow.png) no-repeat center center / 15px auto;
	  background-color: #0469CF;
	  border-radius: 100%;
	  margin-left: 12px;
	}

	.icon_plus {
	  display: block;
	  width: 30px;
	  height: 30px;
	  border: 1px solid #fff;
	  border-radius: 100%;
	  margin-left: 8px;
	  position: relative;
	}

	.icon_plus::before, .icon_plus::after {
	  content: "";
	  position: absolute;
	  display: block;
	  width: 10px;
	  height: 1px;
	  background: #fff;
	  left: 50%;
	  top: 50%;
	  transform: translate(-50%, 0);
	}

	.icon_plus::after {
	  transform: translate(-50%, 0) rotate(90deg);
	  content: "";
	}

	.blurshadow {
	  position: relative;
	}

	.blurshadow .img_wrap {
	  position: relative;
	  border-radius: 10px;
	  z-index: 10;
	  overflow: hidden;
	}

	.blurshadow .img_wrap+.img_wrap {
	  filter: blur(8px);
	  opacity: 0.5;
	  position: absolute;
	  left: 10px;
	  top: 10px;
	  z-index: 0;
	  width: 100%;
	}


	/* =============================
	  Inner
	============================= */

	#inner {}

	#inner .visual {
	  background-position: center center;
	  background-size: cover;
	  background-repeat: no-repeat;
	  margin-right: 8%;
	  border-radius: 0 0 20px 0;
	  position: relative;
	  margin-bottom: 80px;
	}

	#inner .visual>.inner {
	  color: #fff;
	  height: 220px;
	  display: flex;
	  align-items: start;
	  flex-direction: column;
	  justify-content: center;
	  box-sizing: border-box;
	  padding-left: 6%;
	  position: relative;
	}

	#inner .visual::before, #inner .visual::after, #inner .visual>.inner::before {
	  content: "";
	  position: absolute;
	  display: block;
	  width: 157px;
	  height: 155px;
	  background: url(../images/img_parts_inner2_1.png) no-repeat center center / contain;
	  top: 135px;
	  left: -56px;
	}

	#inner .visual::after {
	  width: 166px;
	  height: 176px;
	  background-image: url(../images/img_parts_inner2_2.png);
	  top: -43px;
	  left: auto;
	  right: -94px;
	}

	#inner .visual>.inner::before {
	  width: 70px;
	  height: 59px;
	  background-image: url(../images/img_parts_inner1.png);
	  top: 197px;
	  left: auto;
	  right: -19px;
	}

	#inner .visual .label {
	  font-size: 30px;
	  line-height: 1em;
	  letter-spacing: 0.03em;
	}

	#inner .visual h1 {
	  font-size: 16px;
	  margin-top: 6px;
	  font-weight: bold;
	  letter-spacing: 0.1em;
	}

	#inner .content {
	  padding: 0 5% 100px 5%;
	}

	#inner .content .insec {}

	#inner .content .insec+.insec {
	  margin-top: 100px;
	}

	#inner .content .insec h2 {
	  text-align: center;
	  font-size: 32px;
	  font-weight: bold;
	}

	#inner .content .insec h2 span {
	  display: block;
	  font-size: 13px;
	  color: #0469CF;
	  line-height: 1em;
	  margin-bottom: 18px;
	  font-weight: 500;
	}

}