@charset "utf-8";
/*
Theme Name: otachi
Description: おおたち会計事務所 専用theme
*/
/* ================================================
   初期化設定
================================================ */
html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal;
}
address, caption, cite, code, dfn, th, var {
font-style: normal;
font-weight: normal;
}
caption, th {
text-align: left;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img, abbr, acronym, fieldset {
border: none;
}

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

img {
max-width: 100%;
height: auto;
vertical-align: top;
}
a {
display: block;
text-decoration: none;
color: inherit;
outline: none;
}

/* ================================================
   全体の構造設定
================================================ */
html {
font-size:62.5%;
}
body {
font-size: 1.4rem;
line-height: 1.6;
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
font-family:  'Noto Sans JP', 'Lato', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
color: #000;
padding: 0px;
margin: 0px;
-webkit-text-size-adjust:100%;
letter-spacing:0.03em;
overflow:hidden;
overflow-y:scroll;
overflow-x:hidden;
-webkit-backface-visibility: hidden
-webkit-font-smoothing: antialiased
}
a       {
color:#000;
-webkit-transition: all .4s;
transition: all .4s;
text-decoration:none;
}
a:hover {
color:#0163c5;
opacity: 0.7;
-webkit-transition: all .4s;
transition: all .4s;
text-decoration:none;
}

/* ラッパー
------------------------------------------------ */
div#wrapper {
position: relative;
overflow: hidden;
}
div#wrapper img {
max-width:100%;
height:auto;
}

/* ヘッダー
------------------------------------------------ */
#header {
width: 100%;
background-color: #0071a9;
/* position: absolute;
left:0;
top:0;
z-index: 1000; */
-webkit-transition: all .4s;
transition: all .4s;
}
.headerinr {
position: relative;
margin: 0 auto;
padding: 20px 0 0px;
box-sizing: border-box;
width: 1200px;
height: 130px;
}
.headerinr-flex {
  display: flex;
  justify-content: space-between;
}
.head-l {
width:220px;
}
#header h3 {
  text-align: center;
  font-size: 2.6rem;
  color: #ffff00;
  padding-bottom:5px;
}
#header.page {
width: 100%;
position: static;
background:#fff;
-webkit-transition: all .4s;
transition: all .4s;
}
#header.page .headerinr {
position: relative;
margin: 0 auto;
padding: 25px 0 20px;
box-sizing: border-box;
width: 1200px;
display: flex;
-webkit-transition: all .4s;
transition: all .4s;
}

.fix-header {
  background-color: #0071a9;
  /* line-height: 70px; */
  top: -70px;/* 上に隠す */
  left: 0;
  /* height:70px; */
  text-align: center;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  opacity:0;/*  最初読み込んだときは透過 */
  z-index: 10000;/*　他のアイテムに対して最上位のレイヤーになるように */
  box-shadow: 10px 10px 15px -22px;
  }

  .fix-header-contents{
  width:1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  }
.fix_siryou {
width: 200px;
position: absolute;
bottom: -110px;
right: 20px;
}
.fix-header ul{
list-style-type: none;
}

.fix-header li{
}

.fix-header li a,.fix-header li a:visited{
  text-decoration: none;
}
.fix-header li:last-child{
  margin-right:0;
}
#fix-header-logo{
}

#fix-header-logo img{
width: 220px;
padding: 15px 0px;
box-sizing: border-box;
}

#fix-header-menus{
  width: calc(100% - 250px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fix-header-menus h1,
.head-r h1 {
  font-size: 3.4rem;
  font-weight: bold;
  color: #ffff00;
}
#scroll-fix-menu img{
padding-bottom: 5px;
   border-bottom:2px solid #fff;
}

#scroll-fix-menu .current-menu-item img{
   border-bottom:2px solid #0f142a;
}

#scroll-fix-menu a img:hover{
   border-bottom:2px solid #0f142a;
  transition:border-color 0.6s ease-out;
}

@media screen and (max-width: 1024px) {
	#header {
	display:none;
	}
}


/* グローバルナビ
------------------------------------------------ */
.head-r {
display: flex;
justify-content: space-between;
align-items: center;
width: calc(100% - 250px);
}
.head-r-2 {
  display: flex;
  justify-content: flex-end;
}
/* ul#gnav {
font-size:1.5rem;
display: flex;
justify-content: space-between;
align-items: center;
}
ul#gnav li {
margin:0 10px;
}
ul#gnav li a {
display:block;
padding:15px 15px;
text-align:center;
position: relative;
text-decoration: none;
font-weight:bold;
color:#fff;
}
ul#gnav li a::after {
border-bottom: solid 3px #fff;
bottom: 0;
content: "";
display: block;
position: absolute;
left: 0;
transition: all .3s ease;
-webkit-transition: all .3s ease;
width: 0;
}
ul#gnav li a:hover::after {
  width: 100%;
} */
.hcontact {
display: flex;
align-items: center;
}
.hcontact a {
display:inline-block;
/* border-radius:60px 60px ;
background:#e89102;
color:#fff;
text-align:center;
padding:10px 30px 10px ;
line-height: 20px; */
}
.hcontact a img {
width:160px;
margin-right:5px;
}

#header.page ul#gnav li a {
display:block;
padding:15px 15px;
box-sizing: border-box;
text-align:center;
position: relative;
text-decoration: none;
font-weight:bold;
color:#000;
}
#header.page ul#gnav li a::after {
border-bottom: solid 3px #000;
bottom: 0;
content: "";
display: block;
position: absolute;
left: 0;
transition: all .3s ease;
-webkit-transition: all .3s ease;
width: 0;
}
#header.page ul#gnav li a:hover::after {
  width: 100%;
}

#spheader {
display:none;
width: 100%;
height:55px;
background:#0071a9;
position:fixed;
z-index:1000;
-webkit-transition: all .4s;
transition: all .4s;
-webkit-transition: all .4s;
transition: all .4s;
}
div.spheaderinr {
position: relative;
margin: 0 auto;
display: block;
}
.spheader_flex {
  width: calc(100% - 40px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spheader_flex h2 {
  font-size: 3rem;
  color: #ffff00;
  font-weight: bold;
}
#spheader .logo {
display:inline-block;
padding:10px 5px;
box-sizing: border-box;
width: 160px;
}

div#header.fixed {
left: 0;
position: fixed;
top: 0;
-webkit-transition: all .4s;
transition: all .4s;
z-index:1000 !important;
}
div#spheader.fixed {
left: 0;
position: fixed;
top: 0;
-webkit-transition: all .4s;
transition: all .4s;
z-index:1000 !important;
}


.fix-header ul#gnav {
font-size:1.5rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.fix-header ul#gnav li {
margin:0 10px;
}
.fix-header ul#gnav li a {
display:block;
padding:0 15px;
box-sizing: border-box;
text-align:center;
position: relative;
text-decoration: none;
font-weight:bold;
color:#000;
}
.fix-header ul#gnav li a::after {
border-bottom: solid 3px #fff;
bottom: 0;
content: "";
display: block;
position: absolute;
left: 0;
transition: all .3s ease;
-webkit-transition: all .3s ease;
width: 0;
}
.fix-header ul#gnav li a:hover::after {
  width: 100%;
}

@media screen and (max-width: 1024px) {
	#spheader {
    height: 55px;
	display:block;
	}
}
@media screen and (max-width: 480px) {
  .spheader_flex h2 {
    font-size: 1.8rem;
    color: #ffff00;
    font-weight: bold;
    line-height: 1.2em;
  }
}

/* コンテンツヘッダー
------------------------------------------------ */
.chead {
width:100%;
}
.chead .inr {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 300px;
}
.chead.page {
background:url(images/slide1.jpg) no-repeat center center;
background-size:cover;
}
#category .chead.page, #archive .chead.page, #single .chead.page {
    background: url(images/chead2.jpg) no-repeat center center;
    background-size: cover;
}
.lanchester .chead.page, .course .chead.page, .fee .chead.page, .participants .chead.page, .apply .chead.page, .apply-check .chead.page, .apply-thanks .chead.page {
    background: url(images/chead3.jpg) no-repeat center center;
    background-size: cover;
}
.recruit .chead.page {
    background: url(images/chead4.jpg) no-repeat center center;
    background-size: cover;
}
.privacy-policy .chead.page {
    background: url(images/chead5.jpg) no-repeat center center;
    background-size: cover;
}
.chead h2 {
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0; */
    bottom: 3rem;
    margin: auto;
    color: #fff;
    text-align: center;
}
.chead h2 span {
    font-size: 3.6rem;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 5px 0;
    box-sizing: border-box;
    max-width: 800px;
}
.chead h2 span.en {
    display: block;
    border: none;
    font-size: 1.4rem;
    margin: auto;
}

/* コンテンツ
------------------------------------------------ */
div#topcontents {
/* position: relative;
margin-top: -6%;
z-index: 100; */
}
div#topcontents div.inr {
  margin: 0 auto;
}
div#contents {
position:relative;
}
div#contents div.inr {
margin: 0 auto;
}

@media screen and (max-width: 768px) {
	div#topcontents {
	margin-top: 35%;
	}
}
@media screen and (max-width: 640px) {
	div#topcontents {
	margin-top: 190px;
	}
}


/* エフェクト関係
------------------------------------------------ */
/*--下からふわっとフェードイン--*/
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1000ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* ぱんくずリスト
------------------------------------------------ */
.pan {
    width: 100%;
    padding: 13px 0;
    box-sizing: border-box;
    background: #002c58;
}
.pan .breadcrumbs {
    margin: 0 auto;
    text-align: left;
    display: block;
    letter-spacing: 1px;
    font-size: 10px;
    color: #999;
    width: 100%;
    max-width: 1160px;
    padding: 0 20px;
    box-sizing: border-box;
}
.pan .breadcrumbs span {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    font-weight: normal;
    color: #fff;
}
.pan .breadcrumbs .home {
}


/* メイン
------------------------------------------------ */
#topcontents #main {
max-width: 1200px;
}
#main {
max-width:1200px;
min-height:500px;
margin:0 auto;
padding:80px 0;
box-sizing: border-box;
}

/* 左カラム
------------------------------------------------ */
/* div#leftcolum {
float: left;
width: 200px;
} */

/* フッター
------------------------------------------------ */
div#footer {
width: 100%;
}
div.footerinr {
position: relative;
margin: 0 auto;
padding: 10px 0;
box-sizing: border-box;
max-width: 1200px;
}
.pagetop{
display: none;
 position: fixed;
 right: 25px;
 bottom: 60px;
 cursor: pointer;
 background:#0567c9;
 z-index:100;
}
.pagetop a {
position:relative;
width: 55px;
height: 55px;
}
.pagetop a:after {
margin: auto;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
display: block;
content: '';
width: 15px;
height: 15px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all .4s;
transition: all .4s;
}
.flogo {
text-align:center;
margin:50px auto 20px;
}
.flogo img {
width:240px;
}
.copyright {
text-align:center;
padding:10px 0 20px 0;
box-sizing: border-box;
}
.fmenulist {
font-size:1.5rem;
margin:40px  auto;
text-align: center;
}
.fmenulist li {
padding:0 15px;
text-align:center;
box-sizing: border-box;
display: inline-block;
border-left: solid 1px #666;
}
.fmenulist li:first-child {
border-left:none;
}
.fmenulist li a {
text-align:center;
margin:0 auto;
position:relative;
padding:0 10px ;
box-sizing: border-box;
}

.bottom-fix { display:none; }


@media screen and (max-width: 768px) {
footer {
    position: relative;
    padding-bottom: 140px;
    box-sizing: border-box;
}
.fmenulist {
display: flex;
justify-content: center;
flex-wrap: wrap;
font-size:1.4rem;
line-height:1.2;
}
.fmenulist li {
width: 40%;
padding: 15px;
box-sizing: border-box;
text-align: center;
margin: 0 1%;
display: block;
border-bottom: solid 1px #ccc;
border-left: none;
}

.pagetop {
    right: 10px;
    bottom: 126px;
}
.pagetop a {
width: 40px;
height: 40px;
}
.pagetop a:after {
top: 6px;
}
.bottom-fix {
    display: block;
    position: fixed;
    bottom: 0;
    background: #fefefe;
    z-index: 10000;
    width: 100%;
    box-shadow: 0px 0px 6px 2px #666666;
}
.bottom-fix ul {
    display: flex;
    flex-wrap: wrap;
}
.bottom-fix ul li {
    flex-basis: 50%;
}
.bottom-fix ul li:first-child {}
.bottom-fix ul li:nth-child(2n) {
    border-left: 1px solid #fff;
    box-sizing: border-box;
}
.bottom-fix ul li:last-child {
    flex-basis: 100%;
    border-top: 1px solid #fff;
}
.bottom-fix ul li a {
    background: #002b58;
    color: #fff;
    text-align: center;
    line-height: 120%;
    padding: 12px 0;
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    box-sizing: border-box;
}
.bottom-fix ul li:last-child a {
    background: #0267c9;
}
.bottom-fix ul li a span {
	font-size: 1.1rem;
}

/*.bottom-fix ul li a:after {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .4s;
    transition: all .4s;
    background: rgba(255,255,255,.8);
}*/

.bottom-fix ul li:first-child a {
    background-image: url(images/sp_tel-wh.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 50%;
}
.bottom-fix ul li:nth-child(2n) a, .bottom-fix ul li:last-child a {
    background-image: url(images/mail.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 50%;
}
.bottom-fix ul li:last-child a {
    font-size: 1.2rem;
}

}


/* ================================================
   コンテンツページ
================================================ */
.visual2 {
  background: linear-gradient(90deg, #333 0%, #333 70%, #fff 30%, #fff 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}
.visuai2_inr {
  width: 100%;
  margin: 0 auto;
  background: url(images/tsu_img_main.png) no-repeat left top;
  background-size: cover;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
.visual2 {
  margin-top: 55px;
}
}
.visuai2_inr .inr {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
}
.visuai2_inr .inr .visualttl {
    font-size: 3rem;
    font-weight: bold;
    padding-top: 30%;
    color: #ffff00;
    text-shadow: 1px 1px 4px #000;
    line-height: 1.2;
    text-align: left;
    font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.visuai2_inr .inr .visualttl2 {
  font-size: 10rem;
  font-weight: bold;
  color: #ffff00;
  text-shadow: 1px 1px 4px #000;
  line-height: 1.2;
  text-align: left;
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.visuai2_inr .inr .visualttl3 {
  position: absolute;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: 0;
}
.visuai2_inr .inr .txt3 {
 width: 300px;
 position: fixed;
 bottom: 30px;
 left:4%;
 z-index: 999;
}
.visuai2_inr .inr .txt4 {
 width: 550px;
 margin-bottom: 40px;
}

/*VISUAL*/
.visual {
/* position: relative;
background-color: #0071a9; */
background: linear-gradient(180deg, #0071a9 0%, #0071a9 50%, #fff 50%, #fff 100%);
 display: flex;
 justify-content: center;
 align-items: center;
 width: 100%;
/*height: 80vh;
min-height: 600px;*/
/* height: 80vh;
min-height: 600px; */
}
.visual .inr {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0 6%;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}

.visual .inr .txt {
background-color: #333;
bottom: 200px;
margin: auto;
color: #ffff00;
font-size:7rem;
text-align: center;
}
.visual .inr .txt6 {
  margin-top: 30px;
}
.visual .inr .txt7 {
  margin-top: 30px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.3em;
}

.visual .inr .visualttl div .small {
font-size:4.8rem;
margin-right:-30px;
margin-left:10px;
}
.visual .inr .txt {
font-size:6rem;
font-weight:bold;
}
.coment .txt1 {
color:#fff100;
font-size:3rem;
line-height:1.4;
}
.coment .txt2 {
color:#fff;

font-size:2.4rem;
}
.coment .txt1 span {
display:block;
}
.visualmes {
margin:0 auto;
display: flex;
justify-content: center;
padding:30px;
box-sizing: border-box;
}
.visualmes .pic {
margin-right:20px;
}
.visualmes .pic img {
width:130px;
border-radius:100px 100px;
}
.visualttl br{
	display:none;
	}
  @media screen and (max-width: 1024px) {
  .visuai2_inr .inr .txt4 {
    width: 40%;
    margin-left: auto;
    margin-bottom: 40px;
}
}

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

	.visual2 {
		background: #333;
    box-sizing: border-box;
    height: calc(100vh - 90px);
	}
  .visuai2_inr {
    width: 100%;
    margin: 0 auto;
    background: url(images/tsu_img_main.png) no-repeat left top;
    background-size: cover;
    height: calc(100vh - 112px);
    margin-top: -20px;
  }
  .visuai2_inr .inr {
    /* padding-top: 16%; */
  }
.visuai2_inr .inr .visualttl2 {
  text-align: center;
}
	.visual2 .inr .visualttl {
    text-align: center;
		/* font-size: 3.6rem; */
    font-size: 2.6rem;
		padding: 0 10px;
    box-sizing: border-box;
		letter-spacing: -1px;
    padding-top: 50px;
	}
  .visuai2_inr .inr .visualttl2 {
    font-size: 8rem;
  }
	/* .visual2 .inr .visualttl div {
		display: inline;
	} */
	.visual2 .inr .txt3 {
		font-size: 1.6rem;
		padding: 6px 3px 50px 16px;
    box-sizing: border-box;
		margin-top: 0px;
    bottom: 50px;
	}

	.visual .inr .txt .visualttl {
	font-size: 4rem;
	}
	.visual .inr .visualttl div .small {
	font-size: 3rem;
	}
	.visualmes {
	margin: 0 auto;
	display: block;
	text-align:center;
	}
	.coment .txt1 {
	color:#fff100;
	font-size:2.4rem;
	line-height:1.4;
	}
	.coment .txt2 {
	color:#fff;
	font-size:1.8rem;
	}
	.visual {
	height: 100vh;
	}
	.visual .inr {
	width: calc(100% - 40px);
  margin: auto;
	}
	.visualttl br{
	display:block;
	}
  	.visual .txt h2 {
      font-size: 40px;
    }
}

@media screen and (max-width: 640px) {
	.visual .inr .visualttl div .small {

	}
	.vdisp {
	display:block;
	}
	.coment .txt1 {
	font-size:1.8rem;
	}
	.coment .txt2 {
	color:#fff;
	font-size:1.5rem;
	}
	.visualmes {
	padding:30px 15px;
  box-sizing: border-box;
	}
	.visual .inr .txt {
	top: 0;
	bottom: 0;
	height: 400px;
	}
	.visualttl br{
	display:block;
	}
  .visual .inr .txt7 {
    font-size: 1.6rem;
  }
  .visual2 .inr .visualttl {
		font-size: 2rem;
  }
  .visuai2_inr .inr .visualttl2 {
    font-size: 6rem;
  }
  .visuai2_inr .inr .txt3{
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .visuai2_inr .inr .txt3{
    width: 200px;
    top:54px;
    left: auto;
    right: 20px;
  }
  .visual .txt h2 {
    font-size: 30px;
    line-height: 1.2em;
    padding: 10px 0;
}
.visual .inr .txt {
  height: auto;
}
.visual {
    background: linear-gradient(180deg, #0071a9 0%, #0071a9 30%, #fff 30%, #fff 100%);
    height: 75vh;
}

}

/* トップ
------------------------------------------------ */
.kabe-5 {
  position: relative;
  width: 100%;
  margin: auto;
}
.kabe-5:before{
  height: 90%;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(images/tsu_img_kabebg.jpg);
  background-repeat: no-repeat;
  /* background-color: navy; */
  background-size: cover;
  background-position: right 0px top 230px;
  transform: skewY(-5deg);
  z-index: -1;
}
.kabe-5 .inr {
  max-width: 900px;
    margin: 0 auto;
    padding: 40px 0 6%;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
ul.kabe {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.kabe li {
  width: calc(94% / 3);
  margin: 30px 1%;
}
.about .inr,
.housoku .inr,
.voice .inr,
.process .inr {
  max-width: 1100px;
  width: calc(100% - 40px);
    margin: 0 auto;
    padding: 40px 0 6%;
    position: relative;
    height: 100%;
    box-sizing: border-box;
}
.housoku .logo {
  text-align: right;
  margin-bottom: 20px;
}
img.housoku_logo {
  width: 200px;
}
.text7 {
  background-color: #333;
  padding: 0.2em 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.housoku p {
  font-size: 1.8rem;
  text-align: center;
}
.housoku h2 {
  font-size: 4.6rem;
  font-weight: bold;
  font-family: 'Noto JP';
  text-align: center;
}
.housoku img.img_04 {
  margin: 30px 0;
}
.housoku .text8 h3 {
  text-align: left;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: 'Noto JP';
  margin-bottom: 10px;
}
.housoku .text8 p,
.voice p.text8 {
  text-align: justify;
  font-size: 1.8rem;
}
.about {
  background-color: #0071a9;
  padding: 50px 0;
  box-sizing: border-box;
}
.about_flex {
  display: flex;
  justify-content: space-between;
}

.about_img_logo {
  width: 350px;
}
.about .title img,
.voice .title img,
.process .title img {
  height: 220px!important;
}
.about .text9 {
  width: calc(95% - 350px);
  color: #fff;
  font-size: 1.8rem;
}
.voice .case-inr {
background: linear-gradient(90deg, #0071a9 0%, #0071a9 4%, #fff 4%, #fff 100%);
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 100px;
}
.voice .case {
  margin-left: 8%;
}
.voice_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
}
.voice .photo {
  width: 400px;
}
.voice_name {
  width: 100%;
  padding: 0.5em 1em;
  background-color: #c7b299;
  color: #fff;
  font-size: 2rem;
  box-sizing: border-box;
}
.process {
  background-color: #0071a9;
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  background-size:cover;
  background-position:50%;
  position: relative;
  z-index: -2;
}
.process::after {
  content: '';
  background: URL(images/tsu_img_process_bg.png);
  background-size: 150%;
  background-position: right 0 top -400px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.process_flex {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.process_flex li {
  width: calc(80% / 3);
}
.process h4 {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

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

  .visuai2_inr .inr .visualttl3 {
    position: absolute;
    top:auto;
    bottom: 50px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    right: 0;
  }
  .visuai2_inr .inr .txt4 {
    width: 50%;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 10px;
}
  .about .inr,
  .housoku .inr,
  .voice .inr,
  .process .inr,
  .kabe-5 .inr {
    width: calc(100% - 40px);
      margin: 0 auto;
      padding: 40px 0 6%;
      position: relative;
      height: 100%;
      box-sizing: border-box;
  }
  .about .title img,
  .voice .title img,
  .process .title img {
    height: 140px!important;
  }
  .about_img_logo {
    width: 230px;
}
.about .text9 {
    width: calc(95% - 230px);
    color: #fff;
    font-size: 1.8rem;
}
.voice .photo {
    width: 300px;
}
}
@media screen and (max-width: 680px) {
.visuai2_inr .inr .txt4 {
  width: 70%;
  margin: auto;
  margin-bottom: 10px;
}
.visuai2_inr .inr .visualttl3 {
  top:180px;
}
.visuai2 {

}
.visuai2_inr {
    background-size: cover;
}
ul.kabe li {
    width: calc(94% / 2);
    margin: 30px 1% 10px;
}
.process,
.about {
  padding: 0px 0 30px;
}
}
@media screen and (max-width: 480px) {
  .text7 {
      font-size: 2rem;
      padding: 0.2em 0.5em;
  }
  .housoku h2 {
    font-size: 3rem;
    line-height: 1.2em;
}
.housoku p.vi {
  display: none;
}
  .about .title img, .voice .title img, .process .title img {
      height: 100px!important;
  }
  .about_flex {
  display: block;
  }
  .about .text9{
    width: 100%;
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .housoku .text8 p, .voice p.text8 {
    text-align: justify;
    font-size: 1.5rem;
}
.process_flex li {
    width: calc(97% / 3);
}
.visuai2_inr .inr {
  padding-top: 45%;
}
.visuai2_inr .inr .visualttl3 {
    top: auto;
    bottom: 50px;
}
}
/* 01-5-受講申込（/apply）
------------------------------------------------ */
.apply #main section, .apply-check #main section,
#main section {
    max-width: 1000px;
    margin: 0 auto 60px;
}

.apply form table tr, .apply-check form table tr,
form table tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.apply form table tr th, .apply-check form table tr th,
form table tr th {
    width: 20%;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
.apply form table tr td, .apply-check form table tr td,
form table tr td {
    width: 80%;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.mwform-radio-field {
    width: 48%;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 10px;
    padding: 0 0 6px;
}
.mwform-radio-field:nth-child(5n) {
    width: 100%;
}
.mwform-radio-field:nth-child(10n) {
    width: 48%;
}

.attention {
    font-size: 1.2rem;
    padding: 1rem;
    box-sizing: border-box;
}

.form-outer input[type="text"], .form-outer input[type="tel"], .form-outer input[type="email"], .form-outer textarea {
    font-size: 1.5rem;
    padding: 1.0rem;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    width: 100%;
    box-sizing: border-box;
}

.apply form input[type="button" i], .apply form input[type="submit" i], .apply form input[type="reset" i], .apply form input[type="file" i]::-webkit-file-upload-button, .apply form button, .apply-check form input[type="button" i],
.apply-check form input[type="submit" i], .apply-check form input[type="reset" i], .apply-check form input[type="file" i]::-webkit-file-upload-button, .apply-check form button {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    font-family: 'mplus-1p-regular' !important;
    font-size: 1.8rem;
    line-height: 100%;
    color: #fff;
    background: #e89003;
    border-radius: 5.8rem;
    padding: 2.0rem 40px;
    margin: 40px 10px;
    text-shadow: none;
    border: none;
}
form input[type="button" i], form input[type="submit" i], form input[type="reset" i], form input[type="file" i]::-webkit-file-upload-button, form button {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    font-family: 'mplus-1p-regular' !important;
    font-size: 1.8rem;
    line-height: 100%;
    color: #fff;
    background: #e89003;
    border-radius: 5.8rem;
    padding: 2.0rem 40px;
    margin: 40px 10px;
    text-shadow: none;
    border: none;
}
.apply-thanks #main section,
#main section {
    margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
.apply-thanks #main section,
#main section{
    margin-bottom: 80px;
    padding: 0 20px;
}
.apply #main section, .apply-check #main section,
#main section{
    margin: 0 auto 60px;
    padding: 0 20px;
}
.apply form table tr, .apply-check form table tr,
form table tr {
    display: block;
    flex-wrap: inherit;
    flex-direction: inherit;
}
.apply form table tr th, .apply-check form table tr th,
form table tr th {
    width: 100%;
    display: block;
}
.apply form table tr td, .apply-check form table tr td,
form table tr td {
    width: 100%;
    display: block;
    padding-bottom: 40px;
    border-bottom: none;
}
.mwform-radio-field {
    width: 100%;
    margin-left: 0 !important;
}
.mwform-radio-field:nth-child(10n) {
    width: 100%;
}
}



/* プライバシーポリシー（/privacy-policy）
------------------------------------------------ */
.privacy-policy h3.ttlB {
    font-size: 2.4rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}
.privacy-policy #main p {
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
.privacy-policy #main section {
}
}
/*CONTACT*/
.fcontact {
width:100%;
background:url(images/contact_bg.jpg) no-repeat center center;
background-size:cover;
}
.fcontact .inr {
max-width:550px;
margin:0 auto;
background:#333;
padding:40px;
box-sizing: border-box;
color:#fff;
}
.fcontact h2 {
font-size:3.4rem;
margin: 0 0 15px;
}
.fcontact p {
font-size:1.8rem;
margin: 0 0 15px;
}
.fcontact p span {
display:block;
}
.fcontact p.tel {
font-size:2.4rem;
margin: 0 0 15px;
}
.fcontact p.tel span {
font-size:1.6rem;
margin: 0 0 15px;
}
.contactbtn  {
/* margin:20px auto; */
display: flex;
justify-content: center;
}
/* .contactbtn a {
display:inline-block;
padding:20px 40px;
color:#0567c9;
position:relative;
font-size:1.6rem;
text-align:center;
margin:0 auto;
background:#fff;
line-height:22px;
box-sizing: border-box;
} */
.contactbtn img {
width:30px;
margin-right:10px;
}
.contactbtn .hcontact a img {
  width: 200px;
}

@media screen and (max-width: 768px) {
	.fcontact .inr {
	max-width:320px;
	}
}
@media screen and (max-width: 480px) {
  .contactbtn  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }
  .contactbtn .hcontact a img {
    margin-bottom: 10px;
  }
}
/* 見出し
------------------------------------------------ */
h2.ttlAt {
font-size:3.6rem;
font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color:#0163c5;
text-align:center;
margin:30px auto 80px;
position:relative;
line-height: 1.3;
}
h2.ttlAt span {
font-size:1.6rem;
font-family:'Lato';
color:#333;
display:block;
}
h2.ttlAt:after {
content:"";
height:30px;
width:1px;
background:#0163c5;
position:absolute;
margin: 10px auto 0 auto;
text-align:center;
}
h2.ttlBt {
font-size:3.6rem;
font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color:#fff;
text-align:center;
margin:30px auto 80px;
position:relative;
line-height: 1.3;
}
h2.ttlBt span {
font-size:1.6rem;
font-family:'Lato';
color:#fff;
display:block;
}
h2.ttlBt:after {
content:"";
height:30px;
width:1px;
background:#fff;
position:absolute;
margin: 10px auto 0 auto;
text-align:center;
}


h3.ttlA {
margin:0 auto 40px auto;
text-align:center;
}
h3.ttlA span {
display:block;
border:none;
font-size:1.8rem;
}
h3.ttlA span.en {
    font-size: 3.6rem;
    border-bottom: 1px solid #0567c9;
    display: inline-block;
    padding: 5px 0;
    margin: 0 0 5px;
    font-family: 'Noto Serif JP', serif;
    box-sizing: border-box;
}


/* ボタン
------------------------------------------------ */
.moreB {
position:absolute;
bottom:25px;
left:25px;
}
.moreB a {
    padding: 12px 40px 12px 20px;
    border: 2px solid #0163c5;
    display: block;
    color: #0163c5;
    position: relative;
    min-width: 100px;
    box-sizing: border-box;
}
.moreB a:after {
position: absolute;
top: 50%;
right: 20px;
display: block;
content: '';
width: 8px;
height: 8px;
margin-top: -4px;
border-top: 2px solid #0163c5;
border-right: 2px solid #0163c5;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all .4s;
transition: all .4s;
}
.moreB a:hover {
background:#0163c5;
color:#fff;
opacity:1;
}
.moreB a:hover:after {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}
.moreC {
min-width:200px;
font-size: 1.6rem;
}
.moreC a {
padding:20px 100px 20px 20px;
box-sizing: border-box;
display:inline-block;
color:#fff;
position:relative;
background:#002c58;
}
.moreC a:after {
position: absolute;
top: 50%;
right: 20px;
display: block;
content: '';
width: 8px;
height: 8px;
margin-top: -4px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all .4s;
transition: all .4s;
}
.moreC a:hover {
background:#0163c5;
color:#fff;
opacity:1;
}
.moreC a:hover:after {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}

.moreD {
font-size: 1.6rem;
}
.moreD a {
min-width:240px;
padding:20px 100px 20px 20px;
box-sizing: border-box;
display:inline-block;
color:#fff;
position:relative;
border: 2px solid #fff;
}
.moreD a:after {
position: absolute;
top: 50%;
right: 20px;
display: block;
content: '';
width: 8px;
height: 8px;
margin-top: -4px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all .4s;
transition: all .4s;
}
.moreD a:hover {
background:#0163c5;
color:#fff;
opacity:1;
}
.moreD a:hover:after {
border-top: 2px solid #fff;
border-right: 2px solid #fff;
}

.moreE {
    font-size: 1.6rem;
    margin: 20px auto;
}
.moreE a {
    min-width: 240px;
    padding: 20px 30px;
    display: inline-block;
    color: #fff;
    background: #e89102;
    line-height: 100%;
    box-sizing: border-box;
}
.moreE a img {
    width: 2.4rem;
    vertical-align: middle;
    margin-right: 1rem;
    display: inline;
    line-height: 100%;
}

.moreF {
    position: relative;
    background: #e89003;
    display: inline-block;
    padding: 1.2rem 6rem 1.2rem 2rem;
    box-sizing: border-box;
    color: #fff !important;
    border-radius: 4rem;
    line-height: 100%;
}
.moreF:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 2rem;
    bottom: 1.5rem;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	.moreD a {
	min-width: auto;
	}
}




/* ADD
------------------------------------------------ */
.b {
font-weight:bold;
}
.center {
text-align:center;
}
.mt10 {
margin-top: 10px;
}
.mt20 {
margin-top: 20px;
}
.mt40 {
margin-top: 40px;
}
.mt60 {
margin-top: 60px;
}
.mt80 {
margin-top: 80px;
}
.mt120 {
margin-top: 120px;
}
.mb40 {
margin-bottom: 40px;
}
.mb60 {
margin-bottom: 60px;
}
.mb80 {
margin-bottom: 80px;
}
.clear {
clear: both;
}
.flo-l {
float: left;
}
.flo-r {
float: right;
}
.f11{
font-size: 11px;
}
.f12{
font-size: 12px;
}
.f15{
font-size: 15px;
}
.f16{
font-size: 16px;
}
.f18 {
font-size: 18px;
}
.f21 {
font-size: 21px;
}
.f24 {
font-size: 24px;
}
.red {
color: #cc0000;
}
.txt-r {
text-align: right;
}
.bg-gray1{
padding:20px;
box-sizing: border-box;
background:#efefef;
}
.blue {
    color: #0267c9;
}
.orange {
	color: #e89102;
}
@media screen and (max-width: 681px) {
	.pc_only {
	display: none;
	}
}
@media screen and (min-width: 481px) {
	.sp_only {
	display: none;
	}
}

/* Clearfix
------------------------------------------------ */
.cfx:after {
content: '';
display: block;
clear: both;
}


.spbtn {
position:absolute;
right:15px;
top:15px;
width: 38px;
}
#spmenu {
  position: relative;
  height: 25px;
  width: 30px;
  display: inline-block;
  box-sizing: border-box;
  cursor:pointer;
}
#spmenu div {
  position: absolute;
  left: 0;
  height: 4px;
  width: 30px;
  background-color: #02428c;
  display: inline-block;
  box-sizing: border-box;
}
#spmenu div:nth-of-type(1) {
  top: 0;
}
#spmenu div:nth-of-type(2) {
  top: 10px;
}
#spmenu div:nth-of-type(3) {
  bottom: 0;
}
.splogo {
width:150px;
margin:10px ;
}
.spclose {
display: block;
width: 30px;
height:25px;
position: absolute;
top: 15px;
right: 15px;
cursor: pointer;
}
.spclose span {
display: block;
height: 4px;
width: 100%;
background: #02428c;
border-radius: 2px;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.spclose span:nth-of-type(2),
.spclose span:nth-of-type(3) {
margin-top: 5px;
}

.spclose span:nth-of-type(1) {
-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
-ms-transform: translateY(9px) translateX(0) rotate(45deg);
transform: translateY(9px) translateX(0) rotate(45deg);
}
.spclose span:nth-of-type(2) {
margin-top: 5px;
opacity: 0;
-webkit-transform: translateY(9px);
-ms-transform: translateY(9px);
transform: translateY(9px);
}
.spclose span:nth-of-type(3) {
-webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
transform: translateY(-9px) translateX(0) rotate(-45deg);
}
.pushbar {
    background: #fff !important;
    padding:0 0 60px;
    box-sizing: border-box;
}

.sptel {
position: absolute;
right: 70px;
top: 11px;
width: 32px;
}
.spnavlist li {
border-bottom:1px solid #efefef;
padding:11px 10px;
box-sizing: border-box;
}
.spdate {
margin:10px 0 60px;
padding:15px;
box-sizing: border-box;
line-height:1.3;
}
.spdate p {
padding:10px 0;
box-sizing: border-box;
}
