@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
body {
    overflow-x: hidden;
}

header {
    position: fixed;
    z-index: 90;
    top: 50px;
}

p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span {
    font-size: 1.8rem;
}

.header-content02 {
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 90%;
    margin: 30px auto;
    border-radius: 20px;
}

.header-box01 .header-box-inner01.flex {
    max-width: 100%;
    padding: 10px;
}

.header-box01 .logo {
    max-width: 250px;
    width: 100%;
}

.header-menu {
    background-color: transparent;
}

.header-menu>li a {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
    color: var(--txt-color);
    padding: 0 30px;
    border-right: #333 2px dotted;
}

.mobile-sub-nav-list {
    display: flex;
    justify-content: space-around;
}

.mobile-sub-nav li {
    width: 45%;
}

.mobile-sub-nav li a {
    display: block;
    padding: 10px 15px;
    background-color: #4C8DCB;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 15px;
    border: 2px solid #fff;
}

.mobile-nav-wrap .mobile-menu-list>li>a {
    color: rgb(51, 51, 51);
}

.g-sub-nav02 {
    height: 80px;
}

.g-sub-nav02 .g-sub-nav-list.flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    height: 80px;
    margin-right: 10px;
}

.g-sub-nav02 .g-sub-nav-list.flex li:first-child a {
    position: relative;
    font-size: 3rem;
    display: block;
    padding: 0;
    border-radius: 0;
    text-align: center;
    margin-right: 15px;
    background-color: transparent;
    color: #333;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}

.g-sub-nav02 .g-sub-nav-list.flex li:first-child a:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("/wp-content/uploads/2025/08/icon-tel.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.g-sub-nav02 .g-sub-nav-list.flex li:last-child a {
    font-size: 1.6rem;
    display: block;
    padding: 5px 15px;
    border-radius: 10px;
    text-align: center;
    margin-left: 15px;
    background-image: url(/wp-content/uploads/2025/08/p-01.png);
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}

.g-sub-nav02 .g-sub-nav-list.flex a:hover {
    opacity: 0.7;
}

.g-nav-tel-pc {
    display: none;
}

.g-sub-nav02 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
}


/**/

.mb50 {
    margin-bottom: 50px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

p,
a,
li,
dt,
dd,
time,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
span,
label,
input {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #6d6d6d!important;
}

.title01 {
    font-size: 3rem;
    color: #fff;
    background: url(/wp-content/uploads/2025/08/titl01.png);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
}

.ttl01 {
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 50px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    margin: 0 auto 50px;
    background: rgba(135, 206, 235, 0.7);
    line-height: 1.5;
    color: #fff !important;
    border-radius: 50px;
    padding: 5px 5px 8px;
}

.ttl03 {
    text-align: center;
    font-weight: 500;
    font-size: 3.5rem;
    margin-bottom: 50px;
    margin: 0 auto 50px;
    line-height: 1.5;
}

.frame01 {
    padding: 50px;
    border: 1px solid #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.frame03 {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    width: 60%;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}


/*テーブル*/

.tablepress tbody td.column-1 {
    width: 30%;
    font-weight: 500;
    color: var(--text-color);
}

.tablepress-table-description {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: transparent;
}

#tablepress-7.tablepress tbody td {
    width: calc(100% / 6)!important;
    text-align: center;
    font-weight: 100;
    color: #333;
    background-color: #fff;
}

#tablepress-7.tablepress tbody .row-1 {
    background: #eee;
}

#tablepress-7.tablepress tbody td.column-1 {
    font-weight: 700;
}

#tablepress-7.tablepress .row-1 td {
    font-weight: 700;
    color: #02a687;
    border: 1px solid #ccc;
    background-color: #eef8ee !important;
}

#tablepress-7.tablepress .row-2 td {
    border: 1px solid #ccc;
}

.tablepress-table-description {
    display: none;
}

.tablepress.table-overview {
    border: 3px solid #ccc;
    font-size: 110%;
}

.tablepress.table-overview td {
    text-align: center;
    vertical-align: middle;
    width: 25%!important;
    border: 1px solid #888 !important;
    background: #fff;
}

.tablepress.table-overview .row-1 td {
    background: rgba(140, 198, 63, 0.3) !important;
}

.tablepress.table-overview .row-2 td,
.tablepress.table-overview .row-8 td,
.tablepress.table-overview .row-14 td {
    background: rgba(9, 178, 242, 0.3) !important;
}

.tablepress.table-overview .column-1[colspan="2"] {
    background: rgba(255, 179, 101, 0.3) !important;
}

.title01::before {
    display: none;
}

.list-nayami li {
    position: relative;
    margin-bottom: 30px;
    list-style: none;
    padding-left: 24px;
    background-image: url('/wp-content/uploads/2025/08/iocn-list01.png');
    background-repeat: no-repeat;
    background-position: 0 8px;
    background-size: 20px 20px;
    margin-bottom: 6px;
    font-size: 20px;
}

.list-nayami {
    display: flex;
    justify-content: center;
    text-align: left;
    line-height: 2;
    padding: 30px 40px;
}

.ill-title p {
    width: 400px;
    margin: 0 auto 0;
}

.block-contact {
    text-align: center;
    margin-bottom: 100px;
}

.block-contact a {
    text-align: center;
    display: block;
    padding: 50px;
    border: 1px solid #ccc;
    color: #02a687;
    border: 1px solid #ccc;
    background-color: #eef8ee !important;
    font-size: 26px;
    border-radius: 10px;
    font-weight: bold;
}

.block-contact .tit-img {
    max-width: 400px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

#nayami .tit-txt {
    font-size: 2.5em;
}

.frame05 {
    background-color: #fff;
    padding: 50px;
}

.slide-inner {
    padding: 0;
    position: relative;
    width: 90%;
    overflow: hidden;
    border-radius: 0 0 10px 0;
    margin: 0;
}

.txt-slider {
    width: 25%;
    position: absolute;
    right: 50px;
    bottom: -100px;
    z-index: 30;
}

.txt-slider div {
    margin-bottom: 20px;
}

.txt-slider p:not(.img) {
    margin-bottom: 0;
    line-height: 1;
    display: inline-block;
    background: #fff;
    padding: 5px 10px;
}


/*.txt-slider p br{
	display:none;
}
*/

.txt-slider p.sub {
    font-size: 3rem;
}

.txt-slider p.main01 {
    font-size: 3rem;
    line-height: 1.5;
}

.txt-slider p.main02 {
    font-size: 6rem;
    line-height: 1.5;
}

.txt-slider .img {
    width: 400px;
}


/*背景設定*/

body {
    background-color: #cfe9ff;
    background: linear-gradient( to bottom, #cfe9ff 0%, #eff8ff 70%, #ffffff 100%);
}

.txt-msg {
    margin: 0;
    text-align: right;
}

.bnr01 {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.frame02 {
    position: relative;
    background: #fff;
    padding: 50px;
}

#greeting .frame02 .ab01 {
    position: absolute:;
    bottom: -100px;
    left: -34vw;
    width: 30vw;
}

#greeting {
    position: relative;
}

#greeting .ab01 {
    position: absolute;
    top: 0;
    right: 0;
    width: 20vw;
}

.list03 {
    display: flex;
    justify-content: center;
    text-align: left;
    line-height: 2;
    padding: 30px 40px;
}

.list03 ul {
    display: inline-block;
}

.list03 ul li {
    padding: 5px;
    text-align: center;
    border-bottom: dashed green 2px;
}

.frame02 .name {
    width: 250px;
    margin-left: auto;
}

#news {
    background: url(/wp-content/uploads/2025/08/bird01.png), url(/wp-content/uploads/2025/08/airplane01.png), url(/wp-content/uploads/2025/08/sksy01.png);
    background-size: 100%, 300px, 50%;
    background-position: top center, top 300px left, top center;
    background-repeat: no-repeat, no-repeat, repeat-x;
}

.news-thumb {
    max-width: 500px;
    width: 90%;
    margin: 0 auto 50px;
    display: block;
}

.list-service li {
    margin-bottom: 15px;
}

.list-service li h5 {
    font-weight: 600;
    color: #584338 !important;
    border-bottom: 1px solid #584338;
    padding: 5px 0;
}

#topics {
    background-image: url(/wp-content/uploads/2025/08/cloud01.png), url(/wp-content/uploads/2025/08/cloud02.png), url(/wp-content/uploads/2025/08/leaf01.png);
    background-size: 20vw, 15vw, 10vw;
    background-position: top left 5vw, top 20% right 5vw, bottom right 5vw;
    ;
    background-repeat: no-repeat;
}

.footer {
    background-color: #e4f3ff;
}

#footer * {
    color: #333;
}

.footer-menu-title {}

.footer-logo {
    padding-bottom: 40px;
    border-bottom: none;
    margin-bottom: 40px;
    padding: 0;
    margin: 0 0 10px;
}

.footer-logo img {
    max-width: 300px;
}

.list-user {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.list-user li {
    width: 45%;
    margin: 0 2% 30px;
}

.list-user li a {
    width: 100%;
    background: #fff;
    display: block;
    text-align: center;
    padding: 10px;
}


.center {
    text-align: center;
}

.sidebar h3 {
    font-size: 2rem;
    padding: 0;
    color: #fff !important;
    https: //hojoan.uh-oh.jp/wp-admin/theme-editor.php?file=page-enquete.php&theme=insp_theme02
    text-align: center;
    padding: 5px 10px;
    background-color: var(--main);
    font-weight: 700;
    letter-spacing: 0.1em;
}

#service {
    background-image: url(/wp-content/uploads/2025/08/img-sun.png), url(/wp-content/uploads/2025/08/cloud01.png), url(/wp-content/uploads/2025/08/cloud02.png), url(/wp-content/uploads/2025/08/leaf01.png);
    background-size: 15vw, 20vw, 15vw, 10vw;
    background-position: top right, top left 5vw, top 20% right 5vw, bottom right 5vw;
    background-repeat: no-repeat;
}

.icon-window a {
    background-image: url(/wp-content/uploads/2025/08/icon-window.png);
    padding-left: 35px !important;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center left 10px;
}

#page-top img {
    max-height: 80px;
    width: auto;
}


/**/

main.safety-check {
    padding-bottom: 10vw;
    background: url(/wp-content/uploads/2025/08/bird01.png), url(/wp-content/uploads/2025/08/airplane01.png), url(/wp-content/uploads/2025/08/sksy01.png), url(/wp-content/uploads/2025/08/img-bottom01.png);
    background-repeat: repeat, repeat, repeat;
    background-size: auto, auto, auto;
    background-size: 100%, 0, 50%, 100%;
    background-position: top center, top 50px left, top center, bottom -20vw center;
    background-repeat: no-repeat, no-repeat, repeat-x, no-repeat;
}

main.safety-check form {
    text-align: center;
    padding: 0 20px;
}

_ input[name="Submit"] {
    display: block!important;
    margin-top: 50px!important;
    margin-bottom: 100px!important;
}


/**/

#oneday {
    background: url(/wp-content/uploads/2025/08/bird01.png), url(/wp-content/uploads/2025/08/airplane01.png), url(/wp-content/uploads/2025/08/sksy01.png);
    background-size: 100%, 300px, 50%;
    background-position: top center, top 300px left, top center;
    background-repeat: no-repeat, no-repeat, repeat-x;
}


/**/

#tablepress-9 td {
    background-color: #fff;
    border: 1px solid #ccc;
    width: calc( 100% / 4);
}

#tablepress-9 .column-2 td {
    text-align: center;
}

#tablepress-1.tablepress tbody td.column-1, #tablepress-10.tablepress tbody td.column-1 {
    background: #E2EEC5 !important;
}

#summary {
    background: url(/wp-content/uploads/2025/08/bird01.png), url(/wp-content/uploads/2025/08/airplane01.png), url(/wp-content/uploads/2025/08/sksy01.png), url(/wp-content/uploads/2025/08/leaf01.png);
    background-size: 100%, 300px, 50%, 10vw;
    background-position: top center, top 300px left, top center, right bottom;
    background-repeat: no-repeat, no-repeat, repeat-x;
}

#contact {
    background-image: url(/wp-content/uploads/2025/08/cloud01.png), url(/wp-content/uploads/2025/08/cloud02.png), url(/wp-content/uploads/2025/08/leaf01.png);
    background-size: 20vw, 15vw, 10vw;
    background-position: top left 5vw, top 20% right 5vw, bottom right 5vw;
    background-repeat: no-repeat;
}

.contact-form01 th {
    font-weight: 500;
    color: var(--text-color);
}

/*保護ページ*/

input[name="cat_password"] {
  width: 100% !important;     
  max-width: 280px;
  padding: 10px 12px !important;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color .2s, box-shadow .2s;
}


input[name="cat_password"]::placeholder {
  color: #999;
}


input[name="cat_password"]:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,.25);
  outline: none;
}
/* 送信ボタン専用 */
button[type="submit"] {
  padding: 10px 18px !important;  /* インラインstyleを上書きするため!important */
  font-size: 16px;

  color: #fff;
  background-color: #3b82f6;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color .2s, box-shadow .2s;
}


button[type="submit"]:hover {
  background-color: #2563eb;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}


button[type="submit"]:active {
  background-color: #1d4ed8;
}


button[type="submit"]:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
.sub-header-txt {
   margin-top: 10vw;
}
.home main section:last-child {
    display: block!important;
    padding-bottom: 200px;
    background-image: url(/wp-content/uploads/2025/08/bg-footer01.png)!important;
    background-size: 100%!important;
    background-position: bottom!important;
    background-repeat: no-repeat!important;
}
.safety-check input[type="submit"]{
	margin-top:50px;
}
.block-recruit{
	max-width:600px;
	width:100%;
	margin:150px auto;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:10px;
	padding:50px 100px;
}

/*20250902*/
.post-password-form input[type="password"][name="post_password"] {
width: 100% !important;
  max-width: 280px;
  padding: 10px 12px !important;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.post-password-form input[type="password"][name="post_password"]:focus {
  outline: none;
  border-color: #6ed6d6;
  box-shadow: 0 0 0 3px rgba(110, 214, 214, .25);
}


.list-user {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 100px;
  margin-top: 100px;
}
.list-user li a {
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    color: #02a687;
    border: 1px solid #ccc;
    background-color: #eef8ee !important;
	border-radius: 10px;
}

.post-type-archive #breadcrumbs,.user-post-template-default #breadcrumbs{
	display:none;
}
.post-type-archive-user-post .archive-info-wrap,
.user-post-template-default .single-info-wrap{
  margin-top: 50px;
}

.post-type-archive .page-nav,.user-post-template-default .page-nav{
	display:none;
}


/*---------------20250905------------------*/
.cn-box {
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}
p.matx {
    margin-bottom: 0;
    font-size: 1.6rem;
}


/*2025-1030*/
@media screen and (min-width: 1000px) {
.an-title-wrap.flex {
    margin-top: 3rem;
}

header.en-header {
    margin-bottom: 3rem;
}
}