@charset "utf-8";
/* CSS Document */
/** CSS Reset **/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin: 0;padding: 0;border: 0;outline: 0;font-style: normal;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}nav ul,li {list-style: none;}blockquote,q {quotes: none;}blockquote:before,blockquote:after,q:before,q:after {content: '';content: none;}a {margin: 0;padding: 0;font-size: 100%;vertical-align: baseline;background: transparent;}ins {background-color: #ff9;color: #000;text-decoration: none;}mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold;}del {text-decoration: line-through;}abbr[title],dfn[title] {border-bottom: 1px dotted;cursor: help;}table {border-collapse: collapse;border-spacing: 0;}hr {display: block;height: 1px;border: 0;border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}input,select {vertical-align: middle;}

/** set **/
html {font-size: 62.5%;}
a {text-decoration: none; color: #453E3C;}
a:hover {opacity: 0.7; transition: 0.2s ease-in-out; border: none !important;}

#wrapper {
width: 100%;
font-family: 'M PLUS 1p', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Arial', sans-serif;
color: #453E3C;
background: url("../img/bg01.jpg") 0 0;}

h1,h2,h3,h4,h5 {font-family: 'M PLUS 1p', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Arial', sans-serif;}

body {font-family: sans-serif;}
h1,h2,h3,h4,h5 {font-family: sans-serif;}


@media screen and (max-width: 768px) {#wrapper {max-width:768px;overflow: hidden;}}
@media screen and (max-width: 480px) {#wrapper {max-width:480px;overflow: hidden;}}

/******************************

001:header
002:contents
003:footer

******************************/

/**

001:header

**/
#header_wrap {
margin: 0 auto;
height: 100px;}

.header_box01 {
display: flex;
justify-content: space-between;}

.logo01 {margin-top: 36px;}
.logo01 img {width: 200px;}

.header__nav {
position: absolute;
right: 0;
left: 0;
top: 0;
width: 100%;
height: 100vh;
transform: translateX(100%);
background-color: #fff;
transition: ease .4s;
z-index: 9999;}

.header_box01 li:nth-child(8),
.header_box01 li:nth-child(9) {display: none;}

.header_box01 li a {
position: relative;
display: inline-block;
text-decoration: none;
white-space: nowrap;}

.header_box01 li a::after {
position: absolute;
bottom: -4px;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #099A35;
transform: scale(0, 1);
transform-origin: left top;
transition: transform .3s;}

.header_box01 li a:hover::after {transform: scale(1, 1);}

.hamburger {
position: absolute;
top: 10px;
right: 10px;
width: 48px;
height: 100%;
background-color: transparent;
border-color: transparent;
z-index: 9999;}

.hamburger span {
width: 100%;
height: 1px;
background-color: #000;
position: relative;
transition: ease .4s;
display: block;}

.hamburger span:nth-child(1) {top: 0;}
.hamburger span:nth-child(2) {margin: 8px 0;}
.hamburger span:nth-child(3) {top: 0;}
.header__nav.active {transform: translateX(0);}
.hamburger.active span:nth-child(1) {top: 5px; transform: rotate(45deg);}
.hamburger.active span:nth-child(2) {opacity: 0;}
.hamburger.active span:nth-child(3) {top: -13px; transform: rotate(-45deg);}

@media screen and (min-width: 768px) {
#header_wrap {width: 1100px;}

.header__nav {
position: static;
transform: initial;
background-color: inherit;
height: inherit;
display: flex;
justify-content: end;
width: 50%;}

.header_box01 ul {
display: flex;
gap: 36px;
margin-top: 44px;
width: 100%;
font-size: 14px;}

.hamburger {display: none;}
}

@media screen and (max-width: 768px) {
.header_box01 {
display: block;
position: relative;}

.logo01 {
position: absolute;
top: 36px;
left: 20px;
margin: 0;}

.header__inner {
position: relative;
width: 100%;}

.header_box01 ul {
margin-top: 50px;
width: 100%;
font-size: 14px;}

.header_box01 li:nth-child(8),
.header_box01 li:nth-child(9) {display: block;}

.header_box01 li a {
display: block;
padding: 5%;
background: url("../img/arrow01.png") 95% center / 16px auto no-repeat;
border-top: 1px solid #ddd;}

.header_box01 li:last-child a {border-bottom: 1px solid #ddd;}
}

.kv {
display: table;
width: 100%;
height: 500px;
background: url("../img/main01.jpg") no-repeat 0 0;}

.kv p {
display: table-cell;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 40px;
font-weight: 500;
text-align: center;
text-shadow: 0 1px 2px #555;
letter-spacing: 3px;
color: #fff;
vertical-align: middle;}

.kv_in_wrap {
padding: 80px 0 70px;
border-top: 3px solid #099A35;
border-bottom: 1px solid #ddd;}

.kv_in {
margin: 0 auto;
width: 1100px;}

.kv_in h1 {
display: inline-block;
margin-bottom: 20px;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 50px;
text-align: center;}

.kv_in p {
margin-left: 4px;
font-size: 16px;
letter-spacing: 3px;}

.breadcrumb {
display: flex;
margin: 20px auto 80px;
font-size: 12px;
width: 1100px;}

.breadcrumb li a {
margin-right: 16px;
padding-right: 26px;
background: url("../img/arrow01.png") right center / 10px auto no-repeat;}

@media screen and (max-width: 768px) {
.kv {
margin-bottom: 60px !important;
height: 200px;
background: url("../img/main01.jpg") center center / auto 100% no-repeat;}

.kv p {
display: table-cell;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 175%;
letter-spacing: 2px;}

.kv_in_wrap {padding: 60px 0 50px;}

.kv_in {width: 100%;}

.kv_in h1 {
margin: 0 0 12px 12px;
font-size: 40px;}

.kv_in p {
margin-left: 16px;
font-size: 14px;}

.breadcrumb {
margin: 12px 2% 60px;
font-size: 11px;
width: 96%;}
}

/**

002:contents

**/

.wrap01 {
margin: 0 auto;
width: 1100px;}

.tith201 {
margin-bottom: 20px;
text-align: center;}

.tith201 span {
display: inline-block;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 70px;
text-align: center;
border-bottom: 4px solid #000;}

.tith202 {
margin-bottom: 40px;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 40px;}

.tit0301 {
margin-bottom: 30px;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 30px;}

.tit0401 {
margin-bottom: 20px;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 20px;}

.tit0402 {
margin-bottom: 8px;
font-size: 16px;
font-weight: normal;}

.tit0501 {
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 16px;
font-weight: bold;}

@media screen and (max-width: 768px) {
.wrap01 {
width: 94%;
padding: 0 3%;}

.tith201 span {font-size: 40px;}

.tith202 {
font-size: 30px;
line-height: 1.4;}

.tit0301 {
font-size: 24px;
line-height: 1.6;}
}

.ul01 {
display: flex;
gap: 40px;
width: 1100px;}

.ul01.ul01sub {
padding: 28px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}

.ul01 li img {width: 100%; display: block;}

.ul01txt01 {
text-align: left;
font-size: 16px;
line-height: 1.8;}

.ul02 {
display: flex;
gap: 20px;
width: 1100px;}

.ul02 li {
width: 204px;
text-align: center;}

.ul02.ul0201 li {width: 540px;}

.ul02 li img {width: 100%;}

.ul02 li span {
display: inline-block;
margin-top: 8px;
font-size: 14px;}

.ul03 {
display: flex;
justify-content: center;
gap: 30px;
margin: -28px 0 30px;
padding: 28px 0;
font-size: 16px;
border: 2px solid #E9E5DF;}

.ul03 a {
display: inline-block;
padding: 0 20px 4px 0;
font-size: 17px;
font-weight: bold;
background: url("../img/arrow01.png") right 5px / 6px auto no-repeat;
border-bottom: 1px dashed #aaa;}

.ol01 > li {
margin: 0 0 20px 1.6em;
font-size: 16px;
line-height: 1.7;
list-style: decimal none outside;}

.ol01 .ol0101 li {
margin-top: 12px;
list-style: none none inside;
counter-increment: cnt;}

.ol01 .ol0101 li:before{
display: marker;
content: "(" counter(cnt) ") ";}

.ol01 .ol0102 li  {
margin: 12px 0 0 0.1em;
padding-left: -0.1em;}

.ol02 > li {
margin: 0 0 4px 1.6em;
font-size: 16px;
line-height: 1.7;
list-style: disc none outside;}

.dl01 {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
width: 80%;
font-size: 16px;
}

.dl01 dt {margin-bottom: 1em; width: 30%; box-sizing: border-box; line-height: 1.5;}
.dl01 dd {margin-bottom: 1em; width: 70%; text-align: left; box-sizing: border-box; line-height: 1.5;}

.dl01 dd a {border-bottom: 1px dashed #aaa;}

.dl02 {
display: flex;
flex-wrap: wrap;
font-size: 16px;
border-top: 1px solid #f3f3f3;
border-right: 1px solid #f3f3f3;}

.dl02 dt {
padding: 28px 0 28px 40px;
width: 25%;
background-color: #f3f3f3;
border-bottom: 1px solid #fff;
box-sizing: border-box;}

.dl02 dd {
padding: 28px 0 28px 40px;
width: 75%;
border-bottom: 1px solid #f3f3f3;
box-sizing: border-box;}

.dl03 dt {
font-size: 16px;
font-weight: 600;}

.dl03 dt span {
margin-right: 8px;
font-size: 150%;}

.dl03 dd {
margin-bottom: 32px;
padding: 28px 0 32px 40px;
font-size: 16px;
line-height: 1.8;
border-bottom: 1px solid #ddd;}

.dl03 dd span {
display: inline-block;
margin-right: 8px;
font-size: 150%;
font-weight: 600;
color: #099A35;}

.txt01 {
margin-bottom: 60px;
font-size: 14px;
text-align: center;
color: #666;}

.txt02 {
font-size: 16px;
line-height: 1.8;}

.txt02 strong {display: block;}

.txt03 {
padding-top: 20px;
font-size: 16px;
line-height: 1.8;
border-top: 1px dotted#ddd;}

.txt04 {
margin-bottom: 40px;
font-size: 16px;
line-height: 1.8;}

.txt05 {
margin: 12px 0 40px;
padding-bottom: 20px;
font-size: 13px;
line-height: 1.6;
border-bottom: 1px solid #eee;}

.txt06 {
margin: 0 auto;
width: 700px;
text-align: center;}

.txt06 img {width: 100%; height: auto;}

.link01 {border-bottom: 1px dashed #aaa;}

.video_box {
margin-top: 1em;
width: 100%;
height: auto;
border: 10px solid #eee;
box-sizing: border-box;}

.video_box video {width: 100%; height: auto;}

@media screen and (max-width: 768px) {
.ul01 {
display: block;
width: 100%;
text-align: center;}

.ul01 li {margin-bottom: 12px;}

.ul01 li img {width: 100%;}

.ul01txt01 {
margin: 0 auto;
width: 100%;
font-size: 14px;}

.ul02 {
flex-wrap: wrap;
gap: 0;
padding: 0 2%;
width: 100%;
box-sizing: border-box;}

.ul02 li {
padding: 0.5%;
width: 50%;
box-sizing: border-box;}

.ul02 li span {
margin: 4px 0 8px;
font-size: 13px;
line-height: 1.6;}

.dl01 {width: 100%;}

.dl01 dd {gap: 0;}

.dl01 dt,.dl01 dd {
text-align: left;
line-height: 1.5;}

.dl02 {
font-size: 14px;
line-height: 1.6;}

.dl02 dt {
padding: 20px 0 20px 8px;
width: 35%;}

.dl02 dd {
padding: 20px 0 20px 8px;
width: 65%;}

.txt06 {width: 100%;}
}

.table01 {
margin: 12px 0;
width: 100%;
border-collapse: collapse;
font-size: 16px;}

.table01 tr,
.table01 th,
.table01 td {
padding: 20px 0 20px 40px;
font-weight: normal;
text-align: left;
vertical-align: middle;
border: 1px solid #ddd;}

.table01 th.f_bold {font-weight: bold;}
.table01 th {width: 50%;}

.table02 {
margin: 12px 0;
width: 100%;
border-collapse: collapse;
font-size: 14px;}

.table02 tr,
.table02 th,
.table02 td {
padding: 20px 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
border: 1px solid #efe4d8;
white-space: nowrap;}

.box01 {
display: flex;
justify-content: space-between;}

.box01 h2 {padding-top: 150px;}

.box01 div {width: 50%;}

.btn01 a, .btn02 a {
display: block;
margin: 0 auto;
padding-top: 18px;
width: 300px;
height: 53px;
font-size: 16px;
text-align: center;
background: url("../img/arrow01.png") 92% center / 16px auto no-repeat;
border: 1px solid #bbb;
border-radius: 30px;
box-sizing: border-box;}

.btn02 a {margin: 0;}

.img01 img {width: 100%;}

.link01 {border-bottom: 1px dashed #999;}
.link01:hover {border-bottom: none;}

.mt12 {margin-top: 12px;}
.mb12 {margin-bottom: 12px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb60 {margin-bottom: 60px;}
.mb80 {margin-bottom: 80px;}
.mb100 {margin-bottom: 100px;}
.mb120 {margin-bottom: 120px;}
.txt_center {text-align: center;}
.txt_right {text-align: right;}
.f_bold {font-weight: bold;}
.pcno {display: none;}
.pcbr {display: block;}

@media screen and (max-width: 768px) {
.table01 {font-size: 13px;}

.table01 tr,
.table01 th,
.table01 td {padding: 20px 8px;}

.table01 th.f_bold {font-weight: bold;}
.table01 th {width: 50%;}

.table_wrap {width: auto; overflow-x: auto;}

.table02 {
margin: 12px 0;
width: 100%;
border-collapse: collapse;
font-size: 13px;}

.table02 tr,
.table02 th,
.table02 td {
padding: 20px 4px;
font-weight: normal;
text-align: center;
vertical-align: middle;
border: 1px solid #ddd;
white-space: nowrap;}

.box01 {display: block;}

.box01 h2 {padding-top: 0;}

.box01 div {width: 100%;}

.spbr {display: block;}
.pcno {display: block;}
.pcbr {display: inline;}
}


/**

お問い合わせ

**/

.form_box01 dl {
display: flex;
justify-content: flex-end;
margin-bottom: 20px;
font-size: 16px;}

.form_box01 dt {padding-top: 12px;}

.form_box01 span, .form_box01 em {
display: inline-block;
margin: 0 20px 0 12px;
padding: 2px 0;
width: 60px;
font-size: 16px;
text-align: center;
color: #fff;
background-color: #D80000;
border-radius: 3px;}

.form_box01 em {background-color: #C1C1C1;}

.form_box01 dd {
width: 800px;
text-align: left;}

.form_box01 dd select {
padding: 12px 16px;
font-size: 16px;
background-color: #fff;
border: 1px solid #ddd;}

.form_box01 dd input {
padding: 3px 3px 0 8px;
width: 100%;
height: 48px;
font-size: 16px;
border: 1px solid #ddd;
border-radius: 3px;
box-sizing: border-box;}

.form_box01 dd textarea {
margin-top: 8px;
padding: 8px;
width: 100%;
height: 100px;
font-size: 16px;
border: 1px solid #ddd;
box-sizing: border-box;}

.form_box01 .fb1_dd01 {margin-top: 13px;}

.form_box01 .fb1_dd01 input {
display: inline-block;
margin-top: -3px;
width: 20px;
height: 20px;}

.submitbox {
margin-top: 40px;
padding-top: 40px;
text-align: center;
border-top: 1px solid #ddd;}

.submitbox label {
display: inline-block;
margin-bottom: 12px;
font-size: 16px;}

.pp_box {
margin: 0 0 30px;
padding: 3% 3% 1%;
height: 150px;
font-size: 16px;
border: 3px solid #E9E5DF;
box-sizing: border-box;
overflow-y: auto;}

.pp_box p {margin-bottom: 20px; font-size: 16px;}

.pp_box dl {
display: block;
font-size: 16px;
text-align: left;}

.pp_box dd {
padding: 8px 0 20px 20px;
width: 100%;
line-height: 1.7;
box-sizing: border-box;}

.fb1_ul01 {
display: flex;
justify-content: center;}

.fb1_ul01 li input {
margin: 0 12px;
padding: 8px 0;
width: 200px;
height: 53px;
font-size: 16px;
text-align: center;
background: url("../img/arrow01.png") 92% center / 16px auto no-repeat #fff;
border: 1px solid #bbb;
border-radius: 30px;
box-sizing: border-box;
cursor: pointer;}

.fb1_ul01 li input.arrno {background: none;}

.fb1_ul01 li input:hover {opacity: 0.7; transition: 0.2s ease-in-out;}

.fb1_ul01 li p {margin-bottom: 40px; font-size: 20px; text-align: center; color: #f00;}

.formTable {
margin: 0 auto 60px;
width: 800px;
border-collapse: collapse;
font-size: 100%;}

.formTable tr,
.formTable th,
.formTable td {
padding: 12px;
font-size: 20px;
text-align: center;
vertical-align: middle;
border: 1px solid #ddd;}

.formTable th {background-color: #f6f6f6;}

@media screen and (max-width: 428px) {
.form_box01 {margin: 0 2%;}

.form_box01 dl {display: block; font-size: 16px;}

.form_box01 dt {padding: 0 0 8px 2px;}

.form_box01 span, .form_box01 em {
display: inline-block;
margin: 0 20px 0 8px;
padding: 2px 0;
width: 40px;
font-size: 12px;}

.form_box01 dd {width: 100%;}

.fb1_ul01 li {padding: 0 2%; width: 50%; box-sizing: border-box;}

.fb1_ul01 li input {margin: 0 0; width: 100%;}

.fb1_ul01 li p {margin-bottom: 40px; font-size: 20px; text-align: center; color: #f00;}

.formTable {margin: 0 2%; width: 96%;}

.formTable tr,
.formTable th,
.formTable td {padding: 8px; font-size: 16px;}
}



/**

003:footer

**/

#footer_wrap {
width: 100%;
border-top: 3px solid #777;}

.footer_box01 {
display: flex;
justify-content: space-between;
margin: 0 auto;
width: 1100px;
height: 94px;
box-sizing: border-box;}

.footer_box01 ul {
display: flex;
gap: 32px;
margin-top: 40px;
font-size: 14px;}

.footer_box01 div {margin-top: 28px;}
.footer_box01 div img {width: 42px;}

.footer_box02 {
padding: 15px 0 10px;
font-size: 14px;
text-align: center;
color: #fff;
background-color: #484848;}

@media screen and (max-width: 768px) {
.footer_box01 {
padding: 0 3%;
width: 94%;
height: auto;}

.footer_box01 ul {
display: block;
margin-bottom: 20px;
font-size: 14px;}

.footer_box01 ul li {margin-bottom: 12px;}

.footer_box01 div img {width: 36px;}
}

/*202410会社概要修正*/
.fs12 {font-size:12px !important;}
.fs14 {font-size:14px !important;}
.fs20 {font-size:20px !important;}
.feb {font-weight: 600;}
.fcblue{color: #0E02E2;}
.talr {text-align: right;}
.talc {text-align: center;}
.padr2 {padding-right: 2em;}
.pat6{padding-top: 60px;}
.pat3{padding-top: 30px;}
.pat1{padding-top: 10px;}
.disinb{display: inline-block;}
.dummy {background: #ccc; padding: 50px 10px; margin-bottom: 50px;}
ul.disc {margin-left: 20px;}
ul.disc li {list-style-type: disc; list-style-position: outside; }
ul.bblist li {list-style: none; margin-right: 0.5em; display: inline-block; padding: 3px 5px 1px; margin-bottom: 10px; border-radius: 5px;color: #ffffff; font-weight: bold; box-shadow: 1px 2px 1px #c1b2a1; letter-spacing: 0.08em;}
ul.bblist li:first-child {background:#faa9eb;}
ul.bblist li:nth-child(2) {background:#f9d168;}
ul.bblist li:nth-child(3) {background:#7be7a6;}
ul.bblist li:nth-child(4) {background:#8dd2f5;}
.bord-b {display: inline-block; border-bottom: 1px solid;}
.bord-l {display: inline-block; border-left: 3px solid; padding: 0 0 0 7px;}
.bb1{border-bottom: 1px solid #ddd;}
.flex {display: flex; flex-wrap: wrap;}
.company .bkbg{background: #000; color:#fff; padding: 5px 10px 4px;}
.company .box01 h2 {padding-top: 50px;}
.company p,.company ul li  {font-size: 16px; line-height: 1.8;}
.company .dl02 dt{padding: 15px 0 15px 40px;}
.company .dl02 dd{padding: 15px 0 15px 40px;}
.company .point.royalpepe {padding: 55px 50px 10PX; border: 2px dashed #efe6e1; background:url("../img/jyo-momo.png") no-repeat right bottom,#fbfaf2e8; background-size: 19%; box-shadow: 0 0 0 6px #fbfaf3;}
.company .point {border: 1px solid #719dc3; box-shadow: 4px 4px 1px #edebe6; padding: 55px 50px 20PX; background: #fff;}
.company .box01 img{width:95%; margin: 0 auto;}
.kaihatu {background: url("../img/jyo-man.png") no-repeat 0.5% 100%,url("../img/jyo-momo2.png") no-repeat 99.5% 15px; padding-bottom: 20px;}
.ropewrap {padding-bottom: 1px; margin-bottom: 80px;}
.royalpepe .box01 img {width:98%; margin: 0 auto 30px;}
.royalpepe h2 img {width: 40%;}
.royalpepe img {width: 100%;}
.royalpepe .box01 h2 {padding-top: 0 !important;}
.company .tit0401 {line-height: 1.3;}
table.ctp {border-collapse: collapse; border: 1px solid #ccc; width: 100%;}
table.ctp td,table.ctp th {padding:8px 7px 4px; border: 1px solid #ccc; text-align: center; vertical-align: middle; font-size: 16px;}
table.ctp th {background: #e8e8e8;}
.point table td.ts2 {border: 2px solid #94b7d5;}
.point .table02 th {background: #3b79af; border:1px solid #fff; color: #fff;}
.point .table02 td.th {background: #3b79af; border:1px solid #fff; color: #fff;}
.point .table02 td.th2 {background: #bedbf3;}

@media screen and (max-width: 768px) {
.royalpepe h2 img {width: 100%;}
.company .point {padding: 30px 20px 20PX;}
.kaihatu {background: url(../img/jyo-man.png) no-repeat 1% 102%, url(../img/jyo-momo2.png) no-repeat 99.5% 0px; padding-bottom: 20px; background-size: 22%;}
.company .point.royalpepe {padding: 15px 15px 10px;}
}
/*202410TOP修正*/
.footer_camp {background: #616161; line-height: 1.4; padding:20px 0 15px;}
.footer_camp p,.footer_camp a{font-size:16px; color: #fff; text-align: left; letter-spacing: 0.08em; display: inline-block}
.footer_camp p span.f_bold {font-size: 20px;}
.footer_camp img.banner {width: 100%; height: auto; max-width: 250px; display: inline-block}

ul.bblist.mb40.topropeul li {font-size: 16px !important; padding: 6px 5px 3px !important; margin-right: 0.3em !important;}
.ul01.ul01sub.topulbox {position: relative;}
.ul01.ul01sub.topulbox::before {position: absolute; content: "開発事業のご紹介"; background: #fff; top: -10px; left: 50%; transform: translateX(-50%); font-size: 23px; padding: 0 0.7em; font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: bold;}
.bor1c {border: 1px solid #ccc;}
.justfc{justify-content: center;}
.wrap01 .royalpepe {margin-bottom: 20px;}
.footer_box01 div img.pmark {width: 100%; max-width: 86px; height: auto; margin-right: 20px;}
div.footerbarbox {margin-top: 0 !important;}

ul.topser li {width: 50%; padding: 0 1em; text-align: left; margin-bottom: 20px;}
ul.topser li img {width: 100%; margin-bottom: 15px;}

@media screen and (max-width: 768px) {
ul.topser li {width: 100%; box-sizing: border-box;}
}

/*TOPスライドショー*/
.slider {
	width: 100vw;
	height: 60vh;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	margin-bottom: 40px;
}

.slider div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation-name: slide-fade;
	animation-duration: 21s;
	animation-iteration-count: infinite;
}

@keyframes slide-fade {
	0%{
		opacity: 0;
	}
	10%{
		opacity: 1;
	}
	90%{
		opacity: 0;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}
.slider div:first-of-type{
	background-image: url( "../img/slide1.jpg");
}
.slider div:nth-of-type(2){
	background-image: url("../img/slide3.jpg");
	animation-delay: 7s;
}
.slider div:last-of-type{
	background-image: url("../img/slide2.jpg");
	animation-delay: 14s;
}

.attentiontop {text-align: center; color: #FF0000;}
.attentionpage {text-align: left; color: #FF0000;}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
  cursor: grab;
}

.slider-track {
  display: flex;
  gap: 1px;
  width: max-content;
  will-change: transform;
  user-select: none;
}

.slider-track li {
  list-style: none;
  flex-shrink: 0;
  max-width: 300px;
}

.slider-track img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}


@media screen and (max-width: 1280px) {
.slider {height: 55vh !important;}
}
@media screen and (max-width: 1080px) {
.slider {height: 45vh !important;}
}
@media screen and (max-width: 768px) { 
	.slider {height: 25vh !important; margin-bottom: 0 !important;}
	.slider div{background-size: 115% !important; background-position: center top !important;}
	.marquee-right ul li {width: calc(100vw / 3 );}
}

.jyoprobox25,.jyoprobox33 {width: 100%; display: flex; flex-box:flex-start !important; flex-wrap: wrap !important;}
.jyoprobox33 li {width: 32%; margin: 0 5px 10px; overflow: auto;}
.jyoprobox25 li {width: 24%; margin: 0 5px 10px; overflow: auto;}
.jyoprobox25 li img {display: block; width: 100%; border-radius: 35px; border: 4px solid #099a35; box-sizing: border-box !important;}
.jyoprobox33 li img {display: block; width: 100%; border-radius: 35px; border: 4px solid #099a35; box-sizing: border-box !important;}
.jyoprobox25 li p,.jyoprobox33 li p {font-size: 20px; text-align: center; padding: 0.5em 0;}

.jyoprotit {position: relative; margin-bottom: 40px; font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; font-size: 30px;}
.jyoprotit:before {content: ""; position: absolute; background: #fffaed; width: 50px; height: 50px; border-radius: 50%; top: 50%; /* border: dashed 1px white; */ left: -15px; -webkit-transform: translateY(-50%);transform: translateY(-50%); z-index: -1;}
.product-nav {
  background: #fffffb;
  border: 3px solid #099a35;
  border-radius: 25px;
  padding: 30px 20px;
  margin: 0 auto 80px;
  max-width: 1100px;
  box-shadow: 0 4px 15px rgba(147, 235, 255, 0.3);
}

.product-nav-container {
  text-align: center;
}

.product-nav-title {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.product-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-nav-list li {
  flex: 0 0 auto;
}

.product-nav-btn {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border: 3px solid #099a35;
  border-radius: 50px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.product-nav-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(147, 235, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.product-nav-btn:hover::before {
  width: 300px;
  height: 300px;
}

.product-nav-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(147, 235, 255, 0.5);
  border-color: #5fd9ff;
}

.product-nav-btn:active {
  transform: translateY(-1px);
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

/* セクションにスクロールマージンを追加 */
section[id] {
  scroll-margin-top: 100px;
}

/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
    .jyoprobox25 li,.jyoprobox33 li {border-radius: 20px;}
    .product-nav {
    padding: 20px 15px;
    margin: 0 3% 40px;
    border-radius: 20px;
  }
  
  .product-nav-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .product-nav-title::after {
    right: -30px;
    font-size: 24px;
  }
  
  .product-nav-list {
    gap: 10px;
  }
  
  .product-nav-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
  
  section[id] {
    scroll-margin-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .product-nav-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}


