html {
	scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Noto Sans JP", ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Hiragino Sans,Noto Sans CJK JP,Osaka,Meiryo,メイリオ,MS PGothic,ＭＳ Ｐゴシック,Hiragino Sans GB,Helvetica Neue,HelveticaNeue,Helvetica,Noto Sans,Roboto,Arial,Arial Unicode MS,sans-serif;
    color: #001739;
    background-color: #ffffff;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

.header-container {
    max-width: 1560px;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fbfbfb;
    border-radius: 115px;
    padding: 40px 80px;
    margin-top: 30px;
    position: relative;
}

.header .logo {
    height: 40px;
}

.nav-toggle {
    display: none;
}

.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.nav-menu li {
    margin-left: 55px;
}

.nav-menu a {
    text-decoration: none;
    color: #001739;
}

.nav-toggle-label {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 35px;
    width: 30px;
    height: 30px;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
    content: '';
    display: block;
    background: #001739;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.3s;
}

.nav-toggle-label span::before {
    transform: translateY(-8px);
}

.nav-toggle-label span::after {
    transform: translateY(5px);
}

.nav-toggle:checked + nav .nav-menu {
    display: block;
    position: absolute;
    top: 60px;
    right: 30px;
    background: #fbfbfb;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.nav-toggle:checked + label span {
    transform: rotate(45deg);
}

.nav-toggle:checked + label span::before {
    transform: rotate(90deg);
    top: 0;
}

.nav-toggle:checked + label span::after {
    transform: rotate(90deg);
    top: 0;
}

/* Navbar & Navmenu color */
:root {
	--background-navbar: rgba(0, 23, 57, 0.98);
}


/* Nav items */
.menu {
	list-style: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    margin-top: 0px;
    padding: 100px 0 50px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    z-index: 999;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
	transform: scale(1, 1);
	transform-origin: top;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 16px;
	text-transform: capitalize;
	color: #ddd;
	opacity: 0;
	transition: 0.5s;
}

.menu li {
	border-top: 1px solid rgba(255,255,255, 0.5);
	padding: 15px 0;
	margin: 0 54px;
	opacity: 0;
	transition: 0.5s;
}

.menu li:last-child {
	border-bottom: 1px solid rgba(255,255,255, 0.5);
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
	opacity: 1;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-icon, .menu-btn {
	display: none;
}


.navicon {
	background: #ddd;
	display: block;
	height: 3px;
	width: 26px;
	position: relative;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	background: #ddd;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
	top: 9px;
}

.navicon:after {
	bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
	top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
	background: rgba(0, 0, 0, 0);
	transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
	width: 100%;
	height: 52px;
	position: absolute;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Navbar Text */
.navtext {
	position: absolute;
	text-transform: uppercase;
	color: #ddd;
	letter-spacing: 4px;
	font-size: 20px;
}

.first-view-text-container {
    max-width: 1350px;
    width: auto;
    margin: 150px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.first-view-text .left {
    flex: 1;
    text-align: left;
}

.first-view-text .right {
    flex: 0;
    text-align: left;
    margin-left: auto;
}

.first-view-text h1 {
    font-family: "Jost", sans-serif;
    margin: 0;
    font-weight: 200;
}

.gradient-text {
    background: linear-gradient(to right, #001739, #3A7AD8, #3C7DDE, #F1F5FC);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 100px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 1;
    display: block;
}

.first-view-text small {
    color: #001739;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.first-view-text .right p {
    font-family: "Noto Sans JP", sans-serif;
    color: #001739;
    font-size: 34px;
    font-weight: 200;
    line-height: 1.5;
}

.first-view-text .right .highlight {
    color: #3A7AD8;
}

.first-view-image {
    max-width: 1720px;
    margin: 40px auto;
    text-align: center;
    position: relative;
}

.first-view-image img {
    width: 100%;
    height: auto;
}

.first-view-image .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.first-view-image .overlay img {
    height: 74px;
    width: auto;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}

.first-view-image .overlay p {
    color: #001739;
    background: #fff;
    display: block;
    padding: 5px 10px 7px;
    margin: 10px auto 0;
    text-align: center;
    font-size: 48px;
    font-weight: 200;
}

.main-content {
    max-width: 1350px;
    margin: 180px auto 0;
    padding: 0 20px;
}

.main-content h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 200;
    margin-bottom: 90px;
}

.columns {
    display: flex;
    justify-content: space-between;
}

.column {
    flex: 1;
    text-align: center;
}

.column + .column {
    margin-left: 50px;
}

.column img {
    width: 100%;
    max-width: ;
    border-radius: 0px;
    margin-bottom: 20px;
}

.column p {
    font-size: 24px;
    font-weight: 200;
    color: #001739;
    text-align: left;
}

.column h3 {
  font-size: 30px;
  font-weight: 200;
  color: #001739;
  text-align: left;
}

.column li {
  font-size: 24px;
  font-weight: 200;
  color: #001739;
  text-align: left;
    margin-left: 1.0em;
    text-indent: -1.0em;
}

.column small p{
  font-size: 20px;
  font-weight: 200;
  color: #001739;
  text-align: right;
}

.left-column h3{
  text-align: center;
}

.right-column h3{
  text-align: center;
}

.full-width-content {
    width: 100%;
    padding: 80px 0 0;
}

.full-width-content .container {
    display: flex;
    justify-content: space-between;
}

.full-width-content .left-column {
    background-color: #f1f5fc; /* 左カラムの背景色 */
}

.full-width-content .right-column {
    background-color: #f0f0f0; /* 右カラムの背景色 */
}

.full-width-content .column {
    flex: 1;
    text-align: center;
    padding: 80px 20px;
    margin: 0; /* カラム間のスペースをなくす */
}

.full-width-content .column h3 {
    font-size: 48px;
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
    font-weight: 200;
}

.full-width-content .column p {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 200;
    margin-top: 20px;
}

.full-width-content .details-link {
    display: inline-block;
    padding: 15px 70px;
    border: 2px solid #001739;
    border-radius: 50px;
    color: #001739;
    font-weight: 200;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    font-size: 18px;
}

.full-width-content .details-link:hover {
    background: #001739;
    color: #ffffff;
}

.footer {
    background: #001739;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
}

@media (max-width: 1720px) {
    .header-container {
		margin-left: 20px;
		margin-right: 20px;
    }
    .first-view-image {
		margin-left: 20px;
		margin-right: 20px;
    }
}

@media (min-width: 1280px) and (max-width: 1719px) {
	.first-view-text-container, .main-content, .content-container {
		width: calc(100% - 285px);
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (max-width: 1350px) {
    .first-view-text-container {
		margin-left: 50px;
		margin-right: 50px;
    }
    .main-content {
		padding: 0 50px;
    }

}

@media (min-width: 1120px) and (max-width: 1279px) {
	.first-view-text-container, .main-content, .content-container {
		width: calc(100% - 285px);
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (max-width: 1024px) {
    .gradient-text {
		font-size: 72px;
    }
    .first-view-image {
		margin: 40px 20px;
    }
    .main-content {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 50px;
		padding: 0;
    }
    .main-content h2 {
		margin-bottom: 40px;
		font-size: 40px;
    }
    .column img {
		margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .menu-icon {
    	display: inline-block;
    }

    .nav-menu {
    	display: none;
    }

    .header-container {
	    flex-direction: column;
	    align-items: flex-start;
	    padding: 20px 0px;
	    margin: 10px auto 30px;
	    width: calc(100% - 20px);
    }
	.header .logo {
	    position: relative;
    	left: 30px;
	}
    .first-view-text-container {
		align-items: flex-start;
		margin: 10px 20px;
		width: auto;
    }
    .gradient-text {
		font-size: 32px;
		display: block;
		margin-bottom: 8px;
    }
    .first-view-image {
		margin: 40px 10px;
    }
    .first-view-image img.bgimg {
		height: 350px; /* スマートフォン閲覧時の画像の高さを指定 */
		object-fit: cover; /* 画像をコンテナにフィットさせる */
		border-radius: 30px;
    }
    .first-view-image .overlay p {
		padding: 5px 10px 5px;
		font-size: 18px;
    }
    .first-view-image .overlay img {
		height: 28px;
		margin: 0 auto 10px;
    }
    .first-view-text .right p {
		font-size: 17px;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 1.61;
    }
    .first-view-text small {
		color: #001739;
		font-size: 16px;
		margin-bottom: 0;
		display: inline-block;
		line-height: 1;
		margin-top: 7px;
		font-weight: normal;
		letter-spacing: normal;
    }
    .first-view-text .left,
    .first-view-text .right {
		width: 100%;
		text-align: left;
    }
    .header-container {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 0px;
		margin: 10px 10px 30px;
		width: auto;
    }
    .nav-menu {
		display: none;
		flex-direction: column;
		align-items: flex-start;
		width: 200px;
    }
    .header nav ul {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 10px;
    }
    .header nav ul li {
		margin-left: 0;
		margin-top: 5px;
    }
    .nav-toggle-label {
		display: block;
    }
    .nav-toggle:checked + label + nav .nav-menu {
		display: flex;
		flex-direction: column;
    }
    .main-content h2 {
		font-size: 24px;
    }
    .columns {
		flex-direction: column;
    }
	.column p {
		font-size: 18px;
    }
    .column h3 {
      font-size: 20px;
      text-align: center;
      }
    .column li {
      margin-left: 1.0em;
      text-indent: -1.0em;
      font-size: 16px;
      }
    .column small p{
        font-size: 14px;
        font-weight: 200;
        color: #001739;
        text-align: right;
    }
    .left-column {
      text-align: center;
    }
    .column + .column {
		margin-left: 0;
		margin-top: 0px;
    }
    .column {
		margin: 0 0 20px;
    }
    .full-width-content {
		padding: 40px 0 0;
    }
    .full-width-content .container {
		flex-direction: column;
    }
    .full-width-content .column {
		margin-bottom: 0px;
    }
    .menu-icon {
		display: inline-block;
		position: absolute;
		top: 25px;
		right: 20px;
		cursor: pointer;
		padding: 24px 14px;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		z-index: 99999;
    }
}

@media (max-width: 374px) {
    .first-view-text small {
	    font-size: 12px;
    }
}

/* Company page specific styles */

.content-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 10px 20px 0;
}

.content-section {
    margin-bottom: 150px;
}

.content-section h2 {
    font-family: "Jost", sans-serif;
	font-size: 50px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	letter-spacing: 2.5px;
    margin-bottom: 10px;
}

.content-section h3 {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 50px;
}

.content-section span {
    font-weight: 200;
    margin-left: 35px;
    margin-bottom: 50px;
	font-family: "Noto Sans JP";
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1.25px;
}

.content-box {
    background-color: #f0f0f0;
    border-radius: 60px;
    padding: 0px 120px;
}

.content-box table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #fff;
}

.content-box table td {
    padding: 13px 0;
    border-bottom: 1px solid #fff;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 55px; /* 275% */
	letter-spacing: 3px;
}

.access-info {
    text-align: right;
    font-size: 16px;
    margin-top: -45px;
    margin-bottom: 30px;
    color: #000;
}

.map-container {
    text-align: center;
}
.map-container2 {
  text-align: center;
}
.map-container iframe {
    width: 100%;
    max-width: 1350px;
    height: 450px;
    border: none;
    filter: grayscale(100%);
	border-radius: 50px;
}
.map-container2 iframe {
  width: 100%;
  max-width: 1350px;
  height: 450px;
  border: none;
  filter: grayscale(100%);
border-radius: 50px;
}

.map2{
  margin-top: 100px;
}
.content-box table tr td:first-child {
    width: 30%;
}

.content-box table tr td:last-child {
    width: 70%;
}

.ml {
	margin-left: 10px;
	display: inline-block;
}

.ml img {
	height: 15px;
	width: auto;
}

@media (max-width: 1024px) {
    .content-section h2 {
    	font-size: 36px;
    }
    .content-section h3 {
    	font-size: 20px;
    }
    .content-section span {
		font-size: 20px;
    }
    .content-box table td {
		padding: 15px 5px;
    }
}

@media (max-width: 768px) {
    .content-container {
    	padding: 40px 20px;
    }
    .content-section h2 {
    	font-size: 32px;
    }
    .content-section h3 {
    font-size: 18px;
		margin-bottom: 20px;
	}
    .content-section span {
    	font-size: 18px;
		margin-bottom: 20px;
	}
	.content-section {
    	margin-bottom: 60px;
	}
    .content-box {
    	padding: 0px 15px;
		border-radius: 30px;    
    }
	.content-box table {
    	border-top: 0px solid #fff;
	}
    .content-box table td {
    	padding: 13px 5px;
    }
    .content-box table tr:last-child td {
    	border-bottom: 0px solid #fff;
    }
    .content-box table tr td:first-child {
    	width: 30%;
    }
    .content-box table tr td:last-child {
    	width: 70%;
    }
    .menu-icon {
    	right: 25px;
    }
    .access-info {
		font-size: 14px;
    }
    .map-container iframe {
	    height: 300px;
		border-radius: 30px;
    }
    .map-container2 iframe {
	    height: 300px;
		border-radius: 30px;
    }
    .map2{
      margin-top: 60px;
    }
}
@media (min-width: 767px) and (max-width: 768px) {
    .menu-icon {
		right: 40px !important;
    }
}

@media (max-width: 374px) {
    .content-section h2 {
		font-size: 28px;
    }
    .content-section h3 {
		font-size: 16px;
    }
    .content-section span {
		font-size: 16px;
    }    
    .access-info {
		font-size: 12px;
    }
    .map-container iframe {
		height: 250px;
    }
    .map-container2 iframe {
      height: 250px;
      }
    .map2{
        margin-top: 50px;
      }
}

@media (max-width: 768px) {
    #company-pg .header-container {
	    align-items: flex-start;
	    padding: 20px 0px;
	    left: 10px;
	    margin: 10px auto 30px;
	    position: fixed;
	    width: calc(100% - 20px);
    }
    #company-pg .menu-icon, #company-pg .menu  {
	    position: fixed;
    }

    /* ヘッダーの高さ分のスペースを確保 */
    .content-container {
	    padding-top: 120px; /* ヘッダーの高さに応じて調整 */
    }

    /* アンカーリンクの移動先を調整 */
    :target::before {
	    content: "";
	    display: block;
	    height: 100px; /* ヘッダーの高さに応じて調整 */
	    margin-top: -100px; /* ヘッダーの高さに応じて調整 */
    }
	.access-info {
	    text-align: left;
	    font-size: 13px;
	    margin-top: 0px;
	    line-height: 1.5;
	    margin-bottom: 20px;
	}
	.content-box table td {
		font-size: 13px;
		letter-spacing: 2px;
	}
}

/* パソコンで見た時はclass名pc-onlyだけ表示 */
.pc-only{
    display: block;
}
.sp-only{
    display: none;
}

/* スマホで見た時はclass名sp-onlyだけ表示 */
@media screen and (max-width: 768px) {
    .pc-only {
    	display: none;
    }
    .sp-only {
    	display: block;
    }
}
