@charset "UTF-8";
/* ------------------------default */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* デフォルト16pxだから10pxにリセット */
  scroll-behavior: smooth;
}

/* --------------
reset
-------------- */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

body,
div,
dl,
dt,
dd,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
footer,
figure,
figcaption,
details,
summary,
menu {
  margin: 0;
  padding: 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
  border: 1px solid #333;
}

th,
td {
  border: 1px solid #333;
}

th,
td {
  padding: 8px 12px;
  text-align: center;
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

em {
  font-weight: bold;
  font-style: normal;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  outline: none;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #333;
}

/* --------------
 base
-------------- */
body {
  width: 100%;
  font-size: 1.6rem;
  /* 16px */
  color: #333333;
  font-family: "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
    "MS Pゴシック", "MS PGothic", sans-serif !important;
  height: 100%;
  background: #ffffff;
  text-align: left;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* スマホ横にした時、文字拡大されずそのまま */
  /* -moz-text-size-adjust: none; */
  word-wrap: break-word;
  overflow-wrap: break-word;
}

dl,
p,
ul,
ol {
  word-wrap: break-word;
  word-break: break-all;
}

body * {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游明朝", "Yu Mincho", "Noto Serif JP", "Hiragino Mincho Pro",
    serif;
  line-height: 1.2;
  word-break: break-word !important;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

h4,
h5,
h6 {
  font-size: 1em;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  /* font-size: 108%; */
  line-height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}

/* --------------
 Link
-------------- */
a {
  text-decoration: none;
  color: #4e7098;
}
a:hover {
  opacity: 0.7;
  /* color:  */
}
a:hover img {
  opacity: 0.7;
}

/* ---------- font weight */
.thin {
  font-weight: 100 !important;
}

.demilight {
  font-weight: 300 !important;
}

.normal {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.bold {
  font-weight: 700 !important;
}

.black {
  font-weight: 900 !important;
}

/* ---------- align */
.alc {
  text-align: center !important;
}

.alr {
  text-align: right !important;
}

.all {
  text-align: left !important;
}

.alt {
  vertical-align: top !important;
}

.alb {
  text-align: bottom !important;
}

/* ---------- float */
.noFloat {
  float: none !important;
}

/* ---------- Cancele */
.both {
  clear: both;
}

/* ---------- margin,padding */
.mb0 {
  margin-bottom: 0px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

/* container */
#container p {
  line-height: 2;
}

/* --------------
nav
-------------- */
#page-header {
  position: relative;
  height: 100%;
  background-color: #7bcccf;
}
.header_wp a {
  color: #fff;
}
.header_wp li {
  margin: 32px 0;
}
.english_btn {
  background: #ffffff;
  color: #333 !important;
  text-align: center;
  font-weight: bold;
  display: block;
  box-shadow: 2px 2px 3px #c3c3c3;
}

/* --------------
about
-------------- */
.about_txt_wp {
  background-color: #ecf2f0;
}

/* --------------
charm
-------------- */
.bg_blue {
  background-color: #eff4f6;
}
.charm_omg_wp img {
  box-shadow: 6px 6px 1px #c1c5c6;
}

/* --------------
experience
-------------- */
#experience h2 {
  background-color: #3e7f8e;
  color: #fff;
  padding: 16px 0;
}
.experience_dtl .experience_img,
.experience_dtl .experience_img_rt {
  position: relative;
}

.arrow_u {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #fff;
}
.arrow_u::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 12%;
  margin-top: -9px;
  transform: rotate(45deg);
}

/* --------------
voice
-------------- */
.voice_wp h3 {
  background-color: #4e7098;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  border-radius: 16px 0 0 0;
}
.voice_wp > div {
  margin: 8px;
}
.voice_wp p {
  background-color: #d7dfe8;
  padding: 32px 16px;
}

/* --------------
sns Link
-------------- */
.sns_wp {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 16px;
}
.sns_wp img {
  width: 40px;
}
.link_wp img {
  width: 200px;
}

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