@charset "UTF-8";

/* CSS Document */
/**********************************
Reset
**********************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 300;
}
body {
  line-height: 1;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul,
ul,
li {
  list-style: none;
}
li a {
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: bottom;
}
/**********************************
Settings
**********************************/
html {
  font-size: 16px;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #3c3c3c;
  line-height: 1.5em;
  width: 100%;
  background-color: #fff;
}
/**********************************
Hover
**********************************/
a {
  color: #0171bc;
  font-weight: 500;
  transition: all .2s ease;
  cursor: pointer;
}
a:hover {
  color: #3c3c3c;
  text-decoration: none;
}
a img {
  transition: all .2s ease;
}
a img:hover {
  opacity: .7;
}
/**********************************
Header
**********************************/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 901;
  transition: all .3s ease;
}
header.moved .header_wrap {
  background-color: #fff;
}
.header_wrap {
  width: 94%;
  max-width: 1280px;
  padding: 16px 1.5%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, .85);
  border-radius: 0 0 18px 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.header_wrap .header_logo {
  width: 220px;
}
.header_wrap .header_logo img {
  width: 100%;
  height: auto;
}
.nav_pc {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-left: auto;
}
.nav_pc nav {
  display: -webkit-box;
  display: flex;
}
.nav_pc nav > ul {
  width: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.nav_pc nav > ul > li {
  margin: 0 22px;
  position: relative;
}
.nav_pc nav > ul > li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0171bc;
  left: 50%;
  bottom: -8px;
  margin-left: -4px;
  opacity: 0;
  transition: all .2s ease;
}
.nav_pc nav > ul > li:hover:before {
  opacity: 1;
}
.nav_pc nav > ul > li > a {
  font-size: 0.875rem;
  color: #3e241c;
}
.nav_pc .contact_btn {
  width: 150px;
  margin-left: 14px;
}
.nav_pc .contact_btn a {
  display: block;
  width: auto;
  background-color: #0171bc;
  border: solid 1px #0171bc;
  color: #fff;
  font-size: 0.875rem;
  padding: 4px 0;
  border-radius: 24px;
  text-align: center;
  text-decoration: none;
}
.nav_pc .contact_btn a:hover {
  background-color: #fff;
  color: #0171bc;
}
.nav_sp {
  display: none;
}
.contents_wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}
/**********************************
TOP Page
**********************************/
/***MV***/
.mv_wrap {
  width: 100%;
  height: 720px;
  margin: 0 auto;
  position: relative;
}
.mv_wrap .mv_main {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 301;
  width: 100%;
}
.mv_wrap .mv_main .mv_content {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.mv_wrap .mv_main .mv_content .left {
  width: 65%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.mv_wrap .mv_main .mv_content .left .illust {
  width: 31%;
  max-width: 246px;
}
.mv_wrap .mv_main .mv_content .left .illust img {
  width: 100%;
  height: auto;
}
.mv_wrap .mv_main .mv_content .left .mv_message {
  margin-left: auto;
}
.mv_wrap .mv_main .mv_content .left .mv_message > h2 {
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 6px;
  color: #fff;
  line-height: 1.9em;
  text-shadow: 0px 0px 10px rgba(0, 60, 142, 1);
}
.mv_wrap .mv_main .mv_content .left .mv_message > h3 {
  background-color: #003c8e;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  padding: 14px 10px;
  border-radius: 10px;
  margin-top: 14px;
}
.mv_wrap .mv_main .mv_content .right { 
  width: 33%;
  max-width: 368px;
  margin-left: auto;
}
.mv_wrap .mv_main .mv_content .right img {
  width: 100%;
  height: auto;
}
.mv_wrap .mv_photo {
  height: 720px;
}
.mv_wrap .mv_photo ul {
  width: 100%;
}
.mv_wrap .mv_photo ul li {
  width: 100%;
  height: 720px;
}
.mv_wrap .mv_photo ul li img {
  object-fit: cover;
  width: 100%;
  height: 720px;
}
.mv_main_sp {
  display: none;
}

/*経営理念*/
#philosophy {
  width: 100%;
  min-height: 786px;
  display: grid;
  place-items: center;
  background-color: #e9f2fa;
}
#philosophy .section_inner {
  width: 980px;
  margin: 0 auto;
}
#philosophy .section_inner > h2 {
  padding-left: 46px;
}
#philosophy .section_inner > h2 .ja {
  font-size: 2rem;
  font-weight: 700;
  color: #003c8e;
}
#philosophy .section_inner > h2 .ja .sky {
  font-weight: 700;
  color: #0171bc;
}
#philosophy .section_inner > h2 .en {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #003c8e;
  margin: 4px 0 0 4px;
}
#philosophy .section_inner .two_column {
  display: -webkit-box;
  display: flex;
  margin-top: 64px;
}
#philosophy .section_inner .two_column .left {
  width: 440px;
}
#philosophy .section_inner .two_column .left .map {
  width: 100%;
}
#philosophy .section_inner .two_column .left .map img {
  width: 100%;
  height: auto;
}
#philosophy .section_inner .two_column .right {
  margin-left: auto;
  position: relative;
}
#philosophy .section_inner .two_column .right > h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: .1em;
}
#philosophy .section_inner .two_column .right > p {
  margin-top: 24px;
  line-height: 1.9em;
}
#philosophy .section_inner .two_column .right:before {
  content: "";
  display: block;
  width: 222px;
  height: 126px;
  background-image: url(../images/philosophy_illust01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -138px;
  right: 34px;
}

/*サービス内容*/
#service {
  width: 100%;
  min-height: 786px;
  display: grid;
  place-items: center;
}
#service .section_inner {
  width: 980px;
  margin: 0 auto;
}
#service .section_inner > h2 {
  text-align: center;
}
#service .section_inner > h2 .ja {
  font-size: 2rem;
  font-weight: 700;
  color: #003c8e;
}
#service .section_inner > h2 .ja .sky {
  font-weight: 700;
  color: #0171bc;
}
#service .section_inner > h2 .en {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #003c8e;
}
#service .section_inner > p {
  text-align: center;
  line-height: 1.7em;
  margin-top: 46px;
}
#service .section_inner .service_wrap {
  width: 100%;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  margin-top: 164px;
}
#service .section_inner .service_wrap .service_inner_box {
  width: 31%;
  border: solid 2px #0171bc;
  border-radius: 14px;
  padding: 86px 0 46px;
  position: relative;
}
#service .section_inner .service_wrap .service_inner_box:first-of-type:before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background-image: url(../images/service_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -65px;
}
#service .section_inner .service_wrap .service_inner_box:nth-of-type(2):before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background-image: url(../images/service_icon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -65px;
}
#service .section_inner .service_wrap .service_inner_box:last-of-type:before {
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background-image: url(../images/service_icon03.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -65px;
}
#service .section_inner .service_wrap .service_inner_box > h2 {
  font-size: 1.125rem;
  color: #003c8e;
  font-weight: 600;
  text-align: center;
}
#service .section_inner .service_wrap .service_inner_box .item {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7em;
  margin-top: 14px;
}

/*報酬規定*/
#price {
  width: 100%;
  display: grid;
  place-items: center;
  background-color: #e9f2fa;
  padding: 124px 0;
}
#price .section_inner {
  width: 88%;
  max-width: 980px;
  margin: 0 auto;
}
#price .section_inner > h2 {
  text-align: center;
  letter-spacing: .2em;
}
#price .section_inner > h2 .ja {
  font-size: 2rem;
  font-weight: 700;
  color: #003c8e;
}
#price .section_inner > h2 .ja .sky {
  font-weight: 700;
  color: #0171bc;
}
#price .section_inner > h2 .en {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #003c8e;
  letter-spacing: normal;
}
#price .section_inner > h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: .1em;
  margin-top: 56px;
}
#price .section_inner .scroll_info {
  display: none;
}
#price .section_inner table {
  width: 100%;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 18px;
}
#price .section_inner table th {
  width: 14%;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 700;
  color: #003c8e;
  padding: 18px 2%;
  border-bottom: solid 2px #ccc;
  border-right: solid 2px #ccc;
}
#price .section_inner table td {
  border-bottom: solid 2px #ccc;
  border-right: solid 2px #ccc;
}
#price .section_inner table tr:nth-of-type(3) th {
  border-bottom: none;
}
#price .section_inner table td:first-of-type {
  width: 18%;
  padding: 18px 2%;
  font-weight: 700;
}
#price .section_inner table td:nth-of-type(2) {
  width: 56%;
  padding: 18px 2%;
  border-right: none;
}
#price .section_inner table tr:last-of-type td {
  border-bottom: none;
}
#price .section_inner > p {
  line-height: 1.7em;
  font-size: 1.375rem;
  margin-top: 8px;
}
#price .section_inner .tax_info {
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 12px;
}
#price .section_inner .more_notice {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 56px;
}

/*セパレーター*/
.separator {
  width: 100%;
  max-width: 1920px;
  height: 480px;
  margin: 0 auto;
  background-image: url(../images/para_bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: grid;
  place-items: center;
}
.separator .logo {
  width: 340px;
  margin: 0 auto;
}
.separator .logo img {
  width: 100%;
  height: auto;
}

/*プロフィール*/
#profile {
  width: 100%;
  min-height: 1100px;
  display: grid;
  place-items: center;
  background-color: #e9f2fa;
}
#profile .section_inner {
  width: 88%;
  max-width: 980px;
  margin: 0 auto;
}
#profile .section_inner > h2 {
}
#profile .section_inner > h2 .ja {
  font-size: 2rem;
  font-weight: 700;
  color: #003c8e;
}
#profile .section_inner > h2 .ja .sky {
  font-weight: 700;
  color: #0171bc;
}
#profile .section_inner > h2 .en {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #003c8e;
  margin: 4px 0 0 4px;
}
#profile .section_inner .two_column {
  width: 100%;
  display: -webkit-box;
  display: flex;
  margin-top: 36px;
}
#profile .section_inner .two_column .left {
  width: 420px;
}
#profile .section_inner .two_column .left > h3 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .2em;
}
#profile .section_inner .two_column .left > h3 span {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 4px;
}
#profile .section_inner .two_column .left > p {
  margin-top: 24px;
}
#profile .section_inner .two_column .left .photo {
  margin-top: 56px;
  width: 100%;
  position: relative;
}
#profile .section_inner .two_column .left .photo img {
  width: 100%;
  height: auto;
}
#profile .section_inner .two_column .left .photo:before {
  content: "";
  display: block;
  width: 133px;
  height: 174px;
  background-image: url(../images/profile_illust01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -58px;
}
#profile .section_inner .two_column .right {
  width: 52%;
  margin-left: auto;
  position: relative;
}
#profile .section_inner .two_column .right:before {
  content: "";
  display: block;
  width: 186px;
  height: 60px;
  background-image: url(../images/profile_illust02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -90px;
  right: 0;
}
#profile .section_inner .two_column .right .timeline {
  width: 95%;
  padding-left: 5%;
  position: relative;
}
#profile .section_inner .two_column .right .timeline:before {
  position: absolute;
  top: 0px;
  left: 10px;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #898989;
}
#profile .section_inner .two_column .right .timeline .timeline_item {
  margin-bottom: 18px;
}
#profile .section_inner .two_column .right .timeline .timeline_item .year {
  position: relative;
  color: #3c3c3c;
}
#profile .section_inner .two_column .right .timeline .timeline_item .year:before {
  position: absolute;
  top: 7px;
  left: -20px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #898989;
}
#profile .section_inner .two_column .right .timeline .timeline_item .event {
  color: #3c3c3c;
}

/*お問い合わせ*/
#contact {
  width: 100%;
  min-height: 646px;
  display: grid;
  place-items: center;
  background-image: url(../images/contact_bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#contact .section_inner {
}
#contact .section_inner > h2 {
  color: #fff;
  text-align: center;
}
#contact .section_inner > h2 .ja {
  display: block;
  font-size: 1.125rem;
}
#contact .section_inner > h2 .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  margin-top: 10px;
}
#contact .section_inner > p {
  text-align: center;
  color: #fff;
  line-height: 1.7em;
  margin-top: 38px;
}
#contact .section_inner .contact_btn {
  width: 328px;
  margin: 56px auto 0;
}
#contact .section_inner .contact_btn a {
  width: auto;
  display: block;
  text-align: center;
  background-color: #fff;
  border: solid 1px #fff;
  padding: 18px 0;
  border-radius: 36px;
  text-decoration: none;
}
#contact .section_inner .contact_btn a:hover {
  background-color: #0171bc;
}
#contact .section_inner .contact_btn a:hover span {
  color: #fff;
}
#contact .section_inner .contact_btn a span {
  padding-left: 20px;
  font-weight: 600;
  color: #0171bc;
  position: relative;
}
#contact .section_inner .contact_btn a span:before {
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  background-image: url(../images/mail_icon_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -8px;
}
#contact .section_inner .contact_btn a:hover span:before {
  background-image: url(../images/mail_icon_white.svg);
}
/**********************************
Footer
**********************************/
footer {
  width: 100%;
  background-color: #032656;
}
footer .footer_inner {
  padding: 74px 0;
}
footer .footer_inner .footer_info {
  width: 98%;
  max-width: 948px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 16px 28px;
  border-bottom: solid 1px #5f7898;
}
footer .footer_inner .footer_info h1 {
  width: 248px;
}
footer .footer_inner .footer_info h1 img {
  width: 100%;
  height: auto;
}
footer .footer_inner .footer_info .sns_icons {
  display: -webkit-box;
  display: flex;
}
footer .footer_inner .footer_info .sns_icons .fb {
  width: 38px;
}
footer .footer_inner .footer_info .sns_icons .fb img {
  width: 100%;
  height: auto;
}
footer .footer_inner .footer_info .sns_icons .insta {
  width: 38px;
  margin-left: 38px;
}
footer .footer_inner .footer_info .sns_icons .insta img {
  width: 100%;
  height: auto;
}
footer .footer_inner .copyright {
  width: 948px;
  margin: 20px auto 0;
  padding: 0 14px;
  color: #fff;
  font-size: 0.75rem;
  text-align: right;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.sp_only {
  display: none;
}