@charset "utf-8";
/* CSS Document -----------------------------

 2025.07.22

--------------------------------------------*/
/* Radio Canada Big */
@import url('https://fonts.googleapis.com/css2?family=Radio+Canada+Big:wght@400..700&display=swap');
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #222;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .3s ease;
}
a.link {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;}
input,
input[type="submit"],
input[type="button"],
button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	color: #222;
	font-style: normal;
	font-weight: 500;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
   -webkit-appearance: none;
   appearance: none;
   border-radius: 0;
   color: #333;
}
select {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #F5F5F5;
	color: #222;
	font-style: normal;
	font-weight: 500;
	font-size: 62.5%;
	line-height: 1.7;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);line-height: 1.7;}
h2,h3,h4,h5 {line-height: 1.4;}
p {font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);line-height: 1.7;}
ul,li,th,td,dt,dd,figcaption {line-height: 1.7;}
.radiocanadabigR {font-family: "Radio Canada Big", sans-serif;font-optical-sizing: auto;font-weight: 400;font-style: normal;}
.radiocanadabigSB {font-family: "Radio Canada Big", sans-serif;font-optical-sizing: auto;font-weight: 600;font-style: normal;}
.inner {width: 90%;max-width: 1128px;margin: 0 auto;}
.inner-s {width: 90%;max-width: 800px;margin: 0 auto;}
.blank {
	padding-top: clamp(70px, calc(70px + 80 * ((100vw - 375px) / 1545)), 150px);
	padding-bottom: 50px;
}
.blank2 {
	padding-top: clamp(70px, calc(70px + 80 * ((100vw - 375px) / 1545)), 150px);
	padding-bottom: clamp(60px, calc(60px + 40 * ((100vw - 375px) / 1545)), 100px);
}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;}
.title_common {margin-bottom: clamp(50px, calc(50px + 30 * ((100vw - 375px) / 1545)), 80px);text-align: center;}
.title_common h2 {
	display: inline-block;
	position: relative;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: clamp(18px, calc(18px + 6 * ((100vw - 375px) / 1545)), 24px);
	letter-spacing: .1em;
	text-align: center;
}
.title_common h2::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -10%;
	transform: translate(-50%, -50%);
	width: clamp(70px, calc(70px + 30 * ((100vw - 375px) / 1545)), 100px);
	height: clamp(70px, calc(70px + 30 * ((100vw - 375px) / 1545)), 100px);
	border-radius: 50%;
}
.title_common h2.yellow::before {background: #E2C567;}
.title_common h2.blue::before {background: #87BEF5;}
.title_common p {color: #707070;letter-spacing: .15em;text-align: center;}
a[href^="tel:"] {pointer-events: none;}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
@media only screen and ( max-width : 1024px ) {
	.pc2 {display: none;}
	.sp2 {display: block;}
}
@media only screen and ( max-width : 767px ) {
	a[href^="tel:"] {pointer-events: visible;}
	.pc {display: none;}
	.sp {display: block;}
}
/*--------------------------------------------------

    header

--------------------------------------------------*/
header {
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	padding: 15px clamp(10px, calc(10px + 60 * ((100vw - 375px) / 1545)), 70px);
	background: #F5F5F5;
	transition: .3s;
}
header .logo {position: relative;z-index: 2;width: clamp(164px, calc(164px + 100 * ((100vw - 375px) / 1545)), 264px);}
header nav {width: 100%;}
header nav .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(20px, calc(20px + 10 * ((100vw - 375px) / 1545)), 30px);
	margin-bottom: 10px;
}
header nav .wrap ul.web {
	display: flex;
	justify-content: center;
	gap: clamp(10px, calc(10px + 50 * ((100vw - 375px) / 1545)), 60px);
}
header nav .wrap ul.web li a {position: relative;text-align: center;}
header nav .wrap ul.web li a::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #222;
	transition: .3s;
}
header nav .wrap ul.web li a.link-current::after {width: 100%;}
header nav .wrap a.entry {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: clamp(100px, calc(100px + 160 * ((100vw - 375px) / 1545)), 260px);
	padding: clamp(10px, calc(10px + 18 * ((100vw - 375px) / 1545)), 28px) 0;
	overflow: hidden;
	border: 1px solid #14518E;
	border-radius: 4em;
	background: #14518E;
	color: #fff;
	font-weight: 900;
	letter-spacing: .2em;
	text-align: center;
}
header nav .wrap a.entry:hover {background-position: 99% 50%;color: #003F97;}
header nav .wrap a.entry::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -5;
	transform-origin: left top;
	transform: scale(0, 1);
	background: #fff;
	transition: transform .3s;
}
header nav .wrap a.entry:hover::before {transform-origin: left top;transform: scale(1, 1);}
header nav .sns_wrap ul.sns {display: flex;justify-content: flex-end;align-items: center;}
header nav .sns_wrap ul.sns li {display: inline-block;position: relative;z-index: 5;}
header nav .sns_wrap ul.sns li a {
	width: clamp(35px, calc(35px + 10 * ((100vw - 375px) / 1545)), 45px);
	height: clamp(35px, calc(35px + 10 * ((100vw - 375px) / 1545)), 45px);
	margin-left: clamp(5px, calc(5px + 15 * ((100vw - 375px) / 1545)), 20px);
	background: no-repeat center / 100%;
}
header nav .sns_wrap ul.sns li:nth-child(1) a {
	width: clamp(25px, calc(25px + 10 * ((100vw - 375px) / 1545)), 35px);
	background-image: url(img/common/logo_X.webp);
}
header nav .sns_wrap ul.sns li:nth-child(2) a {background-image: url(img/common/logo_Wantedly.svg);}
header nav .sns_wrap ul.sns li:nth-child(3) a {background-image: url(img/common/logo_Youtube.webp);}
header nav .sns_wrap ul.sns li:nth-child(4) a {background-image: url(img/common/logo_Instagram.webp);}
header nav .sns_wrap ul.sns li:nth-child(5) a {background-image: url(img/common/logo_blog.webp);}
header nav .sns_wrap ul.sns li a:hover {opacity: .5;}
#sp-menu {display: none;}
@media only screen and ( max-width : 1024px ) {
	body {overflow-x: hidden;}
	#js-black-bg {
		display: block;
		opacity: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 5;
		width: 100%;
		height: 100%;
		overflow: hidden;
		visibility: hidden;
		background: #003F97;
		transition: opacity 0.4s, visibility 0.4s;
		cursor: pointer;
		user-select: none;
	}
	#js-black-bg.clicked {opacity: .5;visibility: visible;}
	header {position: fixed;height: 70px;padding: 10px 20px;}
	header nav {
		display: block;
		position: fixed;
		top: 120%;
		right: -100%;
		z-index: 10;
		width: 70%;
		max-width: 400px;
		padding: 30px 20px 20px;
		border-radius: 10px;
		background: #F5F5F5;
		text-align: center;
		transition: all .5s linear;
	}
	header nav.clicked {right: 20px;}
	header nav .wrap {display: block;}
	header nav .wrap ul.web {display: block;position: initial;transform: none;margin-bottom: 20px;}
	header nav .wrap ul.web li {width: 100%;margin: 0;border-bottom: 1px solid #D9D9D9;}
	header nav .wrap ul.web li a {display: block;width: 100%;padding: 15px 0;font-size: 1.6rem;}
	header nav .wrap ul.web li a::after {bottom: 0;}
	header nav .wrap a.entry {max-width: 100%;margin-bottom: 10px;padding: 20px 0;}
	header nav .sns_wrap ul.sns {justify-content: center;}
	#sp-menu {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		z-index: 20;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		cursor: pointer;
	}
	#sp-menu a {display: block;position: relative;width: 50%;height: 14px;}
	#sp-menu span {
		display: inline-block;
		position: absolute;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 2px;
		background: #14518E;
		transition: all .4s;
	}
	#sp-menu span:nth-child(1) {top: 0;}
	#sp-menu span:nth-child(2) {top: 6px;}
	#sp-menu span:nth-child(3) {bottom: 0;}
	#sp-menu span:nth-child(2)::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: #14518E;
		transition: all .4s;
	}
	#sp-menu.clicked span:nth-child(2) {transform: rotate(-45deg);}
	#sp-menu.clicked span:nth-child(2)::after {transform: rotate(90deg);}
	#sp-menu.clicked span:nth-child(1) {transform: translateY(20px) scale(0);}
	#sp-menu.clicked span:nth-child(3) {transform: translateY(-20px) scale(0);}
}
@media only screen and ( min-width : 1024px ) {
	#js-black-bg {display: none;}
}
/*--------------------------------------------------

    footer

--------------------------------------------------*/
footer {padding: 30px 0;background: #14518E; text-align: center;}
fotter a {display: inline-block; margin-bottom: 10px;}
footer img {
    width: 32x;
    height: 32px;
    transition: opacity 0.3s ease;
    margin-bottom: 40px;
}
footer img:hover {
    opacity: 0.7;
}
footer small {
	display: block;
	color: #fff;
	font-size: clamp(10px, calc(10px + 2 * ((100vw - 375px) / 1545)), 13px);
	letter-spacing: .1em;
	text-align: center;
}

/*--------------------------------------------------

　   back top

--------------------------------------------------*/
.wrapper {position: relative;}
.page_top {
	display: block;
	position: fixed;
	bottom: 5%;
	right: 2%;
	z-index: 10;
	font-size: clamp(14px, calc(14px + 2 * ((100vw - 375px) / 1545)), 16px);
	letter-spacing: .14em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	user-select: none;
}
.page_top #goToTop:after {
	content: '';
	display: block;
	position: absolute;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #003F97;	
	transition: .3s ease all;
}
.page_top #goToTop:before {
	content: '';
	display: block;
	position: absolute;
	top: -44px;
	left: 49.5%;
	width: 1px;
	height: 38px;
	background: #003F97;
	transition: 0.3s ease all;
}
.page_top #goToTop:hover:after {top: -60px;}
.page_top #goToTop:hover:before {height: 43px;top: -50px;}

/*--------------------------------------------------

　   追加のPDF用CSS

--------------------------------------------------*/
.pdf-container {
  position: relative;
  width: 100%;
  max-width: 960px;   /* 好きな幅に調整 (例: 960px, 1000px など) */
  margin: 40px auto;  /* 上下40pxの余白＋中央寄せ */
  padding-top: 56.25%; /* 16:9 の比率 */
  overflow: hidden;
  border-radius: 12px; /* 角丸 (お好みで) */
  box-shadow: 0 6px 16px rgba(0,0,0,0.15); /* 影 (お好みで) */
  background: #f9f9f9; /* ローディング中の背景色 (お好みで) */
}

.pdf-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .pdf-container {
    max-width: 100%;   /* スマホでは画面いっぱいに */
    margin: 20px auto; /* 余白を少し減らす */
    padding-top: 65%;  /* 縦を少し大きく */
  }
}
