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

  BASE

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

body {
	width: 100%;
	text-align: left;
	font-size: 17px;
	line-height: 1.8;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width: auto;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: .15s;
}

.inner1200 {
	width: 86%;
	max-width: 1200px;
	margin: 0 auto;
}

.mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: normal;
}

.sec01 {
	padding: 60px 0;
	background: #a3a3a3;
}

.sec01 .inner1200 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec01 .text {
	width: 42%;
	color: #fff;
}

.sec01 .text span {
	color: #ffcc00;
}

.sec01 .img {
	width: 52%;
	position: relative;
}

.sec01 .text h2 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.sec01 .text p {
	margin-bottom: 15px;
	width: 90%;
	font-size: 16px;
	line-height: 1.8;
}

.sec01 .ashirai1 {
	position: absolute;
	right: -50px;
	bottom: -50px;
	width: 60%;
}

.sec02 {
	padding: 60px 0;
}

.sec02-inner01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec02 .text {
	width: 45%;
	order: 1;
}

.sec02 .img {
	width: 50%;
	position: relative;
	order: 2;
}

.sec02 .text h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.sec02 .text p {
	margin-bottom: 15px;
	width: 90%;
	font-size: 17px;
	line-height: 1.8;
}

.sec02 .ashirai1 {
	position: absolute;
	left: -150px;
	top: 50px;
	width: 60%;
}

.sec02-inner02 {
	padding: 50px 0;
}

.sec02-inner02 h3 {
	text-align: center;
	font-size: 23px;
	line-height: 1.5;
	margin: 15px 0;
	min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec02-inner02 ul {
	display: flex;
	justify-content: space-between;
}

.sec02-inner02 li {
	width: 20%;
}

.sec02-inner02 li img {
	width: 100%;
}

.sec02-inner03 {
	border: 1px solid #000;
	padding: 40px 80px 0 80px;
}

.sec02-inner03 .box {
	display: flex;
	justify-content: center;
}

.sec02-inner03 li:before {
	content: '';
	display: inline-block;
	width: 19px;
	height: 18px;
	background-image: url(../images/li01.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
}


.sec02-inner03 .box .text h4 {
	font-size: 30px;
	margin-bottom: 20px;
}

.sec02-inner03 .box .text li {
	font-size: 20px;
	margin-bottom: 5px;
}

.sec02-inner03 .box .img {
	width: 30%;
}

.entry-bt {
	width: 90%;
	max-width: 460px;
	margin: 30px auto;
}

.sec03 {
	background: #ededed;
	padding: 60px 0;
}

.sec03 .inner1200 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec03 .text {
	width: 45%;
}

.sec03 .img {
	width: 50%;
	position: relative;
}

.sec03 .text h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.sec03 .text p {
	margin-bottom: 15px;
	width: 90%;
	font-size: 17px;
	line-height: 1.8;
}

.sec03 .ashirai1 {
	position: absolute;
	right: -150px;
	top: 150px;
	width: 60%;
	transform: rotate(-90deg);
}

.sec03-inner01 {
	padding: 60px 0;
}

.sec03-inner01 ul {
	display: flex;
	justify-content: space-between;
}

.sec03-inner01 li {
	width: 30%;
}

.sec03-inner01 li img {
	width: 100%;
	margin-bottom: 20px;
}


.sec04 {
	padding: 60px 0;
}

.sec04 .inner1200 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sec04 .text {
	width: 45%;
	order: 1;
}

.sec04 .img {
	width: 50%;
	position: relative;
	order: 2;
}

.sec04 .text h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.sec04 .text p {
	margin-bottom: 15px;
	width: 90%;
	font-size: 17px;
	line-height: 1.8;
}

.sec04 .ashirai1 {
	position: absolute;
	left: -150px;
	top: 150px;
	width: 60%;
}

.sec04-inner01 {
	padding: 50px 0;
}

.sec04-inner01 ul {
	display: flex;
	justify-content: space-between;
}

.sec04-inner01 li {
	width: 30%;
}

.sec04-inner01 li img {
	width: 100%;
	margin-bottom: 20px;
}

.sec05 {
	padding: 60px 0;
	background: #bfbfbf;
}

.sec05 h2 {
	width: 215px;
	margin: 0 auto;
}

.sec05 ul {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sec05 .inner1200 {
	position: relative;
}

.img-07 {
	position: absolute;
	left: 30px;
	width: 180px;
	bottom: 0;
}

.title-box {
	position: relative;
	padding-bottom: 25px;
}

.sec06 {
	padding: 60px 0;
}

.sec06 h2 {
	width: 280px;
	margin: 0 auto 25px auto;
}

.work-read {
	text-align: center;
	margin-bottom: 35px;
}

.slide {
	overflow: hidden;
}

.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}

.sec07-inner {
	padding: 50px 300px 50px 50px;
	border: 1px solid #000;
	width: 80%;
	position: relative;
	margin-bottom: 60px;
}

.sec07-inner02 {
	padding: 50px 50px 50px 300px;
	margin: 0 0 60px auto;
}

.img09 {
	position: absolute;
	left: -20%;
	width: 100%;
	max-width: 380px;
	top: 50%;
	transform: translateY(-50%);
}

.img08 {
	position: absolute;
	right: -20%;
	width: 100%;
	max-width: 380px;
	top: 50%;
	transform: translateY(-50%);
}

.sec07-inner h3 {
	height: 60px;
	width: auto;
	margin-bottom: 15px;
}

.sec07-inner h3 img {
	height: 60px;
	width: auto;
	display: block;
}

.sec07-inner h4 {
	font-size: 25px;
	margin-bottom: 20px;
}

.sec07-inner h4 span {
	border-bottom: 2px solid #f5961f;
	padding-bottom: 3px;
}

.sec07-inner p {
	margin-bottom: 15px;
}

p.name {
	text-align: right;
}

p.name span {
	font-size: 25px;
}



.sec08 {
	padding: 60px 0;
	background: #ececec;
	position: relative;
}

/* FAQ List */
:root{
--bg:#f6f7f9;
--box:#f7f7f7;
--line:#e7e7e7;
--text:#222;
--muted:#666;
--brand:#ffa114; /* プラス & Q のアクセント色 */
--radius:10px;
}

    .faq{ display:grid; gap:16px; margin-bottom: 80px; }

    .faq-item{
      background:#fff;
      box-shadow: 0 1px 0 rgba(0,0,0,.02);
      overflow: clip; /* for rounded corners */
    }

    .faq-summary{
      /* button */
      appearance:none;
      -webkit-appearance:none;
      width:100%;
      display:flex;
      align-items:center;
      gap:14px;
      background: linear-gradient(#fff, #fff) padding-box,
                  linear-gradient(to bottom, #fff, #f3f3f3) border-box;
      border: none;
      padding: 18px 56px 18px 18px;
      cursor: pointer;
      text-align:left;
      position: relative;
    }
    .faq-summary:focus-visible{ outline:2px solid #9ecbff; outline-offset:2px; border-radius:8px; }

    .q-badge{
      flex:0 0 auto;
      width: 36px; height: 36px;
      display:grid; place-items:center;
      color: var(--brand);
      font-weight: 700;
    }

    .question{ font-size: 16px; letter-spacing:.02em; }

    /* plus icon (right) */
    .plus{
      position:absolute;
      right:16px; top:50%; translate:0 -50%;
      width: 26px; height: 26px;
      border-radius:6px;
      display:grid; place-items:center;
    }
    .plus svg{ display:block; width:100%; height:100%; }
    .plus line{ stroke: var(--brand); stroke-width: 3; stroke-linecap: round; transition: transform .25s ease; transform-origin: 50% 50%; }

    /* panel */
    .panel{
      padding: 0 18px 0 68px; /* Q と揃える */
      color: var(--muted);
      font-size: 15px;
      display:grid;
      grid-template-rows: 0fr; /* アコーディオン */
      transition: grid-template-rows .28s ease;
      background: #fff;
    }
    .panel > div{ overflow:hidden; }

    /* open state */
    .faq-item[aria-expanded="true"] .panel{ grid-template-rows: 1fr; padding-bottom: 20px; }
    .faq-item[aria-expanded="true"] .plus line.vert{ transform: rotate(90deg); } /* 90deg でマイナス化 */

    

    /* small screens fine-tune */
    @media (max-width:480px){
      .panel{ padding-left: 60px; }
      .q-badge{ width:32px; height:32px; font-size:14px; }
    }

    @media (prefers-reduced-motion: reduce){
      .panel{ transition:none; }
      .plus line{ transition:none; }
    }


.title-qa {
	width: 156px;
	margin-bottom: 25px;
}

.sec08 .ashirai1 {
	width: 350px;
	position: absolute;
	transform: rotate(110deg);
	left: 55%;
    top: 0;
}

.sec09 {
	padding: 60px 0;
}

.sec09 h2 {
	width: 500px;
	margin: 0 auto;
}

.img-11 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
}

.inner800 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.sec09 {
	padding: 90px 0;
}

.sec09 table {
	width: 100%;
}

.sec09 th {
	border-top: 1px solid #ff6600;
	padding: 20px 15px;
	vertical-align: middle;
	font-size: 20px;
}

.sec09 td {
	border-top: 1px solid #434343;
	padding: 20px 15px;
}

.sec09 tr:last-child th {
	border-bottom: 1px solid #ff6600;
}

.sec09 tr:last-child td {
	border-bottom: 1px solid #434343;
}

.sec10 {
	padding: 90px 0;
	background: #ececec;
}

.sec10 h2 {
	width: 220px;
	margin: 0 auto;
}

.footer-inner {
	display: flex;
}

.footer .left {
	background-image: linear-gradient(90deg, #606060, #838383);
	padding: 90px 50px 50px 50px;
	width: 75%;
	
}

.footer .left .left-inner {
	display: flex;
	gap:50px;
	margin-bottom: 80px;
}

.footer .left p {
	color: #fff;
	font-size: 13px;
}

.footer .left li {
	font-size: 15px;
	margin-bottom: 20px;
}

.footer .left li:last-child {
	margin-bottom: 0;
}

.footer .left li a {
	color: #fff;
}

.footer .right {
	padding: 90px 50px 50px 50px;
	width: 25%;
	position: relative;
}

.footer .left li:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 8px;
	background-image: url(../images/li02.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 4px;
}

.footer-info {
	background: #000;
	padding: 20px 30px;
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 500px;
}

.footer-info h3 {
	width: 200px;
	margin: 0 auto;
}

.footer-info p {
	margin: 10px 0;
	text-align: center;
	font-size: 15px;
	color: #fff;
}

.footer-num {
	width: 230px;
	margin: 0 auto;
}




