@charset "utf-8";

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}

a {
	color: #333;	/*文字色*/
	transition: 0.3s;
}

a:hover {
	color: #54adf1;	/*マウスオン時の文字色*/
}

img {
	max-width:100%;
}

#container {
	max-width: 100%;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hamburger , .globalMenuSp{
	display: none;
}

.pc{
	display: block;
}

.sp{
	display: none;
}

.label {
	border-bottom:1px solid #ccc;
	font-weight:bold;
}

.label + div {
	margin:5px 10px 10px 10px;
	padding:2px 5px;
}

input[type=text] ,input[type=tel] ,input[type=email] {
	width:100%;
	padding:5px;
	border:1px solid #999;
	border-radius:3px;
}

textarea {
	width:100%;
	min-height:120px;
	padding:5px;
	border:1px solid #999;
	border-radius:3px;
	font-size:14px;
}

button.btn {
	width:100%;
	max-width: 200px;
	padding:5px;
	font-size:120%;
}

/*header
---------------------------------------------------------------------------*/

header {
	display: flex;
    flex: 0 0 auto;
    height: 80px;
    width: 100%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    max-width: 1500px;
}

header address {
	font-style: normal;
	margin-right: 80px;
	font-weight: bold;
}

header address i {
	color: #54adf1;
	padding-right: 10px;
}

header #logo {
	line-height: 0;margin: 0;
	width: 320px;		/*ロゴ画像の幅*/
}

header #logo a{
	text-decoration: none;
	font-size: 1.6rem;
}

header address {
    font-style: normal;
    margin-right: 1rem;
    font-weight: bold;
}


#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 25px;
	right: 20px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: rgba(0,0,0,0.6) url(../images/ham.png) no-repeat center top/50px;
}

#menubar_hdr.ham {
	background: #ff0000 url(../images/ham.png) no-repeat center bottom/50px;
}

#menubar ul {
	list-style: none;margin: 0;padding: 0;
	background: #1d95f1;
}

#menubar ul a {
	display: block;
    text-decoration: none;
    background: linear-gradient(#54adf1, #1d95f1);
    color: #fff;
    padding: 15px 4.5vw;
}

#menubar > ul > li > a:hover {
	filter: brightness(1.2);
}

#menubar .ddmenu {
	cursor: default;
}

a.ddmenu::before {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: bold;
	margin-right: 1em;
}

#menubar {
	height: 0px;
	overflow: hidden;
	z-index:1;
}

#menubar.db {
	position: fixed;overflow: auto;z-index: 99;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 90px 20px;
	background: rgba(0,0,0,0.8);
}

main {
	display: block;
}

main h2 {
	text-align: center;
    font-size: 2rem;
    margin: 0 0 2rem;
    color: #666;
}

main h2 span.uline {
	display: inline-block;
	border-bottom: 4px solid #54adf1;
	position: relative;
	bottom: -4px;
	padding: 0 20px;
}

main h3 {
	border-bottom: 4px solid #eee;
	padding: 20px 20px 0px;
}

main p {
	margin: 0 20px 30px;
}

.mainimg {
	position:relative;
	max-height: calc(100vh - 80px);
	text-align:center;
	overflow:hidden;
}

.mainimg img{
	max-width: 100%;
	margin-top: 50px;
}

.mainimg .pr{
	position:absolute;
	top:120px;
	left:50%;
	margin-left: calc(33vw * -1);
	color:#fff;
	width:66vw;
	font-weight:bold;
	font-size:160%;
	text-align:left;
}

.pr span {
	padding-left:5px;
	padding-right:5px;
	background-color: rgba(0,0,0,0.4);
}

.sec1{
	margin: 0 0 5rem 0;
	padding: 3rem 0 2rem;
}

.sec1_inner{
	max-width: 1200px;
    text-align: center;
    margin: auto;
}

.sec2{
	margin: 0 0 5rem 0;
	background: #f7f7f7;
	padding: 3rem 0 6rem 0;
}

#sec2_inner{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: auto;
    max-width: 1500px;
    text-align: center;
    padding: 0 2rem;
    justify-content: space-around;
}

#sec2_inner p{
	margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1rem;
    background: #54adf1;
    color: #fff;
}

#sec2_inner img{
	vertical-align: top;
	width: 30vw;
	max-width: 420px;
}

.sec3{
	margin: 0 0 8rem 0;
}

.sec4{
	margin: 0;
	background: #f7f7f7;
	padding: 3rem 0 3rem 0;
	text-align: center;
}

.sec4_inner{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: auto;
    max-width: 1500px;
    padding: 0 2rem;
    justify-content: center;
}

.sec4_inner p{
	background: #54adf1;
    border-radius: 6px;
    padding: 0.8rem 5rem;
    color: #fff;
    font-weight: bold;
}

.sec4 a{
	color: #fff;
	text-decoration: none;
}

.table {
	border-collapse:collapse;
}
.table th {
	text-align:center;
	padding:4px;
	border:1px solid #888;
	background-color:rgba(244,244,244,0.6);
	white-space:nowrap;
}
.table td {
	padding:4px;
	border:1px solid #888;
}
ul.list {
	margin:3px;
	padding:0 0 0 20px;
}
ul.list li {
	margin:0;
	padding:0;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
  margin: 1rem;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*お知らせ
---------------------------------------------------------------------------*/
#new {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    max-width: 1200px;
    padding: 0 6rem;
}

#new dt,
#new dd {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

#new dt {
	width: 8em;
}

#new dt span {
	display: none;
}

#new dd {
	width: calc(100% - 8em);
}


#footer {
    background: linear-gradient(#54adf1, #1d95f1);
    height: 80px;
    padding: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    color: #fff;
}

.footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
}

.footer li {
    margin: 0 0 0 2rem;
}

.footer li a{
    color: #fff;
}


/*会社案内
---------------------------------------------------------------------------*/

.company_sec1{
	margin: 5rem 0 0 0;
	padding: 3rem 0 6rem 0;
}

.company_sec1_inner{
    margin: auto;
    max-width: 1200px;
    padding: 0 2rem;
    justify-content: space-around;
}

table.company{
    border-collapse: collapse;
    width: 100%;
}

table.company th{
    border-bottom: solid 1px #aaa;
    font-weight:normal;
    padding: 8px 4px;
    vertical-align:top;
    text-align: center;
    background-color:#eee;
}

table.company td{
    vertical-align:top;
    border-bottom: solid 1px #aaa;
    font-weight:normal;
    padding: 8px 4px;
    text-align: left;
}

.company_sec2{
	margin: 0 0 0 0;
	padding: 3rem 0 6rem 0;
}

.company_sec2_inner{
    margin: auto;
    max-width: 1200px;
    padding: 0 2rem;
    justify-content: space-around;
    text-align: center;
}

.company_sec3{
	margin: 0;
	padding: 3rem 0 6rem 0;
}

.company_sec3_inner{
    margin: auto;
    max-width: 1200px;
    padding: 0 2rem;
    justify-content: space-around;
    text-align: center;
}

/*サービス
---------------------------------------------------------------------------*/
.service_sec1{
	margin: 5rem 0 0 0;
	padding: 3rem 0 6rem 0;
}

.service_sec1_inner{
    margin: auto;
    max-width: 1200px;
    padding: 0 2rem;
    justify-content: space-around;
}

.service_sec1_cont{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 0 2rem;
}

.service_sec1_text{
	padding: 2rem 2rem;
	background: #f3faff;
}

.service_sec1_text h3{
	padding: 0;
	margin: 1rem 0;
    border: none;
}

.service_sec1_text p{
	padding: 0;
	margin: 0;
}

.service_sec2{
	margin: 0;
	padding: 0 0 6rem 0;
}

.service_sec2_inner{
    margin: auto;
    max-width: 1200px;
    padding: 0 2rem;
    justify-content: space-around;
    text-align: center;
}

.service_sec2_list{
	width: 80%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    background: #f3faff;
    border: solid 1px #e8eff3;
}

.service_sec2_list ul{
	display: flex;
    justify-content: space-evenly;
    width: 100%;
    max-width: 900px;
    margin: 0.6rem auto;
    padding: 0;
    flex-direction: row;
}

table.service{
    border-top: solid 1px #aaa;
    border-collapse: collapse;
    width: 100%;
}

table.service th{
    border-bottom: solid 1px #aaa;
    font-weight:normal;
    padding: 8px 4px;
    vertical-align:top;
    text-align: center;
    background-color:#eee;
}

table.service td{
    vertical-align:top;
    border-bottom: solid 1px #aaa;
    font-weight:normal;
    padding: 8px 4px;
    text-align: left;
}


/*お問い合わせ
---------------------------------------------------------------------------*/
.contact{
	margin: 6rem 0 0;
    padding: 3rem 0 6rem 0;
    text-align: center;
}

.contact_inner{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: auto;
    max-width: 1500px;
    padding: 0 2rem;
    justify-content: center;
}

.contact_inner p{
	background: #54adf1;
    border-radius: 6px;
    padding: 0.8rem 5rem;
    color: #fff;
    font-weight: bold;
}

.contact a{
	color: #fff;
	text-decoration: none;
}

.ablock {
	display:block;
	font-size:120%;
	padding:8px;
	text-align:center;
	border:1px solid #fff;
	background-color:rgba(255,255,255,0.1);
	color:#fff;
}

.ablock:hover {
	color:#ddd;
}


/*スマホ表示の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:750px) {

.pc{
	display: none;
}

.sp{
	display: block;
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 20px;
    top: 6px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #838383;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgb(71 70 73 / 92%);
  text-align: center;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}

#contents {
    margin: -24px 0;
    padding: 0;
}

header {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    margin: 0 auto 0;
    padding: 1rem 0;
    max-width: 1500px;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    background: linear-gradient(#fff, #ddf);
    height: 100%;
    color: #fff;
}

header #logo {
    line-height: 0;
    margin: 0 2rem 0 1rem;
    width: auto;
    color: #fff;
}

header #logo a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #fff;
}

#menubar{
  
}

header address {
	display:none;
}

.mainimg {
	margin-top:24px;
}

.mainimg img {
    margin: 0;
}

.mainimg .pr{
	top:20px;
	left:10px;
	margin-left:0;
	font-size:90%;
	width: calc(100vw - 20px);
}

main h2 {
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
}


.sec1 {
    margin: 0 0 5rem 0;
    padding: 1rem 0 0;
}

.sec2 {
    margin: 0 0 3rem 0;
    background: #f7f7f7;
    padding: 3rem 0 6rem 0;
}

#sec2_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: auto;
    max-width: 1500px;
    text-align: center;
    padding: 0 2rem;
    align-items: center;
}

.sec2_contents {
    padding: 1rem;
}

#sec2_inner img {
    width: 80vw;
}

.sec4_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: auto;
    max-width: 1500px;
    padding: 0 2rem;
    justify-content: center;
}

.sec3 {
    margin: 0 0 5rem 0;
}

.sec4 {
    margin: 1.6rem 0;
    background: #f7f7f7;
    padding: 3rem 0 3rem 0;
    text-align: center;
}

#new {
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    max-width: 1200px;
    padding: 0 2rem;
    flex-direction: column;
}

#new dt {
    width: auto;
}

#new dd {
    width: 100%;
    margin: 0;
}

#new dt{
    border-bottom: none;
    padding: 5px 0;
}

#footer {
    background: linear-gradient(#54adf1, #1d95f1);
    height: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
}

.footer li {
    margin: 0 1rem 0 0;
    font-size: 0.9rem;
}

.post {
    font-size: 0.8rem;
    text-align: center;
}

.service_sec1_cont {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 3rem;
}

.service_sec1_text {
    padding: 1rem 2rem 2rem;
    background: #f3faff;
}

.service_sec1_cont img{
    width: 100%;
    vertical-align: top;
}

.service_sec2_list {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    background: #f3faff;
    border: solid 1px #e8eff3;
    flex-wrap: wrap;
    font-size: 0.8rem;
}

.service_sec2_inner {
    margin: 0 auto 2rem;
    max-width: 1200px;
    padding: 0 2rem;
    justify-content: space-around;
    text-align: left;
}

.service_sec2_inner p {
    margin: 0;
}

.contact {
    margin: 6rem 0 0;
    padding: 0 0 4rem 0;
    text-align: center;
}

.contact p{
    margin: 0 20px 30px;
    text-align: left;
}

.contact_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: auto;
    max-width: 1500px;
    padding: 0 2rem;
    justify-content: center;
}

}




@media screen and (min-width:900px) {

#menubar_hdr {display: none;}

#menubar {overflow: visible;
position: sticky;
  top: 0;
}

#menubar.db {position: static;overflow: visible;padding: 0;}

#menubar > ul {
	display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

#menubar li {
	text-align: center;
	position: relative;
}

#new dt {
	width: 14em;
	display: flex;
	justify-content: space-between;
}

#new dt span {
	display: inline-block;
	width: 6em;
	background: #999;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	border-radius: 3px;
	margin-right: 1.2em;
	align-self: flex-start;
	line-height: 1.5;
	position: relative;
}

#new dt span.icon-bg1 {
	background: #f32218;
}

#new dd {
	width: calc(100% - 14em);
}

	}