@charset "UTF-8";

/*
Theme Name: WP Study
Author: WELLZ
Description: 勉強会用テンプレ
Version: 1.0
*/

/* ==============================
コメントとか
============================== */

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;box-sizing: border-box;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
    /* font-family:'Helvetica Neue', 'Helvetica', 'Arial', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 100;
    font-size: 1.4rem;
    color:#383935;
    background-color:#fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  img,
  iframe {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
  }

/* ===============
module
=============== */

/* スタイリングクラス */

.float_l {float:left !important;}
.float_r {float:right !important;}

.mauto {margin-right:auto !important;margin-left:auto !important;}
.pd3per {padding-right: 3% !important;padding-left: 3% !important;}

.mt00 {margin-top:0 !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}
.mb00 {margin-bottom:0 !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}


.pt00 {padding-top:0 !important;}
.pt10 {padding-top:10px !important;}
.pt15 {padding-top:15px !important;}
.pt20 {padding-top:20px !important;}
.pt30 {padding-top:30px !important;}
.pt40 {padding-top:40px !important;}
.pt50 {padding-top:50px !important;}
.pb00 {padding-bottom:0 !important;}
.pb10 {padding-bottom:10px !important;}
.pb15 {padding-bottom:15px !important;}
.pb20 {padding-bottom:20px !important;}
.pb30 {padding-bottom:30px !important;}
.pb40 {padding-bottom:40px !important;}
.pb50 {padding-bottom:50px !important;}
.pl10 {margin-left:10px !important;}
.pl15 {margin-left:15px !important;}
.pl20 {margin-left:20px !important;}
.pl30 {margin-left:30px !important;}
.pl40 {margin-left:40px !important;}
.pl50 {margin-left:50px !important;}
.pr10 {margin-right:10px !important;}
.pr15 {margin-right:15px !important;}
.pr20 {margin-right:20px !important;}
.pr30 {margin-right:30px !important;}
.pr40 {margin-right:40px !important;}
.pr50 {margin-right:50px !important;}


.w100par { width: 100%;}
.w20par { width: 20%;}
.w25par { width: 25%;}
.w30par { width: 33.3333%;}
.w60par { width: 66.6666%;}

.bg_general {
  background: #faf8f5;
}


/* 汎用クラス */
.pos_re {
  position: relative !important;
}
.pos_ab {
  position: absolute !important;
}
.font_s {font-size:12px;}
.font_m {font-size:18px;}
.font_l {font-size:22px;}
.font_bold {font-weight: 700;}
.font_normal {font-weight: 500;}
.ff_rajdhani {font-family: 'Rajdhani', sans-serif;}

.hidetext {text-indent: 100%;white-space: nowrap;overflow: hidden;}
.text_c {text-align: center;}
.text_l {text-align: left;}
.text_r {text-align: right;}
.text_uline {text-decoration: underline;}

.clearfix:after {
  content: ".";
  display: block;
  height: 0.1px;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.clearboth {
  clear: both;
}
.flex {
  display: flex !important;
}
.text_green{
  color: #00a087;
}
.text_black{
  color: #383935;
}
.text_white{
  color: #fff;
}
  /* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.mincho {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

/* header Gnavi */
header {
  text-align: center;
  padding: 20px 10px;
  position: relative;
}
header::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 10px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(173,173,173,0.28335084033613445) 65%, rgba(154,154,154,0.5970763305322129) 100%);
}
.header-in {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.company_name h1 a {
  font-size: 36px;
  font-weight: 700;
  text-decoration: none;
  color: #00a087;
}
.company_name h1 span {
  font-size: 18px;
  font-weight: bold;
  padding-left: 1em;
}
.header-in nav ul {
  display: flex;
}
.header-in nav ul li {
  padding: 0 1em;
}
.header-in nav li a {
  color: #000;
  text-decoration: none;
  font-size: 11px;
  line-height: 20px;
  position: relative;
  display: inline-block;
}
.header-in nav li a:hover {
  color: #00a087;
}
.header-in nav li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #00a087;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.header-in nav li a:hover::after {
  transform: scale(1, 1);
}
span.nav_e {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.general_block {
  max-width: 1200px;
  margin: auto;
  padding: 70px 10px;
}
.geneal_btn {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  background: #00a087;
  padding: 15px;
  text-decoration: none;
  max-width: 300px;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 4px 0 #008571;
}
.geneal_btn:hover,.geneal_btn_inversion,.footer_contact_form a:hover {
  transition: 0.4s ;
  transform: translateY(4px);
  box-shadow: none;
}
.geneal_btn_inversion{
  display: inline-block;
  color: #00a087;
  font-weight: 700;
  background: #fff;
  padding: 15px;
  text-decoration: none;
  max-width: 300px;
  width: 100%;
  border-radius: 30px;
}
.top_ttl {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 36px;
}
.top_ttl span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  }
.top_ttl_about {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.2;
}
.content_flex{
  display: flex;
  justify-content: space-between;
}
.top_about_txt {
  font-size: 16px;
  line-height: 1.8em;
}
.top_about_content{
  width:50%;
  margin-right: 40px;
}
.top_about_img{
  width: 50%;
}

.top_news_list ul  {
  max-width: 960px;
  width: 100%;
  margin: auto;
  padding-bottom: 40px;
  background-color: #fff;
  padding: 50px;
}
.top_news_list ul li {
  display: flex;
  font-size: 18px;
  padding-bottom: 10px;
  align-items: center;
}
.news_date {
  font-weight: 600;
  min-width: 120px;
  text-align: left;
}
.news_category a {
  color: #00a087;
  border: solid 1px #00a087;
  padding: 3px 5px;
  font-size: 14px;
  margin-right: 10px;
  white-space: nowrap;
  text-decoration: none;
  display: block;
}
.news_category a:hover {
  color: #fff;
  border: solid 1px #00a087;
  background: #00a087;
}
.news_detail {
  text-align: left;
}
.news_detail a {
  color: #000;
  text-decoration: none;
}
.news_detail a:hover {
  color: #00a087;
}

/* main */
@keyframes moveBg{
  from{
  background-position:0 50%
  }
  to{
  background-position:-3962px 50%
  }
  }
  @keyframes moveBgSp{
  from{
  background-position:0 50%
  }
  to{
  background-position:-2632px 50%
  }
  }
.main_visual_animation {
  position: relative;
  background: url(./img/main.jpg) no-repeat center bottom/cover;
  /* background-size: 2000px auto; */
  height: 500px;
  /* box-sizing: border-box;
  animation-name: moveBg;
  animation-duration: 80s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; */
}
.info_txt {
  position: absolute;
  text-align: right;
  width: 600px;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size:48px;
  font-weight: bold;
  background-color: #fff;
  padding: 5px;
  /* text-shadow: 0 0 10px #000; */
}
.top_service{
  background-color: rgba(0, 160, 135, 0.7);
}
.bg_mask{
  background-image: url(../img/top_service.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
}
.top_service_content{
  width: 30%;
  margin: 50px 0;
}
.top_service_list img{
  width: 100%;
  height: auto;
}
.top_service_list ul{
  display: flex;
  justify-content: center;
}
 .top_service_list ul li {
  position: relative;
  width: 25%;
  margin: 10px;
}
.top_service_list ul li a{
  position: relative;
  display: block;
  text-decoration:none;
  color: #fff;
  margin-top: 10px;
}
/* .top_service_list ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.top_service_list ul li a:hover::after {
  transform: scale(1, 1);
}
.top_service ul li a{
  position: absolute;
  top:50%;
  left: 50%;
  color: #fff;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */

.works_list ul {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  align-items: stretch;
}
.works_list ul li {
  position: relative;
  margin:15px;
  width: 300px;
  box-shadow: 0px 0px 15px -5px #777777;
  display: inline-block;
}
.works_list_item {
  text-decoration: none;
  text-align: left;
  color: #000;
}
.works_thum img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.btn_worsk_more {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #00a087;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.btn_worsk_more i {
  padding-left: 0.5em;
}
.works_date,
.works_info  {
  font-size: 16px;
}
.works_date {
  font-weight: 700;
  padding: 15px;
}
.works_info {
  margin-bottom: 2em;
  padding: 0 15px;
}
.footer-inner {
  background: #fff;
}
.footer_company_info {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 40px 15px;
}
.footer_company_info_l span {
  display: block;
  text-align: left;
  font-size: 16px;
}
.company_name_e a {
  text-decoration: none;
  font-size: 70px;
  font-weight: 700;
  color: #000;
}
.company_name_j {
  font-weight: bold;
  margin-bottom: 1em;
}
.footer_company_info_l span.company_tel {
  font-size: 14px;
  margin-top: 0.5em;
}
.footer_contact {
  font-size: 40px;
  font-weight: 700;
}
.footer_contact i {
  color: #00a087;
  font-size: 36px;
  margin-right: 10px;
}
.open_time {
  text-align: right;
  font-size: 16px;
  margin-bottom: 1em;
}
.footer_contact_form a {
  background: #00a087;
  box-shadow: 0 4px 0 #008571;
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  text-decoration: none;
  padding: 10px 30px;
  max-width: 350px;
  width: 100%;
  display: inline-block;
  position: relative;
  border-radius: 30px;
}

.footer_contact_form a:after {
  position: absolute;
  top: 25px;
  right: 10px;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
}
.footer_contact_form a span {
  display: inline;
  font-size: 14px;
  font-weight: normal;
}
.footer-inner_bottom {
  background: #00a087;
  color: #fff;
  overflow: hidden;
  padding: 30px 10px;
}
.footer-inner_bottom nav ul {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 30px;
}
.footer-inner_bottom nav a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding: 0 25px;
}
.footer-inner_bottom nav ul li {
  border-right: solid 1px rgb(255 255 255 / 40%);
}
.footer-inner_bottom nav ul li:last-child {
  border-right: none;
}
.footer-inner_bottom p.montserrat {
   font-size: 12px;
}
.article_box {
  max-width: 1000px;
  margin: 0 auto 30px;
  background: #fff;
  padding: 30px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}
.article_box h1.page_title {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 30px;
  padding-bottom: 15px;
  border-bottom: solid #000 1px;
}

.article_box h2,
.article_box h3 {
  font-size: 20px;
  font-weight: bold;
  border-left: 8px solid #00a087;
  padding-left: 15px;
  margin: 25px 0;
}
.article_box p {
  padding: 15px 0;
}

@media screen and (max-width: 768px) {
}

.sample-page{
  width: 960px;
  margin:100px auto;
}




