@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*-------------------------------------------
テンプレート
レスポンシブ02ブルー
-------------------------------------------*/
/*カラー*/
:root {
	--first-color: #55abdf;
	--second-color: #293a84;
	--third-color: #ec4823;
  --fourth-color:#efac55;
	--text-color: #333;
	--bg-color01: #F9F9F9;
	--bg-color02: #eef7fc;
  	--gradient: linear-gradient(15deg, #293a84, #2f59a1, #397abb, #4a9ad4, #35add8, #00aec1, #00ac9f, #08a878);
  --gradient02:linear-gradient(352deg, rgba(41,58,132,1) 0%, rgba(91,181,236,1) 71%);
	--border-color: #ccc;
    --english: "Montserrat", sans-serif;
}

body {
  font-size: 17px;
  line-height: 2.0;
  	line-height: 1.8;
	font-family: "Montserrat", 'Noto Sans JP', sans-serif;
	color: var(--text-color);
	font-weight: normal;
	letter-spacing: 0.5px;
}

@media only screen and (max-width: 1200px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 800px) {
  body { font-size: 15px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 14px; }
}

/*----------------------
Layout
-------------------------*/
#wrap{
  background:#FAFBFC;
}

#title_outer, #topMenu_outer, #mainArticles, #mainTopics_outer, #sideContents_outer, #footer_outer,
.article, .gallery, ul.topics{
    width: 1200px;
}

#mainArticles h2, #listTopics h2 {
     margin: 0 calc(600px - 50vw) 16px; 
}

.article.col2.nayami {
    background:#FFF;
    flex-basis: 48%;
    padding: 20px 40px;
    margin-bottom: 20px;
}

.article.col3 {
    /* flex-basis: 32%; */
}

/*ギャラリー*/
.gallery ul.galleryGrids .comment {
    font-size: 1em;
    color: #FFF;
    background:var(--second-color);
    position:absolute;
    width:calc(100% - 16px);
    left:50%;
    padding: 5px 0 0;
    bottom:10px;
    transform:translateX(-50%);
    pointer-events:none;
}

.guide .gallery_grid3 li.galleryGrid {
    /* width: 30%; */
}

.gallery.guide ul.galleryGrids li {
    padding: 8px 8px 0;
}

.gallery.guide .gallery_grid li.galleryGrid .image{
    background:#FFF;
}

.gallery.guide .gallery_grid li.galleryGrid .galleryGrid_outer{
    background:var(--second-color);
    padding-top:4px;
}

.guide a{
    transition:0.3s all;
}

/*------------------------------
Link
------------------------------*/
a{
    transition: 0.3s all;
}

.article a{
  color:var(--second-color);
}

.article a:hover {
    color: var(--fourth-color);
}

.article a.btn,
.freeHtml a.btn{
  padding: 16px 32px;
  width: fit-content;
  display: flow-root;
  border-radius: unset;
  margin: auto;
}

.article a.btn {
    background: var(--first-color);
    color: #FFF;
    border: 1px solid var(--first-color);
}

.article a.btn:hover {
    background: #FFF;
    color: var(--first-color);
}

a.tel {
    font-size: 120%;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#title #title_outer {
  width:92%;
  height: 140px;
  background: url(/materials/172534682156002.png) right center no-repeat;
  background-size: 300px;
}

#title h1 {
  width:360px;
  height:120px;
}
#title h1 a {
  display: block;
  height: 100%;
  width: 100%;
  background: url(/materials/172534682156005.png) left center no-repeat;
background-size: 100%;
  text-indent: -9000px;
  margin:0 auto;
}

#title h1 a:hover {
    opacity: 0.8;
    transition: 0.3s all;
}
/*-------------------------
Menu
-------------------------*/
#topMenu_outer .topMenu li a:hover{
    background:var(--bg-color01);
    color:var(--first-color);
}
#topMenu_outer .topMenu li a:after, #topMenu_outer .topMenu li:last-child a:after {
	content: "";
	height: 2px;
	width: 100%;
	background: var(--fourth-color);
	display: block;
	top: unset;
	bottom: 0px;
	z-index: 999;
	transform: scale(0);
	transition: 0.3s all;
}

#topMenu_outer .topMenu li a:hover:after,
#topMenu_outer .topMenu li:last-child a:hover:after {
	transform: scale(1);
}

/*--------------------------
お問い合わせ
------------------------------*/
#mainContents {
    padding-bottom: 0;
}

/*-----------------------
見出し
--------------------------*/

#mainArticles h2 > strong, #listTopics h2 > strong {
    font-size: 50%;
}

#mainArticles h2, #listTopics h2 {
    font-size: 2.2em;
  background:var(--gradient02);
}

#listTopics h2 {
    width: auto;
}

#mainTopics h2:after, #mainArticles .article h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
    height: 3px;
    background: var(--gradient);
    width: 120px;
    margin: 24px auto;
}

#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.72em;
}

.article h4 {
  font-size:1.33em;
    line-height: normal;
    border: none;
    border-radius: unset;
    background: unset;
}

.article h4:before {
    height: 2px;
    background: var(--first-color);
}

.article.col3 h4 {
  font-size:1.25em;
    text-align: center;
    padding: 8px 16px;
    border-bottom: 1px solid var(--first-color);
  	margin-bottom: 16px;
}

.article.col3 h4::before {
    content: none;
}

/*nayami*/
.wrap{
	counter-reset: nayami;
}

.article.col2.nayami h4::before{
	counter-increment: nayami; /* カウンター section の値を 1 つずつ増加 */
	content:  counter(nayami) ". ";
	width: auto;
	background: unset;
	top: 0.4em;
	bottom: unset;
	height: auto;
	margin-right: unset;
	font-size:140%;
	font-weight:normal;
	color: var(--first-color);
	display: inline;
}

.article h5 {
    border-left: 3px solid var(--fourth-color);
  margin-bottom:0 0 20px;
}

/*--------------------------
List
------------------------------*/
ol.pp, ul.ps,ul.notes {
    font-size: 1em;
}

ul.dot {
    padding-left: 2em;
    margin-bottom: 1em;
}
ul.dot li {
    list-style-type: disc;
    padding: 5px;
    line-height:normal;
}

ol.number li:before {
    background: var(--bg-color01);
    font-size: 25px;
    top: 0.6em;
    color:var(--first-color);
    font-weight: normal;
    line-height: 25px;
}

.article ol.number h5 {
    border-left: unset;
    padding-top: unset;
    padding-left: unset;
    padding-bottom: unset;
    margin: unset;
}

ol.number li {
    padding-top: 0;
}

ol.number li {
    line-height: normal;
}

ul.nayami{
	padding:0 1em;
}

ul.nayami li{
	padding-top:4px;
	padding-bottom:4px;
	padding-left:1em;
	position:relative;
	line-height: normal;
}

ul.nayami li::before{
	font-size:1.2em;
	content:"\f14a";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position:absolute;
	color:#666;
	top:6px;
	left: -0.5em;
}

/*------------------------
目的
-------------------------*/
.article table.purpose {
    border: none;
    justify-content:space-between;
    width:100%;
    countercounter-reset:purpose 0;
}

.article table.purpose tr{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    margin-bottom:20px;
}

.article table.purpose th, .article table.purpose td {
    border: none;
    width:calc((100% - 20px )/2);
    padding:20px;
    background: var(--bg-color01);
    border-left:6px solid var(--first-color)
}

.article table.purpose h5{
    margin-top:0;
    border-left:none;
    margin-bottom:8px;
    padding-left: 0;
}

ol.number.benefit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

ol.number.benefit li {
    width: 32%;
    margin-bottom: 20px;
    background: var(--bg-color02);
    margin: 0 0.5% 40px;
    padding: 20px;
}

ol.number.benefit li h5 {
    margin-top: 0;
    border-left: unset;
    text-align: center;
    border-bottom: 1px solid var(--first-color);
    padding-bottom: 8px;}

ol.number.benefit li:before {
    font-size: 130%;
    width: 36px;
    height: 36px;
    top: 0;
    line-height: 36px;
    background: var(--first-color);
    color: #FFF;
    font-weight: normal;
}

.article table.price {
    width: 90%;
    margin: 1em auto;
    border: none;
}

.article table.price th, .article table.price td {
    padding: 16px;
    border-right: none;
}

.article table.price th {
    font-weight: bold;
    background: var(--bg-color02);
    
    }

.article table.flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 10px auto;
    width: 95%;
}
.article table.flowTbl td {
    border: 4px solid var(--first-color);
    border-radius: 8px;
    display: block;
    height: auto;
    margin-bottom: 56px;
    padding: 4%;
    position: relative;
}
.article table.flowTbl td::after {
    color: var(--first-color);
    content: "▼";
    font-family: monospace;
    font-size: 48px;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    position: absolute;
    text-align: center;
    transform: scaleY(0.5);
}
.article table.flowTbl tr:last-child td {
    margin-bottom: 0;
    background: var(--bg-color02);
}
.article table.flowTbl tr:last-child td::after {
    display:none;
}
.article table.flowTbl td strong {
    color: var(--first-color);
    display: block;
    font-size: 130%;
    font-style: italic;
    font-weight: bold;
    border-left:4px solid var(--fourth-color);
    padding-left:8px;
    display:block;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
/*---------------
お問い合わせ
-------------------*/
.article.full.contact{
    background: url(/materials/172534682156004.jpg) center no-repeat;
    text-align: center;
    font-size:1.2em;
    margin-bottom: 0;
    background-size: 2000px;
    padding: 40px 0;
}

.article.full.contact .article_body{
    background:rgba(255,255,255,0.8);
    backdrop-filter:blur(3px);
    padding:40px;
}

.article.full.contact img {
    max-width: 200px;
}

.article.full.contact h3 {
    margin-top: 0;
    padding-top:0;
    padding-bottom:0;
}

.article.full.contact h3::after{
    margin:8px auto;
}

.article.full.contact p{
    margin-bottom:0;
}

.article.full.contact p a.tel {
    font-size: 180%;
    text-decoration: none;

}
.article.full.contact  a.btn{
    margin:1em auto 0;
}

/*-----------------------------
English
---------------------------------*/
.article.english, .article.english *{
    font-family:var(--english);
    font-weight:400;
    line-height: 2;
    letter-spacing: 0em;
}
.article.english h3,
.article.english h4,
.article.english h5,
.article.english strong{
    font-weight:600;
}

.article.about .article_left .image, .article .article_right .image {
    max-width: 300px;
}

/*------------------------------
問い合わせフォーム
----------------------------*/
#mainArticles .envelope {
    background: var(--bg-color02);
}

#mainArticles .envelope p {
    margin-bottom: 0;
}

#mainArticles table.contactTable input.button, #mainArticles table.contactTable input[type="button"] {
    border-radius: unset;
}

#mainArticles table.contactTable input.button {
    background: var(--second-color);
}

/*---------------------
Form
--------------------------*/
#mainArticles form{
	background:unset;
}
#mainArticles table.contactTable {
	border: none;
}

#mainArticles table.contactTable tr th{
    color:#333;
}

#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td{
	border-bottom:1px solid #CCC;
	border-right:unset;
	background-color:unset;
}

#mainArticles table.contactTable input[type="text"],
#mainArticles table.contactTable input[type="password"],
#mainArticles table.contactTable textarea,
#mainArticles table.contactTable select,
#mainArticles table.contactTable .textField{
	border: unset;
	background: #F5F5F5;
	padding: 0.5em;
    box-shadow: -1px -1px 1px #BBB,0px 0px 1px #EEE;
    line-height: 1.5;
}

#mainArticles table.contactTable select {
	width: 100%;
}

#mainArticles table.contactTable input.button,
#mainArticles table.contactTable input[type="button"] {
	border-radius: unset;
	transition:0.3s all;
}
/*---------------------------
最新情報
---------------------------*/
#mainTopics {
    background: var(--bg-color02);
}

ul.topics li p.date{
	font-size:0.8em;
	color:var(--text-color);
	background:var(--bg-color01);
	border-radius:unset;
}

ul.topics li h3 a{
	font-size:1.1em;
	color:var(--second-color);
}

ul.topics li h3 a:hover{
	color:var(--fourth-color);
}

ul.topics li p.more a{
	border-radius:unset;
	background:var(--second-color);
}

ul.topics li p.more a:hover{
	background:var(--fourth-color);
}

#mainTopics .listview a{
	background:unset;
	color:var(--second-color);
}

#mainTopics .listview a:hover{
	background:unset;
	color:var(--fourth-color);
}

/*---------------------------
Side & Footer
-----------------------------*/
#sideContents {
    background: var(--bg-color01);
}

#footer,
#footer_body .copyright {
    background: var(--text-color);
}

.side_info {
    display: flex;
    padding: 40px 32px;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.side_info h2 img {
    max-width: 250px;
}

.freeHtml .side_info a.btn {
    padding: 8px 16px;
    background: var(--second-color);
    border:1px solid var(--second-color);
    margin: 0.5em 0;
}

.freeHtml .side_info a.btn:hover{
    color:var(--fourth-color);
    background:#FFF;
}

.sideContents a, #footer a{
        transition:0.3s all;
}
.sideContents ul, .sideContents dl dd {
    font-size: 0.88em;
}

.sideContents dd ul {
    padding-left: 1em;
}

.sideContents #sideServices h2, .sideContents #sideBlogCategories h2, .sideContents #sideBlogDates h2, .sideContents #sideMobile h2 {
    font-size: 1em;
}

#footer_body .topMenu li a, #footer_body .services li a {
    background: unset;
}

#footer_body .topMenu li a:hover, #footer_body .services li a:hover,
#footer_body .topMenu li a:hover::before, #footer_body .services li a:hover::before{
    background: unset;
    color: var(--fourth-color);
}

.sideContents ul li a:hover, .sideContents dt a:hover {
    background: unset;
    color: var(--fourth-color);
}

/*-----------------------
Blog
------------------------*/
#mainArticles div[id^="blog"] {
    background: #FFF;
    padding:0 40px 40px;
}

#mainArticles div[id^="blog"] h2 {
    background: unset;
}

/*-----------------------
Youtube
------------------------*/
div.youtube {
    width: 100%;
    aspect-ratio: 16/9;
    margin-bottom: 20px;
}
div.youtube iframe {
    width: 100%;
    height: 100%;
}

/*---------------------------
reCAPTCHA
----------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 80% !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 80% !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/*------------------------
1200px以下
--------------------------*/
@media only screen and (max-width: 1200px) {
	#title_outer, #topMenu_outer,
	#mainArticles, #mainTopics_outer,
	#sideContents_outer, #footer_outer, .article, .gallery, ul.topics{
		width:100%;
	}
#mainArticles h2, #listTopics h2{
	margin-left:0;
	margin-right:0;
}

.article.full.contact {
    padding: 40px;
}

	#title #title_outer {
    background-size: 240px;
}
	
}/*1200px以下ここまで*/
/*---------------------------
780px以下
----------------------------*/
@media only screen and (max-width: 780px) {
		.article.col3{
		flex-basis:48%;
	}

	#title #title_outer {
    background-size: 200px;
	}

	.side_info{
		flex-direction:column;
		align-items:center;
		justify-content:center;
		padding:24px;
		gap:0;
	}

	.side_info .info{
		text-align:center;
	}
	
}
/*---------------------------
600px以下
----------------------------*/
@media only screen and (max-width: 600px) {
	.article.col3, .article.col2,
	.article.col2.nayami{
		flex-basis:100%;
	}

	#title h1 {
    width: 250px;
    height: 84px;
		padding-left:unset;
}

#title #title_outer{
    background:unset;
  	width: 100%;
	height:100px;
}

  #toggle, .active #toggle{
    background-color:var(--second-color);
  }
  #toggle {
    right: 8px;
    top: 20px;
  }

.mainImage img {
  object-fit: cover;
  object-position: top center;
  min-height: 160px;
}


	#mainArticles h2, #listTopics h2{
		font-size:1.8em;
	}

	.article.full.contact,
	.article.full.contact .article_body{
		padding:20px;
	}
  
  .article table.purpose tr {
    flex-direction: column;
}

.article table.purpose th, .article table.purpose td {
    width: 100%;
}

ol.number.benefit {flex-direction: column;}

ol.number.benefit li {
    width: 100%;
}

ol.number li:before {
    top: 0.4em;
}
.article table.price {
    border-top:1px solid #CCC
}

.article table.price th, .article table.price td {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.article.full.contact a.btn {
    padding: 8px;
}

.article table.purpose th, .article table.purpose td {
    padding: 8px 16px;
    border-left-width: 4px;
}
  
  .article table.flowTbl td {
    margin-bottom: 32px;
}

.article table.flowTbl td::after {
    font-size: 36px;
    bottom: 0;
}
  
      #mainArticles table.contactTable tr.must th {
        padding-top: 1em;
        padding-bottom: 1em;
    }

ol.pp li {
    margin-bottom: 0.8em;
}

	/* 画面下部固定のリンクパーツ */
#bottomLink{
  display: block;
  position:fixed;
  left:0;
  bottom:0;
  width:100%;
  text-align:center;
  z-index:1000;
  height:45px;
  overflow:hidden;
}
#bottomLink a {
  display: block;
  padding: 0;
  color: #fff;
  background: var(--second-color);
  text-decoration: none;
  font-size:16px;
  line-height: 45px;
  height:100%;
  border-top: 1px solid #FFF;
}
#bottomLink a span{
  font-size:14px;
  display: inline-block;
  padding-right: 26px;
  position: relative;
}
#bottomLink a span::after {
  position: absolute;
  top: 12px;
  right: 0;
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/materials/172551823819901.png) no-repeat;
  background-size:18px;
  margin: 0 4px;
}
/* ボタンサイズ分の画面下部余白 */
#wrap {
  margin-bottom: 45px;
}
  
	
}/*600px以下ここまで*/