@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap");
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html:lang(en) body {
  font-family: "Crimson Text", serif;
  -webkit-font-smoothing: unset;
}
html:lang(en) body .article h1, html:lang(en) body .article h2, html:lang(en) body .article h3, html:lang(en) body .article h4, html:lang(en) body .article p, html:lang(en) body .article ul, html:lang(en) body .article ol, html:lang(en) body .article pre, html:lang(en) body .article p.pre {
  line-height: 1.4;
}
html:lang(en) body .article h1, html:lang(en) body .article h2, html:lang(en) body .article h3, html:lang(en) body .article h4 {
  font-family: georgia, serif;
}
@media all and (max-width: 480px) {
  html:lang(en) body .article h2 {
    font-size: 20px;
  }
}
html:lang(en) body .article h3 {
  font-size: 22px;
}
@media all and (max-width: 480px) {
  html:lang(en) body .article h3 {
    font-size: 18px;
  }
}
@media all and (min-width: 480px) and (max-width: 4000px) {
  html:lang(en) body .article h4 {
    font-size: 19px;
  }
}
@media all and (max-width: 480px) {
  html:lang(en) body .article h4 {
    font-size: 16px;
  }
}
html:lang(en) body .article p, html:lang(en) body .article ul, html:lang(en) body .article ol, html:lang(en) body .article pre, html:lang(en) body .article p.pre, html:lang(en) body .article time, html:lang(en) body .article table {
  margin-top: 15px;
  margin-bottom: 22px;
}
@media all and (min-width: 480px) and (max-width: 4000px) {
  html:lang(en) body .article p, html:lang(en) body .article ul, html:lang(en) body .article ol, html:lang(en) body .article pre, html:lang(en) body .article p.pre, html:lang(en) body .article time, html:lang(en) body .article table {
    font-size: 20px;
  }
}
@media all and (max-width: 480px) {
  html:lang(en) body .article p, html:lang(en) body .article ul, html:lang(en) body .article ol, html:lang(en) body .article pre, html:lang(en) body .article p.pre, html:lang(en) body .article time, html:lang(en) body .article table {
    font-size: 17px;
  }
}
@media all and (max-width: 480px) {
  html:lang(en) body .article td {
    font-size: 15px;
  }
}

.post-body {
  max-width: 800px;
  margin: auto;
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, Meiryo, sans-serif;
  color: #212427;
  line-height: 1.4;
  letter-spacing: 0.1px;
  -webkit-font-smoothing: antialiased;
  padding-bottom:80px;
}
@media all and (max-width: 480px) {
  .post-body {
    font-family: Helvetica, Arial, sans-serif;
  }
}

.content {
  max-width: 680px;
  margin: auto;
  margin-top: 45px;
}
@media all and (max-width: 480px) {
  .content {
    margin: 0 5%;
  }
}

b {
  font-weight: 600;
}

i {
  font-style: italic;
}

a {
  color: #337ab7;
  text-decoration: none;
}

img, iframe {
  max-width: 100%;
  display: block;
  margin: auto;
}

@media all and (max-width: 480px) {
  iframe {
    max-width: 100%;
    height: 200px;
  }
}

.flex {
  display: flex;
}

.push {
  margin-left: auto;
}

ul.inline {
  list-style: none;
}
ul.inline li {
  display: inline;
}

@media all and (max-width: 480px) {
  .sp_none {
    display: none;
  }
}

img.small {
  max-width: 45%;
}
@media all and (max-width: 480px) {
  img.small {
    max-width: 55%;
  }
}

@media all and (max-width: 480px) {
  img.big {
    max-width: 95%;
  }
}

h1, h2, h3, h4, p, ul, ol, pre, p.pre {
  margin-top: 25px;
  margin-bottom: 15px;
  line-height: 1.7;
}

h1, h2, h3, h4 {
  margin-top: 40px;
}

h1 {
  font-size: 29px;
}
@media all and (max-width: 480px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 24px;
}
@media all and (max-width: 480px) {
  h2 {
    font-size: 19px;
  }
}

h2:before, h3:before, h4:before {
  font-size: 90%;
}

h3 {
  font-size: 21px;
}
@media all and (max-width: 480px) {
  h3 {
    font-size: 17px;
  }
}

h4 {
  font-size: 18px;
}
@media all and (max-width: 480px) {
  h4 {
    font-size: 16px;
  }
}

p, ul, ol, pre, p.pre, time, table {
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 35px;
}
@media all and (max-width: 480px) {
  p, ul, ol, pre, p.pre, time, table {
    font-size: 15px;
    margin-top: 15px;
  }
}

table {
  font-size: 15px;
}

@media all and (max-width: 480px) {
  ul, ol, pre, p.pre, time {
    font-size: 14.7px;
  }
}

@media all and (max-width: 480px) {
  td {
    font-size: 13px;
  }
}

@media all and (min-width: 480px) and (max-width: 4000px) {
  p.pre {
    font-size: 16.5px;
  }
}

.nav ul {
  font-size: 15px;
}
@media all and (max-width: 480px) {
  .nav ul {
    font-size: 12px;
  }
}

header {
  margin-top: 25px;
}

@media all and (max-width: 480px) {
  .flex {
    display: block;
  }
}

.logo img {
  max-width: 150px;
}
@media all and (max-width: 480px) {
  .logo img {
    max-width: 110px;
    margin-left: 20px;
  }
}

.nav ul {
  margin-top: 5px;
}
@media all and (max-width: 480px) {
  .nav ul {
    margin-top: 13px;
    margin-left: 5px;
  }
}
.nav ul li a {
  color: #767676;
  margin-left: 15px;
}

ul.top {
  margin-bottom: 20px;
}
ul.top li time, ul.top li a {
  font-size: 16px;
}
@media all and (max-width: 480px) {
  ul.top li time, ul.top li a {
    font-size: 14px;
  }
}
ul.top li a {
  margin-left: 20px;
}
@media all and (max-width: 480px) {
  ul.top li a {
    margin-left: 0;
  }
}

.article time {
  margin-bottom: 20px;
  display: block;
}
@media all and (max-width: 480px) {
  .article time {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.article h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.article h1, .article h2, .article h3, .article h4 {
  font-weight: 600;
}
.article h4 {
  margin-bottom: -5px;
}
.article h2:before, .article h3:before, .article h4:before {
  font-family: system-ui;
  font-size: 100%;
}
.article h2:before {
  content: "■";
}
.article h3:before {
  content: "□ ";
}
.article h4:before {
  content: "✓ ";
}
.article img {
  margin-bottom: 25px;
}
.article ul, .article ol, .article p.pre, .article pre {
  background-color: rgba(250, 250, 250, 0.48);
  outline: 1px solid rgba(228, 228, 228, 0.8705882353);
  padding: 20px 10px 20px 30px;
  overflow: auto;
}
.article ul li, .article ol li, .article p.pre li, .article pre li {
  line-height: 2;
}
.article p.pre {
  padding: 20px;
}
.article ul.long_list li {
  margin-bottom: 20px;
  line-height: 1.7;
}
.article ul.long_list li:last-child {
  margin-bottom: 0px;
}
.article ul.tc a {
  text-decoration: none;
}
.article a {
  text-decoration: underline;
}
.article table {
  width: 100%;
}
.article table td {
  background-color: #fafafa;
  padding: 12px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.article table td:nth-child(2) {
  background-color: #fff;
}
.article blockquote {
  padding-left: 20px;
  border-left: 2.5px solid rgba(86, 86, 86, 0.85);
  font-style: italic;
}
.article blockquote p:before {
  content: "» ";
}
.article code {
  padding: 2px 4px;
  font-size: 98%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.article .twitter-tweet {
  margin: auto;
  max-width: 590px !important;
  margin-bottom: 35px !important;
}

.category {
  margin-top: 25px;
}
.category hr {
  margin-top: 0px;
  margin-bottom: 15px;
}
.category time {
  display: inline;
}
.category h2 {
  margin-top: 30px;
}
.category h2:before {
  content: "";
}
.category ul {
  margin-top: 0;
  margin-bottom: 15px;
  outline: none;
  padding: 0;
}
@media all and (max-width: 480px) {
  .category ul {
    margin-bottom: 15px;
  }
}
.category ul li {
  margin-right: 17px;
}
@media all and (max-width: 480px) {
  .category ul li {
    margin-right: 0;
  }
}
.category ul li a {
  text-decoration: none;
}
@media all and (max-width: 480px) {
  .category ul.name li {
    display: block;
  }
}

hr {
  background-color: rgba(0, 0, 0, 0.1019607843);
  height: 1px;
  border: 0;
  margin: 30px 0;
}
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding:20px 0;
}

.logo img {
    height: 50px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 0px;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: #007ac0;
    font-weight: bold;
    padding: 54px 10px;
    transition: all 0.4s ease;
}

nav ul li a:hover {
    background: #007ac0;
    color: #fff;
}

.cta-container {
    margin: 0 auto;
    padding:50px auto;
}

.cta_wrapper {
    padding: 60px 0px;
    margin-bottom: 90px;
    text-align: center;
}

.cta_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color:white;
    font-family: "Open Sans",Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}
.contact-button {
    display: inline-block;
    padding: 10px 20px;
    background: #007ac0;
    color: #e6f3fa;
    border: 1px solid #e6f3fa;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin:30px;
}
.contact-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: lightblue;
    transition: left 0.3s ease-in-out;
}
.contact-button:hover::before {
    left: 0;
}


.footer05 {
 color: #808080;
 padding: 30px;
}
.footer05 a {
 color: #808080;
 text-decoration: none;
}
.footer05 li a:hover {
 text-decoration: underline;
}
.footer05 .wrap {
 width: 1100px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer05 .wrap h3 {
 margin: 0 0 10px 0;
 padding: 0;
 border-bottom: 1px #c4c4c4 solid;
}
.footer05 .wrap p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer05 .wrap .corner {
 width: 27%;
}
.footer05 .wrap .corner ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
}
.footer05 .wrap .copyright {
 width: 100%;
 padding: 20px 0 0 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }
    
    .menu-toggle {
        display: block;
        cursor: pointer;
        font-size: 24px;
        padding: 10px;
    }
    
    nav ul {
        display: none;
        flex-direction: column;
        text-align: center;
        gap: 10px;
        background: #fff;
        width: 100%;
        padding: 10px 0;
    }
    
    nav ul.active {
        display: flex;
    }
    .main-visual {
        padding: 50px 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .content {
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }
    .service {
        padding: 15px;
    }
    .reason {
        width: 100%;
    }


  .box {
    flex-direction: column;
  }
  .box:nth-child(even) {
    flex-direction: column;
  }
  .text {
    text-align: center;
  }
  .box:nth-child(even) .text {
    text-align: center;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:50%;
    height:auto;
  }
  .item {
      flex-direction: column;
      text-align: center;
  }

  .item img, .description {
      width: 100%;
  }

  .footer05 .wrap {
   width: 100%;
   padding: 0 20px;
   box-sizing: border-box;
  }
  .footer05 .wrap h3 {
   border: none;
  }
  .footer05 .wrap .corner {
   width: 100%;
  }
  .footer05 .wrap .corner ul {
   border-top: 1px #c4c4c4 solid;
  }
  .footer05 .wrap .corner ul li a {
   display: block;
   padding: 5px 15px;
   border-bottom: 1px #c4c4c4 solid;
  }
}

.post-container {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1100px;
    margin: 20px auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom:120px;
}

.post {
    flex: 2;
    padding: 20px;
    background: #f9f9f9;
}

.sidebar {
    flex: 1;
    padding: 20px;
    background: #eef;
}

.banners img {
    width: 100%;
    margin-bottom: 10px;
}

.related ul, .categories ul {
    list-style: none;
    padding: 0;
}

.related ul li, .categories ul li {
    margin-bottom: 10px;
}

.related a, .categories a {
    text-decoration: none;
    color: #0073e6;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .post-container {
        flex-direction: column;
    }

    .post, .sidebar {
        width: 100%;
    }
}

.cta-container {
    margin: 0 auto;
    padding:50px auto;
}

.cta_wrapper {
    padding: 60px 0px;
    margin-bottom: 90px;
    text-align: center;
}

.cta_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    color:white;
    font-family: "Open Sans",Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}
.contact-button {
    display: inline-block;
    padding: 10px 20px;
    background: #007ac0;
    color: #e6f3fa;
    border: 1px solid #e6f3fa;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    margin:30px;
}
.contact-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: lightblue;
    transition: left 0.3s ease-in-out;
}
.contact-button:hover::before {
    left: 0;
}


.footer05 {
 color: #808080;
 padding: 30px;
}
.footer05 a {
 color: #808080;
 text-decoration: none;
}
.footer05 li a:hover {
 text-decoration: underline;
}
.footer05 .wrap {
 width: 1100px;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.footer05 .wrap h3 {
 margin: 0 0 10px 0;
 padding: 0;
 border-bottom: 1px #c4c4c4 solid;
}
.footer05 .wrap p {
 margin: 0;
 padding: 0 0 20px 0;
}
.footer05 .wrap .corner {
 width: 27%;
}
.footer05 .wrap .corner ul {
 margin: 0;
 padding: 0 0 20px 0;
 list-style: none;
}
.footer05 .wrap .copyright {
 width: 100%;
 padding: 20px 0 0 0;
}
/* Responsive Design */
@media (max-width: 768px) {
    .bottom-container {
        flex-direction: column; /* スマホ時は縦並び */
        align-items: center;
    }

    .bottom {
        width: 100%;
        max-width: 100%; /* スマホでは幅いっぱいに */
    }

  .footer05 .wrap {
   width: 100%;
   padding: 0 20px;
   box-sizing: border-box;
  }
  .footer05 .wrap h3 {
   border: none;
  }
  .footer05 .wrap .corner {
   width: 100%;
  }
  .footer05 .wrap .corner ul {
   border-top: 1px #c4c4c4 solid;
  }
  .footer05 .wrap .corner ul li a {
   display: block;
   padding: 5px 15px;
   border-bottom: 1px #c4c4c4 solid;
  }
}

.section_wrapper {
    padding: 60px 0px;
    text-align: center;
}

.section_title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: "Open Sans",Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	margin: 1em auto;
	padding: 1em 2em;
	color: #fff;
	border-radius: 0.4em;
	font-size:0.5rem;
}
.cp_breadcrumb a {
	text-decoration: none;
	color: #007ac0;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
	color: #7986CB;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
	color: #ffffff;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}



.h2tag-post {
  border-left: 10px solid #007ac0;
  padding:12px;
}

.h3tag-post {
border-left: 3px solid #007ac0;
padding:10px;
}

.h4tag-post {
  background: #e6f3fa;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
}

.encircle {
  border: 3px solid #007ac0;
  font-weight: bold;
  border-radius: 0.4em;
  padding: 5px 20px;
}

.under_line{
  background: linear-gradient(transparent 60%, #cce7f5 60%);
}


.list-post ol {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
  counter-reset: number;
}
.list-post ol li {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.6em;
}
.list-post ol li:before {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #007ac0;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}


p.post-content{
line-height:2.1;
}

.contact-main {
    max-width: 600px;
    margin: 20px auto 200px;
    padding: 0 20px;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.required {
    background-color: red;
    color: white;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 0.9em;
}

.optional {
    background-color: blue;
    color: white;
    padding: 2px 5px;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 0.9em;
}

input, textarea, select#event_date{
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

textarea {
    resize: vertical;
    min-height: 100px;
}

button {
    background-color: #007ac0;
    color: #fff;
    border: 3px solid #007ac0;
    padding: 10px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size:20px;
    font-weight:700;
}

button:hover {
    background-color: #e6f3fa;
    border: 3px solid #007ac0;
    color:#007ac0;
}

footer {
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
}


/* Floating Contact Form */
.input-row {
    margin-bottom: 20px;
}

.input-row label {
    color: #75726c;
}

.input-field {
    width: 100%;
    border-radius: 2px;
    padding: 10px;
    border: #e0dfdf 1px solid;
    box-sizing: border-box;
    margin-top: 2px;
}

.btn-submit {
    padding: 10px 60px;
    background: #9e9a91;
    border: #8c8880 1px solid;
    color: #ffffff;
    font-size: 0.9em;
    border-radius: 2px;
    cursor: pointer;
}

.info {
    font-size: .8em;
    color: #e66262;
    letter-spacing: 2px;
    padding-left: 5px;
}

.demo-wrapper {
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    height: 500px;
    overflow: auto;
    padding: 10px 20px;
}

.main-col {
    float: left;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
    width: 60%;
}

.contact-sidebar {
    position: sticky;
    top: 25px;
    border: #e2ddd2 1px solid;
    border-radius: 2px;
}
.successMessage {
    background-color: #9fd2a1;
    border: #91bf93 1px solid;
    padding: 5px 10px;
    color: #3d503d;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.9em;
}


@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
}



/* エラーメッセージのスタイル */
.error-message {
    color: #e66262;
    font-size: 0.9em;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* 確認ページのテーブルスタイル */
.confirm-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.confirm-table td {
    padding: 15px;
    border: 1px solid #ddd;
}

.confirm-table td:first-child {
    background-color: #f0f0f0;
    font-weight: bold;
    width: 30%;
}

/* ボタンのホバー効果 */
button {
    transition: all 0.3s ease;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .confirm-table td:first-child {
        width: 40%;
    }
    
    .confirm-table td {
        padding: 10px;
        font-size: 14px;
    }
}

