@charset "UTF-8";

/*--------------------------------------------
		サイト基本設定
--------------------------------------------*/
body {
  background-color: #f9fbfe;
  color: #2b546a;
  font-size: 16px;
  font-weight: normal;
  font-family: AvenirNext, Lato, "Hirago KakuGothic ProN", Meiryo, sans-serif;
  background-size: 100%;
  display: block;
}

/*--------------------------------------------
		Header / ヘッダー
--------------------------------------------*/
header {
  box-sizing: border-box;
  position: fixed;
  /*絶対位置で場所を指定する「fixed」*/
  top: 0;
  width: 100%;
  height: 87px;
  padding: 24px 32px;
  background-color: #f9fbfe;
  z-index: 9999;
}

.layout_header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.header_list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.header_list ul li {
  display: inline-block;
  /*--リストを横にする--*/
  margin: 0 0 0 10px;
  font-size: 14px;
  cursor: pointer;
}

.header_logo img {
  width: 113px;
  height: 40px;
}

.logo_pc {
  display: block !important;
}

.logo_sp {
  display: none !important;
}

nav {
  margin: 0 0 0 auto;
}

.touroku_btn {
  display: inline-block;
  width: 110px;
  line-height: 40px;
  background: #30c8d6;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  border-radius: 6px;
  transition: background-color 0.5s;
  margin-left: 10px;
}

.touroku_btn:hover {
  background: #269da8;
  transition: background-color 0.5s;
}

li.menu1 a,
li.menu2 a,
li.menu3 a {
  line-height: 40px;
  padding: 10px;
  transition: all 0.5s;
  text-align: center;
}

.menu1 :hover,
.menu2 :hover,
.menu3 :hover {
  background-color: #f0f4f8;
  transition: all 0.5s;
  border-radius: 6px;
}

.menuSub {
  display: none;
}

.menuSub.open {
  display: flex;
  flex-direction: column;
  position: absolute;
  color: #5876a3;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
}

li.japan {
  background-color: #f0f4f8;
  padding: 0.6rem 4.7rem 0.6rem 1rem;
}

li.english {
  background-color: #ffffff;
  padding: 0.6rem 4.7rem 0.6rem 1rem;
}

ul.menuSub li {
  margin: 0;
}

.menuSub li a:hover {
  background-color: initilal;
}

.caret-down::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 3px;
}

/*--------------------------------------------
		first_view 
--------------------------------------------*/
#first_view {
  margin-top: 134px;
  text-align: center;
}

.bold_big {
  font-weight: bold;
  font-size: 18px;
  margin: 0 2px 0 0;
}

.bold_small {
  font-weight: bold;
  font-size: 13px;
  color: #8491a5;
}

#first_view h2 {
  font-size: 48px;
  line-height: 72px;
}

.first_view_comment {
  margin: 13px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.first_view {
  display: flex;
  align-items: center;
}

.first_view_comment img {
  padding: 0px 13px 5px 13px;
}

.hajimeru_btn {
  display: flex;
  width: 197px;
  height: 47px;
  background: #30c8d6;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  margin: 50px auto 63px;
  flex-direction: column;
  justify-content: center;
  transition: background-color 0.5s;
}

.hajimeru_btn:hover {
  background: #269da8;
  transition: background-color 0.5s;
}

.first_view_image {
  background: #88e7ce;
}

.first_view_image img {
  width: 1000px;
  margin: 95px auto 0 auto;
}

.first_view_comment2 {
  margin: 110px auto 85px auto;
}

/*--------------------------------------------
		slide 
--------------------------------------------*/
#slide {
  text-align: center;
}

.slide_image {
  align-items: center;
}

.slide_image img {
  width: 1000px;
  margin: 0 auto 0 auto;
}

.slide_comment h2 {
  font-size: 32px;
  margin: 45px auto 20px auto;
}

.slide_comment p {
  margin: 0 auto 90px auto;
  line-height: 32px;
  color: #8491a5;
}

/*--------------------------------------------
		editor 
--------------------------------------------*/
#editor {
  text-align: center;
}

.editor_image {
  align-items: center;
}

.editor_image img {
  width: 1000px;
  margin: 0 auto 0 auto;
}

.editor_comment h2 {
  font-size: 32px;
  margin: 45px auto 20px auto;
}

.editor_comment p {
  margin: 0 auto 70px auto;
  line-height: 32px;
  color: #8491a5;
}

/*--------------------------------------------
		path 
--------------------------------------------*/
#path {
  text-align: center;
}

.path_image {
  align-items: center;
}

.path_image img {
  width: 1000px;
  margin: 0 auto 0 auto;
}

.path_comment h2 {
  font-size: 32px;
  margin: 45px auto 20px auto;
}

.path_comment p {
  margin: 0 auto 90px auto;
  line-height: 32px;
  color: #8491a5;
}

/*--------------------------------------------
		sucsess 
--------------------------------------------*/
#sucsess {
  text-align: center;
  background-color: #2b546a;
  padding-bottom: 5rem;
}

.sucsess_comment {
  padding-top: 100px;
}

.sucsess_comment h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #ffffff;
}

.sucsess_comment p {
  margin: 0 auto;
  line-height: 32px;
  color: #ffffff;
}

.sucsess_story {
  display: grid;
  grid-template-columns: 320px 320px 320px;
  grid-template-rows: 400px 380px;
  gap: 20px;
  justify-content: center;
  padding: 40px 4%;
}

.story_box {
  background: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  padding: 40px 24px;
  margin: 4px;
  transition: all 0.5s;
}

.story_person_image img {
  width: 95px;
  border-radius: 50%;
}

a.story_box:hover {
  transform: scale(1.01);
  transition: all 0.5s;
}

p.story_comment {
  margin: 50px 0 40px 0;
  width: 96%;
}

p.story_name {
  color: #bac6d3;
  font-size: 16px;
}

p.story_country {
  color: #bac6d3;
  font-size: 12px;
}

.sucsess_btn {
  display: flex;
  width: 200px;
  height: 48px;
  background: #f0f4f9;
  color: #2b546a;
  font-weight: bold;
  font-size: 14px;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  transition: background-color 0.5s;
}

.sucsess_btn:hover {
  background: rgb(201, 212, 233);
  transition: background-color 0.5s;
}

/*--------------------------------------------
		plan
--------------------------------------------*/

.plan_image {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
  width: 1000px;
  background: #f0f4f9;
  border-radius: 6px;
  margin: 100px auto 0 auto;
  padding: 50px 4% 0 4%;
  gap: 100px;
}

.plan_image img {
  width: 350px;
}

.plan_comment h2 {
  font-size: 32px;
  padding: 0 5%;
}

.plan_comment__2 h2 {
  font-size: 32px;
}

.plan_comment__2 h3 {
  font-size: 48px;
}

.plan_comment__2 p {
  font-size: 18px;
  font-weight: bold;
}

p.plan_texit {
  color: #8491a5;
  font-weight: normal;
  font-size: 16px;
  margin: 35px 0 45px 0;
}

.plan_box {
  display: flex;
  margin: 40px auto;
  justify-content: space-between;
  text-align: center;
  width: 1000px;
  gap: 3%;
}

.plan1 {
  background-color: #f0f4f9;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10% 0 8% 0;
  width: 480px;
}

.plan2 {
  background-color: #f7edad;
  align-items: center;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10% 0 8% 0;
  width: 480px;
}

.plan_tyusyaku a {
  color: #0070d2;
}

.plan_tyusyaku {
  display: flex;
  text-align: center;
  width: 1000px;
  margin-top: 2%;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto;
  color: #8491a5;
}

.arrow::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 3px;
  font-style: normal;
}

@media screen and (min-width: 546px) {
  .sucsess_story_sp {
    display: none;
  }
}

/*--------------------------------------------
		app
--------------------------------------------*/

.app_comment h2 {
  font-size: 32px;
  margin: 100px auto 20px auto;
}

.app_comment p {
  margin: 0 auto 60px auto;
  line-height: 32px;
  color: #8491a5;
}

.app_comment {
  text-align: center;
}

.app_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.app_text h2 {
  color: #ffffff;
  font-size: 20px;
  margin: 0 10% 25px auto;
}

.app_text p {
  color: #ffffff;
  font-size: 0.8rem;
  margin: 0 10% 50px auto;
}

.app_wrap {
  display: flex;
  box-sizing: border-box;
  width: 1000px;
  background: #90c3f0;
  border-radius: 6px;
  margin: 60px auto 0 auto;
  padding: 5% 5% 0 5%;
  flex-direction: row;
}

.app_image img {
  width: 500px;
}

.download_image {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 15%;
}

.download_image img {
  padding-right: 10px;
}

#app {
  margin-bottom: 8%;
}

/*--------------------------------------------
		start
--------------------------------------------*/

.start1 h2,
.start2 h2 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.start1 p,
.start2 p {
  margin-bottom: 40px;
  line-height: 32px;
  color: #8491a5;
  text-align: center;
}

.start1 {
  background-color: #ffffff;
  padding: 10% 0 5% 0;
}

.start2 {
  margin: 11% 0 11% 0;
}

.touroku_btn2 {
  display: flex;
  width: 200px;
  height: 50px;
  line-height: 42px;
  background: #30c8d6;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  transition: background-color 0.5s;
}

.touroku_btn2:hover {
  background: #269da8;
  transition: background-color 0.5s;
}

.sns_icon {
  text-align: center;
  background: #ffffff;
  padding: 3%;
  border-bottom: 1px solid #eeeeee;
}

.sns_icon img {
  padding: 16px;
  vertical-align: bottom;
}

/*--------------------------------------------
		Footer / フッター
--------------------------------------------*/
footer {
  background: #ffffff;
}

.layout_footer {
  display: flex;
  justify-content: space-around;
  padding: 3%;
  flex-wrap: nowrap;
}

#footer li.midasi {
  color: #2b546a;
  font-size: 17px;
}

.layout_footer li {
  color: #8491a5;
  font-size: 12px;
  line-height: 29px;
}

.progate_logo_footer img {
  height: 36px;
  margin-bottom: 5rem;
}

.progate_app_footer img {
  height: 40px;
  margin: 2% 2% 2% 0;
}

.progate_app_footer {
  display: flex;
  flex-direction: column;
  margin-bottom: 28%;
}

.houjin_logo img {
  width: 80%;
}

.houjin_logo {
  display: flex;
  align-items: center;
  box-shadow: 0 0 6px #cfcfcf;
  width: 250px;
  height: 67px;
  text-align: center;
  margin-top: 3%;
  transition: box-shadow 0.5s;
}

.houjin_logo:hover {
  box-shadow: 0 0 17px #cfcfcf;
  transition: box-shadow 0.5s;
}

.houjin_text {
  background-color: #f9fbfe;
  padding: 7%;
  margin-top: 5%;
  font-size: 12px;
  color: #8491a5;
  height: 67px;
}

p.corporate {
  font-size: 10px;
  color: #8491a5;
  padding: 0 8% 4%;
}

.question {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  right: 10px;
  padding: 8px 15px;
  background-color: #ff577b;
  color: #ffffff;
  border-radius: 3px 3px 0 0;
  font-size: 12px;
  text-shadow: 1px 1px 1px #ce4261;
  /*横に1px・縦に1px・ぼかし1px・影の色#*/
}

.question_icon::after {
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
