@charset "utf-8";

/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

/* !HTML5 elements
---------------------------------------------------------- */
header, 
footer, 
nav, 
section, 
aside, 
article {
    display: block;
}

/* !Reseting
---------------------------------------------------------- */
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,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

fieldset {
  border: none;
}

ul,
ol,
li {
	list-style: none;
}

img {
	max-width: 100%;
    height: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check{
	display: none;
}

select,
input[type=radio],
input[type=checkbox],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
textarea {
	appearance: none;
	border-radius: 0;
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear{
	display: none;
}

input[type=reset],
input[type=button],
input[type=submit]  {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	cursor: pointer;
}

*,
*:before,
*::after {
	box-sizing: border-box;
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
    display: block;
    min-height: 1%;
}

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

* html .clearfix {
    height: 1%;
}

/* !Layout
---------------------------------------------------------- */
html {
    overflow-y: scroll;
    font-size: 62.5%;
}

/*** タブレット 768x ~ 1300px***/
@media screen and (min-width: 768px) and (max-width: 1200px) {
    html {
        font-size: 0.83vw;
    }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    html {
        font-size: 62.5%;
    }
}

body {
    font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.6rem;
    -webkit-text-size-adjust: none;
    line-height: 1.5;
    font-weight: normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}
}

/* !Base Fonts -------------------------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.5s;
}

a:hover {
    text-decoration: underline;
    transition: all 0.5s;
}

.op img, .op input , .op button {
    transition: opacity 0.5s ease-out;
}

.op:hover img, .op:hover input , .op:hover button {
    opacity: .7;
    transition: opacity 0.5s ease-out;
}

.is-hide {
  display: none;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events:none;
  }
  .is-sp {
    display: none;
  }
  
} 

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

}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
  width: 100%;
}

/* !header
---------------------------------------------------------- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #00378c;
  color: #fff;
}

.header-inner { 
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
  background: #00378c;
} 
.header-logo {
  display: flex;
  align-items: center;
  height: 102px;
} 
.header-logo img {
  height: 6.3rem;
}
.header-links {
  display: flex;
  align-items: center;
}
.header-links a {
  display: inline-flex;
  align-items: center;
  height: 4rem;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 3rem;
  font-weight: bold;
}
.header-links .telbox {
  display: flex;
  align-items: center;
  margin-right: 2.2rem;
}
.header-links .telbox .time {
  margin-left: 1rem;
  line-height: 1.1;
  letter-spacing: 0.04em; 
  font-size: 1.4rem;
}
.header-links .telbox .num {
  display: block;
  color: #ffdc00;
  font-size: 2.8rem;
  font-weight: 900;
}
.header-links .tel {
  padding: 0 1.2rem 0 4.2rem;
  background-image: url("../img/common/icon_tel_orange.svg");
  background-position: 1.2rem center;
  background-size: 2.2rem;
  color: #ff781e;
}
.header-links .line {
  padding: 0 1.5rem 0 5.2rem;
  background-image: url("../img/common/icon_line.svg");
  background-position: 1.5rem center;
  background-size: 3.1rem;
  color: #4cc764;
}
.header-links .contact {
  margin-left: 1rem;
  padding: 0 1.5rem 0 4.8rem;
  background-image: url("../img/common/icon_email.svg");
  background-position: 1.2rem center;
  background-size: 2.8rem;
  color: #00378c;
}

.btn-menu {
  display: none;
}
 
#g-navi { 
  z-index: 1;
  padding: 14px 0;
  background: #00235f;
}
#g-navi ul {
  display: flex;
  justify-content: center;
}
#g-navi li {
  padding: 0 1.6rem;
  line-height: 1.25;
}
#g-navi li + li {
  border-left: 2px solid #fff;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 959px) { 
  .header-links .telbox {
    margin-right: 0;
  }
  .header-links .telbox .time,
  .header-links .telbox .num {
    font-size: 0;
  } 
  
}
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 56px;
  }
  
  .header-logo {
    height: 56px;
  }
  .header-logo img {
    height: 2.8rem;
  }
  
  .header-links a {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 0;
  }
  .header-links .tel,
  .header-links .line,
  .header-links .contact{
    padding: 0;
    background-position: center;
    background-size: 2.2rem;
  }
  .btn-menu {
    display: block;
    transition-duration: 0.5s;
    width: 3.2rem;
  }
  .btn-menu span {
    display: block;
    transition-duration: 0.5s;
    margin: 6px auto;
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .btn-menu.is-active {
    margin-right: -16px;
  }
  .btn-menu.is-active span:nth-of-type(1) {
    transform: rotate(45deg) translateY(11.5px); 
  }
  .btn-menu.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .btn-menu.is-active span:nth-of-type(3) {
    transform: rotate(-45deg) translateY(-11.5px);
  }
  #g-navi {    
    position: absolute;    
    left: 0;
    top: 100%; 
    transform: translateY(-150%);
    transition-duration: 0.5s;
    padding: 3rem 2rem 6rem;
    width: 100%;
  }
  #g-navi.open {
    transform: translateY(0);
  }
  #g-navi ul {
    display: block;
  }
  #g-navi li {
    padding: 0;
  }
  #g-navi li + li {
    border-left: 0;
    border-top: 1px solid #fff;
  }
  #g-navi li a {
    display: block;
    padding: 2rem 0;
  }
  
}


/* !main Visual
---------------------------------------------------------- */
#main-visual {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  padding: 1.5rem 5rem 8.5rem;
  background: url("../img/top/bg_main.png")no-repeat center #dbf4f7;
  background-size: cover;
}
#main-visual .level{
  margin: 0 2.4rem 0 8%;
  width: 45%;
  max-width: 514px;
}
#main-visual .peoples{
  margin-right: -1.8rem;
  width: 45%;
  max-width: 550px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #main-visual {
    display: block;
    padding: 4rem 2rem 2rem;
  }
  #main-visual .level {
    margin: 0 2.4rem;
    width: auto; 
  }
  #main-visual .peoples {
    margin: 2.4rem 0rem 0;
    width: auto; 
  }
  
}
  

/* !common
---------------------------------------------------------- */
#contents {
  
}

.inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1040px;
}

.bg_gradient_blue {
  background: linear-gradient(to top,#9ddbe8,#dbf4f7);
}

.color_orange {
  color: #ff781e;
}

.hd_updots {
  text-emphasis-style: dot;
}

.hdL {
  margin-bottom: 6.5rem;
  text-align: center;
  color: #333;
}
.hdL .eng {
  display: block;
  margin-bottom: 2rem;
}
.hdL .eng img {
  height: 2.3rem;
}
.hdL .jap {
  display: block;
  letter-spacing: 0.06em;
  line-height: 1.46875;
  font-size: 3.2rem;
  font-weight: 900;
}
.hdL .foucs {
  color: #00378c;
  font-size: 1.3em;
}

.anchor_area {
  position: relative;
}
.anchor_area .anchor {
  position: absolute;
  top: -150px;
}
  

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  
  .hdL {
    margin-bottom: 3.2rem;
  } 
  .hdL .eng {
    margin-bottom: 1rem;
  }
  .hdL .eng img {
    height: 1.6rem;
  } 
  .hdL .jap {
    font-size: 2rem;
  }
  
  .anchor_area .anchor { 
    top: -56px;
  }
  
}




/* !page
---------------------------------------------------------- */
.seaction_fc {
  padding: 6.8rem 0 7.6rem;
  background: #00378c;
  color: #fff;
}
.seaction_fc .display {
  display: flex;
  justify-content: center;
}
.seaction_fc .display .info {
  margin-right: 1.6rem;
}
.seaction_fc .display .img {
  width: 38.6%;
} 
.seaction_fc .hd01 img {
  margin-bottom: -2rem;
  max-width: 37.3rem;
}
.seaction_fc .hd02 {
  line-height: 1.1;
  color: #ffdc00;
  font-size: 4.7rem;
  font-weight: bold;
}
.seaction_fc .hd02 .big {
  font-size: 1.4em;
}
.seaction_fc .hd02 .big2 {
  font-size: 1.25em;
}
.seaction_fc .note {
  margin-top: 1rem;
}

.seaction_start .hd01 {
  margin-bottom: 2.4rem;
  text-align: center;
  color: #00378c;
  font-weight: bold;
  font-size: 3.7rem;
}
.seaction_start .hd02 {
  margin-bottom: 4rem;
  text-align: center;
  color: #333;
  font-weight: 900;
  font-size: 3.2rem;
}
.seaction_start .hd02 .foucs {
  color: #00378c;
  font-size: 1.3em;
}
.seaction_start .top {
  padding: 10rem 0 5rem;
  text-align: center;
}
.seaction_start .top img {
  max-width: 72rem;
}
.seaction_start .start {
  position: relative;
  padding: 5rem 0 0;
  background: url("../img/common/bg_square.png");
}
.seaction_start .start .up_data {
  margin: 0 auto 7rem;
  max-width: 93rem;
}
.seaction_start .start .talk_box {
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  position: relative;
  z-index: 2;
  padding: 9rem 0;
  margin: 0 auto;
  max-width: 90rem;
  padding-left: 55px;
}
.seaction_start .start .talk_box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url("../img/top/bg_bor.png")no-repeat center;
  background-size: 100% 100%; 
}
/*.seaction_start .start .talk_box:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6.5rem;
  height: 6.5rem;
  background: url("../img/common/icon_&.png")no-repeat center;
  background-size: 100%;
}*/
.seaction_start .start .talk_box .item {
  padding: 0 2rem;
  margin: 0px 2rem;
  display: inline-block;
}
.seaction_start .start .talk_box .item:nth-child(2){
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.seaction_start .start .talk_box img {
  height: 12.9rem;
} 
.seaction_start .talk_people {
  margin: 0 auto;
  max-width: 43.3rem;
  text-align: center;
}
.seaction_start .start_like {
  padding: 4rem 0 10rem;
}
p#txt_add{
	text-align: center;
	padding-bottom: 35px;
	color: #00378c;
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
.seaction_start .start_like .box {
  padding: 4.5rem 12rem 0.1rem;
  background: #fff;
  border-radius: 4rem;
}
.seaction_start .start_like ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seaction_start .start_like li {
  padding: 1.6rem 1rem;
  margin-bottom: 3rem;
  width: calc(50% - 2.2rem);
  background:url("../img/top/bg_bor2.png")no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 500;
}
.seaction_start .start_like .full {
  width: 100%;
  background-image:url("../img/top/bg_bor3.png");
}
.seaction_start .peoples {
  margin: 5rem -5rem -10.1rem;
}
.seaction_start .peoples .title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.seaction_start .peoples .title .tit1 {
  width: 51.86%;
}
.seaction_start .peoples .title .tit2 {
  width: 42%;
}
.seaction_start .peoples .img {
  margin: 2.6rem auto 0;
  max-width: 72.2rem;
}

.seaction_trouble .troubles .inner {
  max-width: 1240px;
}
.seaction_trouble .troubles .hd01 {
  margin-bottom: 1rem;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
}
.seaction_trouble .troubles .hd01 .con {
  display: inline-block;
  padding: 0 1.4rem 1.2rem;
  background: url("../img/common/bor_line.png")no-repeat left bottom;
  background-size: 100%;
}
.seaction_trouble .troubles .hd01 .big {
  font-size: 1.4em;
}
.seaction_trouble .troubles {
  position: relative;
  padding: 8rem 0 16rem;
  background: url("../img/top/bg_trouble.png")no-repeat center bottom #00378c;
  background-size: 100%; 
}
.seaction_trouble .troubles ul {
  display: flex;
}
.seaction_trouble .troubles ul:nth-of-type(odd){
  justify-content: flex-end;
}
.seaction_trouble .troubles li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  width: 31rem;
  height: 23.2rem;
  background: url("../img/common/bg_talk_left.png")no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.43;
  font-size:2.3rem;
  font-weight: 500;
}
.seaction_trouble .troubles li.right {
  background-image: url("../img/common/bg_talk_right.png");
}
.seaction_trouble .troubles li.small {
  width: 23.2rem;
  height: 17.3rem;
}
.seaction_trouble .troubles .row1 li:nth-of-type(1) {
  margin: 8rem 6rem 0 0;
} 
.seaction_trouble .troubles .row1 li:nth-of-type(2) {
  margin: 15rem 0.7rem 0 0;
} 
.seaction_trouble .troubles .row1 li:nth-of-type(3) {
  margin-right: 2.4rem;
} 
.seaction_trouble .troubles .row2 {
  margin-top: -4rem;
}
.seaction_trouble .troubles .row2 li:nth-of-type(1) {
  margin-right: 4.2rem;
}
.seaction_trouble .troubles .row2 li:nth-of-type(2) {
  margin: 7rem 8.4rem 0 0;
}
.seaction_trouble .troubles .row2 li:nth-of-type(3) {
  margin-top: 3rem;
}
.seaction_trouble .troubles .row3 {
  margin-top: -1.2rem;
}
.seaction_trouble .troubles .row3 li:nth-of-type(1) {
  margin: 2rem 9.2rem 0 0;
}
.seaction_trouble .troubles .row3 li:nth-of-type(2) {
  margin: 0.9rem 3.4rem 0 0;
}
.seaction_trouble .troubles .row3 li:nth-of-type(3) {
  margin-right: 4.5rem;
}
.seaction_trouble .troubles .head {
  overflow: hidden;
  margin: 5.5rem auto 0;
  max-width: 22.3rem;
  border-radius: 100%;
}
.seaction_trouble .hd02 {
  padding: 0 0 4rem; 
  background: url("../img/top/icon_hd_flash.png")no-repeat center bottom;
  background-size: 315px; 
  text-align: center;
  letter-spacing: 0.02em;
  color: #00378c;
  font-weight: 900;
  font-size: 3.2rem;
}
.seaction_trouble .hd03 {
  margin-bottom: 8rem;
  text-align: center;
  color: #00378c;
  font-size: 3.2rem;
  font-weight: 900;
}
.seaction_trouble .hd03 .foucs {
  display: inline-block;
  padding: 0 5rem;
  background-image: url("../img/common/txt_bor_left.svg"),
    url("../img/common/txt_bor_right.svg");
  background-position: left center, right center;
  background-repeat: no-repeat;
  color: #ff781e;
  font-size: 1.5em;
}
.seaction_trouble .trouble_like {
  padding: 7.5rem 0;
}
.seaction_trouble .trouble_like .head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: -8rem 0 2.8rem;
}
.seaction_trouble .trouble_like .head .tit1 {
  margin-left: 16.5rem;
  width: 40.2rem;
}
.seaction_trouble .trouble_like .head .tit2 {
  width: 43.8rem;
}
.seaction_trouble .flow {
  text-align: center;
}
.seaction_trouble .end {
  margin-top: 4rem;
  text-align: center;
  color: #00378c;
  font-size: 3.2rem;
  font-weight: 900;
}
.seaction_trouble .end .con {
  display: inline-block;
  padding: 0 1.2rem 2.4rem;
  background: url("../img/common/bor_line2.png")no-repeat left bottom;
  background-size: 100%;
}

.seaction_contact {
  padding: 10rem 0;
  background: #00378c;
}
.seaction_contact .hdL {
  color: #fff;
}
.seaction_contact ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5rem;
}
.seaction_contact li {
  overflow: hidden;
  margin-left: 5rem;
  width: calc(100%/3 - 5rem);
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0.5rem 0.5rem #ffcea6;  
}
.seaction_contact li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16rem;
  background-color: #ff781e; 
}
.seaction_contact li .icon img {
  width: 10rem;
}
.seaction_contact li .info {
  padding: 2rem 3rem 2.4rem;
  text-align: center;
  line-height: 1.25;
  font-weight: 500;
}
.seaction_contact li .tit {
  margin-bottom: 0.8rem;
  letter-spacing: 0.06em;
  line-height: 1.17;
  font-size: 2.3rem;
  font-weight: bold;
}
.seaction_contact li .sign {
  margin-top: 2rem;
}
.seaction_contact li .sign img {
  max-width: 9.6rem;
}
.seaction_contact li .tel,
.seaction_contact li .btn {
  margin-top: 1rem;
}
.seaction_contact li .tel a {
  color: #ff781e;
  font-size: 3.2rem;
  font-weight: 900;
}
.seaction_contact li .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  border-radius: 4rem;
  color: #fff;
  font-size: 1.8rem;
} 

.seaction_contact .blue_st {
  box-shadow: 0.5rem 0.5rem #b6d2e6; 
} 
.seaction_contact .green_st{
  box-shadow: 0.5rem 0.5rem #aee6b9; 
}
.seaction_contact .blue_st .icon,
.seaction_contact .blue_st .btn a {
  background-color: #3078b9; 
}
.seaction_contact .green_st .icon {
  background-color: #4cc764;
}

.seaction_simulation .simulation_investment {
  padding: 10rem 0;
}
.seaction_simulation .simulation_data {
  padding: 10rem 0 0;
  background: url("../img/common/bg_square2.png");
} 
.simulation_data .ban {
  margin-top: 4rem;
  text-align: right;
}
.simulation_data .ban img {
  max-width: 93.6rem;
}

.seaction_greeting {
  padding: 10rem 0;
}
.seaction_greeting .display {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 730px;
}
.seaction_greeting .display .img {
  position: relative;
  width: 41%;
}
.seaction_greeting .display .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.seaction_greeting .display .introd {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.2rem 1.6rem 1.6rem;
  width: 100%;
  background: #00378c;
  line-height: 1.4375;
  color: #fff;
  font-weight: 500;
}
.seaction_greeting .display .introd p + p {
  margin-top: 0.5rem;
}
.seaction_greeting .display .introd .name {
  margin-left: 0.5rem;
  font-size: 2.1rem;
}
.seaction_greeting .display .info {
  width: calc(50% + 1rem);
  line-height: 1.625;
}
.seaction_greeting .display .tit {
  margin-bottom: 2.4rem;
  padding-bottom: 1.8rem;
  background: url("../img/common/bor_line3.png")no-repeat left bottom;
  background-size: 100%;
  line-height: 1.416;
  color: #00378c;
  font-size: 2.4rem;
  font-weight: 700;
}

.seaction_strengths {
  padding: 12rem 0 8rem;
  background: url("../img/common/bg_bubble.png")no-repeat center;
  background-size: cover; 
}
.seaction_strengths .hdL .eng { 
  margin-bottom: 2.8rem;
}
.seaction_strengths .hdL .jap img {
  max-height: 7.2rem;
}
.seaction_strengths ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.seaction_strengths li {
  position: relative;
  margin-bottom: 6rem;
  width: calc(50% - 3rem);
  overflow: hidden;
  background: #fff;
  border-radius: 2.8rem;
  box-shadow: 5px 5px 0 #c9c9ca;
} 
.seaction_strengths li .img {
  height: 27.2rem;
  border-bottom: 3px solid #00378c;
}
.seaction_strengths li .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.seaction_strengths li .sign {
  position: absolute;
  top: 25.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4.2rem;
}
.seaction_strengths li .info {
  padding: 4rem 3.4rem;
  line-height: 1.625;
}
.seaction_strengths li .tit {
  margin-bottom: 1.6rem;
  text-align: center;
  line-height: 1.333;
  color: #00378c;
  font-size: 2.4rem;
  font-weight: 700;
}

.seaction_flow {
  padding: 10rem 0;
}
.seaction_flow .flow {
  margin-bottom: 2.4rem;
} 
.seaction_flow .flow_bar li {
  margin-bottom: 0.5rem;
}
.seaction_flow .flow_bar .th {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.seaction_flow .flow_bar .th .num {
  font-size: 1.3em;
}
.seaction_flow .flow_bar .line {
  position: relative;
  margin-right: 1rem;
  height: 2rem; 
  background: #87bef0;
  border-radius: 2px 0 0 2px;
}
.seaction_flow .flow_bar .line:after {
  content:"";
  position: absolute;
  left: 100%;
  top: 0;
  width: 1rem;
  height: 100%;
  background: url("../img/top/icon_bar.png")no-repeat left center;
  background-size: 100% 100%;
}
.seaction_flow .flow_bar .max .line {
  background: #3c7dd1;
}
.seaction_flow .flow_bar .max .line:after {
  background-image: url("../img/top/icon_bar2.png");
}

.seaction_voice {
  padding: 10rem 0;
  background: url("../img/top/bg_voice.png")no-repeat center;
  background-size: cover;
}
.seaction_voice ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5rem;
}
.seaction_voice li {
  margin-left: 5rem;
  width: calc(100%/3 - 5rem);
  padding: 2rem;
  background: #00378c;
  border-radius: 2.4rem;
  color: #fff;
}
.seaction_voice li .img {
  overflow: hidden;
  height: 20.3rem;
  border-radius: 1.2rem;
}
.seaction_voice li .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.seaction_voice li .info {
  padding: 2rem 1.2rem 1.6rem;
  line-height: 1.625;
}
.seaction_voice li .place {
  margin-bottom: 1.2rem;
  padding: 0.5rem;
  border: 2px solid #fff;
  border-radius: 3rem;
  text-align: center;
  line-height: 1.2;
  font-size: 2.2rem;
  font-weight: 700;
}

.seaction_faq {
  padding: 10rem 0 20rem; 
}
.faq_list li {
  margin-bottom: 3rem;
}
.faq_list li .quest {
  cursor: pointer;
  position: relative;
  padding: 2.4rem 8rem 2.4rem 9.8rem;
  background: linear-gradient(to right, #dbf4f7, #9bdae8);
  border-radius: 2rem;
  border-left: 3px solid #00378c;
  border-right: 3px solid #00378c;
  color: #00235f;
  font-size: 1.8rem;
  font-weight: 500;
} 
.faq_list li .quest .tit {
  display: block;
  position: relative;
}
.faq_list li .quest .tit:after {
  content:"";
  position: absolute;
  left: calc(100% + 1.2rem);
  top: 50%;
  transform: translateY(-50%);
  width: 3.6rem;
  height: 3.6rem;
  background: url("../img/common/icon_plus.png")no-repeat center;
  background-size: 100%;
}
.faq_list li .quest.open .tit:after {
  background-image: url("../img/common/icon_minus.png");
}
.faq_list li .answer {
  display: none;
  position: relative;
  margin-top: 2rem;
  padding: 3rem 8rem 2.2rem 9.8rem; 
  line-height: 1.625;
  border-radius: 2rem;
  border-left: 3px solid #00378c;
  border-right: 3px solid #00378c;
}
.faq_list li .answer p {
  min-height: 3.5rem;
}
.faq_list li .quest:before,
.faq_list li .answer:before {
  content: "";
  position: absolute;
  left: 2rem;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-size: 5rem; 
}
.faq_list li .quest:before {
  top: 50%;
  transform: translateY(-50%);
  background-image:url("../img/common/icon_q.svg");
}
.faq_list li .answer:before {
  top: 2rem;
  background-image:url("../img/common/icon_a.svg");
} 
.faq_list li .quest:after,
.faq_list li .answer:after {
  pointer-events: none;
  content:"";
  position: absolute;
  left: -3px;
  right: -3px;
  top: 0;
  height: 100%;
  background-image: url("../img/common/bor_box_up.png"),
    url("../img/common/bor_box_down.png");
  background-repeat: no-repeat;
  background-position: left top, left bottom;
  background-size: 100%;
}


.contact_wrap {
  position: relative;
  padding: 10rem 0 10rem; 
}
.contact_wrap .bor_houses {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1rem);
  transform: translateX(-50%);
  width: 100%;
  min-width: 1430px;
}
.contact_wrap .contact_box {
  display: flex;
  margin-bottom: 9rem;
}
.contact_wrap .contact_box li {
  margin: 0 2.8rem;
  width: calc(50% - 5.6rem);
}
.contact_wrap .contact_box .tit {
  position: relative;
  padding: 1.2rem 0;
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 6rem;
  text-align: center;
  color: #00378c;
  font-size: 2.7rem;
  font-weight: bold;
}
.contact_wrap .contact_box .tit:before {
  content:"";
  pointer-events: none;
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background-image: url("../img/common/bor_box_left.png"),
    url("../img/common/bor_box_right.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom; 
  background-size: auto 100%;
}
.contact_wrap .contact_box .box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 11rem;
}
.contact_wrap .contact_box .line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_wrap .contact_box .line .txt {
  margin-right: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1.174;
  color: #333;
  font-size: 2.3rem;
  font-weight: 700;
}
.contact_wrap .contact_box .line .sign {
  width: 10.4rem;
}
.contact_wrap .contact_box .tel {
  text-align: center;
  line-height: 1.4;
}
.contact_wrap .contact_box .tel a {
  display: block;
  padding-left: 4.2rem;
  background: url("../img/common/icon_tel.svg")no-repeat left center;
  background-size: 3.6rem;
  color: #00378c;
  font-size: 3.7rem;
  font-weight: 900;
}
.contact_wrap .contact_box .tel .time {
  letter-spacing: 0.06em;
  font-weight: 500;
} 
.contact_wrap .contact_box .green_st .tit {
  color: #4cc764;
}
.contact_wrap .contact_box .green_st .tit:before {
  background-image: url("../img/common/bor_box_left_green.png"),
    url("../img/common/bor_box_right_green.png");
}

.contact_wrap .notes {
  margin: 0 auto 5rem;
  max-width: 860px;
}
.contact_wrap .notes ul {
  display: flex;
  flex-wrap: wrap; 
  margin-bottom: 2rem;
}
.contact_wrap .notes li {
  width: calc(100%/3);
}
.contact_wrap .notes .note {
  padding-left: 6.5rem;
  background: url("../img/common/icon_note.svg")no-repeat left center;
  background-size: 5.4rem;
  line-height: 1.428;
  font-size: 1.4rem;
  font-weight: 200;
}
.contact_wrap form {
  padding: 2.4rem 8.8rem 10rem;
  background: #fff;
  border-radius: 2rem;
}
.contact_wrap .must {
  display: inline-block;
  padding: 0.1rem 1.2rem;
  background: #00378c;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
}
.contact_wrap form table {
  width: 100%;
}
.contact_wrap form th {
  vertical-align: top;
  position: relative;
  padding: 2.8rem 1.4rem 2.8rem 0;
  width: 22rem;
  text-align: left;
  color: #4d4d4d;
  font-weight: 500;
}
.contact_wrap form th .must {
  position: absolute;
  right: 1.4rem;
  top: 2.8rem;
}
.contact_wrap form td {
  padding: 2rem 0;
  vertical-align: top;
}
.contact_wrap input[type=text] {
  padding: 0 1.5rem;
  width: 100%;
  height: 4rem;
  border: 1px solid #808080;
  font-size: 1.8rem;
  font-weight: 500;
}
.contact_wrap select {
  padding-right: 4rem;
  width: 26rem;
  height: 4rem;
  background: url("../img/common/icon_select.svg")no-repeat right 2rem center #b2b2b2;
  background-size: 2rem;
  border-radius: 4rem;
  border: 0;
  text-align: center;
  color: #f1f1f1;
  font-weight: 500;
  font-size: 1.6rem;
}
.contact_wrap textarea {
  resize: none;
  padding: 0.8rem 1.5rem;
  width: 100%;
  height: 21rem;
  border: 1px solid #808080;
}
.contact_wrap input[type=text],
.contact_wrap textarea {
  outline: none;
}
.contact_wrap .agree {
  margin-top: 4rem;
  text-align: center;
}
.contact_wrap .agree label {
  cursor: pointer;
}
.contact_wrap .agree input {
  display:inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../img/common/icon_checkbox.png")no-repeat center;
  background-size: 100%;
}
.contact_wrap .agree input:checked {
  background-image: url("../img/common/icon_checkbox_on.png");
}
.contact_wrap .agree .must {
  margin-left: 2rem;
}

.btn_teams {
  margin-top: 6.5rem;
  text-align: center;
}
.btn_teams .btn {
  width: 35rem;
  height:6.2rem;
  background: #00378c;
  border-radius:6rem;
  border: 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .seaction_fc .display {
    display: block;
  }
  .seaction_fc .display .info {
    margin: 0 0 1.6rem;
  }
  .seaction_fc .display .img {
    width: auto;
    margin-top: -100px;
  }
  .seaction_fc .hd01 img {
    margin-bottom: -1.6rem;
    max-width: 27rem;
  }
  .seaction_fc .hd02 { 
    font-size: 2.4rem;
  }
  
  .seaction_start .top {
    padding: 5rem 2rem 2.5rem;
  }
  .seaction_start .top img {
    max-width: 100%;
  }
  .seaction_start .hd01 {
    margin-bottom: 2.4rem; 
    font-size: 2.4rem;
  }
  .seaction_start .hd02 {
    margin-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  .seaction_start .start .up_data {
    margin-bottom: 3.6rem;
  }
  .seaction_start .start .talk_box {
    display: block; 
    padding: 2.4rem 2rem;
  }
  .seaction_start .start .talk_box:before { 
    background-image: url(../img/top/bg_bor_sp.png);
  }
  .seaction_start .start .talk_box:after {
    width: 4rem;
    height: 4rem;
  }
  .seaction_start .start .talk_box{
	  text-align: center;
  }
  .seaction_start .start .talk_box .item {
    padding: 4rem 0;
    width: auto;
    display: block;
  } 
  .seaction_start .start .talk_box img{
	  height: 10rem;
  }
  .seaction_start .start .talk_box .item:nth-child(2){
	  border: none;
	  border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
  }
  .seaction_start .start_like {
    padding: 5rem 0;
  }
  .seaction_start .start_like .box {
    padding: 2.4rem 1.6rem 0.1rem; 
    border-radius: 2rem;
  }
  .seaction_start .start_like li {
    padding: 1.8rem 1rem;
    margin-bottom: 1.6rem;
    width: 100%;
    font-size: 1.4rem;
  }
  .seaction_start .start_like .full {
    background-image: url(../img/top/bg_bor2.png);
  }
  .seaction_start .peoples {
    margin: 2.5rem -3rem -5.1rem;
  }
  .seaction_start .peoples .img {
    margin-top: 1.2rem;
  }
  
  p#txt_add{
	font-size: 20px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
	width: 290px;
  }
  
  p#txt_add span.sl1{
	position: absolute;
	left: 0px;
	bottom: 35px;
	font-size: 28px;
  }
  
  p#txt_add span.sl2{
	position: absolute;
	right: 10px;
	bottom: 35px;
	font-size: 28px;
  }
  
  .seaction_trouble .troubles { 
    padding: 5rem 0;
  }
  .seaction_trouble .troubles .hd01 {
    margin-bottom: 1rem; 
    font-size: 2rem;
  }
  .seaction_trouble .troubles .hd01 .con { 
    padding: 0 0.6rem 1.2rem;
  }
  .seaction_trouble .troubles li {
    padding: 1rem 0.6rem;
    width: 20.5rem;
    height: 11.6rem;
    font-size: 1.2rem;
  }
  .seaction_trouble .troubles li.small {
    width: 15.6rem;
    height: 8.6rem;
  }
  .seaction_trouble .troubles .row1 li:nth-of-type(1) {
    margin: 3rem 0 0 0;
  }
  .seaction_trouble .troubles .row1 li:nth-of-type(2) {
    margin: 10rem 0 0 0;
  }
  .seaction_trouble .troubles .row1 li:nth-of-type(3) {
    margin-right: 0rem;
  }
  .seaction_trouble .troubles .row2 li:nth-of-type(1) {
    margin-right: 0;
  }
  .seaction_trouble .troubles .row2 li:nth-of-type(2) {
    margin: 6rem 0 0 0;
  }
  .seaction_trouble .troubles .row2 li:nth-of-type(3) {
    margin-top: 1rem;
  }
  .seaction_trouble .troubles .row3 li:nth-of-type(1) {
    margin: 0;
  }
  .seaction_trouble .troubles .row3 li:nth-of-type(2) {
    margin: 3.6rem 0 0 0;
  }
  .seaction_trouble .troubles .row3 li:nth-of-type(3) {
    margin-right: 0;
  }
  .seaction_trouble .troubles .head {
    margin-top: 2.8rem;
    max-width: 11.2rem;
  } 
  .seaction_trouble .trouble_like {
    padding: 4rem 0;
  }
  .seaction_trouble .hd02 {
    padding: 0 0 1.6rem; 
    background-size: 160px;
    font-size: 2rem;
  }
  .seaction_trouble .trouble_like .head {
    margin: -1.2rem 0 1.6rem;
  }
  .seaction_trouble .trouble_like .head .tit1 {
    margin: 0 1.2rem;
    width: 56%;
  }
  .seaction_trouble .trouble_like .head .tit2 {
    width: 40%;
  }
  .seaction_trouble .hd03 {
    margin-bottom: 3.2rem;
    font-size: 2rem;
  }
  .seaction_trouble .hd03 .foucs {
    padding: 0 1.6rem;
    font-size: 1.4em;
  }
  .seaction_trouble .end {
    margin-top: 2.4rem; 
    font-size: 2rem;
  }
  .seaction_trouble .end .con { 
    padding: 0 1.2rem 1.6rem;
  }
  
  .seaction_contact {
    padding: 5rem 0;
  }
  .seaction_contact li {
    margin-bottom: 3.2rem;
    width: calc(100% - 5rem);
  }
  .seaction_contact li .icon {
    height: 12rem;
  }
  .seaction_contact li .icon img {
    width: 7.2rem;
  }
  .seaction_contact li .tit {
    font-size: 1.6rem;
  }
  .seaction_contact li .tel a {
    font-size: 2rem;
  }
  .seaction_contact li .btn a {
    height: 3.6rem;
    font-size: 1.4rem;
  }
  .seaction_contact li .sign {
    margin-top: 1.2rem;
  }
  .seaction_contact li .sign img {
    max-width: 6rem;
  }
  
  .seaction_simulation .simulation_investment {
    padding: 5rem 0;
  }
  
  .seaction_simulation .simulation_data {
    padding: 5rem 0 0;
  }
  
  .simulation_data .ban {
    margin-top: 2.4rem;
  }
  .simulation_data .ban img {
    max-width: 100%;
  }
  
  .seaction_greeting {
    padding: 5rem 0;
  }
  .seaction_greeting .display {
    display: block;
  }
  .seaction_greeting .display .img {
    margin: 0 auto 2rem;
    width: auto;
  }
  .seaction_greeting .display .info {
    width: auto;
  }
  .seaction_greeting .display .tit {
    margin-bottom: 1.8rem;
    padding-bottom: 1.2rem;
    background: url(../img/common/bor_line3.png)no-repeat left bottom; 
    font-size: 1.6rem;
  }
  
  .seaction_strengths {
    padding: 5rem 0 3rem;
  }
  .seaction_strengths .hdL .eng {
    margin-bottom: 1.4rem;
  }
  .seaction_strengths .hdL .jap img {
    max-height: 4rem;
  }
  .seaction_strengths li { 
    margin-bottom: 3rem;
    width: 100%;
    border-radius: 1.6rem;
  }
  .seaction_strengths li .img {
    height: 20rem;
  }
  .seaction_strengths li .sign {
    top: 18.6rem;
    width: 2.4rem;
  }
  .seaction_strengths li .info {
    padding: 2.4rem 2rem;
  }
  .seaction_strengths li .tit {
    margin-bottom: 1rem; 
    font-size: 1.6rem;
  }
  
  .seaction_flow {
    padding: 5rem 0;
  }
  .seaction_flow .flow_bar .th { 
    font-size: 1.4rem;
  }
  .seaction_flow .flow_bar .line {
    margin-right: 1rem;
    height: 1.6rem;
  }
  
  .seaction_voice {
    padding: 5rem 0;
  }
  .seaction_voice li { 
    margin-bottom: 2.4rem;
    width: calc(100% - 5rem);
    padding: 1.6rem; 
  }
  .seaction_voice li .place {
    margin-bottom: 1.2rem;
    padding: 0.6rem; 
    font-size: 1.6rem; 
  }
  
  .seaction_faq {
    padding: 5rem 0 12rem;
  }
  .faq_list li {
    margin-bottom: 1.6rem;
  }
  .faq_list li .quest {
    padding: 1.2rem 4rem 1.2rem 5rem;
    border-width: 0 1px; 
    border-radius: 0.6rem;
    font-size: 1.4rem; 
  }
  .faq_list li .quest:before, 
  .faq_list li .answer:before {
    left: 1.2rem;
    width: 2.4rem;
    height: 2.4rem; 
    background-size: 2.4rem;
  }
  .faq_list li .quest .tit:after {
    left: 100%;
    width: 2.4rem;
    height: 2.4rem; 
  }
  .faq_list li .quest:after, 
  .faq_list li .answer:after {
    left: -1px;
    right: -1px;
  }
  .faq_list li .answer {
    display: none;
    position: relative;
    margin-top: 2rem;
    padding: 1rem 1.6rem 1rem 5rem;
    border-radius: 0.6rem;
    border-width: 0 1px; 
  }
  .faq_list li .answer:before {
    top: 1.2rem;
  }

  .faq_list li .answer p {
    min-height: 2.8rem;
  }
  
  .contact_wrap { 
    padding: 5rem 0;
  }
  .contact_wrap .contact_box {
    display: block;
    margin-bottom: 4rem;
  }
  .contact_wrap .contact_box li {
    margin: 0 0 2.8rem;
    width: 100%;
  }
  .contact_wrap .contact_box .tit { 
    padding: 1.2rem 0;
    margin-bottom: 1.6rem; 
    font-size: 1.8rem;
  }
  .contact_wrap .contact_box .box {
    min-height: inherit;
  }
  .contact_wrap .contact_box .line .txt {
    margin-right: 1.4rem; 
    font-size: 1.6rem; 
  }
  .contact_wrap .contact_box .line .sign {
    width: 5.6rem;
  }
  .contact_wrap .contact_box .tel a { 
    padding-left: 3.6rem; 
    background-size: 2.6rem; 
    font-size: 2.8rem;
  } 
  .contact_wrap .notes {
    margin-bottom: 3.2rem;
  }
  .contact_wrap .notes ul {
    margin: 0 -1rem 2rem;
  }
  .contact_wrap .notes .note {
    padding: 6rem 0 0;
    background-position: center top;
    background-size: 5rem; 
    font-size: 1.2rem; 
  }
  .contact_wrap form {
    padding: 1.6rem 2rem 3.2rem;
  }
  .contact_wrap .must {
    padding: 0.1rem 0.8rem;
    font-size: 1.2rem;
  }
  .contact_wrap form th {
    display: block;
    padding: 0 0 0.6rem;
    width: 100%;
  }
  .contact_wrap form th .must { 
    right: 0;
    top: 0.2rem;
  }
  .contact_wrap form td {
    display: block;
    padding: 0 0 2rem;
    width: 100%;
  }
  .contact_wrap input[type=text] {
    padding: 0 1.2rem;
    height: 3.6rem;
    font-size: 1.4rem;
  }
  .contact_wrap select {
    height: 3.6rem;
    background-size: 1.2rem;
    font-size: 1.4rem;
  }
  .contact_wrap textarea { 
    height: 16rem;
  }
  .contact_wrap .agree {
    margin-top: 0.5rem;
  }
  .btn_teams {
    margin-top: 2.4rem;
  }
  .btn_teams .btn {
    width: 100%;
    height: 4rem; 
    font-size: 1.4rem;
  }
  
}

#cr{
	text-align: center;
	display: block;
	font-size: 12px;
	padding: 10px 0px;
}