@charset "UTF-8";
@import url(base/reset.css);
/****************************************
common.scss
/****************************************
 common

*****************************************/
@import url(components/animate.css);
.clearfix::after { content: ""; display: block; clear: both; }

.float-l { float: left; }

.float-r { float: right; }

.postion-r { position: relative; }

.postion-a { position: absolute; }

.main-bg { background-color: #00B4FF; }

@media screen and (min-width: 768px) { .ma70 { margin-bottom: 70px; }
  .ma60 { margin-bottom: 60px; }
  .ma55 { margin-bottom: 55px; }
  .ma50 { margin-bottom: 50px; }
  .ma45 { margin-bottom: 45px; }
  .ma40 { margin-bottom: 40px; }
  .ma35 { margin-bottom: 35px; }
  .ma35 { margin-bottom: 35px; }
  .ma30 { margin-bottom: 30px; }
  .ma25 { margin-bottom: 25px; }
  .ma20 { margin-bottom: 20px; }
  .ma15 { margin-bottom: 15px; }
  .ma10 { margin-bottom: 10px; } }
@media screen and (max-width: 767px) { .sp-ma60 { margin-bottom: 60px; }
  .sp-ma55 { margin-bottom: 55px; }
  .sp-ma50 { margin-bottom: 50px; }
  .sp-ma45 { margin-bottom: 45px; }
  .sp-ma40 { margin-bottom: 40px; }
  .sp-ma35 { margin-bottom: 35px; }
  .sp-ma35 { margin-bottom: 35px; }
  .sp-ma30 { margin-bottom: 30px; }
  .sp-ma25 { margin-bottom: 25px; }
  .sp-ma20 { margin-bottom: 20px; }
  .sp-ma15 { margin-bottom: 15px; }
  .sp-ma10 { margin-bottom: 10px; } }
.pc-block { display: block; }
@media screen and (max-width: 767px) { .pc-block { display: none; } }

.sp-block { display: none; }
@media screen and (max-width: 767px) { .sp-block { display: block; } }

#page_top { padding-top: 120px; }

.center { max-width: 980px; margin: auto; }

/****************************************
 flex

*****************************************/
.flex { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; }
@media screen and (max-width: 767px) { .flex { display: block; } }

@media screen and (max-width: 767px) { .sp-flex { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; } }
.flex-ce { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
@media screen and (max-width: 767px) { .flex-ce { display: block; } }

@media screen and (max-width: 767px) { .sp-flex-ce { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; } }
.flex-txt-ce { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
@media screen and (max-width: 767px) { .flex-txt-ce { display: block; } }

@media screen and (max-width: 767px) { .sp-flex-txt-ce { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } }
.flex-mce { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
@media screen and (max-width: 767px) { .flex-mce { display: block; } }

@media screen and (max-width: 767px) { .sp-flex-mce { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } }
.flex-u { display: -webkit-box; display: -moz-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-box-align: end; -moz-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; -moz-align-items: flex-end; align-items: flex-end; }
@media screen and (max-width: 767px) { .flex-u { display: block; } }

@media screen and (max-width: 767px) { .sp-flex-u { display: -webkit-box; display: -moz-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-box-align: end; -moz-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; -moz-align-items: flex-end; align-items: flex-end; } }
.flex-t { -webkit-box-direction: normal; -moz-box-direction: normal; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; }
@media screen and (max-width: 767px) { .flex-t { display: block; } }

@media screen and (max-width: 767px) { .sp-flex-t { -webkit-box-direction: normal; -moz-box-direction: normal; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; flex-direction: column; } }
.flex-re { -webkit-box-direction: normal; -moz-box-direction: normal; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; flex-direction: row-reverse; }
@media screen and (max-width: 767px) { .flex-re { display: block; } }

@media screen and (max-width: 767px) { .flex-re { -webkit-box-direction: normal; -moz-box-direction: normal; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-flex-direction: row-reverse; -moz-flex-direction: row-reverse; flex-direction: row-reverse; } }
.flex-ue { -webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; }
@media screen and (max-width: 767px) { .flex-ue { display: block; } }

@media screen and (max-width: 767px) { .sp-flex-ue { -webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-align-items: flex-start; align-items: flex-start; } }
.flex-o { -webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1; }
@media screen and (max-width: 767px) { .flex-o { display: block; } }

@media screen and (max-width: 767px) { .sp-flex-o { -webkit-box-ordinal-group: -1; -moz-box-ordinal-group: -1; -webkit-flex-order: -1; -moz-flex-order: -1; -webkit-order: -1; -moz-order: -1; order: -1; } }
.flex-rt { display: -webkit-box; display: -moz-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-box-direction: reverse; -moz-box-direction: reverse; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; flex-direction: column-reverse; }
@media screen and (max-width: 767px) { .flex-rt { display: block; } }

@media screen and (max-width: 767px) { .sp-flex-rt { display: -webkit-box; display: -moz-box; display: -webkit-flexbox; display: -moz-flexbox; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-box-direction: reverse; -moz-box-direction: reverse; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-flex-direction: column-reverse; -moz-flex-direction: column-reverse; flex-direction: column-reverse; } }
.flex-r { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; }
@media screen and (max-width: 767px) { .flex-r { display: block; } }

@media screen and (max-width: 767px) { .sp-flex-r { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: -moz-flex; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; } }
@media screen and (max-width: 767px) and (max-width: 767px) { .sp-flex-r { display: block; } }

/****************************************
 Typography

*****************************************/
html { font-size: 62.5%; }

body { font-size: 1.45rem; line-height: 1.8; color: #000; font-family: source-han-sans-japanese, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif; }
@media screen and (min-width: 768px) { body { min-width: 1040px; } }

* { font-family: inherit; font-size: inherit; line-height: inherit; }

a, a:visited { color: inherit; }

address { font-style: normal; }

p, .text { letter-spacing: 0.08em; line-height: 2.2; }

.text-center { text-align: center; }

.text-right { text-align: right; }

/****************************************
 button

*****************************************/
/* Remove text-shadow in selection highlight: h5bp.com/i These selection rule sets have to be separate. Customize the background color to match your design. */
::-moz-selection { background: #b3d4fc; text-shadow: none; }

::selection { background: #b3d4fc; text-shadow: none; }

/* Remove the gap between images, videos, audio and canvas and the bottom of their containers: h5bp.com/i/440 */
audio, canvas, img, video { vertical-align: middle; }

/* Allow only vertical resizing of textareas. */
textarea { resize: vertical; vertical-align: top; }

label, select, input[type=submit] { cursor: pointer; }

/****************************************
 link

*****************************************/
a:hover, a:focus, a:active { transition: all 0.8s ease 0s; }

img { max-width: 100%; max-height: 100%; width: auto; height: auto; vertical-align: top; font-size: 0; line-height: 0; }

/****************************************

thumb hover effect

*****************************************/
.thumb_hover_anime { overflow: hidden; position: relative; opacity: 1; }
.thumb_hover_anime img { transform-origin: top right; transition: transform 1s cubic-bezier(0.42, 0, 0.17, 1.01); transform: translate3d(-20px, 0, 0); }
.thumb_hover_anime:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 101%; background-color: white; z-index: 1; transition: transform 1s cubic-bezier(0.42, 0, 0.17, 1.01); transform-origin: top right; }
.thumb_hover_anime.thumb_green_bg::after { background: #00B4FF; }

.animated.thumb_hover_anime img { transform: translate3d(0, 0, 0); }
.animated.thumb_hover_anime:after { transform: scale(0, 1); }

/****************************************

loading effect

*****************************************/
.loadingAnim { position: fixed; z-index: 999; top: 0; bottom: 0; right: 0; display: block; width: 100%; height: 100%; text-align: center; }

/*.loadingAnim:before,*/
.loadingAnim:after { line-height: 1; position: fixed; z-index: 99; top: 0; bottom: 0; display: block; width: 101%; height: 100%; margin-right: auto; margin-left: auto; content: ' '; transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s; transition-delay: 0; background-color: #D7E0DC; }

.first.loadingAnim:after { transition-delay: .3s; }

.loadingAnim:after { right: -1%; }

.loaded .loadingAnim:after { width: 0; -webkit-transform: translateX(-1%); -ms-transform: translateX(-1%); transform: translateX(-1%); }

.loadingAnim_line { line-height: 1; position: fixed; z-index: 100; top: 0; right: -1%; display: inline-block; overflow: hidden; width: 101%; height: 10px; margin: auto; transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s; text-align: center; background: black; }

.loaded .loadingAnim_line { overflow: hidden; width: 0; }

.loadingAnim_line { background: none; }

.loaded .loadingAnim_line:before { content: ""; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: black; }

#body_wrapper { opacity: 0; }

.loaded #body_wrapper { opacity: 1; }

.pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; }

.pace .pace-progress-inner, .pace .pace-activity, .pace-inactive { display: none !important; }

.pace .pace-progress { background: black !important; position: fixed; z-index: 2000; top: 0; right: 100%; width: 100%; height: 10px !important; }

/********************
animation setting
********************/
@-webkit-keyframes loadingAnim { 0% { width: 100%; -webkit-transform: translate(100%); transform: translate(100%); }
  100% { width: 0%; -webkit-transform: translate(0); transform: translate(0); } }
@keyframes loadingAnim { 0% { width: 100%; -webkit-transform: translate(100%); transform: translate(100%); }
  100% { width: 0%; -webkit-transform: translate(0); transform: translate(0); } }
.sec_title { font-size: 2.3rem; font-weight: 600; letter-spacing: .25em; text-align: center; }
.sec_title::before { content: ""; display: block; margin: 0 auto 20px; }
.sec_title::after { content: ""; display: block; width: 55px; height: 3px; background: #00B4FF; margin: 15px auto 50px; }
.sec_title.news::before { background: url(../img/news/news_ico.svg) no-repeat center; height: 30px; }
.sec_title.overview::before { background: url(../img/overview/overview_ico.svg) no-repeat center; height: 45px; }
.sec_title.contact::before { background: url(../img/contact/contact_ico.svg) no-repeat center; height: 22px; }
.sec_title.results::before { background: url(../img/results/results_ico.svg) no-repeat center; height: 35px; }
.sec_title.business::before { background: url(../img/business/business_ico.svg) no-repeat center; height: 40px; }
.sec_title.profile::before { background: url(../img/profile/profile_ico.svg) no-repeat center; height: 47px; }

.btn { text-align: center; position: relative; display: inline-block; overflow: hidden; }
.btn a, .btn input { color: #00B4FF; border: solid 1px #00B4FF; display: inline-block; padding: 5px 20px; font-weight: 600; position: relative; z-index: 2; }
.btn a:hover, .btn input:hover { color: white; }
.btn a span, .btn input span { position: relative; z-index: 2; }
.btn:before { content: ""; display: block; position: absolute; width: 100%; height: 100%; background: #00B4FF; left: 0; top: 100%; z-index: 1; transition: ease .3s; }
.btn:hover:before { top: 0%; }

.cont-title { font-weight: 600; }
.cont-title.l-size { font-size: 2.8rem; }
@media screen and (min-width: 768px) { .cont-title.m-size { font-size: 2.2rem; } }
@media screen and (max-width: 767px) { .cont-title.m-size { font-size: 1.8rem; } }
.cont-title.s-size { font-size: 1.8rem; }
@media screen and (max-width: 767px) { .cont-title { line-height: 150%; } }

/* headfooter.scss

***************************************
 header

*****************************************/
header { background: rgba(0, 0, 0, 0.8); position: fixed; z-index: 999; left: 0; top: 0; align-items: baseline; width: 100%; }
@media screen and (min-width: 768px) { header { padding: 15px 30px 0; } }
@media screen and (max-width: 767px) { header { padding: 5px 5%; } }
@media screen and (min-width: 768px) { header .main_nav li { position: relative; overflow: hidden; }
  header .main_nav li:before { content: ""; display: block; width: 50%; height: 3px; background: #00B4FF; position: absolute; left: 25%; bottom: -10%; transition: ease .3s; }
  header .main_nav li:hover:before { bottom: 0; }
  header .main_nav a { padding: 0 10px 11px; } }
@media screen and (max-width: 767px) { header { height: 62px; }
  header.sp-flex-mce { justify-content: space-between; }
  header .main_nav { display: none; position: fixed; z-index: 999; width: 100%; height: auto; left: 0; top: 62px; background: rgba(0, 0, 0, 0.8); padding: 20px 0; }
  header a { padding: 20px 0; } }

.logo { color: white; font-size: 2rem; font-weight: 700; }

@media screen and (max-width: 767px) { .main_nav { text-align: center; } }
.main_nav a { color: white; display: inline-block; }
@media screen and (min-width: 768px) { .main_nav { font-size: 85%; }
  .main_nav ol { align-items: baseline; }
  .main_nav li:not(.ico):after { content: "|"; display: inline-block; color: white; } }
@media screen and (min-width: 768px) { .main_nav .ico a::before { content: ""; display: block; width: 100%; height: 20px; margin: 0 0 3px; background: url(../img/header_contact.svg) no-repeat center; } }
@media screen and (max-width: 767px) { .main_nav .ico { display: none; } }

.sp_nav { font-size: 80%; }
.sp_nav a { color: white; }
.sp_nav a::before { content: ""; display: block; width: 100%; height: 15px; margin: 7px 0 3px; background: url(../img/sp_nav.svg) no-repeat center; }
.sp_nav div { display: inline-block; margin-left: 10px; }
.sp_nav div:first-child a::before { background: url(../img/header_contact.svg) no-repeat center; }

/* ***************************************

footer

*****************************************/
#totop { position: fixed; z-index: 999; bottom: 50px; }
@media screen and (min-width: 768px) { #totop { width: 78px; height: 83px; right: 20px; } }
@media screen and (max-width: 767px) { #totop { width: 50px; height: 53px; right: 10px; } }

footer { position: relative; z-index: 2; background: #999; text-align: center; padding: 15px 0; color: white; }
footer a { color: white; }
footer a:hover { text-decoration: underline; }
@media screen and (min-width: 768px) { footer .main_nav { margin-bottom: 10px; } }
@media screen and (max-width: 767px) { footer .main_nav { margin-top: 20px; margin-bottom: 40px; } }
footer .main_nav li:last-child::after { display: none; }
@media screen and (min-width: 768px) { footer .main_nav a { padding: 15px 10px; } }
@media screen and (max-width: 767px) { footer .main_nav a { padding: 0 10px 5px; } }

.foot_logo { font-weight: 600; font-size: 1.8rem; letter-spacing: .3rem; }

.sns { margin: 15px auto; }
.sns div { padding: 0 10px; }
.sns img { width: 30px; height: auto; }

@media screen and (min-width: 768px) { .address, .privacy_link { font-size: 85%; } }
@media screen and (max-width: 767px) { .address { line-height: 200%; margin: 5px auto; } }
.copyright { font-weight: normal; font-size: 1.2rem; line-height: 150%; }

/****************************************
 post single

*****************************************/
.post_text { text-align: left; }
.post_text a { color: #00B4FF; }
.post_text a:hover { text-decoration: underline; }
.post_text h1, .post_text h2, .post_text h3, .post_text h4, .post_text h5, .post_text h6, .post_text h7 { font-weight: bold; margin-bottom: 15px; }
.post_text h1 { font-size: 2.6rem; }
.post_text h2 { font-size: 2.4rem; }
.post_text h3 { font-size: 2.2rem; }
.post_text h4 { font-size: 1.8rem; }
.post_text h5 { font-size: 1.8rem; }
.post_text h6 { font-size: 1.8rem; }
.post_text h7 { font-size: 1.8rem; }
.post_text b, .post_text strong { font-size: 1.8rem; }
.post_text img { max-width: 100%; width: auto; height: auto; margin-bottom: 10px; }
.post_text em { font-style: italic; }
.post_text ul, .post_text ol { list-style: outside; margin-left: 20px; font-weight: 700; letter-spacing: 0.08em; line-height: 2.2; }
.post_text ol { list-style-type: decimal; }
.post_text .video { position: relative; width: 100%; padding-top: 56.25%; }
.post_text .video iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }

.wp-caption-text { font-size: 80%; line-height: 150%; text-align: right; }

/*top.scss

***************************************
 top cont

*****************************************/
@media screen and (min-width: 768px) { .top_img { background: url(../img/top/main_pic.jpg) no-repeat center; padding-bottom: 42.5%; background-size: contain; } }
@media screen and (max-width: 767px) { .top_img { background: url(../img/top/sp_main_pic.jpg) no-repeat center; padding-bottom: 100%; background-size: contain; } }

.top_page { text-align: center; overflow: hidden; }
@media screen and (min-width: 768px) { .top_page .line { width: 440px; margin: -40px 0 -140px auto; height: 235px; background: url(../img/top/bg.svg) no-repeat left top; } }
.top_page .top_copy { font-weight: 700; }
@media screen and (min-width: 768px) { .top_page .top_copy { padding: 70px 0 40px; font-size: 140%; } }
@media screen and (max-width: 767px) { .top_page .top_copy { padding: 70px 5% 10px; font-size: 120%; } }
.top_page section { margin: auto; }
@media screen and (min-width: 768px) { .top_page section { padding: 60px 0 120px; } }
@media screen and (max-width: 767px) { .top_page section { padding: 60px 5%; } }
.top_page#page_top { padding-top: 0; }

.news_list { margin-bottom: 60px; }
.news_list li { margin-bottom: 20px; text-align: left; line-height: 150%; }
.news_list .date { padding-right: 10px; }
.news_list a { color: #00B4FF; }
.news_list a:hover { text-decoration: underline; }

/*overview.scss

***************************************
 overview

*****************************************/
@media screen and (min-width: 768px) { article.overview::before, article.overview::after { content: ""; display: block; position: absolute; }
  article.overview::before { width: 317px; height: 151px; right: 0; top: 300px; background: url(../img/overview/bg1.svg) no-repeat right top; }
  article.overview::after { width: 312px; height: 268px; left: 0; top: 850px; background: url(../img/overview/bg2.svg) no-repeat left top; }
  article.overview + .line { width: 420px; height: 370px; margin: 0 0 50px auto; background: url(../img/overview/bg3.svg) no-repeat right top; } }

.overview { text-align: center; }
@media screen and (max-width: 767px) { .overview { padding: 0 5%; }
  .overview h3 + p { text-align: left; } }

.consulting { margin-top: 150px; }
.consulting li { position: relative; z-index: 2; background: #E5E5E5; margin-bottom: 30px; }
@media screen and (min-width: 768px) { .consulting li { width: 32%; padding: 40px 30px 60px; } }
@media screen and (max-width: 767px) { .consulting li { width: 100%; padding: 30px 5%; } }
.consulting img { height: 63px; display: block; margin: auto; }
.consulting b { display: block; line-height: 150%; }
.consulting b span { font-size: 1.5rem; display: block; }
@media screen and (min-width: 768px) { .consulting b { margin: 40px auto 60px; }
  .consulting b span { margin-bottom: -40px; } }
@media screen and (max-width: 767px) { .consulting b { margin: 20px auto 30px; } }
.consulting .nodeta { background: none; }

/*news.scss

***************************************
 news

*****************************************/
.date_archive { border-bottom: solid #004BA0 1px; padding: 5px 0; color: #00B4FF; font-size: 2.3rem; font-weight: 600; }

@media screen and (max-width: 767px) { .news_single, .news_arc { padding: 0 5%; } }
.news_single section, .news_arc section { border-top: solid #004BA0 1px; }
@media screen and (min-width: 768px) { .news_single section, .news_arc section { margin-bottom: 150px; width: 75%; } }
@media screen and (max-width: 767px) { .news_single section, .news_arc section { margin-bottom: 50px; width: 100%; } }
.news_single section li, .news_arc section li { border-bottom: solid #004BA0 1px; padding: 10px 0 50px; }

.news_arc section li { padding-right: 40px; position: relative; }
.news_arc section li::before { content: ""; display: block; position: absolute; width: 10px; height: 10px; right: 15px; top: 47px; border-top: solid 2px #004BA0; border-right: solid 2px #004BA0; transform: rotate(45deg); }

.news_single article { border-bottom: solid #004BA0 1px; padding: 30px 0 0px; }
.news_single .news_title { font-size: 2.2rem; margin-bottom: 30px; }
.news_single .wp_social_bookmarking_light { margin-top: 50px !important; }

@media screen and (min-width: 768px) { .news_sidebar { width: 20%; } }
@media screen and (max-width: 767px) { .news_sidebar { text-align: left; } }
.news_sidebar .cont-title { color: #00B4FF; margin-bottom: 20px; display: block; }
.news_sidebar ul { margin-bottom: 40px; }
.news_sidebar li { line-height: 150%; margin-bottom: 15px; }
.news_sidebar a { color: #00B4FF; }
.news_sidebar a:hover { text-decoration: underline; }

.news_title { font-weight: 600; color: #004BA0; font-size: 1.8rem; margin-bottom: 10px; }

/* pagination */
p.pagination { margin: 0 auto 30px; text-align: center; padding-top: 40px; }

p.pagination a { text-decoration: none; }

p.pagenum a, p.pagenum span { padding: 6px 8px; color: #FFFFEE; }

p.pagenum a { border: solid 1px #00B4FF; color: #00B4FF; }

p.pagenum a:hover { background-color: #00B4FF; color: #FFFFEE; }

p.pagenum span { background-color: #00B4FF; color: #FFFFEE; }

p.pagenum span.dots { background-color: transparent; color: #00B4FF; }

/*results.scss

***************************************

results

*****************************************/
@media screen and (max-width: 767px) { .results { padding: 0 5%; } }
.results .cont-title { border-bottom: solid 1px #004BA0; margin-bottom: 20px; }
.results section { margin-bottom: 100px; }
.results li { margin-top: 10px; line-height: 150%; }
.results a { color: #00B4FF; }
.results a:hover { text-decoration: underline; }

@media screen and (min-width: 768px) { article.results + .line { content: ""; display: block; width: 436px; height: 170px; margin: 0 0 20px auto; background: url(../img/business/bg.svg) no-repeat right top; } }
/*business.scss

***************************************

business

*****************************************/
@media screen and (min-width: 768px) { .business { width: 880px; } }
@media screen and (max-width: 767px) { .business { padding: 0 5%; }
  .business ol { margin-bottom: 100px; } }
.business li { background-repeat: no-repeat; background-size: 100% auto; background-position: top left; text-align: left; margin-bottom: 20px; box-sizing: border-box; font-weight: 700; justify-content: flex-start; }
@media screen and (min-width: 768px) { .business li { width: 430px; height: 126px; padding-left: 40px; } }
@media screen and (max-width: 767px) { .business li { max-width: 100%; height: 27vw; padding-left: 20px; } }

@media screen and (min-width: 768px) { article.business + .line { content: ""; display: block; width: 436px; height: 170px; margin: 0 0 20px auto; background: url(../img/business/bg.svg) no-repeat right top; } }
.business1 { background-image: url(../img/business/business1.svg); }

.business2 { background-image: url(../img/business/business2.svg); }

.business3 { background-image: url(../img/business/business3.svg); }

.business4 { background-image: url(../img/business/business4.svg); }

.business5 { background-image: url(../img/business/business5.svg); }

/*profile.scss

***************************************

profile

*****************************************/
article.profile + .line { width: 440px; height: 300px; margin: 0px 0 0 auto; background: url(../img/profile/bg2.svg) no-repeat right top; }

@media screen and (max-width: 767px) { .profile section { padding: 0 5%; margin-bottom: 50px; } }

@media screen and (min-width: 768px) { .profile_hirosawa { margin-bottom: 30px; margin-top: -100px; background: url(../img/profile/bg1.svg) no-repeat left top; background-size: 320px auto; padding: 100px 0 90px 0; }
  .profile_hirosawa p { width: 57%; margin-top: 70px; } }
@media screen and (max-width: 767px) { .profile_hirosawa .sp-flex-ce { justify-content: flex-start; align-items: flex-end; }
  .profile_hirosawa p { margin-top: 30px; } }

.name span { font-size: 40%; display: block; }
@media screen and (min-width: 768px) { .name { margin-top: 120px; margin-left: 40px; } }
@media screen and (max-width: 767px) { .name { margin-top: 20px; margin-left: 8%; line-height: 130%; } }

.profile_pic { position: relative; }
@media screen and (min-width: 768px) { .profile_pic { width: 182px; height: 182px; } }
@media screen and (max-width: 767px) { .profile_pic { width: 40%; height: 40%; } }
.profile_pic img { position: relative; z-index: 2; }
.profile_pic::after { content: ""; display: block; width: 100%; height: 100%; position: absolute; background: #dbf1ff; left: 10px; top: -10px; }

.profile_history div { margin-bottom: 50px; }
.profile_history .cont-title::after { content: ""; display: block; width: 55px; height: 3px; background: #004BA0; margin: 10px 0 30px; }
.profile_history th { padding-right: 10px; width: 90px; text-align: left; }
.profile_history th, .profile_history td, .profile_history li { line-height: 150%; padding-bottom: 10px; }
@media screen and (min-width: 768px) { .profile_history .flex-ce div { width: 45%; } }

/*contact.scss

***************************************
 contact

*****************************************/
@media screen and (max-width: 767px) { #mailform { padding: 0 5%; } }
@media screen and (min-width: 768px) { #mailform p { width: 640px; margin: auto; } }
#mailform table { margin: 60px auto 0; }
@media screen and (min-width: 768px) { #mailform table { width: 640px; } }
@media screen and (max-width: 767px) { #mailform table { width: 100%; } }
#mailform th { width: 150px; text-align: left; font-weight: 700; }
#mailform th, #mailform td { padding-bottom: 30px; }
@media screen and (max-width: 767px) { #mailform table, #mailform th, #mailform td, #mailform tbody, #mailform tr { display: block; padding-bottom: 0; }
  #mailform td { padding-bottom: 20px; } }
#mailform input, #mailform textarea { border: solid 1px black; }
@media screen and (min-width: 768px) { #mailform input, #mailform textarea { width: 500px; } }
@media screen and (max-width: 767px) { #mailform input, #mailform textarea { width: 100%; } }
#mailform input[type="checkbox"] { width: auto; }
#mailform .btn { margin: 40px auto 140px; }
#mailform .btn input { background: none; width: auto; border-color: #00B4FF; }
#mailform a { color: #00B4FF; }
#mailform a:hover { text-decoration: underline; }

.red { color: #FF0000; }

/***************************************

privacy

*****************************************/
.privacy { margin-bottom: 100px; }
@media screen and (min-width: 768px) { .privacy { width: 880px; } }
@media screen and (max-width: 767px) { .privacy { padding: 0 5%; } }

/* privacy.scss
***************************************

privacy

*****************************************/
