/*
Theme Name: sappers-theme
Theme URL: sappers.com
Description: sappersの専用テーマです
Author: Takuya Nakajima
Version: 0.0.1
Tags: Community
License: GPL２.0
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
*/


@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

@import url("https://p.typekit.net/p.css?s=1&k=oov2wcw&ht=tk&f=39203&a=85994746&app=typekit&e=css");

@font-face {
font-family:"century-gothic";
src:url("https://use.typekit.net/af/afc5c6/00000000000000003b9b1f23/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/afc5c6/00000000000000003b9b1f23/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/afc5c6/00000000000000003b9b1f23/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

/* ========================================
    リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea,{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}


/* ========================================
	フロートの解除
========================================= */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ========================================
	全体設計
========================================= */
body {
	color:#555;
	font-size: 14px;
	line-height: 1;
	font-family: "メイリオ", Meiryo;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  background-color: #FEFAF2;
}

div.clearfix {
  clear: both;
}

/* ========================================
	ラッパー
========================================= */
div#wrapper {
  width: 1280px;
  height: auto;
  margin: 0 auto 0 auto;
} 

/* ========================================
	ヘッダー
========================================= */
header {
  width: 1280px;
  height:80px;
  position: sticky;
  z-index: 10000;

  /* background-color: #FEFAF2;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 80px;  
  z-index: 10000; */
}

.sticky {
  /* position: fixed;
  top: 0;
  height: 80px;
  background-color: #FEFAF2; */

  top: 0;
  background-color: #FEFAF2;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 80px;
  z-index: 10000;  
}

header h1 {
  float: left;
  margin-top: 25px;
  margin-left: 81px;
}

header img {
  width: 114px;
  height:30px;
}

nav {
  float: right;
  margin-top: 26px;
  margin-right: 100px;
}

nav ul li {
  float: left;
  margin-left:61px;
}

nav ul li a {
  color: #555555;
  text-decoration: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;  
  font-family: Futura, 'Century Gothic'
}

div.button {
  color: #FEFAF2;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  margin-top:-8px;
  display: flex;
  padding: 8px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #E43B16;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.25);
}

div.SNS_button {
  position: absolute;
  margin-top:173px;
  margin-left: 86px;
}

div.SNS_button a {
  width:100%;
  float:left;
  margin-bottom: 28px;
}

div.SNS_button img {
  width:20px;
  height:20px;
}

/* ========================================
	メインイメージ
========================================= */
div#mainimage {
  width: 1000px;
  height:500px;
  background-color: skyblue;
  margin:auto;
  margin-top: -50px;
}

div#mainimage img {
  width: 1000px;
  height: 500px;
  flex-shrink: 0;
}


div.mainimage_text {
  color: #FEFAF2;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  float: left;
}

div.mainimage_text_mid {
  color: #FEFAF2;
  font-family: 'Noto Serif JP';
  font-size: 106px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  float: left;
  position: relative;
  top: -40px;
}

div.mainimage_text_group {
  position: absolute;
  top: 500px;
  left: 450px;
}

/* ========================================
	メイン
========================================= */
#main {
  width: 1280px;
  /* height:300px; */
  margin-top: 50px;
}

div.main_text {
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */  
}

div.about_text {
  color: #333;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */  
}

div#main_button {
  width: 350px;
  margin: 50px auto 0 auto;
}

div#main_button a {
  text-decoration: none;
}

div#counter {
  /* margin: 0 calc(50% - 50vw); */
  margin-top: 72px;
  /* width: 100vw; */
  height: 190px;
  background-image: url("images/people_counter.webp");
}

div#counter_text {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-top: 50px;
  position: absolute;
  width: 1280px;
  margin-left: -200px;
}

div#counter_main_text {
  color: transparent;
  -webkit-text-stroke: 2px #292c32;
  color:#FFA500;
  font-family: Century Gothic;
  font-size: 121px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  position: relative;
  left: 70px;
}

div.article {
  width: 800px;
  /* height:300px; */
  margin: auto;
  margin-top: 30px;  
}

div#article_image {
  margin-left: 10px;
  float: left;
}

div#article_image img {
  width: 200px;
}


div.article_area {
  width: 540px;
  float: right;
}

div.posted_date {
  background-color: #333333;
  width: 120px;
  text-align: center;
  color: #FEFAF2;
  padding: 4px;
  font-family: 'century-gothic';
  font-weight: 900;
}

div.article_title {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top:6px;
}

div.article_text {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: normal;
  margin-top: 10px;
}

div.article_line {
  margin-top: 20px;
}

div.article_arrow {
  float: right;
}

div#faq_content {
  margin-top: 30px;
}

div#FAQ {
  position: absolute;
  text-align: center;
  width: 1280px;
  margin-top: 80px;
}

div.faq_q::before {
  content: "Q";
  color: #333;
  font-family: Century Gothic;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: -40px;
  margin-right: 20px;}

div.faq_q, .faq_a {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  width: 500px;
  margin: auto;
  margin-top: 40px;
}

div.faq_a::before {
  content: "A";
  color: #C50;
  font-family: Century Gothic;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: -40px;
  margin-right: 20px;}

div#member_button {
  width: 350px;
  margin: 50px auto 0 auto;
  position: relative;
  top: -230px;
}

div#member_button a {
  text-decoration: none;
}

div#student_member_button {
  width: 350px;
  margin: 50px auto 0 auto;
  position: relative;
  top: -250px;
}

div#student_member_button a {
  text-decoration: none;
}

/* ========================================
	フッター
========================================= */
footer {
  width: 100%;
  height:370px;
  background-color: #333333;
  /* margin-top:108.8px; */
  margin-top:30px;
}

div#footer_logo {
  text-align: center;
}

/* ========================================
	Articles
========================================= */
div#article_header_image {
  top: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

div#article_header_image img {
  width:100%;
}

/* ========================================
	Single
========================================= */

div#posted_date {
  text-align: center;
  font-size: 20px;
  font-family: 'century-gothic';
}

div#posted_title {
  color: #333;
  font-family: Noto Sans JP;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

div#posted_article {
  width: 800px;
  margin: auto;
  margin-top: 20px;
  font-size: 16px;
}

/* div#bg_main {
  height:800px;
  background-image: url("images/404_bg.webp");
  background-size: 
} */

div#post_image {
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
}

div#post_image img {
  max-width: 800px;
  max-height: 600px;
}

div#post_text {
  width: 800px;
  margin: auto;
}

div#post_date {
  color: #333;
  font-family: Futura, 'Century Gothic';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

div#post_title {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

/* ========================================
	404 Not Found
========================================= */
div#main_404 {
  top: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height:500px;
  background-image: url("images/404_bg.webp");
  margin-bottom: -30px;
}

div#main_404_content {
  text-align: center;
  padding-top:120px;
}

div#title_404 {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

div#text_404 {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* ========================================
	ページネーション
========================================= */

div.wp-pagenavi {
  text-align: center;
  margin-top:30px;
}

span.current, .page {
  width: 48px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  border: 1px solid;
}

.larger, .smaller{
  border: none;
  background: #F47F14;
}

.previouspostslink {
  margin-right: 30px;
}

span.pages {
  display: none;
}